source:
scripts/untested/autotools/patches/libtool-1.5.16-gentoo_fixes.patch@
f118837
Last change on this file since f118837 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 80.5 KB |
-
Makefile.in
diff -uNr libtool-1.5.16/Makefile.in libtool-1.5.16-patched/Makefile.in
old new 1 # Makefile.in generated by automake 1.9. 5from Makefile.am.1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -
libtool-1.5.
diff -uNr libtool-1.5.16/aclocal.m4 libtool-1.5.16-patched/aclocal.m4
old new 1 # generated automatically by aclocal 1.9. 5-*- Autoconf -*-1 # generated automatically by aclocal 1.9.6 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 4 # 2005 Free Software Foundation, Inc. … … 28 28 # Call AM_AUTOMAKE_VERSION so it can be traced. 29 29 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 30 30 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 31 [AM_AUTOMAKE_VERSION([1.9. 5])])31 [AM_AUTOMAKE_VERSION([1.9.6])]) 32 32 33 33 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 34 34 -
libtool-1.5.
diff -uNr libtool-1.5.16/configure libtool-1.5.16-patched/configure
old new 878 878 /^X\(\/\).*/{ s//\1/; q; } 879 879 s/.*/./; q'` 880 880 srcdir=$ac_confdir 881 if test ! -r $srcdir/$ac_unique_file; then881 if test ! -r "$srcdir/$ac_unique_file"; then 882 882 srcdir=.. 883 883 fi 884 884 else 885 885 ac_srcdir_defaulted=no 886 886 fi 887 if test ! -r $srcdir/$ac_unique_file; then887 if test ! -r "$srcdir/$ac_unique_file"; then 888 888 if test "$ac_srcdir_defaulted" = yes; then 889 889 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 890 890 { (exit 1); exit 1; }; } … … 893 893 { (exit 1); exit 1; }; } 894 894 fi 895 895 fi 896 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||896 (cd $srcdir && test -r "./$ac_unique_file") 2>/dev/null || 897 897 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 898 898 { (exit 1); exit 1; }; } 899 899 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` … … 1156 1156 else 1157 1157 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1158 1158 fi 1159 cd "$ac_popdir"1159 cd $ac_popdir 1160 1160 done 1161 1161 fi 1162 1162 … … 2592 2592 cat conftest.err >&5 2593 2593 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2594 2594 (exit $ac_status); } && 2595 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2595 { ac_try='test -z "$ac_c_werror_flag" 2596 || test ! -s conftest.err' 2596 2597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2597 2598 (eval $ac_try) 2>&5 2598 2599 ac_status=$? … … 2650 2651 cat conftest.err >&5 2651 2652 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2652 2653 (exit $ac_status); } && 2653 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2654 { ac_try='test -z "$ac_c_werror_flag" 2655 || test ! -s conftest.err' 2654 2656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2655 2657 (eval $ac_try) 2>&5 2656 2658 ac_status=$? … … 2766 2768 cat conftest.err >&5 2767 2769 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2768 2770 (exit $ac_status); } && 2769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2771 { ac_try='test -z "$ac_c_werror_flag" 2772 || test ! -s conftest.err' 2770 2773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2771 2774 (eval $ac_try) 2>&5 2772 2775 ac_status=$? … … 2820 2823 cat conftest.err >&5 2821 2824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2822 2825 (exit $ac_status); } && 2823 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2826 { ac_try='test -z "$ac_c_werror_flag" 2827 || test ! -s conftest.err' 2824 2828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2825 2829 (eval $ac_try) 2>&5 2826 2830 ac_status=$? … … 2865 2869 cat conftest.err >&5 2866 2870 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2867 2871 (exit $ac_status); } && 2868 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2872 { ac_try='test -z "$ac_c_werror_flag" 2873 || test ! -s conftest.err' 2869 2874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2870 2875 (eval $ac_try) 2>&5 2871 2876 ac_status=$? … … 2909 2914 cat conftest.err >&5 2910 2915 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2911 2916 (exit $ac_status); } && 2912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2917 { ac_try='test -z "$ac_c_werror_flag" 2918 || test ! -s conftest.err' 2913 2919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2914 2920 (eval $ac_try) 2>&5 2915 2921 ac_status=$? … … 3562 3568 cat conftest.err >&5 3563 3569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3564 3570 (exit $ac_status); } && 3565 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3571 { ac_try='test -z "$ac_cxx_werror_flag" 3572 || test ! -s conftest.err' 3566 3573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3567 3574 (eval $ac_try) 2>&5 3568 3575 ac_status=$? … … 3620 3627 cat conftest.err >&5 3621 3628 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3622 3629 (exit $ac_status); } && 3623 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3630 { ac_try='test -z "$ac_cxx_werror_flag" 3631 || test ! -s conftest.err' 3624 3632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3625 3633 (eval $ac_try) 2>&5 3626 3634 ac_status=$? … … 3691 3699 cat conftest.err >&5 3692 3700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3693 3701 (exit $ac_status); } && 3694 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3702 { ac_try='test -z "$ac_cxx_werror_flag" 3703 || test ! -s conftest.err' 3695 3704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3696 3705 (eval $ac_try) 2>&5 3697 3706 ac_status=$? … … 3735 3744 cat conftest.err >&5 3736 3745 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3737 3746 (exit $ac_status); } && 3738 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 3747 { ac_try='test -z "$ac_cxx_werror_flag" 3748 || test ! -s conftest.err' 3739 3749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3740 3750 (eval $ac_try) 2>&5 3741 3751 ac_status=$? … … 3984 3994 3985 3995 3986 3996 # Provide some information about the compiler. 3987 echo "$as_me:39 87:" \3997 echo "$as_me:3997:" \ 3988 3998 "checking for Fortran 77 compiler version" >&5 3989 3999 ac_compiler=`set X $ac_compile; echo $2` 3990 4000 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 … … 4030 4040 cat conftest.err >&5 4031 4041 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4032 4042 (exit $ac_status); } && 4033 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 4043 { ac_try='test -z "$ac_f77_werror_flag" 4044 || test ! -s conftest.err' 4034 4045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4035 4046 (eval $ac_try) 2>&5 4036 4047 ac_status=$? … … 4079 4090 cat conftest.err >&5 4080 4091 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4081 4092 (exit $ac_status); } && 4082 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 4093 { ac_try='test -z "$ac_f77_werror_flag" 4094 || test ! -s conftest.err' 4083 4095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4084 4096 (eval $ac_try) 2>&5 4085 4097 ac_status=$? … … 4651 4663 ;; 4652 4664 *-*-irix6*) 4653 4665 # Find out which ABI we are using. 4654 echo '#line 46 54"configure"' > conftest.$ac_ext4666 echo '#line 4666 "configure"' > conftest.$ac_ext 4655 4667 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4656 4668 (eval $ac_compile) 2>&5 4657 4669 ac_status=$? … … 4771 4783 cat conftest.err >&5 4772 4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4773 4785 (exit $ac_status); } && 4774 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4786 { ac_try='test -z "$ac_c_werror_flag" 4787 || test ! -s conftest.err' 4775 4788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4776 4789 (eval $ac_try) 2>&5 4777 4790 ac_status=$? … … 5322 5335 cat conftest.err >&5 5323 5336 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5324 5337 (exit $ac_status); } && 5325 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5338 { ac_try='test -z "$ac_c_werror_flag" 5339 || test ! -s conftest.err' 5326 5340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5327 5341 (eval $ac_try) 2>&5 5328 5342 ac_status=$? … … 5492 5506 cat conftest.err >&5 5493 5507 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5494 5508 (exit $ac_status); } && 5495 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5509 { ac_try='test -z "$ac_c_werror_flag" 5510 || test ! -s conftest.err' 5496 5511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5497 5512 (eval $ac_try) 2>&5 5498 5513 ac_status=$? … … 5559 5574 cat conftest.err >&5 5560 5575 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5561 5576 (exit $ac_status); } && 5562 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5577 { ac_try='test -z "$ac_c_werror_flag" 5578 || test ! -s conftest.err' 5563 5579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5564 5580 (eval $ac_try) 2>&5 5565 5581 ac_status=$? … … 6870 6886 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 6871 6887 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6872 6888 -e 's:$: $lt_compiler_flag:'` 6873 (eval echo "\"\$as_me:68 73: $lt_compile\"" >&5)6889 (eval echo "\"\$as_me:6889: $lt_compile\"" >&5) 6874 6890 (eval "$lt_compile" 2>conftest.err) 6875 6891 ac_status=$? 6876 6892 cat conftest.err >&5 6877 echo "$as_me:68 77: \$? = $ac_status" >&56893 echo "$as_me:6893: \$? = $ac_status" >&5 6878 6894 if (exit $ac_status) && test -s "$ac_outfile"; then 6879 6895 # The compiler can only warn and ignore the option if not recognized 6880 6896 # So say no if there are warnings other than the usual output. … … 7132 7148 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 7133 7149 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7134 7150 -e 's:$: $lt_compiler_flag:'` 7135 (eval echo "\"\$as_me:71 35: $lt_compile\"" >&5)7151 (eval echo "\"\$as_me:7151: $lt_compile\"" >&5) 7136 7152 (eval "$lt_compile" 2>conftest.err) 7137 7153 ac_status=$? 7138 7154 cat conftest.err >&5 7139 echo "$as_me:71 39: \$? = $ac_status" >&57155 echo "$as_me:7155: \$? = $ac_status" >&5 7140 7156 if (exit $ac_status) && test -s "$ac_outfile"; then 7141 7157 # The compiler can only warn and ignore the option if not recognized 7142 7158 # So say no if there are warnings other than the usual output. … … 7194 7210 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 7195 7211 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7196 7212 -e 's:$: $lt_compiler_flag:'` 7197 (eval echo "\"\$as_me:7 197: $lt_compile\"" >&5)7213 (eval echo "\"\$as_me:7213: $lt_compile\"" >&5) 7198 7214 (eval "$lt_compile" 2>out/conftest.err) 7199 7215 ac_status=$? 7200 7216 cat out/conftest.err >&5 7201 echo "$as_me:72 01: \$? = $ac_status" >&57217 echo "$as_me:7217: \$? = $ac_status" >&5 7202 7218 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7203 7219 then 7204 7220 # The compiler can only warn and ignore the option if not recognized … … 7621 7637 cat conftest.err >&5 7622 7638 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7623 7639 (exit $ac_status); } && 7624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7640 { ac_try='test -z "$ac_c_werror_flag" 7641 || test ! -s conftest.err' 7625 7642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7626 7643 (eval $ac_try) 2>&5 7627 7644 ac_status=$? … … 7681 7698 cat conftest.err >&5 7682 7699 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7683 7700 (exit $ac_status); } && 7684 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7701 { ac_try='test -z "$ac_c_werror_flag" 7702 || test ! -s conftest.err' 7685 7703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7686 7704 (eval $ac_try) 2>&5 7687 7705 ac_status=$? … … 8887 8905 cat conftest.err >&5 8888 8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8889 8907 (exit $ac_status); } && 8890 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8908 { ac_try='test -z "$ac_c_werror_flag" 8909 || test ! -s conftest.err' 8891 8910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8892 8911 (eval $ac_try) 2>&5 8893 8912 ac_status=$? … … 8990 9009 cat conftest.err >&5 8991 9010 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8992 9011 (exit $ac_status); } && 8993 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9012 { ac_try='test -z "$ac_c_werror_flag" 9013 || test ! -s conftest.err' 8994 9014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8995 9015 (eval $ac_try) 2>&5 8996 9016 ac_status=$? … … 9055 9075 cat conftest.err >&5 9056 9076 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9057 9077 (exit $ac_status); } && 9058 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9078 { ac_try='test -z "$ac_c_werror_flag" 9079 || test ! -s conftest.err' 9059 9080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9060 9081 (eval $ac_try) 2>&5 9061 9082 ac_status=$? … … 9148 9169 cat conftest.err >&5 9149 9170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9150 9171 (exit $ac_status); } && 9151 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9172 { ac_try='test -z "$ac_c_werror_flag" 9173 || test ! -s conftest.err' 9152 9174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9153 9175 (eval $ac_try) 2>&5 9154 9176 ac_status=$? … … 9213 9235 cat conftest.err >&5 9214 9236 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9215 9237 (exit $ac_status); } && 9216 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9238 { ac_try='test -z "$ac_c_werror_flag" 9239 || test ! -s conftest.err' 9217 9240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9218 9241 (eval $ac_try) 2>&5 9219 9242 ac_status=$? … … 9279 9302 cat conftest.err >&5 9280 9303 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9281 9304 (exit $ac_status); } && 9282 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9305 { ac_try='test -z "$ac_c_werror_flag" 9306 || test ! -s conftest.err' 9283 9307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9284 9308 (eval $ac_try) 2>&5 9285 9309 ac_status=$? … … 9345 9369 cat conftest.err >&5 9346 9370 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9347 9371 (exit $ac_status); } && 9348 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9372 { ac_try='test -z "$ac_c_werror_flag" 9373 || test ! -s conftest.err' 9349 9374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9350 9375 (eval $ac_try) 2>&5 9351 9376 ac_status=$? … … 9420 9445 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 9421 9446 lt_status=$lt_dlunknown 9422 9447 cat > conftest.$ac_ext <<EOF 9423 #line 94 23"configure"9448 #line 9448 "configure" 9424 9449 #include "confdefs.h" 9425 9450 9426 9451 #if HAVE_DLFCN_H … … 9518 9543 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 9519 9544 lt_status=$lt_dlunknown 9520 9545 cat > conftest.$ac_ext <<EOF 9521 #line 95 21"configure"9546 #line 9546 "configure" 9522 9547 #include "confdefs.h" 9523 9548 9524 9549 #if HAVE_DLFCN_H … … 10587 10612 cat conftest.err >&5 10588 10613 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10589 10614 (exit $ac_status); } && 10590 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10615 { ac_try='test -z "$ac_cxx_werror_flag" 10616 || test ! -s conftest.err' 10591 10617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10592 10618 (eval $ac_try) 2>&5 10593 10619 ac_status=$? … … 10648 10674 cat conftest.err >&5 10649 10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10650 10676 (exit $ac_status); } && 10651 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10677 { ac_try='test -z "$ac_cxx_werror_flag" 10678 || test ! -s conftest.err' 10652 10679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10653 10680 (eval $ac_try) 2>&5 10654 10681 ac_status=$? … … 11768 11795 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 11769 11796 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11770 11797 -e 's:$: $lt_compiler_flag:'` 11771 (eval echo "\"\$as_me:117 71: $lt_compile\"" >&5)11798 (eval echo "\"\$as_me:11798: $lt_compile\"" >&5) 11772 11799 (eval "$lt_compile" 2>conftest.err) 11773 11800 ac_status=$? 11774 11801 cat conftest.err >&5 11775 echo "$as_me:11 775: \$? = $ac_status" >&511802 echo "$as_me:11802: \$? = $ac_status" >&5 11776 11803 if (exit $ac_status) && test -s "$ac_outfile"; then 11777 11804 # The compiler can only warn and ignore the option if not recognized 11778 11805 # So say no if there are warnings other than the usual output. … … 11830 11857 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 11831 11858 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11832 11859 -e 's:$: $lt_compiler_flag:'` 11833 (eval echo "\"\$as_me:118 33: $lt_compile\"" >&5)11860 (eval echo "\"\$as_me:11860: $lt_compile\"" >&5) 11834 11861 (eval "$lt_compile" 2>out/conftest.err) 11835 11862 ac_status=$? 11836 11863 cat out/conftest.err >&5 11837 echo "$as_me:118 37: \$? = $ac_status" >&511864 echo "$as_me:11864: \$? = $ac_status" >&5 11838 11865 if (exit $ac_status) && test -s out/conftest2.$ac_objext 11839 11866 then 11840 11867 # The compiler can only warn and ignore the option if not recognized … … 12655 12682 cat conftest.err >&5 12656 12683 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12657 12684 (exit $ac_status); } && 12658 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12685 { ac_try='test -z "$ac_cxx_werror_flag" 12686 || test ! -s conftest.err' 12659 12687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12660 12688 (eval $ac_try) 2>&5 12661 12689 ac_status=$? … … 12758 12786 cat conftest.err >&5 12759 12787 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12760 12788 (exit $ac_status); } && 12761 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12789 { ac_try='test -z "$ac_cxx_werror_flag" 12790 || test ! -s conftest.err' 12762 12791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12763 12792 (eval $ac_try) 2>&5 12764 12793 ac_status=$? … … 12823 12852 cat conftest.err >&5 12824 12853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12825 12854 (exit $ac_status); } && 12826 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12855 { ac_try='test -z "$ac_cxx_werror_flag" 12856 || test ! -s conftest.err' 12827 12857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12828 12858 (eval $ac_try) 2>&5 12829 12859 ac_status=$? … … 12916 12946 cat conftest.err >&5 12917 12947 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12918 12948 (exit $ac_status); } && 12919 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12949 { ac_try='test -z "$ac_cxx_werror_flag" 12950 || test ! -s conftest.err' 12920 12951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12921 12952 (eval $ac_try) 2>&5 12922 12953 ac_status=$? … … 12981 13012 cat conftest.err >&5 12982 13013 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12983 13014 (exit $ac_status); } && 12984 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 13015 { ac_try='test -z "$ac_cxx_werror_flag" 13016 || test ! -s conftest.err' 12985 13017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12986 13018 (eval $ac_try) 2>&5 12987 13019 ac_status=$? … … 13047 13079 cat conftest.err >&5 13048 13080 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13049 13081 (exit $ac_status); } && 13050 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 13082 { ac_try='test -z "$ac_cxx_werror_flag" 13083 || test ! -s conftest.err' 13051 13084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13052 13085 (eval $ac_try) 2>&5 13053 13086 ac_status=$? … … 13113 13146 cat conftest.err >&5 13114 13147 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13115 13148 (exit $ac_status); } && 13116 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 13149 { ac_try='test -z "$ac_cxx_werror_flag" 13150 || test ! -s conftest.err' 13117 13151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13118 13152 (eval $ac_try) 2>&5 13119 13153 ac_status=$? … … 13188 13222 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 13189 13223 lt_status=$lt_dlunknown 13190 13224 cat > conftest.$ac_ext <<EOF 13191 #line 13 191"configure"13225 #line 13225 "configure" 13192 13226 #include "confdefs.h" 13193 13227 13194 13228 #if HAVE_DLFCN_H … … 13286 13320 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 13287 13321 lt_status=$lt_dlunknown 13288 13322 cat > conftest.$ac_ext <<EOF 13289 #line 13 289"configure"13323 #line 13323 "configure" 13290 13324 #include "confdefs.h" 13291 13325 13292 13326 #if HAVE_DLFCN_H … … 14171 14205 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 14172 14206 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14173 14207 -e 's:$: $lt_compiler_flag:'` 14174 (eval echo "\"\$as_me:14 174: $lt_compile\"" >&5)14208 (eval echo "\"\$as_me:14208: $lt_compile\"" >&5) 14175 14209 (eval "$lt_compile" 2>conftest.err) 14176 14210 ac_status=$? 14177 14211 cat conftest.err >&5 14178 echo "$as_me:14 178: \$? = $ac_status" >&514212 echo "$as_me:14212: \$? = $ac_status" >&5 14179 14213 if (exit $ac_status) && test -s "$ac_outfile"; then 14180 14214 # The compiler can only warn and ignore the option if not recognized 14181 14215 # So say no if there are warnings other than the usual output. … … 14233 14267 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 14234 14268 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14235 14269 -e 's:$: $lt_compiler_flag:'` 14236 (eval echo "\"\$as_me:142 36: $lt_compile\"" >&5)14270 (eval echo "\"\$as_me:14270: $lt_compile\"" >&5) 14237 14271 (eval "$lt_compile" 2>out/conftest.err) 14238 14272 ac_status=$? 14239 14273 cat out/conftest.err >&5 14240 echo "$as_me:142 40: \$? = $ac_status" >&514274 echo "$as_me:14274: \$? = $ac_status" >&5 14241 14275 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14242 14276 then 14243 14277 # The compiler can only warn and ignore the option if not recognized … … 14650 14684 cat conftest.err >&5 14651 14685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14652 14686 (exit $ac_status); } && 14653 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 14687 { ac_try='test -z "$ac_f77_werror_flag" 14688 || test ! -s conftest.err' 14654 14689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14655 14690 (eval $ac_try) 2>&5 14656 14691 ac_status=$? … … 14700 14735 cat conftest.err >&5 14701 14736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14702 14737 (exit $ac_status); } && 14703 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 14738 { ac_try='test -z "$ac_f77_werror_flag" 14739 || test ! -s conftest.err' 14704 14740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14705 14741 (eval $ac_try) 2>&5 14706 14742 ac_status=$? … … 16352 16388 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 16353 16389 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16354 16390 -e 's:$: $lt_compiler_flag:'` 16355 (eval echo "\"\$as_me:163 55: $lt_compile\"" >&5)16391 (eval echo "\"\$as_me:16391: $lt_compile\"" >&5) 16356 16392 (eval "$lt_compile" 2>conftest.err) 16357 16393 ac_status=$? 16358 16394 cat conftest.err >&5 16359 echo "$as_me:163 59: \$? = $ac_status" >&516395 echo "$as_me:16395: \$? = $ac_status" >&5 16360 16396 if (exit $ac_status) && test -s "$ac_outfile"; then 16361 16397 # The compiler can only warn and ignore the option if not recognized 16362 16398 # So say no if there are warnings other than the usual output. … … 16614 16650 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 16615 16651 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16616 16652 -e 's:$: $lt_compiler_flag:'` 16617 (eval echo "\"\$as_me:166 17: $lt_compile\"" >&5)16653 (eval echo "\"\$as_me:16653: $lt_compile\"" >&5) 16618 16654 (eval "$lt_compile" 2>conftest.err) 16619 16655 ac_status=$? 16620 16656 cat conftest.err >&5 16621 echo "$as_me:166 21: \$? = $ac_status" >&516657 echo "$as_me:16657: \$? = $ac_status" >&5 16622 16658 if (exit $ac_status) && test -s "$ac_outfile"; then 16623 16659 # The compiler can only warn and ignore the option if not recognized 16624 16660 # So say no if there are warnings other than the usual output. … … 16676 16712 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 16677 16713 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16678 16714 -e 's:$: $lt_compiler_flag:'` 16679 (eval echo "\"\$as_me:16 679: $lt_compile\"" >&5)16715 (eval echo "\"\$as_me:16715: $lt_compile\"" >&5) 16680 16716 (eval "$lt_compile" 2>out/conftest.err) 16681 16717 ac_status=$? 16682 16718 cat out/conftest.err >&5 16683 echo "$as_me:16 683: \$? = $ac_status" >&516719 echo "$as_me:16719: \$? = $ac_status" >&5 16684 16720 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16685 16721 then 16686 16722 # The compiler can only warn and ignore the option if not recognized … … 17103 17139 cat conftest.err >&5 17104 17140 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17105 17141 (exit $ac_status); } && 17106 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17142 { ac_try='test -z "$ac_c_werror_flag" 17143 || test ! -s conftest.err' 17107 17144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17108 17145 (eval $ac_try) 2>&5 17109 17146 ac_status=$? … … 17163 17200 cat conftest.err >&5 17164 17201 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17165 17202 (exit $ac_status); } && 17166 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17203 { ac_try='test -z "$ac_c_werror_flag" 17204 || test ! -s conftest.err' 17167 17205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17168 17206 (eval $ac_try) 2>&5 17169 17207 ac_status=$? … … 18369 18407 cat conftest.err >&5 18370 18408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18371 18409 (exit $ac_status); } && 18372 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18410 { ac_try='test -z "$ac_c_werror_flag" 18411 || test ! -s conftest.err' 18373 18412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18374 18413 (eval $ac_try) 2>&5 18375 18414 ac_status=$? … … 18472 18511 cat conftest.err >&5 18473 18512 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18474 18513 (exit $ac_status); } && 18475 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18514 { ac_try='test -z "$ac_c_werror_flag" 18515 || test ! -s conftest.err' 18476 18516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18477 18517 (eval $ac_try) 2>&5 18478 18518 ac_status=$? … … 18537 18577 cat conftest.err >&5 18538 18578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18539 18579 (exit $ac_status); } && 18540 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18580 { ac_try='test -z "$ac_c_werror_flag" 18581 || test ! -s conftest.err' 18541 18582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18542 18583 (eval $ac_try) 2>&5 18543 18584 ac_status=$? … … 18630 18671 cat conftest.err >&5 18631 18672 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18632 18673 (exit $ac_status); } && 18633 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18674 { ac_try='test -z "$ac_c_werror_flag" 18675 || test ! -s conftest.err' 18634 18676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18635 18677 (eval $ac_try) 2>&5 18636 18678 ac_status=$? … … 18695 18737 cat conftest.err >&5 18696 18738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18697 18739 (exit $ac_status); } && 18698 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18740 { ac_try='test -z "$ac_c_werror_flag" 18741 || test ! -s conftest.err' 18699 18742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18700 18743 (eval $ac_try) 2>&5 18701 18744 ac_status=$? … … 18761 18804 cat conftest.err >&5 18762 18805 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18763 18806 (exit $ac_status); } && 18764 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18807 { ac_try='test -z "$ac_c_werror_flag" 18808 || test ! -s conftest.err' 18765 18809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18766 18810 (eval $ac_try) 2>&5 18767 18811 ac_status=$? … … 18827 18871 cat conftest.err >&5 18828 18872 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18829 18873 (exit $ac_status); } && 18830 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18874 { ac_try='test -z "$ac_c_werror_flag" 18875 || test ! -s conftest.err' 18831 18876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18832 18877 (eval $ac_try) 2>&5 18833 18878 ac_status=$? … … 18902 18947 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 18903 18948 lt_status=$lt_dlunknown 18904 18949 cat > conftest.$ac_ext <<EOF 18905 #line 189 05"configure"18950 #line 18950 "configure" 18906 18951 #include "confdefs.h" 18907 18952 18908 18953 #if HAVE_DLFCN_H … … 19000 19045 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 19001 19046 lt_status=$lt_dlunknown 19002 19047 cat > conftest.$ac_ext <<EOF 19003 #line 190 03"configure"19048 #line 19048 "configure" 19004 19049 #include "confdefs.h" 19005 19050 19006 19051 #if HAVE_DLFCN_H … … 21020 21065 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 21021 21066 esac 21022 21067 21068 if test x"$ac_file" != x-; then 21069 { echo "$as_me:$LINENO: creating $ac_file" >&5 21070 echo "$as_me: creating $ac_file" >&6;} 21071 rm -f "$ac_file" 21072 fi 21023 21073 # Let's still pretend it is `configure' which instantiates (i.e., don't 21024 21074 # use $as_me), people would be surprised to read: 21025 21075 # /* config.h. Generated by config.status. */ … … 21058 21108 fi;; 21059 21109 esac 21060 21110 done` || { (exit 1); exit 1; } 21061 21062 if test x"$ac_file" != x-; then21063 { echo "$as_me:$LINENO: creating $ac_file" >&521064 echo "$as_me: creating $ac_file" >&6;}21065 rm -f "$ac_file"21066 fi21067 21111 _ACEOF 21068 21112 cat >>$CONFIG_STATUS <<_ACEOF 21069 21113 sed "$ac_vpsub … … 21498 21542 { (exit 1); exit 1; }; } 21499 21543 fi 21500 21544 21501 cd "$ac_popdir"21545 cd $ac_popdir 21502 21546 done 21503 21547 fi 21504 21548 -
doc/Makefile.in
diff -uNr libtool-1.5.16/doc/Makefile.in libtool-1.5.16-patched/doc/Makefile.in
old new 1 # Makefile.in generated by automake 1.9. 5from Makefile.am.1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, … … 235 235 restore=: && backupdir="$(am__leading_dot)am$$$$" && \ 236 236 am__cwd=`pwd` && cd $(srcdir) && \ 237 237 rm -rf $$backupdir && mkdir $$backupdir && \ 238 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 239 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ 240 done; \ 238 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ 239 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 240 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ 241 done; \ 242 else :; fi && \ 241 243 cd "$$am__cwd"; \ 242 244 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ 243 245 -o $@ $<; \ … … 298 300 maintainer-clean-vti: 299 301 -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi 300 302 .dvi.ps: 303 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ 301 304 $(DVIPS) -o $@ $< 302 305 303 306 uninstall-info-am: -
libltdl/Makefile.in
diff -uNr libtool-1.5.16/libltdl/Makefile.in libtool-1.5.16-patched/libltdl/Makefile.in
old new 1 # Makefile.in generated by automake 1.9. 5from Makefile.am.1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, … … 15 15 @SET_MAKE@ 16 16 17 17 18 SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)19 20 18 srcdir = @srcdir@ 21 19 top_srcdir = @top_srcdir@ 22 20 VPATH = @srcdir@ -
libltdl/acinclude.m4
diff -uNr libtool-1.5.16/libltdl/acinclude.m4 libtool-1.5.16-patched/libltdl/acinclude.m4
old new 1521 1521 # people can always --disable-shared, the test was removed, and we 1522 1522 # assume the GNU/Linux dynamic linker is in use. 1523 1523 dynamic_linker='GNU/Linux ld.so' 1524 1525 # Find out which ABI we are using (multilib Linux x86_64 hack). 1526 libsuff= 1527 case "$host_cpu" in 1528 x86_64*) 1529 echo '[#]line __oline__ "configure"' > conftest.$ac_ext 1530 if AC_TRY_EVAL(ac_compile); then 1531 case `/usr/bin/file conftest.$ac_objext` in 1532 *64-bit*) 1533 libsuff=64 1534 ;; 1535 esac 1536 fi 1537 rm -rf conftest* 1538 ;; 1539 *) 1540 ;; 1541 esac 1542 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 1543 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 1524 1544 ;; 1525 1545 1526 1546 knetbsd*-gnu) -
libltdl/aclocal.m4
diff -uNr libtool-1.5.16/libltdl/aclocal.m4 libtool-1.5.16-patched/libltdl/aclocal.m4
old new 1 # generated automatically by aclocal 1.9. 5-*- Autoconf -*-1 # generated automatically by aclocal 1.9.6 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 4 # 2005 Free Software Foundation, Inc. … … 28 28 # Call AM_AUTOMAKE_VERSION so it can be traced. 29 29 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 30 30 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 31 [AM_AUTOMAKE_VERSION([1.9. 5])])31 [AM_AUTOMAKE_VERSION([1.9.6])]) 32 32 33 33 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 34 34 -
libltdl/configure
diff -uNr libtool-1.5.16/libltdl/configure libtool-1.5.16-patched/libltdl/configure
old new 875 875 /^X\(\/\).*/{ s//\1/; q; } 876 876 s/.*/./; q'` 877 877 srcdir=$ac_confdir 878 if test ! -r $srcdir/$ac_unique_file; then878 if test ! -r "$srcdir/$ac_unique_file"; then 879 879 srcdir=.. 880 880 fi 881 881 else 882 882 ac_srcdir_defaulted=no 883 883 fi 884 if test ! -r $srcdir/$ac_unique_file; then884 if test ! -r "$srcdir/$ac_unique_file"; then 885 885 if test "$ac_srcdir_defaulted" = yes; then 886 886 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 887 887 { (exit 1); exit 1; }; } … … 890 890 { (exit 1); exit 1; }; } 891 891 fi 892 892 fi 893 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||893 (cd $srcdir && test -r "./$ac_unique_file") 2>/dev/null || 894 894 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 895 895 { (exit 1); exit 1; }; } 896 896 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` … … 1153 1153 else 1154 1154 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1155 1155 fi 1156 cd "$ac_popdir"1156 cd $ac_popdir 1157 1157 done 1158 1158 fi 1159 1159 … … 2541 2541 cat conftest.err >&5 2542 2542 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2543 2543 (exit $ac_status); } && 2544 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2544 { ac_try='test -z "$ac_c_werror_flag" 2545 || test ! -s conftest.err' 2545 2546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2546 2547 (eval $ac_try) 2>&5 2547 2548 ac_status=$? … … 2599 2600 cat conftest.err >&5 2600 2601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2601 2602 (exit $ac_status); } && 2602 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2603 { ac_try='test -z "$ac_c_werror_flag" 2604 || test ! -s conftest.err' 2603 2605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2604 2606 (eval $ac_try) 2>&5 2605 2607 ac_status=$? … … 2715 2717 cat conftest.err >&5 2716 2718 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2717 2719 (exit $ac_status); } && 2718 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2720 { ac_try='test -z "$ac_c_werror_flag" 2721 || test ! -s conftest.err' 2719 2722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2720 2723 (eval $ac_try) 2>&5 2721 2724 ac_status=$? … … 2769 2772 cat conftest.err >&5 2770 2773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2771 2774 (exit $ac_status); } && 2772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2775 { ac_try='test -z "$ac_c_werror_flag" 2776 || test ! -s conftest.err' 2773 2777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2774 2778 (eval $ac_try) 2>&5 2775 2779 ac_status=$? … … 2814 2818 cat conftest.err >&5 2815 2819 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2816 2820 (exit $ac_status); } && 2817 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2821 { ac_try='test -z "$ac_c_werror_flag" 2822 || test ! -s conftest.err' 2818 2823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2819 2824 (eval $ac_try) 2>&5 2820 2825 ac_status=$? … … 2858 2863 cat conftest.err >&5 2859 2864 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2860 2865 (exit $ac_status); } && 2861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2866 { ac_try='test -z "$ac_c_werror_flag" 2867 || test ! -s conftest.err' 2862 2868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2863 2869 (eval $ac_try) 2>&5 2864 2870 ac_status=$? … … 3147 3153 cat conftest.err >&5 3148 3154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3149 3155 (exit $ac_status); } && 3150 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3156 { ac_try='test -z "$ac_c_werror_flag" 3157 || test ! -s conftest.err' 3151 3158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3152 3159 (eval $ac_try) 2>&5 3153 3160 ac_status=$? … … 3207 3214 cat conftest.err >&5 3208 3215 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3209 3216 (exit $ac_status); } && 3210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3217 { ac_try='test -z "$ac_c_werror_flag" 3218 || test ! -s conftest.err' 3211 3219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3212 3220 (eval $ac_try) 2>&5 3213 3221 ac_status=$? … … 3860 3868 ;; 3861 3869 *-*-irix6*) 3862 3870 # Find out which ABI we are using. 3863 echo '#line 38 63"configure"' > conftest.$ac_ext3871 echo '#line 3871 "configure"' > conftest.$ac_ext 3864 3872 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3865 3873 (eval $ac_compile) 2>&5 3866 3874 ac_status=$? … … 3980 3988 cat conftest.err >&5 3981 3989 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3982 3990 (exit $ac_status); } && 3983 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3991 { ac_try='test -z "$ac_c_werror_flag" 3992 || test ! -s conftest.err' 3984 3993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3985 3994 (eval $ac_try) 2>&5 3986 3995 ac_status=$? … … 4531 4540 cat conftest.err >&5 4532 4541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4533 4542 (exit $ac_status); } && 4534 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4543 { ac_try='test -z "$ac_c_werror_flag" 4544 || test ! -s conftest.err' 4535 4545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4536 4546 (eval $ac_try) 2>&5 4537 4547 ac_status=$? … … 4701 4711 cat conftest.err >&5 4702 4712 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4703 4713 (exit $ac_status); } && 4704 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4714 { ac_try='test -z "$ac_c_werror_flag" 4715 || test ! -s conftest.err' 4705 4716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4706 4717 (eval $ac_try) 2>&5 4707 4718 ac_status=$? … … 4768 4779 cat conftest.err >&5 4769 4780 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4770 4781 (exit $ac_status); } && 4771 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4782 { ac_try='test -z "$ac_c_werror_flag" 4783 || test ! -s conftest.err' 4772 4784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4773 4785 (eval $ac_try) 2>&5 4774 4786 ac_status=$? … … 5028 5040 cat conftest.err >&5 5029 5041 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5030 5042 (exit $ac_status); } && 5031 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5043 { ac_try='test -z "$ac_cxx_werror_flag" 5044 || test ! -s conftest.err' 5032 5045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5033 5046 (eval $ac_try) 2>&5 5034 5047 ac_status=$? … … 5086 5099 cat conftest.err >&5 5087 5100 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5088 5101 (exit $ac_status); } && 5089 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5102 { ac_try='test -z "$ac_cxx_werror_flag" 5103 || test ! -s conftest.err' 5090 5104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5091 5105 (eval $ac_try) 2>&5 5092 5106 ac_status=$? … … 5157 5171 cat conftest.err >&5 5158 5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5159 5173 (exit $ac_status); } && 5160 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5174 { ac_try='test -z "$ac_cxx_werror_flag" 5175 || test ! -s conftest.err' 5161 5176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5162 5177 (eval $ac_try) 2>&5 5163 5178 ac_status=$? … … 5201 5216 cat conftest.err >&5 5202 5217 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5203 5218 (exit $ac_status); } && 5204 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5219 { ac_try='test -z "$ac_cxx_werror_flag" 5220 || test ! -s conftest.err' 5205 5221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5206 5222 (eval $ac_try) 2>&5 5207 5223 ac_status=$? … … 5673 5689 5674 5690 5675 5691 # Provide some information about the compiler. 5676 echo "$as_me:56 76:" \5692 echo "$as_me:5692:" \ 5677 5693 "checking for Fortran 77 compiler version" >&5 5678 5694 ac_compiler=`set X $ac_compile; echo $2` 5679 5695 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 … … 5719 5735 cat conftest.err >&5 5720 5736 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5721 5737 (exit $ac_status); } && 5722 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 5738 { ac_try='test -z "$ac_f77_werror_flag" 5739 || test ! -s conftest.err' 5723 5740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5724 5741 (eval $ac_try) 2>&5 5725 5742 ac_status=$? … … 5768 5785 cat conftest.err >&5 5769 5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5770 5787 (exit $ac_status); } && 5771 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 5788 { ac_try='test -z "$ac_f77_werror_flag" 5789 || test ! -s conftest.err' 5772 5790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5773 5791 (eval $ac_try) 2>&5 5774 5792 ac_status=$? … … 6773 6791 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 6774 6792 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6775 6793 -e 's:$: $lt_compiler_flag:'` 6776 (eval echo "\"\$as_me:67 76: $lt_compile\"" >&5)6794 (eval echo "\"\$as_me:6794: $lt_compile\"" >&5) 6777 6795 (eval "$lt_compile" 2>conftest.err) 6778 6796 ac_status=$? 6779 6797 cat conftest.err >&5 6780 echo "$as_me:67 80: \$? = $ac_status" >&56798 echo "$as_me:6798: \$? = $ac_status" >&5 6781 6799 if (exit $ac_status) && test -s "$ac_outfile"; then 6782 6800 # The compiler can only warn and ignore the option if not recognized 6783 6801 # So say no if there are warnings other than the usual output. … … 7035 7053 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 7036 7054 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7037 7055 -e 's:$: $lt_compiler_flag:'` 7038 (eval echo "\"\$as_me:70 38: $lt_compile\"" >&5)7056 (eval echo "\"\$as_me:7056: $lt_compile\"" >&5) 7039 7057 (eval "$lt_compile" 2>conftest.err) 7040 7058 ac_status=$? 7041 7059 cat conftest.err >&5 7042 echo "$as_me:70 42: \$? = $ac_status" >&57060 echo "$as_me:7060: \$? = $ac_status" >&5 7043 7061 if (exit $ac_status) && test -s "$ac_outfile"; then 7044 7062 # The compiler can only warn and ignore the option if not recognized 7045 7063 # So say no if there are warnings other than the usual output. … … 7097 7115 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 7098 7116 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7099 7117 -e 's:$: $lt_compiler_flag:'` 7100 (eval echo "\"\$as_me:71 00: $lt_compile\"" >&5)7118 (eval echo "\"\$as_me:7118: $lt_compile\"" >&5) 7101 7119 (eval "$lt_compile" 2>out/conftest.err) 7102 7120 ac_status=$? 7103 7121 cat out/conftest.err >&5 7104 echo "$as_me:71 04: \$? = $ac_status" >&57122 echo "$as_me:7122: \$? = $ac_status" >&5 7105 7123 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7106 7124 then 7107 7125 # The compiler can only warn and ignore the option if not recognized … … 7524 7542 cat conftest.err >&5 7525 7543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7526 7544 (exit $ac_status); } && 7527 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7545 { ac_try='test -z "$ac_c_werror_flag" 7546 || test ! -s conftest.err' 7528 7547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7529 7548 (eval $ac_try) 2>&5 7530 7549 ac_status=$? … … 7584 7603 cat conftest.err >&5 7585 7604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7586 7605 (exit $ac_status); } && 7587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7606 { ac_try='test -z "$ac_c_werror_flag" 7607 || test ! -s conftest.err' 7588 7608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7589 7609 (eval $ac_try) 2>&5 7590 7610 ac_status=$? … … 8489 8509 # people can always --disable-shared, the test was removed, and we 8490 8510 # assume the GNU/Linux dynamic linker is in use. 8491 8511 dynamic_linker='GNU/Linux ld.so' 8512 8513 # Find out which ABI we are using (multilib Linux x86_64 hack). 8514 libsuff= 8515 case "$host_cpu" in 8516 x86_64*) 8517 echo '#line 8517 "configure"' > conftest.$ac_ext 8518 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8519 (eval $ac_compile) 2>&5 8520 ac_status=$? 8521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8522 (exit $ac_status); }; then 8523 case `/usr/bin/file conftest.$ac_objext` in 8524 *64-bit*) 8525 libsuff=64 8526 ;; 8527 esac 8528 fi 8529 rm -rf conftest* 8530 ;; 8531 *) 8532 ;; 8533 esac 8534 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 8535 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 8492 8536 ;; 8493 8537 8494 8538 knetbsd*-gnu) … … 8790 8834 cat conftest.err >&5 8791 8835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8792 8836 (exit $ac_status); } && 8793 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8837 { ac_try='test -z "$ac_c_werror_flag" 8838 || test ! -s conftest.err' 8794 8839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8795 8840 (eval $ac_try) 2>&5 8796 8841 ac_status=$? … … 8893 8938 cat conftest.err >&5 8894 8939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8895 8940 (exit $ac_status); } && 8896 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8941 { ac_try='test -z "$ac_c_werror_flag" 8942 || test ! -s conftest.err' 8897 8943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8898 8944 (eval $ac_try) 2>&5 8899 8945 ac_status=$? … … 8958 9004 cat conftest.err >&5 8959 9005 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8960 9006 (exit $ac_status); } && 8961 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9007 { ac_try='test -z "$ac_c_werror_flag" 9008 || test ! -s conftest.err' 8962 9009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8963 9010 (eval $ac_try) 2>&5 8964 9011 ac_status=$? … … 9051 9098 cat conftest.err >&5 9052 9099 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9053 9100 (exit $ac_status); } && 9054 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9101 { ac_try='test -z "$ac_c_werror_flag" 9102 || test ! -s conftest.err' 9055 9103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9056 9104 (eval $ac_try) 2>&5 9057 9105 ac_status=$? … … 9116 9164 cat conftest.err >&5 9117 9165 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9118 9166 (exit $ac_status); } && 9119 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9167 { ac_try='test -z "$ac_c_werror_flag" 9168 || test ! -s conftest.err' 9120 9169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9121 9170 (eval $ac_try) 2>&5 9122 9171 ac_status=$? … … 9182 9231 cat conftest.err >&5 9183 9232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9184 9233 (exit $ac_status); } && 9185 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9234 { ac_try='test -z "$ac_c_werror_flag" 9235 || test ! -s conftest.err' 9186 9236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9187 9237 (eval $ac_try) 2>&5 9188 9238 ac_status=$? … … 9248 9298 cat conftest.err >&5 9249 9299 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9250 9300 (exit $ac_status); } && 9251 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9301 { ac_try='test -z "$ac_c_werror_flag" 9302 || test ! -s conftest.err' 9252 9303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9253 9304 (eval $ac_try) 2>&5 9254 9305 ac_status=$? … … 9323 9374 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 9324 9375 lt_status=$lt_dlunknown 9325 9376 cat > conftest.$ac_ext <<EOF 9326 #line 93 26"configure"9377 #line 9377 "configure" 9327 9378 #include "confdefs.h" 9328 9379 9329 9380 #if HAVE_DLFCN_H … … 9421 9472 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 9422 9473 lt_status=$lt_dlunknown 9423 9474 cat > conftest.$ac_ext <<EOF 9424 #line 94 24"configure"9475 #line 9475 "configure" 9425 9476 #include "confdefs.h" 9426 9477 9427 9478 #if HAVE_DLFCN_H … … 10490 10541 cat conftest.err >&5 10491 10542 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10492 10543 (exit $ac_status); } && 10493 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10544 { ac_try='test -z "$ac_cxx_werror_flag" 10545 || test ! -s conftest.err' 10494 10546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10495 10547 (eval $ac_try) 2>&5 10496 10548 ac_status=$? … … 10551 10603 cat conftest.err >&5 10552 10604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10553 10605 (exit $ac_status); } && 10554 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10606 { ac_try='test -z "$ac_cxx_werror_flag" 10607 || test ! -s conftest.err' 10555 10608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10556 10609 (eval $ac_try) 2>&5 10557 10610 ac_status=$? … … 11671 11724 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 11672 11725 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11673 11726 -e 's:$: $lt_compiler_flag:'` 11674 (eval echo "\"\$as_me:11 674: $lt_compile\"" >&5)11727 (eval echo "\"\$as_me:11727: $lt_compile\"" >&5) 11675 11728 (eval "$lt_compile" 2>conftest.err) 11676 11729 ac_status=$? 11677 11730 cat conftest.err >&5 11678 echo "$as_me:11 678: \$? = $ac_status" >&511731 echo "$as_me:11731: \$? = $ac_status" >&5 11679 11732 if (exit $ac_status) && test -s "$ac_outfile"; then 11680 11733 # The compiler can only warn and ignore the option if not recognized 11681 11734 # So say no if there are warnings other than the usual output. … … 11733 11786 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 11734 11787 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11735 11788 -e 's:$: $lt_compiler_flag:'` 11736 (eval echo "\"\$as_me:117 36: $lt_compile\"" >&5)11789 (eval echo "\"\$as_me:11789: $lt_compile\"" >&5) 11737 11790 (eval "$lt_compile" 2>out/conftest.err) 11738 11791 ac_status=$? 11739 11792 cat out/conftest.err >&5 11740 echo "$as_me:117 40: \$? = $ac_status" >&511793 echo "$as_me:11793: \$? = $ac_status" >&5 11741 11794 if (exit $ac_status) && test -s out/conftest2.$ac_objext 11742 11795 then 11743 11796 # The compiler can only warn and ignore the option if not recognized … … 12257 12310 # people can always --disable-shared, the test was removed, and we 12258 12311 # assume the GNU/Linux dynamic linker is in use. 12259 12312 dynamic_linker='GNU/Linux ld.so' 12313 12314 # Find out which ABI we are using (multilib Linux x86_64 hack). 12315 libsuff= 12316 case "$host_cpu" in 12317 x86_64*) 12318 echo '#line 12318 "configure"' > conftest.$ac_ext 12319 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12320 (eval $ac_compile) 2>&5 12321 ac_status=$? 12322 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12323 (exit $ac_status); }; then 12324 case `/usr/bin/file conftest.$ac_objext` in 12325 *64-bit*) 12326 libsuff=64 12327 ;; 12328 esac 12329 fi 12330 rm -rf conftest* 12331 ;; 12332 *) 12333 ;; 12334 esac 12335 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 12336 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 12260 12337 ;; 12261 12338 12262 12339 knetbsd*-gnu) … … 12558 12635 cat conftest.err >&5 12559 12636 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12560 12637 (exit $ac_status); } && 12561 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12638 { ac_try='test -z "$ac_cxx_werror_flag" 12639 || test ! -s conftest.err' 12562 12640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12563 12641 (eval $ac_try) 2>&5 12564 12642 ac_status=$? … … 12661 12739 cat conftest.err >&5 12662 12740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12663 12741 (exit $ac_status); } && 12664 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12742 { ac_try='test -z "$ac_cxx_werror_flag" 12743 || test ! -s conftest.err' 12665 12744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12666 12745 (eval $ac_try) 2>&5 12667 12746 ac_status=$? … … 12726 12805 cat conftest.err >&5 12727 12806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12728 12807 (exit $ac_status); } && 12729 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12808 { ac_try='test -z "$ac_cxx_werror_flag" 12809 || test ! -s conftest.err' 12730 12810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12731 12811 (eval $ac_try) 2>&5 12732 12812 ac_status=$? … … 12819 12899 cat conftest.err >&5 12820 12900 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12821 12901 (exit $ac_status); } && 12822 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12902 { ac_try='test -z "$ac_cxx_werror_flag" 12903 || test ! -s conftest.err' 12823 12904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12824 12905 (eval $ac_try) 2>&5 12825 12906 ac_status=$? … … 12884 12965 cat conftest.err >&5 12885 12966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12886 12967 (exit $ac_status); } && 12887 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 12968 { ac_try='test -z "$ac_cxx_werror_flag" 12969 || test ! -s conftest.err' 12888 12970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12889 12971 (eval $ac_try) 2>&5 12890 12972 ac_status=$? … … 12950 13032 cat conftest.err >&5 12951 13033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12952 13034 (exit $ac_status); } && 12953 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 13035 { ac_try='test -z "$ac_cxx_werror_flag" 13036 || test ! -s conftest.err' 12954 13037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12955 13038 (eval $ac_try) 2>&5 12956 13039 ac_status=$? … … 13016 13099 cat conftest.err >&5 13017 13100 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13018 13101 (exit $ac_status); } && 13019 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 13102 { ac_try='test -z "$ac_cxx_werror_flag" 13103 || test ! -s conftest.err' 13020 13104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13021 13105 (eval $ac_try) 2>&5 13022 13106 ac_status=$? … … 13091 13175 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 13092 13176 lt_status=$lt_dlunknown 13093 13177 cat > conftest.$ac_ext <<EOF 13094 #line 13 094"configure"13178 #line 13178 "configure" 13095 13179 #include "confdefs.h" 13096 13180 13097 13181 #if HAVE_DLFCN_H … … 13189 13273 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 13190 13274 lt_status=$lt_dlunknown 13191 13275 cat > conftest.$ac_ext <<EOF 13192 #line 13 192"configure"13276 #line 13276 "configure" 13193 13277 #include "confdefs.h" 13194 13278 13195 13279 #if HAVE_DLFCN_H … … 14074 14158 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 14075 14159 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14076 14160 -e 's:$: $lt_compiler_flag:'` 14077 (eval echo "\"\$as_me:14 077: $lt_compile\"" >&5)14161 (eval echo "\"\$as_me:14161: $lt_compile\"" >&5) 14078 14162 (eval "$lt_compile" 2>conftest.err) 14079 14163 ac_status=$? 14080 14164 cat conftest.err >&5 14081 echo "$as_me:14 081: \$? = $ac_status" >&514165 echo "$as_me:14165: \$? = $ac_status" >&5 14082 14166 if (exit $ac_status) && test -s "$ac_outfile"; then 14083 14167 # The compiler can only warn and ignore the option if not recognized 14084 14168 # So say no if there are warnings other than the usual output. … … 14136 14220 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 14137 14221 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14138 14222 -e 's:$: $lt_compiler_flag:'` 14139 (eval echo "\"\$as_me:14 139: $lt_compile\"" >&5)14223 (eval echo "\"\$as_me:14223: $lt_compile\"" >&5) 14140 14224 (eval "$lt_compile" 2>out/conftest.err) 14141 14225 ac_status=$? 14142 14226 cat out/conftest.err >&5 14143 echo "$as_me:14 143: \$? = $ac_status" >&514227 echo "$as_me:14227: \$? = $ac_status" >&5 14144 14228 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14145 14229 then 14146 14230 # The compiler can only warn and ignore the option if not recognized … … 14553 14637 cat conftest.err >&5 14554 14638 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14555 14639 (exit $ac_status); } && 14556 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 14640 { ac_try='test -z "$ac_f77_werror_flag" 14641 || test ! -s conftest.err' 14557 14642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14558 14643 (eval $ac_try) 2>&5 14559 14644 ac_status=$? … … 14603 14688 cat conftest.err >&5 14604 14689 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14605 14690 (exit $ac_status); } && 14606 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 14691 { ac_try='test -z "$ac_f77_werror_flag" 14692 || test ! -s conftest.err' 14607 14693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14608 14694 (eval $ac_try) 2>&5 14609 14695 ac_status=$? … … 15508 15594 # people can always --disable-shared, the test was removed, and we 15509 15595 # assume the GNU/Linux dynamic linker is in use. 15510 15596 dynamic_linker='GNU/Linux ld.so' 15597 15598 # Find out which ABI we are using (multilib Linux x86_64 hack). 15599 libsuff= 15600 case "$host_cpu" in 15601 x86_64*) 15602 echo '#line 15602 "configure"' > conftest.$ac_ext 15603 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15604 (eval $ac_compile) 2>&5 15605 ac_status=$? 15606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15607 (exit $ac_status); }; then 15608 case `/usr/bin/file conftest.$ac_objext` in 15609 *64-bit*) 15610 libsuff=64 15611 ;; 15612 esac 15613 fi 15614 rm -rf conftest* 15615 ;; 15616 *) 15617 ;; 15618 esac 15619 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 15620 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 15511 15621 ;; 15512 15622 15513 15623 knetbsd*-gnu) … … 16255 16365 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 16256 16366 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16257 16367 -e 's:$: $lt_compiler_flag:'` 16258 (eval echo "\"\$as_me:16 258: $lt_compile\"" >&5)16368 (eval echo "\"\$as_me:16368: $lt_compile\"" >&5) 16259 16369 (eval "$lt_compile" 2>conftest.err) 16260 16370 ac_status=$? 16261 16371 cat conftest.err >&5 16262 echo "$as_me:16 262: \$? = $ac_status" >&516372 echo "$as_me:16372: \$? = $ac_status" >&5 16263 16373 if (exit $ac_status) && test -s "$ac_outfile"; then 16264 16374 # The compiler can only warn and ignore the option if not recognized 16265 16375 # So say no if there are warnings other than the usual output. … … 16517 16627 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 16518 16628 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16519 16629 -e 's:$: $lt_compiler_flag:'` 16520 (eval echo "\"\$as_me:16 520: $lt_compile\"" >&5)16630 (eval echo "\"\$as_me:16630: $lt_compile\"" >&5) 16521 16631 (eval "$lt_compile" 2>conftest.err) 16522 16632 ac_status=$? 16523 16633 cat conftest.err >&5 16524 echo "$as_me:16 524: \$? = $ac_status" >&516634 echo "$as_me:16634: \$? = $ac_status" >&5 16525 16635 if (exit $ac_status) && test -s "$ac_outfile"; then 16526 16636 # The compiler can only warn and ignore the option if not recognized 16527 16637 # So say no if there are warnings other than the usual output. … … 16579 16689 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 16580 16690 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16581 16691 -e 's:$: $lt_compiler_flag:'` 16582 (eval echo "\"\$as_me:16 582: $lt_compile\"" >&5)16692 (eval echo "\"\$as_me:16692: $lt_compile\"" >&5) 16583 16693 (eval "$lt_compile" 2>out/conftest.err) 16584 16694 ac_status=$? 16585 16695 cat out/conftest.err >&5 16586 echo "$as_me:16 586: \$? = $ac_status" >&516696 echo "$as_me:16696: \$? = $ac_status" >&5 16587 16697 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16588 16698 then 16589 16699 # The compiler can only warn and ignore the option if not recognized … … 17006 17116 cat conftest.err >&5 17007 17117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17008 17118 (exit $ac_status); } && 17009 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17119 { ac_try='test -z "$ac_c_werror_flag" 17120 || test ! -s conftest.err' 17010 17121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17011 17122 (eval $ac_try) 2>&5 17012 17123 ac_status=$? … … 17066 17177 cat conftest.err >&5 17067 17178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17068 17179 (exit $ac_status); } && 17069 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17180 { ac_try='test -z "$ac_c_werror_flag" 17181 || test ! -s conftest.err' 17070 17182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17071 17183 (eval $ac_try) 2>&5 17072 17184 ac_status=$? … … 17971 18083 # people can always --disable-shared, the test was removed, and we 17972 18084 # assume the GNU/Linux dynamic linker is in use. 17973 18085 dynamic_linker='GNU/Linux ld.so' 18086 18087 # Find out which ABI we are using (multilib Linux x86_64 hack). 18088 libsuff= 18089 case "$host_cpu" in 18090 x86_64*) 18091 echo '#line 18091 "configure"' > conftest.$ac_ext 18092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18093 (eval $ac_compile) 2>&5 18094 ac_status=$? 18095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18096 (exit $ac_status); }; then 18097 case `/usr/bin/file conftest.$ac_objext` in 18098 *64-bit*) 18099 libsuff=64 18100 ;; 18101 esac 18102 fi 18103 rm -rf conftest* 18104 ;; 18105 *) 18106 ;; 18107 esac 18108 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 18109 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 17974 18110 ;; 17975 18111 17976 18112 knetbsd*-gnu) … … 18272 18408 cat conftest.err >&5 18273 18409 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18274 18410 (exit $ac_status); } && 18275 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18411 { ac_try='test -z "$ac_c_werror_flag" 18412 || test ! -s conftest.err' 18276 18413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18277 18414 (eval $ac_try) 2>&5 18278 18415 ac_status=$? … … 18375 18512 cat conftest.err >&5 18376 18513 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18377 18514 (exit $ac_status); } && 18378 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18515 { ac_try='test -z "$ac_c_werror_flag" 18516 || test ! -s conftest.err' 18379 18517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18380 18518 (eval $ac_try) 2>&5 18381 18519 ac_status=$? … … 18440 18578 cat conftest.err >&5 18441 18579 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18442 18580 (exit $ac_status); } && 18443 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18581 { ac_try='test -z "$ac_c_werror_flag" 18582 || test ! -s conftest.err' 18444 18583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18445 18584 (eval $ac_try) 2>&5 18446 18585 ac_status=$? … … 18533 18672 cat conftest.err >&5 18534 18673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18535 18674 (exit $ac_status); } && 18536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18675 { ac_try='test -z "$ac_c_werror_flag" 18676 || test ! -s conftest.err' 18537 18677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18538 18678 (eval $ac_try) 2>&5 18539 18679 ac_status=$? … … 18598 18738 cat conftest.err >&5 18599 18739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18600 18740 (exit $ac_status); } && 18601 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18741 { ac_try='test -z "$ac_c_werror_flag" 18742 || test ! -s conftest.err' 18602 18743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18603 18744 (eval $ac_try) 2>&5 18604 18745 ac_status=$? … … 18664 18805 cat conftest.err >&5 18665 18806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18666 18807 (exit $ac_status); } && 18667 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18808 { ac_try='test -z "$ac_c_werror_flag" 18809 || test ! -s conftest.err' 18668 18810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18669 18811 (eval $ac_try) 2>&5 18670 18812 ac_status=$? … … 18730 18872 cat conftest.err >&5 18731 18873 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18732 18874 (exit $ac_status); } && 18733 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18875 { ac_try='test -z "$ac_c_werror_flag" 18876 || test ! -s conftest.err' 18734 18877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18735 18878 (eval $ac_try) 2>&5 18736 18879 ac_status=$? … … 18805 18948 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 18806 18949 lt_status=$lt_dlunknown 18807 18950 cat > conftest.$ac_ext <<EOF 18808 #line 18 808"configure"18951 #line 18951 "configure" 18809 18952 #include "confdefs.h" 18810 18953 18811 18954 #if HAVE_DLFCN_H … … 18903 19046 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 18904 19047 lt_status=$lt_dlunknown 18905 19048 cat > conftest.$ac_ext <<EOF 18906 #line 1 8906"configure"19049 #line 19049 "configure" 18907 19050 #include "confdefs.h" 18908 19051 18909 19052 #if HAVE_DLFCN_H … … 19995 20138 cat conftest.err >&5 19996 20139 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19997 20140 (exit $ac_status); } && 19998 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20141 { ac_try='test -z "$ac_c_werror_flag" 20142 || test ! -s conftest.err' 19999 20143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20000 20144 (eval $ac_try) 2>&5 20001 20145 ac_status=$? … … 20067 20211 cat conftest.err >&5 20068 20212 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20069 20213 (exit $ac_status); } && 20070 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20214 { ac_try='test -z "$ac_c_werror_flag" 20215 || test ! -s conftest.err' 20071 20216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20072 20217 (eval $ac_try) 2>&5 20073 20218 ac_status=$? … … 20121 20266 cat conftest.err >&5 20122 20267 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20123 20268 (exit $ac_status); } && 20124 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20269 { ac_try='test -z "$ac_c_werror_flag" 20270 || test ! -s conftest.err' 20125 20271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20126 20272 (eval $ac_try) 2>&5 20127 20273 ac_status=$? … … 20192 20338 cat conftest.err >&5 20193 20339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20194 20340 (exit $ac_status); } && 20195 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20341 { ac_try='test -z "$ac_c_werror_flag" 20342 || test ! -s conftest.err' 20196 20343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20197 20344 (eval $ac_try) 2>&5 20198 20345 ac_status=$? … … 20246 20393 cat conftest.err >&5 20247 20394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20248 20395 (exit $ac_status); } && 20249 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20396 { ac_try='test -z "$ac_c_werror_flag" 20397 || test ! -s conftest.err' 20250 20398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20251 20399 (eval $ac_try) 2>&5 20252 20400 ac_status=$? … … 20498 20646 cat conftest.err >&5 20499 20647 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20500 20648 (exit $ac_status); } && 20501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20649 { ac_try='test -z "$ac_c_werror_flag" 20650 || test ! -s conftest.err' 20502 20651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20503 20652 (eval $ac_try) 2>&5 20504 20653 ac_status=$? … … 20567 20716 cat conftest.err >&5 20568 20717 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20569 20718 (exit $ac_status); } && 20570 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20719 { ac_try='test -z "$ac_c_werror_flag" 20720 || test ! -s conftest.err' 20571 20721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20572 20722 (eval $ac_try) 2>&5 20573 20723 ac_status=$? … … 20638 20788 cat conftest.err >&5 20639 20789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20640 20790 (exit $ac_status); } && 20641 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20791 { ac_try='test -z "$ac_c_werror_flag" 20792 || test ! -s conftest.err' 20642 20793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20643 20794 (eval $ac_try) 2>&5 20644 20795 ac_status=$? … … 20698 20849 cat conftest.err >&5 20699 20850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20700 20851 (exit $ac_status); } && 20701 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20852 { ac_try='test -z "$ac_c_werror_flag" 20853 || test ! -s conftest.err' 20702 20854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20703 20855 (eval $ac_try) 2>&5 20704 20856 ac_status=$? … … 20757 20909 cat conftest.err >&5 20758 20910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20759 20911 (exit $ac_status); } && 20760 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20912 { ac_try='test -z "$ac_c_werror_flag" 20913 || test ! -s conftest.err' 20761 20914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20762 20915 (eval $ac_try) 2>&5 20763 20916 ac_status=$? … … 20828 20981 cat conftest.err >&5 20829 20982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20830 20983 (exit $ac_status); } && 20831 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20984 { ac_try='test -z "$ac_c_werror_flag" 20985 || test ! -s conftest.err' 20832 20986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20833 20987 (eval $ac_try) 2>&5 20834 20988 ac_status=$? … … 20926 21080 cat conftest.err >&5 20927 21081 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20928 21082 (exit $ac_status); } && 20929 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21083 { ac_try='test -z "$ac_c_werror_flag" 21084 || test ! -s conftest.err' 20930 21085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20931 21086 (eval $ac_try) 2>&5 20932 21087 ac_status=$? … … 21051 21206 cat conftest.err >&5 21052 21207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21053 21208 (exit $ac_status); } && 21054 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21209 { ac_try='test -z "$ac_c_werror_flag" 21210 || test ! -s conftest.err' 21055 21211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21056 21212 (eval $ac_try) 2>&5 21057 21213 ac_status=$? … … 21156 21312 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 21157 21313 lt_status=$lt_dlunknown 21158 21314 cat > conftest.$ac_ext <<EOF 21159 #line 21 159"configure"21315 #line 21315 "configure" 21160 21316 #include "confdefs.h" 21161 21317 21162 21318 #if HAVE_DLFCN_H … … 21372 21528 cat conftest.err >&5 21373 21529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21374 21530 (exit $ac_status); } && 21375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21531 { ac_try='test -z "$ac_c_werror_flag" 21532 || test ! -s conftest.err' 21376 21533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21377 21534 (eval $ac_try) 2>&5 21378 21535 ac_status=$? … … 21523 21680 cat conftest.err >&5 21524 21681 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21525 21682 (exit $ac_status); } && 21526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21683 { ac_try='test -z "$ac_c_werror_flag" 21684 || test ! -s conftest.err' 21527 21685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21528 21686 (eval $ac_try) 2>&5 21529 21687 ac_status=$? … … 21635 21793 cat conftest.err >&5 21636 21794 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21637 21795 (exit $ac_status); } && 21638 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21796 { ac_try='test -z "$ac_c_werror_flag" 21797 || test ! -s conftest.err' 21639 21798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21640 21799 (eval $ac_try) 2>&5 21641 21800 ac_status=$? … … 21728 21887 cat conftest.err >&5 21729 21888 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21730 21889 (exit $ac_status); } && 21731 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21890 { ac_try='test -z "$ac_c_werror_flag" 21891 || test ! -s conftest.err' 21732 21892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21733 21893 (eval $ac_try) 2>&5 21734 21894 ac_status=$? … … 21880 22040 cat conftest.err >&5 21881 22041 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21882 22042 (exit $ac_status); } && 21883 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22043 { ac_try='test -z "$ac_c_werror_flag" 22044 || test ! -s conftest.err' 21884 22045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21885 22046 (eval $ac_try) 2>&5 21886 22047 ac_status=$? … … 22030 22191 cat conftest.err >&5 22031 22192 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22032 22193 (exit $ac_status); } && 22033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22194 { ac_try='test -z "$ac_c_werror_flag" 22195 || test ! -s conftest.err' 22034 22196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22035 22197 (eval $ac_try) 2>&5 22036 22198 ac_status=$? … … 22216 22378 cat conftest.err >&5 22217 22379 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22218 22380 (exit $ac_status); } && 22219 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22381 { ac_try='test -z "$ac_c_werror_flag" 22382 || test ! -s conftest.err' 22220 22383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22221 22384 (eval $ac_try) 2>&5 22222 22385 ac_status=$? … … 22318 22481 cat conftest.err >&5 22319 22482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22320 22483 (exit $ac_status); } && 22321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22484 { ac_try='test -z "$ac_c_werror_flag" 22485 || test ! -s conftest.err' 22322 22486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22323 22487 (eval $ac_try) 2>&5 22324 22488 ac_status=$? … … 22420 22584 cat conftest.err >&5 22421 22585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22422 22586 (exit $ac_status); } && 22423 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22587 { ac_try='test -z "$ac_c_werror_flag" 22588 || test ! -s conftest.err' 22424 22589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22425 22590 (eval $ac_try) 2>&5 22426 22591 ac_status=$? … … 22522 22687 cat conftest.err >&5 22523 22688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22524 22689 (exit $ac_status); } && 22525 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22690 { ac_try='test -z "$ac_c_werror_flag" 22691 || test ! -s conftest.err' 22526 22692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22527 22693 (eval $ac_try) 2>&5 22528 22694 ac_status=$? … … 22625 22791 cat conftest.err >&5 22626 22792 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22627 22793 (exit $ac_status); } && 22628 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 22794 { ac_try='test -z "$ac_c_werror_flag" 22795 || test ! -s conftest.err' 22629 22796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22630 22797 (eval $ac_try) 2>&5 22631 22798 ac_status=$? … … 23568 23735 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 23569 23736 esac 23570 23737 23738 if test x"$ac_file" != x-; then 23739 { echo "$as_me:$LINENO: creating $ac_file" >&5 23740 echo "$as_me: creating $ac_file" >&6;} 23741 rm -f "$ac_file" 23742 fi 23571 23743 # Let's still pretend it is `configure' which instantiates (i.e., don't 23572 23744 # use $as_me), people would be surprised to read: 23573 23745 # /* config.h. Generated by config.status. */ … … 23606 23778 fi;; 23607 23779 esac 23608 23780 done` || { (exit 1); exit 1; } 23609 23610 if test x"$ac_file" != x-; then23611 { echo "$as_me:$LINENO: creating $ac_file" >&523612 echo "$as_me: creating $ac_file" >&6;}23613 rm -f "$ac_file"23614 fi23615 23781 _ACEOF 23616 23782 cat >>$CONFIG_STATUS <<_ACEOF 23617 23783 sed "$ac_vpsub -
libtool-1.5.
diff -uNr libtool-1.5.16/libtool.m4 libtool-1.5.16-patched/libtool.m4
old new 561 561 rm -rf conftest* 562 562 ;; 563 563 564 *-*-linux*) 565 # Test if the compiler is 64bit 566 echo 'int i;' > conftest.$ac_ext 567 lt_cv_cc_64bit_output=no 568 if AC_TRY_EVAL(ac_compile); then 569 case `/usr/bin/file conftest.$ac_objext` in 570 *"ELF 64"*) 571 lt_cv_cc_64bit_output=yes 572 ;; 573 esac 574 fi 575 rm -rf conftest* 576 ;; 577 564 578 *-*-sco3.2v5*) 565 579 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 566 580 SAVE_CFLAGS="$CFLAGS" … … 1310 1324 esac 1311 1325 ;; 1312 1326 1327 linux*) 1328 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 1329 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1330 supports_anon_versioning=no 1331 case `$LD -v 2>/dev/null` in 1332 *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 1333 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 1334 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 1335 *\ 2.11.*) ;; # other 2.11 versions 1336 *) supports_anon_versioning=yes ;; 1337 esac 1338 if test $supports_anon_versioning = yes; then 1339 archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ 1340 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 1341 $echo "local: *; };" >> $output_objdir/$libname.ver~ 1342 $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 1343 else 1344 $archive_expsym_cmds="$archive_cmds" 1345 fi 1346 else 1347 ld_shlibs=no 1348 fi 1349 ;; 1350 1313 1351 *) 1314 1352 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' 1315 1353 ;; … … 1514 1552 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 1515 1553 fi 1516 1554 1555 case $host_cpu:$lt_cv_cc_64bit_output in 1556 powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes) 1557 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /usr/X11R6/lib64" 1558 sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64 /usr/X11R6/lib64" 1559 ;; 1560 esac 1561 1517 1562 # We used to test for /lib/ld.so.1 and disable shared libraries on 1518 1563 # powerpc, because MkLinux only supported shared libraries with the 1519 1564 # GNU dynamic linker. Since this was broken with cross compilers, … … 1521 1566 # people can always --disable-shared, the test was removed, and we 1522 1567 # assume the GNU/Linux dynamic linker is in use. 1523 1568 dynamic_linker='GNU/Linux ld.so' 1569 1570 # Find out which ABI we are using (multilib Linux x86_64 hack). 1571 libsuff= 1572 case "$host_cpu" in 1573 x86_64*) 1574 echo '[#]line __oline__ "configure"' > conftest.$ac_ext 1575 if AC_TRY_EVAL(ac_compile); then 1576 case `/usr/bin/file conftest.$ac_objext` in 1577 *64-bit*) 1578 libsuff=64 1579 ;; 1580 esac 1581 fi 1582 rm -rf conftest* 1583 ;; 1584 *) 1585 ;; 1586 esac 1587 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}" 1588 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}" 1524 1589 ;; 1525 1590 1526 1591 knetbsd*-gnu) -
libtool-1.5.
diff -uNr libtool-1.5.16/ltmain.in libtool-1.5.16-patched/ltmain.in
old new 33 33 # function. 34 34 progpath="$0" 35 35 36 # define SED for historic ltconfig's generated by Libtool 1.3 37 test -z "$SED" && SED=sed 38 36 39 # The name of this program: 37 40 progname=`echo "$progpath" | $SED $basename` 38 41 modename="$progname" … … 51 54 if test -n "${ZSH_VERSION+set}" ; then 52 55 setopt NO_GLOB_SUBST 53 56 fi 57 # Same for EGREP, and just to be sure, do LTCC as well 58 if test "X$EGREP" = X ; then 59 EGREP=egrep 60 fi 61 if test "X$LTCC" = X ; then 62 LTCC=${CC-gcc} 63 fi 54 64 55 65 # Check that we have a working $echo. 56 66 if test "X$1" = X--no-reexec; then … … 135 145 o2lo="s/\\.${objext}\$/.lo/" 136 146 quote_scanset='[[~#^*{};<>?'"'"' ]' 137 147 148 if test -z "$max_cmd_len"; then 149 i=0 150 testring="ABCD" 151 new_result= 152 153 # If test is not a shell built-in, we'll probably end up computing a 154 # maximum length that is only half of the actual maximum length, but 155 # we can't tell. 156 while (test "X"`$SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \ 157 = "XX$testring") >/dev/null 2>&1 && 158 new_result=`expr "X$testring" : ".*" 2>&1` && 159 max_cmd_len="$new_result" && 160 test "$i" != 17 # 1/2 MB should be enough 161 do 162 i=`expr $i + 1` 163 testring="$testring$testring" 164 done 165 testring= 166 # Add a significant safety factor because C++ compilers can tack on massive 167 # amounts of additional arguments before passing them to the linker. 168 # It appears as though 1/2 is a usable value. 169 max_cmd_len=`expr $max_cmd_len \/ 2` 170 fi 171 138 172 ##################################### 139 173 # Shell function definitions: 140 174 # This seems to be the best place for them … … 219 253 esac 220 254 CC_quoted="$CC_quoted $arg" 221 255 done 256 # user sometimes does CC=<HOST>-gcc so we need to match that to 'gcc' 257 trimedcc=`echo ${CC} | $SED -e "s/${host}-//g"` 258 # and sometimes libtool has CC=<HOST>-gcc but user does CC=gcc 259 extendcc=${host}-${CC} 222 260 case "$@ " in 261 "cc "* | " cc "* | "${host}-cc "* | " ${host}-cc "*|\ 262 "gcc "* | " gcc "* | "${host}-gcc "* | " ${host}-gcc "*) 263 tagname=CC 264 break ;; 265 "$trimedcc "* | " $trimedcc "* | "`$echo $trimedcc` "* | " `$echo $trimedcc` "*|\ 266 "$extendcc "* | " $extendcc "* | "`$echo $extendcc` "* | " `$echo $extendcc` "*|\ 223 267 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) 224 268 # The compiler in the base compile command matches 225 269 # the one in the tagged configuration. … … 796 840 # Lock this critical section if it is needed 797 841 # We use this script file to make the link, it avoids creating a new file 798 842 if test "$need_locks" = yes; then 799 until $run ln "$ progpath" "$lockfile" 2>/dev/null; do843 until $run ln "$srcfile" "$lockfile" 2>/dev/null; do 800 844 $show "Waiting for $lockfile to be removed" 801 845 sleep 2 802 846 done … … 1700 1744 continue 1701 1745 ;; 1702 1746 1747 -Kthread | -mthreads | -mt | -pthread | -pthreads | -threads | -qthreaded | -kthread ) 1748 compiler_flags="$compiler_flags $arg" 1749 continue 1750 ;; 1751 1703 1752 # Some other compiler flag. 1704 1753 -* | +*) 1705 1754 # Unknown arguments in both finalize_command and compile_command need … … 3539 3588 *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; 3540 3589 esac 3541 3590 done 3591 # It is ok to link against an archive when 3592 # building a shared library. 3593 if $AR -t $potlib > /dev/null 2>&1; then 3594 newdeplibs="$newdeplibs $a_deplib" 3595 a_deplib="" 3596 break 2 3597 fi 3542 3598 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ 3543 3599 | ${SED} 10q \ 3544 3600 | $EGREP "$file_magic_regex" > /dev/null; then -
libtool-1.5.
diff -uNr libtool-1.5.16/ltmain.sh libtool-1.5.16-patched/ltmain.sh
old new 33 33 # function. 34 34 progpath="$0" 35 35 36 # define SED for historic ltconfig's generated by Libtool 1.3 37 test -z "$SED" && SED=sed 38 36 39 # The name of this program: 37 40 progname=`echo "$progpath" | $SED $basename` 38 41 modename="$progname" … … 44 47 PROGRAM=ltmain.sh 45 48 PACKAGE=libtool 46 49 VERSION=1.5.16 47 TIMESTAMP=" (1.1220.2.23 4 2005/04/24 17:45:58)"50 TIMESTAMP=" (1.1220.2.235 2005/04/25 18:13:26)" 48 51 49 52 # See if we are running on zsh, and set the options which allow our 50 53 # commands through without removal of \ escapes. 51 54 if test -n "${ZSH_VERSION+set}" ; then 52 55 setopt NO_GLOB_SUBST 53 56 fi 57 # Same for EGREP, and just to be sure, do LTCC as well 58 if test "X$EGREP" = X ; then 59 EGREP=egrep 60 fi 61 if test "X$LTCC" = X ; then 62 LTCC=${CC-gcc} 63 fi 54 64 55 65 # Check that we have a working $echo. 56 66 if test "X$1" = X--no-reexec; then … … 135 145 o2lo="s/\\.${objext}\$/.lo/" 136 146 quote_scanset='[[~#^*{};<>?'"'"' ]' 137 147 148 if test -z "$max_cmd_len"; then 149 i=0 150 testring="ABCD" 151 new_result= 152 153 # If test is not a shell built-in, we'll probably end up computing a 154 # maximum length that is only half of the actual maximum length, but 155 # we can't tell. 156 while (test "X"`$SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \ 157 = "XX$testring") >/dev/null 2>&1 && 158 new_result=`expr "X$testring" : ".*" 2>&1` && 159 max_cmd_len="$new_result" && 160 test "$i" != 17 # 1/2 MB should be enough 161 do 162 i=`expr $i + 1` 163 testring="$testring$testring" 164 done 165 testring= 166 # Add a significant safety factor because C++ compilers can tack on massive 167 # amounts of additional arguments before passing them to the linker. 168 # It appears as though 1/2 is a usable value. 169 max_cmd_len=`expr $max_cmd_len \/ 2` 170 fi 171 138 172 ##################################### 139 173 # Shell function definitions: 140 174 # This seems to be the best place for them … … 219 253 esac 220 254 CC_quoted="$CC_quoted $arg" 221 255 done 256 # user sometimes does CC=<HOST>-gcc so we need to match that to 'gcc' 257 trimedcc=`echo ${CC} | $SED -e "s/${host}-//g"` 258 # and sometimes libtool has CC=<HOST>-gcc but user does CC=gcc 259 extendcc=${host}-${CC} 222 260 case "$@ " in 261 "cc "* | " cc "* | "${host}-cc "* | " ${host}-cc "*|\ 262 "gcc "* | " gcc "* | "${host}-gcc "* | " ${host}-gcc "*) 263 tagname=CC 264 break ;; 265 "$trimedcc "* | " $trimedcc "* | "`$echo $trimedcc` "* | " `$echo $trimedcc` "*|\ 266 "$extendcc "* | " $extendcc "* | "`$echo $extendcc` "* | " `$echo $extendcc` "*|\ 223 267 " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) 224 268 # The compiler in the base compile command matches 225 269 # the one in the tagged configuration. … … 796 840 # Lock this critical section if it is needed 797 841 # We use this script file to make the link, it avoids creating a new file 798 842 if test "$need_locks" = yes; then 799 until $run ln "$ progpath" "$lockfile" 2>/dev/null; do843 until $run ln "$srcfile" "$lockfile" 2>/dev/null; do 800 844 $show "Waiting for $lockfile to be removed" 801 845 sleep 2 802 846 done … … 1700 1744 continue 1701 1745 ;; 1702 1746 1747 -Kthread | -mthreads | -mt | -pthread | -pthreads | -threads | -qthreaded | -kthread ) 1748 compiler_flags="$compiler_flags $arg" 1749 continue 1750 ;; 1751 1703 1752 # Some other compiler flag. 1704 1753 -* | +*) 1705 1754 # Unknown arguments in both finalize_command and compile_command need … … 3539 3588 *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; 3540 3589 esac 3541 3590 done 3591 # It is ok to link against an archive when 3592 # building a shared library. 3593 if $AR -t $potlib > /dev/null 2>&1; then 3594 newdeplibs="$newdeplibs $a_deplib" 3595 a_deplib="" 3596 break 2 3597 fi 3542 3598 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ 3543 3599 | ${SED} 10q \ 3544 3600 | $EGREP "$file_magic_regex" > /dev/null; then -
tests/Makefile.in
diff -uNr libtool-1.5.16/tests/Makefile.in libtool-1.5.16-patched/tests/Makefile.in
old new 1 # Makefile.in generated by automake 1.9. 5from Makefile.am.1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Note:
See TracBrowser
for help on using the repository browser.