Changeset 619 for trunk/src/binutils/ld/configure
- Timestamp:
- Aug 16, 2003, 11:56:50 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ld/configure
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r618 r619 25 25 --with-pic try to use only PIC/non-PIC objects [default=use both]" 26 26 ac_help="$ac_help 27 --with-lib-path=dir1:dir2... set default LIB_PATH" 28 ac_help="$ac_help 27 29 --enable-targets alternative target configurations" 28 30 ac_help="$ac_help 29 31 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)" 30 32 ac_help="$ac_help 31 --enable-build-warnings Enable build-time compiler warnings if gcc is used" 33 --with-sysroot[=DIR] Search for usr/lib et al within DIR." 34 ac_help="$ac_help 35 --enable-build-warnings enable build-time compiler warnings if gcc is used" 32 36 ac_help="$ac_help 33 37 --disable-nls do not use Native Language Support" … … 547 551 548 552 echo $ac_n "checking for path separator""... $ac_c" 1>&6 549 echo "configure:55 0: checking for path separator" >&5553 echo "configure:554: checking for path separator" >&5 550 554 # Filter path to get backslahes into forwardslashes 551 555 case "`uname -s 2> /dev/null`" in … … 561 565 562 566 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 563 echo "configure:56 4: checking for Cygwin environment" >&5567 echo "configure:568: checking for Cygwin environment" >&5 564 568 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 565 569 echo $ac_n "(cached) $ac_c" 1>&6 566 570 else 567 571 cat > conftest.$ac_ext <<EOF 568 #line 5 69"configure"572 #line 573 "configure" 569 573 #include "confdefs.h" 570 574 … … 577 581 ; return 0; } 578 582 EOF 579 if { (eval echo configure:58 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then583 if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 580 584 rm -rf conftest* 581 585 ac_cv_cygwin=yes … … 594 598 test "$ac_cv_cygwin" = yes && CYGWIN=yes 595 599 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 596 echo "configure: 597: checking for mingw32 environment" >&5600 echo "configure:601: checking for mingw32 environment" >&5 597 601 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 598 602 echo $ac_n "(cached) $ac_c" 1>&6 599 603 else 600 604 cat > conftest.$ac_ext <<EOF 601 #line 60 2"configure"605 #line 606 "configure" 602 606 #include "confdefs.h" 603 607 … … 606 610 ; return 0; } 607 611 EOF 608 if { (eval echo configure:6 09: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then612 if { (eval echo configure:613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 609 613 rm -rf conftest* 610 614 ac_cv_mingw32=yes … … 623 627 test "$ac_cv_mingw32" = yes && MINGW32=yes 624 628 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 625 echo "configure:6 26: checking for EMX/OS2 environment" >&5629 echo "configure:630: checking for EMX/OS2 environment" >&5 626 630 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 627 631 echo $ac_n "(cached) $ac_c" 1>&6 … … 629 633 : ${CC=gcc.exe} 630 634 cat > conftest.$ac_ext <<EOF 631 #line 63 2"configure"635 #line 636 "configure" 632 636 #include "confdefs.h" 633 637 … … 636 640 ; return 0; } 637 641 EOF 638 if { (eval echo configure:6 39: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then642 if { (eval echo configure:643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 639 643 rm -rf conftest* 640 644 ac_cv_emxos2=yes … … 667 671 668 672 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 669 echo "configure:67 0: checking for executable suffix" >&5673 echo "configure:674: checking for executable suffix" >&5 670 674 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 671 675 echo $ac_n "(cached) $ac_c" 1>&6 … … 677 681 echo 'int main () { return 0; }' > conftest.$ac_ext 678 682 ac_cv_exeext= 679 if { (eval echo configure:68 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then683 if { (eval echo configure:684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 680 684 for file in conftest.*; do 681 685 case $file in … … 746 750 747 751 echo $ac_n "checking host system type""... $ac_c" 1>&6 748 echo "configure:7 49: checking host system type" >&5752 echo "configure:753: checking host system type" >&5 749 753 750 754 host_alias=$host … … 767 771 768 772 echo $ac_n "checking target system type""... $ac_c" 1>&6 769 echo "configure:77 0: checking target system type" >&5773 echo "configure:774: checking target system type" >&5 770 774 771 775 target_alias=$target … … 785 789 786 790 echo $ac_n "checking build system type""... $ac_c" 1>&6 787 echo "configure:7 88: checking build system type" >&5791 echo "configure:792: checking build system type" >&5 788 792 789 793 build_alias=$build … … 807 811 program_prefix=${target_alias}- 808 812 813 814 echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 815 echo "configure:816: checking for strerror in -lcposix" >&5 816 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` 817 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 818 echo $ac_n "(cached) $ac_c" 1>&6 819 else 820 ac_save_LIBS="$LIBS" 821 LIBS="-lcposix $LIBS" 822 cat > conftest.$ac_ext <<EOF 823 #line 824 "configure" 824 #include "confdefs.h" 825 /* Override any gcc2 internal prototype to avoid an error. */ 826 /* We use char because int might match the return type of a gcc2 827 builtin and then its argument prototype would still apply. */ 828 char strerror(); 829 830 int main() { 831 strerror() 832 ; return 0; } 833 EOF 834 if { (eval echo configure:835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 835 rm -rf conftest* 836 eval "ac_cv_lib_$ac_lib_var=yes" 837 else 838 echo "configure: failed program was:" >&5 839 cat conftest.$ac_ext >&5 840 rm -rf conftest* 841 eval "ac_cv_lib_$ac_lib_var=no" 842 fi 843 rm -f conftest* 844 LIBS="$ac_save_LIBS" 845 846 fi 847 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 848 echo "$ac_t""yes" 1>&6 849 LIBS="$LIBS -lcposix" 850 else 851 echo "$ac_t""no" 1>&6 852 fi 853 854 855 856 857 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` 858 # Find a good install program. We prefer a C program (faster), 859 # so one script is as good as another. But avoid the broken or 860 # incompatible versions: 861 # SysV /etc/install, /usr/sbin/install 862 # SunOS /usr/etc/install 863 # IRIX /sbin/install 864 # AIX /bin/install 865 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 866 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 867 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 868 # ./install, which can be erroneously created by make from ./install.sh. 869 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 870 echo "configure:871: checking for a BSD compatible install" >&5 871 if test -z "$INSTALL"; then 872 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 873 echo $ac_n "(cached) $ac_c" 1>&6 874 else 875 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 876 for ac_dir in $PATH; do 877 # Account for people who put trailing slashes in PATH elements. 878 case "$ac_dir/" in 879 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 880 # We reject the install program from OS/2 or W3.1 881 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 882 *) 883 # OSF1 and SCO ODT 3.0 have their own names for install. 884 # Don't use installbsd from OSF since it installs stuff as root 885 # by default. 886 for ac_prog in ginstall scoinst install; do 887 if test -f $ac_dir/$ac_prog$ac_exeext; then 888 if test $ac_prog = install && 889 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 890 # AIX install. It has an incompatible calling convention. 891 : 892 else 893 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 894 break 2 895 fi 896 fi 897 done 898 ;; 899 esac 900 done 901 IFS="$ac_save_IFS" 902 903 fi 904 if test "${ac_cv_path_install+set}" = set; then 905 INSTALL="$ac_cv_path_install" 906 else 907 # As a last resort, use the slow shell script. We don't cache a 908 # path for INSTALL within a source directory, because that will 909 # break other packages using the cache if that directory is 910 # removed, or if the path is relative. 911 INSTALL="$ac_install_sh" 912 fi 913 fi 914 echo "$ac_t""$INSTALL" 1>&6 915 916 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 917 # It thinks the first close brace ends the variable substitution. 918 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 919 920 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 921 922 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 923 924 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 925 echo "configure:926: checking whether build environment is sane" >&5 926 # Just in case 927 sleep 1 928 echo timestamp > conftestfile 929 # Do `set' in a subshell so we don't clobber the current shell's 930 # arguments. Must try -L first in case configure is actually a 931 # symlink; some systems play weird games with the mod time of symlinks 932 # (eg FreeBSD returns the mod time of the symlink's containing 933 # directory). 934 if ( 935 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 936 if test "$*" = "X"; then 937 # -L didn't work. 938 set X `ls -t $srcdir/configure conftestfile` 939 fi 940 if test "$*" != "X $srcdir/configure conftestfile" \ 941 && test "$*" != "X conftestfile $srcdir/configure"; then 942 943 # If neither matched, then we have a broken ls. This can happen 944 # if, for instance, CONFIG_SHELL is bash and it inherits a 945 # broken ls alias from the environment. This has actually 946 # happened. Such a system could not be considered "sane". 947 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken 948 alias in your environment" 1>&2; exit 1; } 949 fi 950 951 test "$2" = conftestfile 952 ) 953 then 954 # Ok. 955 : 956 else 957 { echo "configure: error: newly created file is older than distributed files! 958 Check your system clock" 1>&2; exit 1; } 959 fi 960 rm -f conftest* 961 echo "$ac_t""yes" 1>&6 962 if test "$program_transform_name" = s,x,x,; then 963 program_transform_name= 964 else 965 # Double any \ or $. echo might interpret backslashes. 966 cat <<\EOF_SED > conftestsed 967 s,\\,\\\\,g; s,\$,$$,g 968 EOF_SED 969 program_transform_name="`echo $program_transform_name|sed -f conftestsed`" 970 rm -f conftestsed 971 fi 972 test "$program_prefix" != NONE && 973 program_transform_name="s,^,${program_prefix},; $program_transform_name" 974 # Use a double $ so make ignores it. 975 test "$program_suffix" != NONE && 976 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" 977 978 # sed with no file args requires a program. 979 test "$program_transform_name" = "" && program_transform_name="s,x,x," 980 981 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 982 echo "configure:983: checking whether ${MAKE-make} sets \${MAKE}" >&5 983 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 984 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then 985 echo $ac_n "(cached) $ac_c" 1>&6 986 else 987 cat > conftestmake <<\EOF 988 all: 989 @echo 'ac_maketemp="${MAKE}"' 990 EOF 991 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 992 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` 993 if test -n "$ac_maketemp"; then 994 eval ac_cv_prog_make_${ac_make}_set=yes 995 else 996 eval ac_cv_prog_make_${ac_make}_set=no 997 fi 998 rm -f conftestmake 999 fi 1000 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1001 echo "$ac_t""yes" 1>&6 1002 SET_MAKE= 1003 else 1004 echo "$ac_t""no" 1>&6 1005 SET_MAKE="MAKE=${MAKE-make}" 1006 fi 1007 1008 1009 PACKAGE=ld 1010 1011 VERSION=${BFD_VERSION} 1012 1013 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 1014 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 1015 fi 1016 cat >> confdefs.h <<EOF 1017 #define PACKAGE "$PACKAGE" 1018 EOF 1019 1020 cat >> confdefs.h <<EOF 1021 #define VERSION "$VERSION" 1022 EOF 1023 1024 1025 1026 missing_dir=`cd $ac_aux_dir && pwd` 1027 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1028 echo "configure:1029: checking for working aclocal" >&5 1029 # Run test in a subshell; some versions of sh will print an error if 1030 # an executable is not found, even if stderr is redirected. 1031 # Redirect stdin to placate older versions of autoconf. Sigh. 1032 if (aclocal --version) < /dev/null > /dev/null 2>&1; then 1033 ACLOCAL=aclocal 1034 echo "$ac_t""found" 1>&6 1035 else 1036 ACLOCAL="$missing_dir/missing aclocal" 1037 echo "$ac_t""missing" 1>&6 1038 fi 1039 1040 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1041 echo "configure:1042: checking for working autoconf" >&5 1042 # Run test in a subshell; some versions of sh will print an error if 1043 # an executable is not found, even if stderr is redirected. 1044 # Redirect stdin to placate older versions of autoconf. Sigh. 1045 if (autoconf --version) < /dev/null > /dev/null 2>&1; then 1046 AUTOCONF=autoconf 1047 echo "$ac_t""found" 1>&6 1048 else 1049 AUTOCONF="$missing_dir/missing autoconf" 1050 echo "$ac_t""missing" 1>&6 1051 fi 1052 1053 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1054 echo "configure:1055: checking for working automake" >&5 1055 # Run test in a subshell; some versions of sh will print an error if 1056 # an executable is not found, even if stderr is redirected. 1057 # Redirect stdin to placate older versions of autoconf. Sigh. 1058 if (automake --version) < /dev/null > /dev/null 2>&1; then 1059 AUTOMAKE=automake 1060 echo "$ac_t""found" 1>&6 1061 else 1062 AUTOMAKE="$missing_dir/missing automake" 1063 echo "$ac_t""missing" 1>&6 1064 fi 1065 1066 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1067 echo "configure:1068: checking for working autoheader" >&5 1068 # Run test in a subshell; some versions of sh will print an error if 1069 # an executable is not found, even if stderr is redirected. 1070 # Redirect stdin to placate older versions of autoconf. Sigh. 1071 if (autoheader --version) < /dev/null > /dev/null 2>&1; then 1072 AUTOHEADER=autoheader 1073 echo "$ac_t""found" 1>&6 1074 else 1075 AUTOHEADER="$missing_dir/missing autoheader" 1076 echo "$ac_t""missing" 1>&6 1077 fi 1078 1079 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1080 echo "configure:1081: checking for working makeinfo" >&5 1081 # Run test in a subshell; some versions of sh will print an error if 1082 # an executable is not found, even if stderr is redirected. 1083 # Redirect stdin to placate older versions of autoconf. Sigh. 1084 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 1085 MAKEINFO=makeinfo 1086 echo "$ac_t""found" 1>&6 1087 else 1088 MAKEINFO="$missing_dir/missing makeinfo" 1089 echo "$ac_t""missing" 1>&6 1090 fi 1091 1092 1093 1094 # Check whether --enable-shared or --disable-shared was given. 1095 if test "${enable_shared+set}" = set; then 1096 enableval="$enable_shared" 1097 p=${PACKAGE-default} 1098 case $enableval in 1099 yes) enable_shared=yes ;; 1100 no) enable_shared=no ;; 1101 *) 1102 enable_shared=no 1103 # Look at the argument we got. We use all the common list separators. 1104 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1105 for pkg in $enableval; do 1106 if test "X$pkg" = "X$p"; then 1107 enable_shared=yes 1108 fi 1109 done 1110 IFS="$ac_save_ifs" 1111 ;; 1112 esac 1113 else 1114 enable_shared=yes 1115 fi 1116 1117 # Check whether --enable-static or --disable-static was given. 1118 if test "${enable_static+set}" = set; then 1119 enableval="$enable_static" 1120 p=${PACKAGE-default} 1121 case $enableval in 1122 yes) enable_static=yes ;; 1123 no) enable_static=no ;; 1124 *) 1125 enable_static=no 1126 # Look at the argument we got. We use all the common list separators. 1127 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1128 for pkg in $enableval; do 1129 if test "X$pkg" = "X$p"; then 1130 enable_static=yes 1131 fi 1132 done 1133 IFS="$ac_save_ifs" 1134 ;; 1135 esac 1136 else 1137 enable_static=yes 1138 fi 1139 1140 # Check whether --enable-fast-install or --disable-fast-install was given. 1141 if test "${enable_fast_install+set}" = set; then 1142 enableval="$enable_fast_install" 1143 p=${PACKAGE-default} 1144 case $enableval in 1145 yes) enable_fast_install=yes ;; 1146 no) enable_fast_install=no ;; 1147 *) 1148 enable_fast_install=no 1149 # Look at the argument we got. We use all the common list separators. 1150 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," 1151 for pkg in $enableval; do 1152 if test "X$pkg" = "X$p"; then 1153 enable_fast_install=yes 1154 fi 1155 done 1156 IFS="$ac_save_ifs" 1157 ;; 1158 esac 1159 else 1160 enable_fast_install=yes 1161 fi 1162 809 1163 # Extract the first word of "gcc", so it can be a program name with args. 810 1164 set dummy gcc; ac_word=$2 811 1165 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 812 echo "configure: 813: checking for $ac_word" >&51166 echo "configure:1167: checking for $ac_word" >&5 813 1167 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 814 1168 echo $ac_n "(cached) $ac_c" 1>&6 … … 841 1195 set dummy cc; ac_word=$2 842 1196 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 843 echo "configure: 844: checking for $ac_word" >&51197 echo "configure:1198: checking for $ac_word" >&5 844 1198 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 845 1199 echo $ac_n "(cached) $ac_c" 1>&6 … … 894 1248 set dummy cl; ac_word=$2 895 1249 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 896 echo "configure: 897: checking for $ac_word" >&51250 echo "configure:1251: checking for $ac_word" >&5 897 1251 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 898 1252 echo $ac_n "(cached) $ac_c" 1>&6 … … 927 1281 928 1282 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 929 echo "configure: 930: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51283 echo "configure:1284: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 930 1284 931 1285 ac_ext=c … … 938 1292 cat > conftest.$ac_ext << EOF 939 1293 940 #line 941"configure"1294 #line 1295 "configure" 941 1295 #include "confdefs.h" 942 1296 943 1297 main(){return(0);} 944 1298 EOF 945 if { (eval echo configure: 946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1299 if { (eval echo configure:1300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 946 1300 ac_cv_prog_cc_works=yes 947 1301 # If we can't run a trivial program, we are probably using a cross compiler. … … 969 1323 fi 970 1324 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 971 echo "configure: 972: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51325 echo "configure:1326: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 972 1326 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 973 1327 cross_compiling=$ac_cv_prog_cc_cross 974 1328 975 1329 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 976 echo "configure: 977: checking whether we are using GNU C" >&51330 echo "configure:1331: checking whether we are using GNU C" >&5 977 1331 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 978 1332 echo $ac_n "(cached) $ac_c" 1>&6 … … 983 1337 #endif 984 1338 EOF 985 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1339 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 986 1340 ac_cv_prog_gcc=yes 987 1341 else … … 1002 1356 CFLAGS= 1003 1357 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1004 echo "configure:1 005: checking whether ${CC-cc} accepts -g" >&51358 echo "configure:1359: checking whether ${CC-cc} accepts -g" >&5 1005 1359 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1006 1360 echo $ac_n "(cached) $ac_c" 1>&6 … … 1033 1387 fi 1034 1388 1035 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&61036 echo "configure:1037: checking for POSIXized ISC" >&51037 if test -d /etc/conf/kconfig.d &&1038 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&11039 then1040 echo "$ac_t""yes" 1>&61041 ISC=yes # If later tests want to check for ISC.1042 cat >> confdefs.h <<\EOF1043 #define _POSIX_SOURCE 11044 EOF1045 1046 if test "$GCC" = yes; then1047 CC="$CC -posix"1048 else1049 CC="$CC -Xp"1050 fi1051 else1052 echo "$ac_t""no" 1>&61053 ISC=1054 fi1055 1056 1057 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`1058 # Find a good install program. We prefer a C program (faster),1059 # so one script is as good as another. But avoid the broken or1060 # incompatible versions:1061 # SysV /etc/install, /usr/sbin/install1062 # SunOS /usr/etc/install1063 # IRIX /sbin/install1064 # AIX /bin/install1065 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag1066 # AFS /usr/afsws/bin/install, which mishandles nonexistent args1067 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"1068 # ./install, which can be erroneously created by make from ./install.sh.1069 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&61070 echo "configure:1071: checking for a BSD compatible install" >&51071 if test -z "$INSTALL"; then1072 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then1073 echo $ac_n "(cached) $ac_c" 1>&61074 else1075 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"1076 for ac_dir in $PATH; do1077 # Account for people who put trailing slashes in PATH elements.1078 case "$ac_dir/" in1079 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;1080 # We reject the install program from OS/2 or W3.11081 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;1082 *)1083 # OSF1 and SCO ODT 3.0 have their own names for install.1084 # Don't use installbsd from OSF since it installs stuff as root1085 # by default.1086 for ac_prog in ginstall scoinst install; do1087 if test -f $ac_dir/$ac_prog$ac_exeext; then1088 if test $ac_prog = install &&1089 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then1090 # AIX install. It has an incompatible calling convention.1091 :1092 else1093 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"1094 break 21095 fi1096 fi1097 done1098 ;;1099 esac1100 done1101 IFS="$ac_save_IFS"1102 1103 fi1104 if test "${ac_cv_path_install+set}" = set; then1105 INSTALL="$ac_cv_path_install"1106 else1107 # As a last resort, use the slow shell script. We don't cache a1108 # path for INSTALL within a source directory, because that will1109 # break other packages using the cache if that directory is1110 # removed, or if the path is relative.1111 INSTALL="$ac_install_sh"1112 fi1113 fi1114 echo "$ac_t""$INSTALL" 1>&61115 1116 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.1117 # It thinks the first close brace ends the variable substitution.1118 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'1119 1120 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'1121 1122 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'1123 1124 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&61125 echo "configure:1126: checking whether build environment is sane" >&51126 # Just in case1127 sleep 11128 echo timestamp > conftestfile1129 # Do `set' in a subshell so we don't clobber the current shell's1130 # arguments. Must try -L first in case configure is actually a1131 # symlink; some systems play weird games with the mod time of symlinks1132 # (eg FreeBSD returns the mod time of the symlink's containing1133 # directory).1134 if (1135 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`1136 if test "$*" = "X"; then1137 # -L didn't work.1138 set X `ls -t $srcdir/configure conftestfile`1139 fi1140 if test "$*" != "X $srcdir/configure conftestfile" \1141 && test "$*" != "X conftestfile $srcdir/configure"; then1142 1143 # If neither matched, then we have a broken ls. This can happen1144 # if, for instance, CONFIG_SHELL is bash and it inherits a1145 # broken ls alias from the environment. This has actually1146 # happened. Such a system could not be considered "sane".1147 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken1148 alias in your environment" 1>&2; exit 1; }1149 fi1150 1151 test "$2" = conftestfile1152 )1153 then1154 # Ok.1155 :1156 else1157 { echo "configure: error: newly created file is older than distributed files!1158 Check your system clock" 1>&2; exit 1; }1159 fi1160 rm -f conftest*1161 echo "$ac_t""yes" 1>&61162 if test "$program_transform_name" = s,x,x,; then1163 program_transform_name=1164 else1165 # Double any \ or $. echo might interpret backslashes.1166 cat <<\EOF_SED > conftestsed1167 s,\\,\\\\,g; s,\$,$$,g1168 EOF_SED1169 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"1170 rm -f conftestsed1171 fi1172 test "$program_prefix" != NONE &&1173 program_transform_name="s,^,${program_prefix},; $program_transform_name"1174 # Use a double $ so make ignores it.1175 test "$program_suffix" != NONE &&1176 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"1177 1178 # sed with no file args requires a program.1179 test "$program_transform_name" = "" && program_transform_name="s,x,x,"1180 1181 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&61182 echo "configure:1183: checking whether ${MAKE-make} sets \${MAKE}" >&51183 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`1184 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then1185 echo $ac_n "(cached) $ac_c" 1>&61186 else1187 cat > conftestmake <<\EOF1188 all:1189 @echo 'ac_maketemp="${MAKE}"'1190 EOF1191 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.1192 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`1193 if test -n "$ac_maketemp"; then1194 eval ac_cv_prog_make_${ac_make}_set=yes1195 else1196 eval ac_cv_prog_make_${ac_make}_set=no1197 fi1198 rm -f conftestmake1199 fi1200 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then1201 echo "$ac_t""yes" 1>&61202 SET_MAKE=1203 else1204 echo "$ac_t""no" 1>&61205 SET_MAKE="MAKE=${MAKE-make}"1206 fi1207 1208 1209 PACKAGE=ld1210 1211 VERSION=${BFD_VERSION}1212 1213 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then1214 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }1215 fi1216 cat >> confdefs.h <<EOF1217 #define PACKAGE "$PACKAGE"1218 EOF1219 1220 cat >> confdefs.h <<EOF1221 #define VERSION "$VERSION"1222 EOF1223 1224 1225 1226 missing_dir=`cd $ac_aux_dir && pwd`1227 echo $ac_n "checking for working aclocal""... $ac_c" 1>&61228 echo "configure:1229: checking for working aclocal" >&51229 # Run test in a subshell; some versions of sh will print an error if1230 # an executable is not found, even if stderr is redirected.1231 # Redirect stdin to placate older versions of autoconf. Sigh.1232 if (aclocal --version) < /dev/null > /dev/null 2>&1; then1233 ACLOCAL=aclocal1234 echo "$ac_t""found" 1>&61235 else1236 ACLOCAL="$missing_dir/missing aclocal"1237 echo "$ac_t""missing" 1>&61238 fi1239 1240 echo $ac_n "checking for working autoconf""... $ac_c" 1>&61241 echo "configure:1242: checking for working autoconf" >&51242 # Run test in a subshell; some versions of sh will print an error if1243 # an executable is not found, even if stderr is redirected.1244 # Redirect stdin to placate older versions of autoconf. Sigh.1245 if (autoconf --version) < /dev/null > /dev/null 2>&1; then1246 AUTOCONF=autoconf1247 echo "$ac_t""found" 1>&61248 else1249 AUTOCONF="$missing_dir/missing autoconf"1250 echo "$ac_t""missing" 1>&61251 fi1252 1253 echo $ac_n "checking for working automake""... $ac_c" 1>&61254 echo "configure:1255: checking for working automake" >&51255 # Run test in a subshell; some versions of sh will print an error if1256 # an executable is not found, even if stderr is redirected.1257 # Redirect stdin to placate older versions of autoconf. Sigh.1258 if (automake --version) < /dev/null > /dev/null 2>&1; then1259 AUTOMAKE=automake1260 echo "$ac_t""found" 1>&61261 else1262 AUTOMAKE="$missing_dir/missing automake"1263 echo "$ac_t""missing" 1>&61264 fi1265 1266 echo $ac_n "checking for working autoheader""... $ac_c" 1>&61267 echo "configure:1268: checking for working autoheader" >&51268 # Run test in a subshell; some versions of sh will print an error if1269 # an executable is not found, even if stderr is redirected.1270 # Redirect stdin to placate older versions of autoconf. Sigh.1271 if (autoheader --version) < /dev/null > /dev/null 2>&1; then1272 AUTOHEADER=autoheader1273 echo "$ac_t""found" 1>&61274 else1275 AUTOHEADER="$missing_dir/missing autoheader"1276 echo "$ac_t""missing" 1>&61277 fi1278 1279 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&61280 echo "configure:1281: checking for working makeinfo" >&51281 # Run test in a subshell; some versions of sh will print an error if1282 # an executable is not found, even if stderr is redirected.1283 # Redirect stdin to placate older versions of autoconf. Sigh.1284 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then1285 MAKEINFO=makeinfo1286 echo "$ac_t""found" 1>&61287 else1288 MAKEINFO="$missing_dir/missing makeinfo"1289 echo "$ac_t""missing" 1>&61290 fi1291 1292 1293 1294 # Check whether --enable-shared or --disable-shared was given.1295 if test "${enable_shared+set}" = set; then1296 enableval="$enable_shared"1297 p=${PACKAGE-default}1298 case "$enableval" in1299 yes) enable_shared=yes ;;1300 no) enable_shared=no ;;1301 *)1302 enable_shared=no1303 # Look at the argument we got. We use all the common list separators.1304 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1305 for pkg in $enableval; do1306 if test "X$pkg" = "X$p"; then1307 enable_shared=yes1308 fi1309 done1310 IFS="$ac_save_ifs"1311 ;;1312 esac1313 else1314 enable_shared=yes1315 fi1316 1317 # Check whether --enable-static or --disable-static was given.1318 if test "${enable_static+set}" = set; then1319 enableval="$enable_static"1320 p=${PACKAGE-default}1321 case "$enableval" in1322 yes) enable_static=yes ;;1323 no) enable_static=no ;;1324 *)1325 enable_static=no1326 # Look at the argument we got. We use all the common list separators.1327 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1328 for pkg in $enableval; do1329 if test "X$pkg" = "X$p"; then1330 enable_static=yes1331 fi1332 done1333 IFS="$ac_save_ifs"1334 ;;1335 esac1336 else1337 enable_static=yes1338 fi1339 1340 # Check whether --enable-fast-install or --disable-fast-install was given.1341 if test "${enable_fast_install+set}" = set; then1342 enableval="$enable_fast_install"1343 p=${PACKAGE-default}1344 case "$enableval" in1345 yes) enable_fast_install=yes ;;1346 no) enable_fast_install=no ;;1347 *)1348 enable_fast_install=no1349 # Look at the argument we got. We use all the common list separators.1350 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"1351 for pkg in $enableval; do1352 if test "X$pkg" = "X$p"; then1353 enable_fast_install=yes1354 fi1355 done1356 IFS="$ac_save_ifs"1357 ;;1358 esac1359 else1360 enable_fast_install=yes1361 fi1362 1363 1389 # Check whether --with-gnu-ld or --without-gnu-ld was given. 1364 1390 if test "${with_gnu_ld+set}" = set; then … … 1370 1396 1371 1397 ac_prog=ld 1372 if test "$ ac_cv_prog_gcc" = yes; then1398 if test "$GCC" = yes; then 1373 1399 # Check if gcc -print-prog-name=ld gives a path. 1374 1400 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1375 echo "configure:1 376: checking for ld used by GCC" >&51401 echo "configure:1402: checking for ld used by GCC" >&5 1376 1402 case $host in 1377 1403 *-*-mingw*) … … 1381 1407 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 1382 1408 esac 1383 case "$ac_prog"in1409 case $ac_prog in 1384 1410 # Accept absolute paths. 1385 1411 [\\/]* | [A-Za-z]:[\\/]*) … … 1403 1429 elif test "$with_gnu_ld" = yes; then 1404 1430 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1405 echo "configure:14 06: checking for GNU ld" >&51431 echo "configure:1432: checking for GNU ld" >&5 1406 1432 else 1407 1433 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1408 echo "configure:14 09: checking for non-GNU ld" >&51409 fi 1410 if eval "test \"`echo '$''{' ac_cv_path_LD'+set}'`\" = set"; then1434 echo "configure:1435: checking for non-GNU ld" >&5 1435 fi 1436 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 1411 1437 echo $ac_n "(cached) $ac_c" 1>&6 1412 1438 else … … 1416 1442 test -z "$ac_dir" && ac_dir=. 1417 1443 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 1418 ac_cv_path_LD="$ac_dir/$ac_prog"1444 lt_cv_path_LD="$ac_dir/$ac_prog" 1419 1445 # Check to see if the program is GNU ld. I'd rather use --version, 1420 1446 # but apparently some GNU ld's only accept -v. 1421 1447 # Break only if it was the GNU/non-GNU ld that we prefer. 1422 if "$ ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then1448 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 1423 1449 test "$with_gnu_ld" != no && break 1424 1450 else … … 1429 1455 IFS="$ac_save_ifs" 1430 1456 else 1431 ac_cv_path_LD="$LD" # Let the user override the test with a path.1432 fi 1433 fi 1434 1435 LD="$ ac_cv_path_LD"1457 lt_cv_path_LD="$LD" # Let the user override the test with a path. 1458 fi 1459 fi 1460 1461 LD="$lt_cv_path_LD" 1436 1462 if test -n "$LD"; then 1437 1463 echo "$ac_t""$LD" 1>&6 … … 1441 1467 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1442 1468 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1443 echo "configure:14 44: checking if the linker ($LD) is GNU ld" >&51444 if eval "test \"`echo '$''{' ac_cv_prog_gnu_ld'+set}'`\" = set"; then1469 echo "configure:1470: checking if the linker ($LD) is GNU ld" >&5 1470 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 1445 1471 echo $ac_n "(cached) $ac_c" 1>&6 1446 1472 else 1447 1473 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 1448 1474 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 1449 ac_cv_prog_gnu_ld=yes1450 else 1451 ac_cv_prog_gnu_ld=no1452 fi 1453 fi 1454 1455 echo "$ac_t""$ ac_cv_prog_gnu_ld" 1>&61456 with_gnu_ld=$ ac_cv_prog_gnu_ld1475 lt_cv_prog_gnu_ld=yes 1476 else 1477 lt_cv_prog_gnu_ld=no 1478 fi 1479 fi 1480 1481 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6 1482 with_gnu_ld=$lt_cv_prog_gnu_ld 1457 1483 1458 1484 1459 1485 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1460 echo "configure:14 61: checking for $LD option to reload object files" >&51486 echo "configure:1487: checking for $LD option to reload object files" >&5 1461 1487 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1462 1488 echo $ac_n "(cached) $ac_c" 1>&6 … … 1470 1496 1471 1497 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1472 echo "configure:14 73: checking for BSD-compatible nm" >&51473 if eval "test \"`echo '$''{' ac_cv_path_NM'+set}'`\" = set"; then1498 echo "configure:1499: checking for BSD-compatible nm" >&5 1499 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 1474 1500 echo $ac_n "(cached) $ac_c" 1>&6 1475 1501 else 1476 1502 if test -n "$NM"; then 1477 1503 # Let the user override the test. 1478 ac_cv_path_NM="$NM"1504 lt_cv_path_NM="$NM" 1479 1505 else 1480 1506 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" … … 1488 1514 # Tru64's nm complains that /dev/null is an invalid object file 1489 1515 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then 1490 ac_cv_path_NM="$tmp_nm -B"1516 lt_cv_path_NM="$tmp_nm -B" 1491 1517 break 1492 1518 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 1493 ac_cv_path_NM="$tmp_nm -p"1519 lt_cv_path_NM="$tmp_nm -p" 1494 1520 break 1495 1521 else 1496 ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but1522 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 1497 1523 continue # so that we can try to find one that supports BSD flags 1498 1524 fi … … 1500 1526 done 1501 1527 IFS="$ac_save_ifs" 1502 test -z "$ ac_cv_path_NM" && ac_cv_path_NM=nm1503 fi 1504 fi 1505 1506 NM="$ ac_cv_path_NM"1528 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 1529 fi 1530 fi 1531 1532 NM="$lt_cv_path_NM" 1507 1533 echo "$ac_t""$NM" 1>&6 1508 1534 1509 1535 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1510 echo "configure:15 11: checking whether ln -s works" >&51536 echo "configure:1537: checking whether ln -s works" >&5 1511 1537 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1512 1538 echo $ac_n "(cached) $ac_c" 1>&6 … … 1535 1561 1536 1562 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1537 echo "configure:15 38: checking how to recognise dependant libraries" >&51563 echo "configure:1564: checking how to recognise dependant libraries" >&5 1538 1564 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1539 1565 echo $ac_n "(cached) $ac_c" 1>&6 … … 1553 1579 # whether `pass_all' will *always* work, you probably want this one. 1554 1580 1555 case "$host_os"in1556 aix 4*)1581 case $host_os in 1582 aix*) 1557 1583 lt_cv_deplibs_check_method=pass_all 1558 1584 ;; … … 1563 1589 1564 1590 bsdi4*) 1565 1566 1591 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 1592 lt_cv_file_magic_cmd='/usr/bin/file -L' 1567 1593 lt_cv_file_magic_test_file=/shlib/libc.so 1568 1594 ;; … … 1573 1599 ;; 1574 1600 1601 darwin* | rhapsody*) 1602 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' 1603 lt_cv_file_magic_cmd='/usr/bin/file -L' 1604 case "$host_os" in 1605 rhapsody* | darwin1.012) 1606 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System' 1607 ;; 1608 *) # Darwin 1.3 on 1609 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' 1610 ;; 1611 esac 1612 ;; 1613 1575 1614 freebsd* ) 1576 1615 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1577 case "$host_cpu"in1616 case $host_cpu in 1578 1617 i*86 ) 1579 1618 # Not sure whether the presence of OpenBSD here was a mistake. 1580 1619 # Let's accept both of them until this is cleared up. 1581 1582 1620 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' 1621 lt_cv_file_magic_cmd=/usr/bin/file 1583 1622 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 1584 1623 ;; … … 1593 1632 ;; 1594 1633 1595 hpux10.20*) 1596 # TODO: Does this work for hpux-11 too? 1597 lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library' 1598 lt_cv_file_magic_cmd=/usr/bin/file 1599 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1634 hpux10.20*|hpux11*) 1635 case $host_cpu in 1636 hppa*) 1637 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1638 lt_cv_file_magic_cmd=/usr/bin/file 1639 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1640 ;; 1641 ia64*) 1642 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1643 lt_cv_file_magic_cmd=/usr/bin/file 1644 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1645 ;; 1646 esac 1600 1647 ;; 1601 1648 1602 1649 irix5* | irix6*) 1603 case "$host_os"in1650 case $host_os in 1604 1651 irix5*) 1605 1652 # this will be overridden with pass_all, but let us keep it just in case … … 1607 1654 ;; 1608 1655 *) 1609 case "$LD"in1656 case $LD in 1610 1657 *-32|*"-32 ") libmagic=32-bit;; 1611 1658 *-n32|*"-n32 ") libmagic=N32;; … … 1614 1661 esac 1615 1662 # this will be overridden with pass_all, but let us keep it just in case 1616 1617 1663 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" 1664 ;; 1618 1665 esac 1619 1666 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` … … 1623 1670 # This must be Linux ELF. 1624 1671 linux-gnu*) 1625 case "$host_cpu"in1626 alpha* | i*86 | powerpc* | sparc* | ia64* )1672 case $host_cpu in 1673 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) 1627 1674 lt_cv_deplibs_check_method=pass_all ;; 1628 1675 *) 1629 1676 # glibc up to 2.1.1 does not perform some relocations on ARM 1630 1631 1677 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; 1678 esac 1632 1679 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` 1633 1680 ;; 1634 1681 1635 1682 netbsd*) 1636 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then : 1683 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1684 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' 1637 1685 else 1638 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' 1639 lt_cv_file_magic_cmd='/usr/bin/file -L' 1640 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1686 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$' 1641 1687 fi 1688 ;; 1689 1690 os2*) 1691 lt_cv_deplibs_check_method=pass_all 1692 ;; 1693 1694 newsos6) 1695 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 1696 lt_cv_file_magic_cmd=/usr/bin/file 1697 lt_cv_file_magic_test_file=/usr/lib/libnls.so 1642 1698 ;; 1643 1699 … … 1658 1714 ;; 1659 1715 1716 sysv5uw[78]* | sysv4*uw2*) 1717 lt_cv_deplibs_check_method=pass_all 1718 ;; 1719 1660 1720 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) 1661 case "$host_vendor"in1721 case $host_vendor in 1662 1722 ncr) 1663 1723 lt_cv_deplibs_check_method=pass_all 1664 1724 ;; 1665 1725 motorola) 1666 1667 1726 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' 1727 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1668 1728 ;; 1669 1729 esac … … 1678 1738 1679 1739 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1680 echo "configure:1 681: checking for object suffix" >&51740 echo "configure:1741: checking for object suffix" >&5 1681 1741 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1682 1742 echo $ac_n "(cached) $ac_c" 1>&6 … … 1684 1744 rm -f conftest* 1685 1745 echo 'int i = 1;' > conftest.$ac_ext 1686 if { (eval echo configure:1 687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1746 if { (eval echo configure:1747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1687 1747 for ac_file in conftest.*; do 1688 1748 case $ac_file in … … 1710 1770 1711 1771 # Only perform the check for file, if the check method requires it 1712 case "$deplibs_check_method"in1772 case $deplibs_check_method in 1713 1773 file_magic*) 1714 1774 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1715 1775 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1716 echo "configure:17 17: checking for ${ac_tool_prefix}file" >&51776 echo "configure:1777: checking for ${ac_tool_prefix}file" >&5 1717 1777 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1718 1778 echo $ac_n "(cached) $ac_c" 1>&6 1719 1779 else 1720 case "$MAGIC_CMD"in1780 case $MAGIC_CMD in 1721 1781 /*) 1722 1782 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. … … 1734 1794 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" 1735 1795 if test -n "$file_magic_test_file"; then 1736 case "$deplibs_check_method"in1796 case $deplibs_check_method in 1737 1797 "file_magic "*) 1738 1798 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" … … 1776 1836 if test -n "$ac_tool_prefix"; then 1777 1837 echo $ac_n "checking for file""... $ac_c" 1>&6 1778 echo "configure:1 779: checking for file" >&51838 echo "configure:1839: checking for file" >&5 1779 1839 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1780 1840 echo $ac_n "(cached) $ac_c" 1>&6 1781 1841 else 1782 case "$MAGIC_CMD"in1842 case $MAGIC_CMD in 1783 1843 /*) 1784 1844 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. … … 1796 1856 lt_cv_path_MAGIC_CMD="$ac_dir/file" 1797 1857 if test -n "$file_magic_test_file"; then 1798 case "$deplibs_check_method"in1858 case $deplibs_check_method in 1799 1859 "file_magic "*) 1800 1860 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" … … 1847 1907 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1848 1908 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1849 echo "configure:1 850: checking for $ac_word" >&51909 echo "configure:1910: checking for $ac_word" >&5 1850 1910 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1851 1911 echo $ac_n "(cached) $ac_c" 1>&6 … … 1880 1940 set dummy ranlib; ac_word=$2 1881 1941 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1882 echo "configure:1 883: checking for $ac_word" >&51942 echo "configure:1943: checking for $ac_word" >&5 1883 1943 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1884 1944 echo $ac_n "(cached) $ac_c" 1>&6 … … 1916 1976 set dummy ${ac_tool_prefix}strip; ac_word=$2 1917 1977 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1918 echo "configure:19 19: checking for $ac_word" >&51978 echo "configure:1979: checking for $ac_word" >&5 1919 1979 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1920 1980 echo $ac_n "(cached) $ac_c" 1>&6 … … 1949 2009 set dummy strip; ac_word=$2 1950 2010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1951 echo "configure: 1952: checking for $ac_word" >&52011 echo "configure:2012: checking for $ac_word" >&5 1952 2012 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1953 2013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1988 2048 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" 1989 2049 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install" 1990 test "$ ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"1991 test "$ ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"2050 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc" 2051 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld" 1992 2052 1993 2053 … … 2014 2074 # Some flags need to be propagated to the compiler or linker for good 2015 2075 # libtool support. 2016 case "$host"in2076 case $host in 2017 2077 *-*-irix6*) 2018 2078 # Find out which ABI we are using. 2019 echo '#line 2020 "configure"' > conftest.$ac_ext 2020 if { (eval echo configure:2021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2021 case "`/usr/bin/file conftest.o`" in 2079 echo '#line 2080 "configure"' > conftest.$ac_ext 2080 if { (eval echo configure:2081: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2081 if test "$lt_cv_prog_gnu_ld" = yes; then 2082 case `/usr/bin/file conftest.$ac_objext` in 2083 *32-bit*) 2084 LD="${LD-ld} -melf32bsmip" 2085 ;; 2086 *N32*) 2087 LD="${LD-ld} -melf32bmipn32" 2088 ;; 2089 *64-bit*) 2090 LD="${LD-ld} -melf64bmip" 2091 ;; 2092 esac 2093 else 2094 case `/usr/bin/file conftest.$ac_objext` in 2022 2095 *32-bit*) 2023 2096 LD="${LD-ld} -32" … … 2030 2103 ;; 2031 2104 esac 2105 fi 2106 fi 2107 rm -rf conftest* 2108 ;; 2109 2110 ia64-*-hpux*) 2111 # Find out which ABI we are using. 2112 echo 'int i;' > conftest.$ac_ext 2113 if { (eval echo configure:2114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2114 case "`/usr/bin/file conftest.o`" in 2115 *ELF-32*) 2116 HPUX_IA64_MODE="32" 2117 ;; 2118 *ELF-64*) 2119 HPUX_IA64_MODE="64" 2120 ;; 2121 esac 2032 2122 fi 2033 2123 rm -rf conftest* … … 2039 2129 CFLAGS="$CFLAGS -belf" 2040 2130 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2041 echo "configure:2 042: checking whether the C compiler needs -belf" >&52131 echo "configure:2132: checking whether the C compiler needs -belf" >&5 2042 2132 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2043 2133 echo $ac_n "(cached) $ac_c" 1>&6 … … 2052 2142 2053 2143 cat > conftest.$ac_ext <<EOF 2054 #line 2 055 "configure"2144 #line 2145 "configure" 2055 2145 #include "confdefs.h" 2056 2146 … … 2059 2149 ; return 0; } 2060 2150 EOF 2061 if { (eval echo configure:2 062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2151 if { (eval echo configure:2152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2062 2152 rm -rf conftest* 2063 2153 lt_cv_cc_needs_belf=yes … … 2169 2259 exec 5>>./config.log 2170 2260 2171 2172 2261 2173 2262 … … 2175 2264 2176 2265 2266 2267 # Check whether --with-lib-path or --without-lib-path was given. 2268 if test "${with_lib_path+set}" = set; then 2269 withval="$with_lib_path" 2270 LIB_PATH=$withval 2271 fi 2177 2272 2178 2273 # Check whether --enable-targets or --disable-targets was given. … … 2198 2293 fi 2199 2294 2200 build_warnings="-W -Wall" 2295 # Check whether --with-sysroot or --without-sysroot was given. 2296 if test "${with_sysroot+set}" = set; then 2297 withval="$with_sysroot" 2298 2299 case ${with_sysroot} in 2300 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;; 2301 *) TARGET_SYSTEM_ROOT=$with_sysroot ;; 2302 esac 2303 2304 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"' 2305 use_sysroot=yes 2306 2307 if test "x$exec_prefix" = xNONE; then 2308 if test "x$prefix" = xNONE; then 2309 test_prefix=/usr/local 2310 else 2311 test_prefix=$prefix 2312 fi 2313 else 2314 test_prefix=$exec_prefix 2315 fi 2316 case ${TARGET_SYSTEM_ROOT} in 2317 "${test_prefix}"|"${test_prefix}/"*|\ 2318 '${exec_prefix}'|'${exec_prefix}/'*) 2319 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE" 2320 TARGET_SYSTEM_ROOT_DEFINE="$t" 2321 ;; 2322 esac 2323 2324 else 2325 2326 use_sysroot=no 2327 TARGET_SYSTEM_ROOT= 2328 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"' 2329 2330 fi 2331 2332 2333 2334 2335 2336 build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" 2201 2337 # Check whether --enable-build-warnings or --disable-build-warnings was given. 2202 2338 if test "${enable_build_warnings+set}" = set; then … … 2237 2373 set dummy gcc; ac_word=$2 2238 2374 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2239 echo "configure:2 240: checking for $ac_word" >&52375 echo "configure:2376: checking for $ac_word" >&5 2240 2376 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2241 2377 echo $ac_n "(cached) $ac_c" 1>&6 … … 2268 2404 set dummy cc; ac_word=$2 2269 2405 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2270 echo "configure:2 271: checking for $ac_word" >&52406 echo "configure:2407: checking for $ac_word" >&5 2271 2407 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2272 2408 echo $ac_n "(cached) $ac_c" 1>&6 … … 2321 2457 set dummy cl; ac_word=$2 2322 2458 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2323 echo "configure:2 324: checking for $ac_word" >&52459 echo "configure:2460: checking for $ac_word" >&5 2324 2460 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2325 2461 echo $ac_n "(cached) $ac_c" 1>&6 … … 2354 2490 2355 2491 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2356 echo "configure:2 357: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52492 echo "configure:2493: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2357 2493 2358 2494 ac_ext=c … … 2365 2501 cat > conftest.$ac_ext << EOF 2366 2502 2367 #line 2 368"configure"2503 #line 2504 "configure" 2368 2504 #include "confdefs.h" 2369 2505 2370 2506 main(){return(0);} 2371 2507 EOF 2372 if { (eval echo configure:2 373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2508 if { (eval echo configure:2509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2373 2509 ac_cv_prog_cc_works=yes 2374 2510 # If we can't run a trivial program, we are probably using a cross compiler. … … 2396 2532 fi 2397 2533 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2398 echo "configure:2 399: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52534 echo "configure:2535: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2399 2535 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2400 2536 cross_compiling=$ac_cv_prog_cc_cross 2401 2537 2402 2538 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2403 echo "configure:2 404: checking whether we are using GNU C" >&52539 echo "configure:2540: checking whether we are using GNU C" >&5 2404 2540 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2405 2541 echo $ac_n "(cached) $ac_c" 1>&6 … … 2410 2546 #endif 2411 2547 EOF 2412 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2548 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2413 2549 ac_cv_prog_gcc=yes 2414 2550 else … … 2429 2565 CFLAGS= 2430 2566 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2431 echo "configure:2 432: checking whether ${CC-cc} accepts -g" >&52567 echo "configure:2568: checking whether ${CC-cc} accepts -g" >&5 2432 2568 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2433 2569 echo $ac_n "(cached) $ac_c" 1>&6 … … 2472 2608 # ./install, which can be erroneously created by make from ./install.sh. 2473 2609 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2474 echo "configure:2 475: checking for a BSD compatible install" >&52610 echo "configure:2611: checking for a BSD compatible install" >&5 2475 2611 if test -z "$INSTALL"; then 2476 2612 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 2527 2663 2528 2664 2529 ALL_LINGUAS= 2665 ALL_LINGUAS="fr sv tr es da" 2530 2666 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2531 echo "configure:2 532: checking how to run the C preprocessor" >&52667 echo "configure:2668: checking how to run the C preprocessor" >&5 2532 2668 # On Suns, sometimes $CPP names a directory. 2533 2669 if test -n "$CPP" && test -d "$CPP"; then … … 2545 2681 cat > conftest.$ac_ext <<EOF 2546 2682 #include <sys/types.h> 2547 #line 2 548"configure"2683 #line 2684 "configure" 2548 2684 #include "confdefs.h" 2549 2685 #include <assert.h> … … 2551 2687 EOF 2552 2688 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2553 { (eval echo configure:2 554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2689 { (eval echo configure:2690: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2554 2690 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2555 2691 if test -z "$ac_err"; then … … 2563 2699 cat > conftest.$ac_ext <<EOF 2564 2700 #include <sys/types.h> 2565 #line 2 566"configure"2701 #line 2702 "configure" 2566 2702 #include "confdefs.h" 2567 2703 #include <assert.h> … … 2569 2705 EOF 2570 2706 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2571 { (eval echo configure:2 572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2707 { (eval echo configure:2708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2572 2708 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2573 2709 if test -z "$ac_err"; then … … 2581 2717 cat > conftest.$ac_ext <<EOF 2582 2718 #include <sys/types.h> 2583 #line 2 584"configure"2719 #line 2720 "configure" 2584 2720 #include "confdefs.h" 2585 2721 #include <assert.h> … … 2587 2723 EOF 2588 2724 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2589 { (eval echo configure:2 590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2725 { (eval echo configure:2726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2590 2726 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2591 2727 if test -z "$ac_err"; then … … 2614 2750 set dummy ranlib; ac_word=$2 2615 2751 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2616 echo "configure:2 617: checking for $ac_word" >&52752 echo "configure:2753: checking for $ac_word" >&5 2617 2753 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2618 2754 echo $ac_n "(cached) $ac_c" 1>&6 … … 2643 2779 2644 2780 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2645 echo "configure:2 646: checking for ANSI C header files" >&52781 echo "configure:2782: checking for ANSI C header files" >&5 2646 2782 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2647 2783 echo $ac_n "(cached) $ac_c" 1>&6 … … 2649 2785 cat > conftest.$ac_ext <<EOF 2650 2786 #include <sys/types.h> 2651 #line 2 652"configure"2787 #line 2788 "configure" 2652 2788 #include "confdefs.h" 2653 2789 #include <stdlib.h> … … 2657 2793 EOF 2658 2794 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2659 { (eval echo configure:2 660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2795 { (eval echo configure:2796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2660 2796 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2661 2797 if test -z "$ac_err"; then … … 2674 2810 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2675 2811 cat > conftest.$ac_ext <<EOF 2676 #line 2 677"configure"2812 #line 2813 "configure" 2677 2813 #include "confdefs.h" 2678 2814 #include <string.h> … … 2692 2828 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2693 2829 cat > conftest.$ac_ext <<EOF 2694 #line 2 695"configure"2830 #line 2831 "configure" 2695 2831 #include "confdefs.h" 2696 2832 #include <stdlib.h> … … 2713 2849 else 2714 2850 cat > conftest.$ac_ext <<EOF 2715 #line 2 716"configure"2851 #line 2852 "configure" 2716 2852 #include "confdefs.h" 2717 2853 #include <ctype.h> … … 2724 2860 2725 2861 EOF 2726 if { (eval echo configure:2 727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2862 if { (eval echo configure:2863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2727 2863 then 2728 2864 : … … 2748 2884 2749 2885 echo $ac_n "checking for working const""... $ac_c" 1>&6 2750 echo "configure:2 751: checking for working const" >&52886 echo "configure:2887: checking for working const" >&5 2751 2887 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2752 2888 echo $ac_n "(cached) $ac_c" 1>&6 2753 2889 else 2754 2890 cat > conftest.$ac_ext <<EOF 2755 #line 2 756"configure"2891 #line 2892 "configure" 2756 2892 #include "confdefs.h" 2757 2893 … … 2802 2938 ; return 0; } 2803 2939 EOF 2804 if { (eval echo configure:2 805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2940 if { (eval echo configure:2941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2805 2941 rm -rf conftest* 2806 2942 ac_cv_c_const=yes … … 2823 2959 2824 2960 echo $ac_n "checking for inline""... $ac_c" 1>&6 2825 echo "configure:2 826: checking for inline" >&52961 echo "configure:2962: checking for inline" >&5 2826 2962 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2827 2963 echo $ac_n "(cached) $ac_c" 1>&6 … … 2830 2966 for ac_kw in inline __inline__ __inline; do 2831 2967 cat > conftest.$ac_ext <<EOF 2832 #line 2 833"configure"2968 #line 2969 "configure" 2833 2969 #include "confdefs.h" 2834 2970 … … 2837 2973 ; return 0; } 2838 2974 EOF 2839 if { (eval echo configure:2 840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2975 if { (eval echo configure:2976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2840 2976 rm -rf conftest* 2841 2977 ac_cv_c_inline=$ac_kw; break … … 2863 2999 2864 3000 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2865 echo "configure: 2866: checking for off_t" >&53001 echo "configure:3002: checking for off_t" >&5 2866 3002 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2867 3003 echo $ac_n "(cached) $ac_c" 1>&6 2868 3004 else 2869 3005 cat > conftest.$ac_ext <<EOF 2870 #line 2871"configure"3006 #line 3007 "configure" 2871 3007 #include "confdefs.h" 2872 3008 #include <sys/types.h> … … 2896 3032 2897 3033 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2898 echo "configure: 2899: checking for size_t" >&53034 echo "configure:3035: checking for size_t" >&5 2899 3035 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2900 3036 echo $ac_n "(cached) $ac_c" 1>&6 2901 3037 else 2902 3038 cat > conftest.$ac_ext <<EOF 2903 #line 2904"configure"3039 #line 3040 "configure" 2904 3040 #include "confdefs.h" 2905 3041 #include <sys/types.h> … … 2931 3067 # for constant arguments. Useless! 2932 3068 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2933 echo "configure: 2934: checking for working alloca.h" >&53069 echo "configure:3070: checking for working alloca.h" >&5 2934 3070 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2935 3071 echo $ac_n "(cached) $ac_c" 1>&6 2936 3072 else 2937 3073 cat > conftest.$ac_ext <<EOF 2938 #line 2939"configure"3074 #line 3075 "configure" 2939 3075 #include "confdefs.h" 2940 3076 #include <alloca.h> … … 2943 3079 ; return 0; } 2944 3080 EOF 2945 if { (eval echo configure: 2946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3081 if { (eval echo configure:3082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2946 3082 rm -rf conftest* 2947 3083 ac_cv_header_alloca_h=yes … … 2964 3100 2965 3101 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2966 echo "configure: 2967: checking for alloca" >&53102 echo "configure:3103: checking for alloca" >&5 2967 3103 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2968 3104 echo $ac_n "(cached) $ac_c" 1>&6 2969 3105 else 2970 3106 cat > conftest.$ac_ext <<EOF 2971 #line 2972"configure"3107 #line 3108 "configure" 2972 3108 #include "confdefs.h" 2973 3109 … … 2997 3133 ; return 0; } 2998 3134 EOF 2999 if { (eval echo configure:3 000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3135 if { (eval echo configure:3136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3000 3136 rm -rf conftest* 3001 3137 ac_cv_func_alloca_works=yes … … 3029 3165 3030 3166 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3031 echo "configure:3 032: checking whether alloca needs Cray hooks" >&53167 echo "configure:3168: checking whether alloca needs Cray hooks" >&5 3032 3168 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3033 3169 echo $ac_n "(cached) $ac_c" 1>&6 3034 3170 else 3035 3171 cat > conftest.$ac_ext <<EOF 3036 #line 3 037"configure"3172 #line 3173 "configure" 3037 3173 #include "confdefs.h" 3038 3174 #if defined(CRAY) && ! defined(CRAY2) … … 3059 3195 for ac_func in _getb67 GETB67 getb67; do 3060 3196 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3061 echo "configure:3 062: checking for $ac_func" >&53197 echo "configure:3198: checking for $ac_func" >&5 3062 3198 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3063 3199 echo $ac_n "(cached) $ac_c" 1>&6 3064 3200 else 3065 3201 cat > conftest.$ac_ext <<EOF 3066 #line 3 067"configure"3202 #line 3203 "configure" 3067 3203 #include "confdefs.h" 3068 3204 /* System header to define __stub macros and hopefully few prototypes, … … 3087 3223 ; return 0; } 3088 3224 EOF 3089 if { (eval echo configure:3 090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3225 if { (eval echo configure:3226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3090 3226 rm -rf conftest* 3091 3227 eval "ac_cv_func_$ac_func=yes" … … 3114 3250 3115 3251 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3116 echo "configure:3 117: checking stack direction for C alloca" >&53252 echo "configure:3253: checking stack direction for C alloca" >&5 3117 3253 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3118 3254 echo $ac_n "(cached) $ac_c" 1>&6 … … 3122 3258 else 3123 3259 cat > conftest.$ac_ext <<EOF 3124 #line 3 125"configure"3260 #line 3261 "configure" 3125 3261 #include "confdefs.h" 3126 3262 find_stack_direction () … … 3141 3277 } 3142 3278 EOF 3143 if { (eval echo configure:3 144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3279 if { (eval echo configure:3280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3144 3280 then 3145 3281 ac_cv_c_stack_direction=1 … … 3166 3302 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3167 3303 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3168 echo "configure:3 169: checking for $ac_hdr" >&53304 echo "configure:3305: checking for $ac_hdr" >&5 3169 3305 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3170 3306 echo $ac_n "(cached) $ac_c" 1>&6 … … 3172 3308 cat > conftest.$ac_ext <<EOF 3173 3309 #include <sys/types.h> 3174 #line 3 175"configure"3310 #line 3311 "configure" 3175 3311 #include "confdefs.h" 3176 3312 #include <$ac_hdr> 3177 3313 EOF 3178 3314 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3179 { (eval echo configure:3 180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3315 { (eval echo configure:3316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3180 3316 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3181 3317 if test -z "$ac_err"; then … … 3206 3342 do 3207 3343 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3208 echo "configure:3 209: checking for $ac_func" >&53344 echo "configure:3345: checking for $ac_func" >&5 3209 3345 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3210 3346 echo $ac_n "(cached) $ac_c" 1>&6 3211 3347 else 3212 3348 cat > conftest.$ac_ext <<EOF 3213 #line 3 214"configure"3349 #line 3350 "configure" 3214 3350 #include "confdefs.h" 3215 3351 /* System header to define __stub macros and hopefully few prototypes, … … 3234 3370 ; return 0; } 3235 3371 EOF 3236 if { (eval echo configure:3 237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3372 if { (eval echo configure:3373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3237 3373 rm -rf conftest* 3238 3374 eval "ac_cv_func_$ac_func=yes" … … 3259 3395 3260 3396 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3261 echo "configure:3 262: checking for working mmap" >&53397 echo "configure:3398: checking for working mmap" >&5 3262 3398 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3263 3399 echo $ac_n "(cached) $ac_c" 1>&6 … … 3267 3403 else 3268 3404 cat > conftest.$ac_ext <<EOF 3269 #line 3 270"configure"3405 #line 3406 "configure" 3270 3406 #include "confdefs.h" 3271 3407 … … 3407 3543 3408 3544 EOF 3409 if { (eval echo configure:3 410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3545 if { (eval echo configure:3546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3410 3546 then 3411 3547 ac_cv_func_mmap_fixed_mapped=yes … … 3435 3571 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3436 3572 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3437 echo "configure:3 438: checking for $ac_hdr" >&53573 echo "configure:3574: checking for $ac_hdr" >&5 3438 3574 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3439 3575 echo $ac_n "(cached) $ac_c" 1>&6 … … 3441 3577 cat > conftest.$ac_ext <<EOF 3442 3578 #include <sys/types.h> 3443 #line 3 444"configure"3579 #line 3580 "configure" 3444 3580 #include "confdefs.h" 3445 3581 #include <$ac_hdr> 3446 3582 EOF 3447 3583 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3448 { (eval echo configure:3 449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3584 { (eval echo configure:3585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3449 3585 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3450 3586 if test -z "$ac_err"; then … … 3476 3612 do 3477 3613 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3478 echo "configure:3 479: checking for $ac_func" >&53614 echo "configure:3615: checking for $ac_func" >&5 3479 3615 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3480 3616 echo $ac_n "(cached) $ac_c" 1>&6 3481 3617 else 3482 3618 cat > conftest.$ac_ext <<EOF 3483 #line 3 484"configure"3619 #line 3620 "configure" 3484 3620 #include "confdefs.h" 3485 3621 /* System header to define __stub macros and hopefully few prototypes, … … 3504 3640 ; return 0; } 3505 3641 EOF 3506 if { (eval echo configure:3 507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3642 if { (eval echo configure:3643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3507 3643 rm -rf conftest* 3508 3644 eval "ac_cv_func_$ac_func=yes" … … 3533 3669 do 3534 3670 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3535 echo "configure:3 536: checking for $ac_func" >&53671 echo "configure:3672: checking for $ac_func" >&5 3536 3672 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3537 3673 echo $ac_n "(cached) $ac_c" 1>&6 3538 3674 else 3539 3675 cat > conftest.$ac_ext <<EOF 3540 #line 3 541"configure"3676 #line 3677 "configure" 3541 3677 #include "confdefs.h" 3542 3678 /* System header to define __stub macros and hopefully few prototypes, … … 3561 3697 ; return 0; } 3562 3698 EOF 3563 if { (eval echo configure:3 564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3699 if { (eval echo configure:3700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3564 3700 rm -rf conftest* 3565 3701 eval "ac_cv_func_$ac_func=yes" … … 3595 3731 if test $ac_cv_header_locale_h = yes; then 3596 3732 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3597 echo "configure:3 598: checking for LC_MESSAGES" >&53733 echo "configure:3734: checking for LC_MESSAGES" >&5 3598 3734 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3599 3735 echo $ac_n "(cached) $ac_c" 1>&6 3600 3736 else 3601 3737 cat > conftest.$ac_ext <<EOF 3602 #line 3 603"configure"3738 #line 3739 "configure" 3603 3739 #include "confdefs.h" 3604 3740 #include <locale.h> … … 3607 3743 ; return 0; } 3608 3744 EOF 3609 if { (eval echo configure:3 610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3745 if { (eval echo configure:3746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3610 3746 rm -rf conftest* 3611 3747 am_cv_val_LC_MESSAGES=yes … … 3628 3764 fi 3629 3765 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3630 echo "configure:3 631: checking whether NLS is requested" >&53766 echo "configure:3767: checking whether NLS is requested" >&5 3631 3767 # Check whether --enable-nls or --disable-nls was given. 3632 3768 if test "${enable_nls+set}" = set; then … … 3648 3784 3649 3785 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3650 echo "configure:3 651: checking whether included gettext is requested" >&53786 echo "configure:3787: checking whether included gettext is requested" >&5 3651 3787 # Check whether --with-included-gettext or --without-included-gettext was given. 3652 3788 if test "${with_included_gettext+set}" = set; then … … 3667 3803 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3668 3804 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3669 echo "configure:3 670: checking for libintl.h" >&53805 echo "configure:3806: checking for libintl.h" >&5 3670 3806 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3671 3807 echo $ac_n "(cached) $ac_c" 1>&6 … … 3673 3809 cat > conftest.$ac_ext <<EOF 3674 3810 #include <sys/types.h> 3675 #line 3 676"configure"3811 #line 3812 "configure" 3676 3812 #include "confdefs.h" 3677 3813 #include <libintl.h> 3678 3814 EOF 3679 3815 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3680 { (eval echo configure:3 681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3816 { (eval echo configure:3817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3681 3817 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3682 3818 if test -z "$ac_err"; then … … 3695 3831 echo "$ac_t""yes" 1>&6 3696 3832 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3697 echo "configure:3 698: checking for gettext in libc" >&53833 echo "configure:3834: checking for gettext in libc" >&5 3698 3834 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3699 3835 echo $ac_n "(cached) $ac_c" 1>&6 3700 3836 else 3701 3837 cat > conftest.$ac_ext <<EOF 3702 #line 3 703"configure"3838 #line 3839 "configure" 3703 3839 #include "confdefs.h" 3704 3840 #include <libintl.h> … … 3707 3843 ; return 0; } 3708 3844 EOF 3709 if { (eval echo configure:3 710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3845 if { (eval echo configure:3846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3710 3846 rm -rf conftest* 3711 3847 gt_cv_func_gettext_libc=yes … … 3723 3859 if test "$gt_cv_func_gettext_libc" != "yes"; then 3724 3860 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3725 echo "configure:3 726: checking for bindtextdomain in -lintl" >&53861 echo "configure:3862: checking for bindtextdomain in -lintl" >&5 3726 3862 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3727 3863 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3731 3867 LIBS="-lintl $LIBS" 3732 3868 cat > conftest.$ac_ext <<EOF 3733 #line 3 734"configure"3869 #line 3870 "configure" 3734 3870 #include "confdefs.h" 3735 3871 /* Override any gcc2 internal prototype to avoid an error. */ … … 3742 3878 ; return 0; } 3743 3879 EOF 3744 if { (eval echo configure:3 745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3880 if { (eval echo configure:3881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3745 3881 rm -rf conftest* 3746 3882 eval "ac_cv_lib_$ac_lib_var=yes" … … 3758 3894 echo "$ac_t""yes" 1>&6 3759 3895 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3760 echo "configure:3 761: checking for gettext in libintl" >&53896 echo "configure:3897: checking for gettext in libintl" >&5 3761 3897 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3762 3898 echo $ac_n "(cached) $ac_c" 1>&6 3763 3899 else 3764 3900 cat > conftest.$ac_ext <<EOF 3765 #line 3 766"configure"3901 #line 3902 "configure" 3766 3902 #include "confdefs.h" 3767 3903 … … 3770 3906 ; return 0; } 3771 3907 EOF 3772 if { (eval echo configure:3 773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3908 if { (eval echo configure:3909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3773 3909 rm -rf conftest* 3774 3910 gt_cv_func_gettext_libintl=yes … … 3798 3934 set dummy msgfmt; ac_word=$2 3799 3935 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3800 echo "configure:3 801: checking for $ac_word" >&53936 echo "configure:3937: checking for $ac_word" >&5 3801 3937 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3802 3938 echo $ac_n "(cached) $ac_c" 1>&6 … … 3832 3968 do 3833 3969 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3834 echo "configure:3 835: checking for $ac_func" >&53970 echo "configure:3971: checking for $ac_func" >&5 3835 3971 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3836 3972 echo $ac_n "(cached) $ac_c" 1>&6 3837 3973 else 3838 3974 cat > conftest.$ac_ext <<EOF 3839 #line 3 840"configure"3975 #line 3976 "configure" 3840 3976 #include "confdefs.h" 3841 3977 /* System header to define __stub macros and hopefully few prototypes, … … 3860 3996 ; return 0; } 3861 3997 EOF 3862 if { (eval echo configure:3 863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3998 if { (eval echo configure:3999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3863 3999 rm -rf conftest* 3864 4000 eval "ac_cv_func_$ac_func=yes" … … 3887 4023 set dummy gmsgfmt; ac_word=$2 3888 4024 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3889 echo "configure: 3890: checking for $ac_word" >&54025 echo "configure:4026: checking for $ac_word" >&5 3890 4026 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3891 4027 echo $ac_n "(cached) $ac_c" 1>&6 … … 3927 4063 set dummy xgettext; ac_word=$2 3928 4064 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3929 echo "configure: 3930: checking for $ac_word" >&54065 echo "configure:4066: checking for $ac_word" >&5 3930 4066 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3931 4067 echo $ac_n "(cached) $ac_c" 1>&6 … … 3959 4095 3960 4096 cat > conftest.$ac_ext <<EOF 3961 #line 3962"configure"4097 #line 4098 "configure" 3962 4098 #include "confdefs.h" 3963 4099 … … 3967 4103 ; return 0; } 3968 4104 EOF 3969 if { (eval echo configure: 3970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4105 if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3970 4106 rm -rf conftest* 3971 4107 CATOBJEXT=.gmo … … 3999 4135 set dummy msgfmt; ac_word=$2 4000 4136 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4001 echo "configure:4 002: checking for $ac_word" >&54137 echo "configure:4138: checking for $ac_word" >&5 4002 4138 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4003 4139 echo $ac_n "(cached) $ac_c" 1>&6 … … 4033 4169 set dummy gmsgfmt; ac_word=$2 4034 4170 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4035 echo "configure:4 036: checking for $ac_word" >&54171 echo "configure:4172: checking for $ac_word" >&5 4036 4172 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4037 4173 echo $ac_n "(cached) $ac_c" 1>&6 … … 4073 4209 set dummy xgettext; ac_word=$2 4074 4210 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4075 echo "configure:4 076: checking for $ac_word" >&54211 echo "configure:4212: checking for $ac_word" >&5 4076 4212 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4077 4213 echo $ac_n "(cached) $ac_c" 1>&6 … … 4163 4299 else 4164 4300 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4165 echo "configure:4 166: checking for catalogs to be installed" >&54301 echo "configure:4302: checking for catalogs to be installed" >&5 4166 4302 NEW_LINGUAS= 4167 4303 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4191 4327 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4192 4328 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4193 echo "configure:4 194: checking for linux/version.h" >&54329 echo "configure:4330: checking for linux/version.h" >&5 4194 4330 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4195 4331 echo $ac_n "(cached) $ac_c" 1>&6 … … 4197 4333 cat > conftest.$ac_ext <<EOF 4198 4334 #include <sys/types.h> 4199 #line 4 200"configure"4335 #line 4336 "configure" 4200 4336 #include "confdefs.h" 4201 4337 #include <linux/version.h> 4202 4338 EOF 4203 4339 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4204 { (eval echo configure:4 205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4340 { (eval echo configure:4341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4205 4341 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4206 4342 if test -z "$ac_err"; then … … 4247 4383 4248 4384 4249 if test - d $srcdir/po; then4385 if test -f $srcdir/po/POTFILES.in; then 4250 4386 test -d po || mkdir po 4251 4387 if test "x$srcdir" != "x."; then 4252 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then4388 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then 4253 4389 posrcprefix="$srcdir/" 4254 4390 else … … 4268 4404 4269 4405 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4270 echo "configure:4 271: checking for executable suffix" >&54406 echo "configure:4407: checking for executable suffix" >&5 4271 4407 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4272 4408 echo $ac_n "(cached) $ac_c" 1>&6 … … 4278 4414 echo 'int main () { return 0; }' > conftest.$ac_ext 4279 4415 ac_cv_exeext= 4280 if { (eval echo configure:4 281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4416 if { (eval echo configure:4417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4281 4417 for file in conftest.*; do 4282 4418 case $file in … … 4304 4440 set dummy $ac_prog; ac_word=$2 4305 4441 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4306 echo "configure:4 307: checking for $ac_word" >&54442 echo "configure:4443: checking for $ac_word" >&5 4307 4443 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 4308 4444 echo $ac_n "(cached) $ac_c" 1>&6 … … 4341 4477 set dummy $ac_prog; ac_word=$2 4342 4478 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4343 echo "configure:4 344: checking for $ac_word" >&54479 echo "configure:4480: checking for $ac_word" >&5 4344 4480 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 4345 4481 echo $ac_n "(cached) $ac_c" 1>&6 … … 4375 4511 set dummy flex; ac_word=$2 4376 4512 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4377 echo "configure:4 378: checking for $ac_word" >&54513 echo "configure:4514: checking for $ac_word" >&5 4378 4514 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 4379 4515 echo $ac_n "(cached) $ac_c" 1>&6 … … 4410 4546 esac 4411 4547 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 4412 echo "configure:4 413: checking for yywrap in -l$ac_lib" >&54548 echo "configure:4549: checking for yywrap in -l$ac_lib" >&5 4413 4549 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 4414 4550 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4418 4554 LIBS="-l$ac_lib $LIBS" 4419 4555 cat > conftest.$ac_ext <<EOF 4420 #line 4 421"configure"4556 #line 4557 "configure" 4421 4557 #include "confdefs.h" 4422 4558 /* Override any gcc2 internal prototype to avoid an error. */ … … 4429 4565 ; return 0; } 4430 4566 EOF 4431 if { (eval echo configure:4 432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4567 if { (eval echo configure:4568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4432 4568 rm -rf conftest* 4433 4569 eval "ac_cv_lib_$ac_lib_var=yes" … … 4452 4588 4453 4589 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 4454 echo "configure:4 455: checking lex output file root" >&54590 echo "configure:4591: checking lex output file root" >&5 4455 4591 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 4456 4592 echo $ac_n "(cached) $ac_c" 1>&6 … … 4473 4609 4474 4610 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 4475 echo "configure:4 476: checking whether yytext is a pointer" >&54611 echo "configure:4612: checking whether yytext is a pointer" >&5 4476 4612 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 4477 4613 echo $ac_n "(cached) $ac_c" 1>&6 … … 4485 4621 LIBS="$LIBS $LEXLIB" 4486 4622 cat > conftest.$ac_ext <<EOF 4487 #line 4 488"configure"4623 #line 4624 "configure" 4488 4624 #include "confdefs.h" 4489 4625 `cat $LEX_OUTPUT_ROOT.c` … … 4492 4628 ; return 0; } 4493 4629 EOF 4494 if { (eval echo configure:4 495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4630 if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4495 4631 rm -rf conftest* 4496 4632 ac_cv_prog_lex_yytext_pointer=yes … … 4515 4651 4516 4652 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4517 echo "configure:4 518: checking whether to enable maintainer-specific portions of Makefiles" >&54653 echo "configure:4654: checking whether to enable maintainer-specific portions of Makefiles" >&5 4518 4654 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4519 4655 if test "${enable_maintainer_mode+set}" = set; then … … 4549 4685 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4550 4686 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4551 echo "configure:4 552: checking for $ac_hdr" >&54687 echo "configure:4688: checking for $ac_hdr" >&5 4552 4688 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4553 4689 echo $ac_n "(cached) $ac_c" 1>&6 … … 4555 4691 cat > conftest.$ac_ext <<EOF 4556 4692 #include <sys/types.h> 4557 #line 4 558"configure"4693 #line 4694 "configure" 4558 4694 #include "confdefs.h" 4559 4695 #include <$ac_hdr> 4560 4696 EOF 4561 4697 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4562 { (eval echo configure:4 563: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4698 { (eval echo configure:4699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4563 4699 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4564 4700 if test -z "$ac_err"; then … … 4586 4722 done 4587 4723 4588 for ac_func in sbrk 4724 for ac_func in sbrk realpath 4589 4725 do 4590 4726 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4591 echo "configure:4 592: checking for $ac_func" >&54727 echo "configure:4728: checking for $ac_func" >&5 4592 4728 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4593 4729 echo $ac_n "(cached) $ac_c" 1>&6 4594 4730 else 4595 4731 cat > conftest.$ac_ext <<EOF 4596 #line 4 597"configure"4732 #line 4733 "configure" 4597 4733 #include "confdefs.h" 4598 4734 /* System header to define __stub macros and hopefully few prototypes, … … 4617 4753 ; return 0; } 4618 4754 EOF 4619 if { (eval echo configure:4 620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4755 if { (eval echo configure:4756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4620 4756 rm -rf conftest* 4621 4757 eval "ac_cv_func_$ac_func=yes" … … 4646 4782 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4647 4783 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 4648 echo "configure:4 649: checking for $ac_hdr that defines DIR" >&54784 echo "configure:4785: checking for $ac_hdr that defines DIR" >&5 4649 4785 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then 4650 4786 echo $ac_n "(cached) $ac_c" 1>&6 4651 4787 else 4652 4788 cat > conftest.$ac_ext <<EOF 4653 #line 4 654"configure"4789 #line 4790 "configure" 4654 4790 #include "confdefs.h" 4655 4791 #include <sys/types.h> … … 4659 4795 ; return 0; } 4660 4796 EOF 4661 if { (eval echo configure:4 662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4797 if { (eval echo configure:4798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4662 4798 rm -rf conftest* 4663 4799 eval "ac_cv_header_dirent_$ac_safe=yes" … … 4684 4820 if test $ac_header_dirent = dirent.h; then 4685 4821 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 4686 echo "configure:4 687: checking for opendir in -ldir" >&54822 echo "configure:4823: checking for opendir in -ldir" >&5 4687 4823 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` 4688 4824 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4692 4828 LIBS="-ldir $LIBS" 4693 4829 cat > conftest.$ac_ext <<EOF 4694 #line 4 695"configure"4830 #line 4831 "configure" 4695 4831 #include "confdefs.h" 4696 4832 /* Override any gcc2 internal prototype to avoid an error. */ … … 4703 4839 ; return 0; } 4704 4840 EOF 4705 if { (eval echo configure:4 706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4841 if { (eval echo configure:4842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4706 4842 rm -rf conftest* 4707 4843 eval "ac_cv_lib_$ac_lib_var=yes" … … 4725 4861 else 4726 4862 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 4727 echo "configure:4 728: checking for opendir in -lx" >&54863 echo "configure:4864: checking for opendir in -lx" >&5 4728 4864 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` 4729 4865 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4733 4869 LIBS="-lx $LIBS" 4734 4870 cat > conftest.$ac_ext <<EOF 4735 #line 4 736"configure"4871 #line 4872 "configure" 4736 4872 #include "confdefs.h" 4737 4873 /* Override any gcc2 internal prototype to avoid an error. */ … … 4744 4880 ; return 0; } 4745 4881 EOF 4746 if { (eval echo configure:4 747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4882 if { (eval echo configure:4883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4747 4883 rm -rf conftest* 4748 4884 eval "ac_cv_lib_$ac_lib_var=yes" … … 4777 4913 4778 4914 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 4779 echo "configure:4 780: checking whether strstr must be declared" >&54915 echo "configure:4916: checking whether strstr must be declared" >&5 4780 4916 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 4781 4917 echo $ac_n "(cached) $ac_c" 1>&6 4782 4918 else 4783 4919 cat > conftest.$ac_ext <<EOF 4784 #line 4 785"configure"4920 #line 4921 "configure" 4785 4921 #include "confdefs.h" 4786 4922 … … 4803 4939 ; return 0; } 4804 4940 EOF 4805 if { (eval echo configure:4 806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4941 if { (eval echo configure:4942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4806 4942 rm -rf conftest* 4807 4943 bfd_cv_decl_needed_strstr=no … … 4824 4960 4825 4961 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6 4826 echo "configure:4 827: checking whether free must be declared" >&54962 echo "configure:4963: checking whether free must be declared" >&5 4827 4963 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then 4828 4964 echo $ac_n "(cached) $ac_c" 1>&6 4829 4965 else 4830 4966 cat > conftest.$ac_ext <<EOF 4831 #line 4 832"configure"4967 #line 4968 "configure" 4832 4968 #include "confdefs.h" 4833 4969 … … 4850 4986 ; return 0; } 4851 4987 EOF 4852 if { (eval echo configure:4 853: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4988 if { (eval echo configure:4989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4853 4989 rm -rf conftest* 4854 4990 bfd_cv_decl_needed_free=no … … 4871 5007 4872 5008 echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 4873 echo "configure: 4874: checking whether sbrk must be declared" >&55009 echo "configure:5010: checking whether sbrk must be declared" >&5 4874 5010 if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then 4875 5011 echo $ac_n "(cached) $ac_c" 1>&6 4876 5012 else 4877 5013 cat > conftest.$ac_ext <<EOF 4878 #line 4879"configure"5014 #line 5015 "configure" 4879 5015 #include "confdefs.h" 4880 5016 … … 4897 5033 ; return 0; } 4898 5034 EOF 4899 if { (eval echo configure: 4900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5035 if { (eval echo configure:5036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4900 5036 rm -rf conftest* 4901 5037 bfd_cv_decl_needed_sbrk=no … … 4918 5054 4919 5055 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 4920 echo "configure: 4921: checking whether getenv must be declared" >&55056 echo "configure:5057: checking whether getenv must be declared" >&5 4921 5057 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 4922 5058 echo $ac_n "(cached) $ac_c" 1>&6 4923 5059 else 4924 5060 cat > conftest.$ac_ext <<EOF 4925 #line 4926"configure"5061 #line 5062 "configure" 4926 5062 #include "confdefs.h" 4927 5063 … … 4944 5080 ; return 0; } 4945 5081 EOF 4946 if { (eval echo configure: 4947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5082 if { (eval echo configure:5083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4947 5083 rm -rf conftest* 4948 5084 bfd_cv_decl_needed_getenv=no … … 4965 5101 4966 5102 echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 4967 echo "configure: 4968: checking whether environ must be declared" >&55103 echo "configure:5104: checking whether environ must be declared" >&5 4968 5104 if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then 4969 5105 echo $ac_n "(cached) $ac_c" 1>&6 4970 5106 else 4971 5107 cat > conftest.$ac_ext <<EOF 4972 #line 4973"configure"5108 #line 5109 "configure" 4973 5109 #include "confdefs.h" 4974 5110 … … 4991 5127 ; return 0; } 4992 5128 EOF 4993 if { (eval echo configure: 4994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5129 if { (eval echo configure:5130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4994 5130 rm -rf conftest* 4995 5131 bfd_cv_decl_needed_environ=no … … 5019 5155 # support string concatenation. 5020 5156 echo $ac_n "checking whether ANSI C string concatenation works""... $ac_c" 1>&6 5021 echo "configure:5 022: checking whether ANSI C string concatenation works" >&55157 echo "configure:5158: checking whether ANSI C string concatenation works" >&5 5022 5158 if eval "test \"`echo '$''{'ld_cv_string_concatenation'+set}'`\" = set"; then 5023 5159 echo $ac_n "(cached) $ac_c" 1>&6 5024 5160 else 5025 5161 cat > conftest.$ac_ext <<EOF 5026 #line 5 027"configure"5162 #line 5163 "configure" 5027 5163 #include "confdefs.h" 5028 5164 … … 5031 5167 ; return 0; } 5032 5168 EOF 5033 if { (eval echo configure:5 034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5169 if { (eval echo configure:5170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5034 5170 rm -rf conftest* 5035 5171 ld_cv_string_concatenation=yes … … 5132 5268 EMUL_EXTRA_OFILES=$all_emul_extras 5133 5269 fi 5270 5134 5271 5135 5272 … … 5312 5449 s%@build_vendor@%$build_vendor%g 5313 5450 s%@build_os@%$build_os%g 5314 s%@CC@%$CC%g5315 5451 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 5316 5452 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g … … 5324 5460 s%@MAKEINFO@%$MAKEINFO%g 5325 5461 s%@SET_MAKE@%$SET_MAKE%g 5462 s%@CC@%$CC%g 5326 5463 s%@LN_S@%$LN_S%g 5327 5464 s%@OBJEXT@%$OBJEXT%g … … 5329 5466 s%@STRIP@%$STRIP%g 5330 5467 s%@LIBTOOL@%$LIBTOOL%g 5468 s%@use_sysroot@%$use_sysroot%g 5469 s%@TARGET_SYSTEM_ROOT@%$TARGET_SYSTEM_ROOT%g 5470 s%@TARGET_SYSTEM_ROOT_DEFINE@%$TARGET_SYSTEM_ROOT_DEFINE%g 5331 5471 s%@WARN_CFLAGS@%$WARN_CFLAGS%g 5332 5472 s%@CPP@%$CPP%g … … 5369 5509 s%@EMULATION_OFILES@%$EMULATION_OFILES%g 5370 5510 s%@EMUL_EXTRA_OFILES@%$EMUL_EXTRA_OFILES%g 5511 s%@LIB_PATH@%$LIB_PATH%g 5371 5512 s%@EMULATION_LIBPATH@%$EMULATION_LIBPATH%g 5372 5513 s%@TESTBFDLIB@%$TESTBFDLIB%g -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.