[Fedora-directory-commits] mod_restartd aclocal.m4, 1.7, 1.8 Makefile.am, 1.7, 1.8 Makefile.in, 1.8, 1.9 configure.in, 1.5, 1.6

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Feb 24 22:19:39 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/mod_restartd
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2365

Modified Files:
	aclocal.m4 Makefile.am Makefile.in configure.in 
Log Message:
[179394] HP-UX IPF/PA-RISC support
updated hppa*64* with hppa2.* in aclocal.m4 to support 64 bit PA_RISC.
CAUTION: this file could be automatically updated by "aclocal" command using
libtool.m4, which contains the expression: "hppa*64*".  But 64 bit PA_RISC
generates, this string "build_cpu='hppa2.0w'", which does not match 
"hppa*64*".  So, if aclocal.m4 needs to be updated, hppa*64* needs to be 
replaced.



Index: aclocal.m4
===================================================================
RCS file: /cvs/dirsec/mod_restartd/aclocal.m4,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- aclocal.m4	24 Feb 2006 19:16:38 -0000	1.7
+++ aclocal.m4	24 Feb 2006 22:19:31 -0000	1.8
@@ -1433,7 +1433,7 @@
     fi
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
     ;;
-   hppa*64*)
+   hppa2.*)
      shrext_cmds='.sl'
      hardcode_into_libs=yes
      dynamic_linker="$host_os dld.sl"
@@ -2261,7 +2261,7 @@
     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     ;;
-  hppa*64*)
+  hppa2.*)
     [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
     ;;
@@ -3094,7 +3094,7 @@
   hpux10*|hpux11*)
     if test $with_gnu_ld = no; then
       case "$host_cpu" in
-      hppa*64*)
+      hppa2.*)
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 	_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
@@ -3110,7 +3110,7 @@
       esac
     fi
     case "$host_cpu" in
-    hppa*64*)
+    hppa2.*)
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       ;;
@@ -3136,7 +3136,7 @@
 	;;
       aCC*)
 	case "$host_cpu" in
-	hppa*64*|ia64*)
+	hppa2.*|ia64*)
 	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 	  ;;
 	*)
@@ -3157,7 +3157,7 @@
 	if test "$GXX" = yes; then
 	  if test $with_gnu_ld = no; then
 	    case "$host_cpu" in
-	    ia64*|hppa*64*)
+	    ia64*|hppa2.*)
 	      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 	      ;;
 	    *)
@@ -4722,7 +4722,7 @@
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
       case "$host_cpu" in
-      hppa*64*|ia64*)
+      hppa2.*|ia64*)
 	;;
       *)
 	_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
@@ -4791,7 +4791,7 @@
 	    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 	    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 	    case "$host_cpu" in
-	    hppa*64*|ia64*)
+	    hppa2.*|ia64*)
 	      # +Z the default
 	      ;;
 	    *)
@@ -4996,7 +4996,7 @@
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
       case "$host_cpu" in
-      hppa*64*|ia64*)
+      hppa2.*|ia64*)
 	# +Z the default
 	;;
       *)
@@ -5043,7 +5043,7 @@
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
       case "$host_cpu" in
-      hppa*64*|ia64*)
+      hppa2.*|ia64*)
 	# +Z the default
 	;;
       *)
@@ -5705,7 +5705,7 @@
     hpux10* | hpux11*)
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 	case "$host_cpu" in
-	hppa*64*|ia64*)
+	hppa2.*|ia64*)
 	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 	  ;;
 	*)
@@ -5714,7 +5714,7 @@
 	esac
       else
 	case "$host_cpu" in
-	hppa*64*|ia64*)
+	hppa2.*|ia64*)
 	  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
 	  ;;
 	*)
@@ -5724,7 +5724,7 @@
       fi
       if test "$with_gnu_ld" = no; then
 	case "$host_cpu" in
-	hppa*64*)
+	hppa2.*)
 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 	  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:










More information about the Fedora-directory-commits mailing list