Changeset 101 for trunk/src/binutils/bfd/configure
- Timestamp:
- May 7, 2003, 5:35:03 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 58 58 silent= 59 59 site= 60 sitefile=61 60 srcdir= 62 61 target=NONE … … 173 172 --no-create do not create output files 174 173 --quiet, --silent do not print \`checking...' messages 175 --site-file=FILE use FILE as the site file176 174 --version print the version of autoconf that created configure 177 175 Directory and file names: … … 344 342 site="$ac_optarg" ;; 345 343 346 -site-file | --site-file | --site-fil | --site-fi | --site-f)347 ac_prev=sitefile ;;348 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)349 sitefile="$ac_optarg" ;;350 351 344 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 352 345 ac_prev=srcdir ;; … … 514 507 515 508 # Prefer explicitly selected file to automatically selected ones. 516 if test -z "$sitefile"; then 517 if test -z "$CONFIG_SITE"; then 518 if test "x$prefix" != xNONE; then 519 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 520 else 521 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 522 fi 509 if test -z "$CONFIG_SITE"; then 510 if test "x$prefix" != xNONE; then 511 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 512 else 513 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 523 514 fi 524 else525 CONFIG_SITE="$sitefile"526 515 fi 527 516 for ac_site_file in $CONFIG_SITE; do … … 561 550 fi 562 551 552 echo $ac_n "checking for path separator""... $ac_c" 1>&6 553 echo "configure:554: checking for path separator" >&5 554 # Filter path to get backslahes into forwardslashes 555 case "`uname -s 2> /dev/null`" in 556 OS/2) 557 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 558 PATH_IFS=';' 559 ;; 560 *) 561 PATH_IFS=':' 562 ;; 563 esac 564 echo "$ac_t""${PATH_IFS}" 1>&6 565 563 566 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 564 echo "configure:56 5: checking for Cygwin environment" >&5567 echo "configure:568: checking for Cygwin environment" >&5 565 568 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 566 569 echo $ac_n "(cached) $ac_c" 1>&6 567 570 else 568 571 cat > conftest.$ac_ext <<EOF 569 #line 57 0"configure"572 #line 573 "configure" 570 573 #include "confdefs.h" 571 574 … … 578 581 ; return 0; } 579 582 EOF 580 if { (eval echo configure:58 1: \"$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 581 584 rm -rf conftest* 582 585 ac_cv_cygwin=yes … … 595 598 test "$ac_cv_cygwin" = yes && CYGWIN=yes 596 599 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 597 echo "configure: 598: checking for mingw32 environment" >&5600 echo "configure:601: checking for mingw32 environment" >&5 598 601 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 599 602 echo $ac_n "(cached) $ac_c" 1>&6 600 603 else 601 604 cat > conftest.$ac_ext <<EOF 602 #line 60 3"configure"605 #line 606 "configure" 603 606 #include "confdefs.h" 604 607 … … 607 610 ; return 0; } 608 611 EOF 609 if { (eval echo configure:61 0: \"$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 610 613 rm -rf conftest* 611 614 ac_cv_mingw32=yes … … 623 626 MINGW32= 624 627 test "$ac_cv_mingw32" = yes && MINGW32=yes 628 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 629 echo "configure:630: checking for EMX/OS2 environment" >&5 630 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 631 echo $ac_n "(cached) $ac_c" 1>&6 632 else 633 : ${CC=gcc.exe} 634 cat > conftest.$ac_ext <<EOF 635 #line 636 "configure" 636 #include "confdefs.h" 637 638 int main() { 639 return __EMX__; 640 ; return 0; } 641 EOF 642 if { (eval echo configure:643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 643 rm -rf conftest* 644 ac_cv_emxos2=yes 645 else 646 echo "configure: failed program was:" >&5 647 cat conftest.$ac_ext >&5 648 rm -rf conftest* 649 ac_cv_emxos2=no 650 fi 651 rm -f conftest* 652 rm -f conftest* 653 fi 654 655 echo "$ac_t""$ac_cv_emxos2" 1>&6 656 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 657 echo $ac_n "(cached) $ac_c" 1>&6 658 else 659 if test "$ac_cv_emxos2" = yes ; then 660 ac_cv_libpre= 661 else 662 ac_cv_libpre=lib 663 fi 664 665 fi 666 667 EMXOS2= 668 test "$ac_cv_emxos2" = yes && EMXOS2=yes 669 670 671 672 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 673 echo "configure:674: checking for executable suffix" >&5 674 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 675 echo $ac_n "(cached) $ac_c" 1>&6 676 else 677 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 678 ac_cv_exeext=.exe 679 else 680 rm -f conftest* 681 echo 'int main () { return 0; }' > conftest.$ac_ext 682 ac_cv_exeext= 683 if { (eval echo configure:684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 684 for file in conftest.*; do 685 case $file in 686 *.c | *.o | *.obj) ;; 687 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 688 esac 689 done 690 else 691 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 692 fi 693 rm -f conftest* 694 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 695 fi 696 fi 697 698 EXEEXT="" 699 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 700 echo "$ac_t""${ac_cv_exeext}" 1>&6 701 ac_exeext=$EXEEXT 702 625 703 626 704 … … 672 750 673 751 echo $ac_n "checking host system type""... $ac_c" 1>&6 674 echo "configure: 675: checking host system type" >&5752 echo "configure:753: checking host system type" >&5 675 753 676 754 host_alias=$host … … 693 771 694 772 echo $ac_n "checking target system type""... $ac_c" 1>&6 695 echo "configure: 696: checking target system type" >&5773 echo "configure:774: checking target system type" >&5 696 774 697 775 target_alias=$target … … 711 789 712 790 echo $ac_n "checking build system type""... $ac_c" 1>&6 713 echo "configure:7 14: checking build system type" >&5791 echo "configure:792: checking build system type" >&5 714 792 715 793 build_alias=$build … … 736 814 set dummy gcc; ac_word=$2 737 815 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 738 echo "configure: 739: checking for $ac_word" >&5816 echo "configure:817: checking for $ac_word" >&5 739 817 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 740 818 echo $ac_n "(cached) $ac_c" 1>&6 … … 743 821 ac_cv_prog_CC="$CC" # Let the user override the test. 744 822 else 745 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"823 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 746 824 ac_dummy="$PATH" 747 825 for ac_dir in $ac_dummy; do 748 826 test -z "$ac_dir" && ac_dir=. 749 if test -f $ac_dir/$ac_word; then 827 if test -f $ac_dir/$ac_word -o \ 828 -f $ac_dir/$ac_word$ac_exeext ; then 750 829 ac_cv_prog_CC="gcc" 751 830 break … … 766 845 set dummy cc; ac_word=$2 767 846 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 768 echo "configure: 769: checking for $ac_word" >&5847 echo "configure:848: checking for $ac_word" >&5 769 848 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 770 849 echo $ac_n "(cached) $ac_c" 1>&6 … … 773 852 ac_cv_prog_CC="$CC" # Let the user override the test. 774 853 else 775 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"854 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 776 855 ac_prog_rejected=no 777 856 ac_dummy="$PATH" 778 857 for ac_dir in $ac_dummy; do 779 858 test -z "$ac_dir" && ac_dir=. 780 if test -f $ac_dir/$ac_word; then 781 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 859 if test -f $ac_dir/$ac_word -o \ 860 -f $ac_dir/$ac_word$ac_exeext ; then 861 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 862 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 782 863 ac_prog_rejected=yes 783 864 continue … … 817 898 set dummy cl; ac_word=$2 818 899 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 819 echo "configure: 820: checking for $ac_word" >&5900 echo "configure:901: checking for $ac_word" >&5 820 901 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 821 902 echo $ac_n "(cached) $ac_c" 1>&6 … … 824 905 ac_cv_prog_CC="$CC" # Let the user override the test. 825 906 else 826 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"907 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 827 908 ac_dummy="$PATH" 828 909 for ac_dir in $ac_dummy; do 829 910 test -z "$ac_dir" && ac_dir=. 830 if test -f $ac_dir/$ac_word; then 911 if test -f $ac_dir/$ac_word -o \ 912 -f $ac_dir/$ac_word$ac_exeext ; then 831 913 ac_cv_prog_CC="cl" 832 914 break … … 849 931 850 932 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 851 echo "configure: 852: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5933 echo "configure:934: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 852 934 853 935 ac_ext=c … … 860 942 cat > conftest.$ac_ext << EOF 861 943 862 #line 863"configure"944 #line 945 "configure" 863 945 #include "confdefs.h" 864 946 865 947 main(){return(0);} 866 948 EOF 867 if { (eval echo configure: 868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then949 if { (eval echo configure:950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 868 950 ac_cv_prog_cc_works=yes 869 951 # If we can't run a trivial program, we are probably using a cross compiler. … … 891 973 fi 892 974 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 893 echo "configure: 894: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5975 echo "configure:976: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 894 976 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 895 977 cross_compiling=$ac_cv_prog_cc_cross 896 978 897 979 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 898 echo "configure: 899: checking whether we are using GNU C" >&5980 echo "configure:981: checking whether we are using GNU C" >&5 899 981 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 900 982 echo $ac_n "(cached) $ac_c" 1>&6 … … 905 987 #endif 906 988 EOF 907 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9 08: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then989 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 908 990 ac_cv_prog_gcc=yes 909 991 else … … 924 1006 CFLAGS= 925 1007 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 926 echo "configure: 927: checking whether ${CC-cc} accepts -g" >&51008 echo "configure:1009: checking whether ${CC-cc} accepts -g" >&5 927 1009 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 928 1010 echo $ac_n "(cached) $ac_c" 1>&6 … … 956 1038 957 1039 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 958 echo "configure: 959: checking for POSIXized ISC" >&51040 echo "configure:1041: checking for POSIXized ISC" >&5 959 1041 if test -d /etc/conf/kconfig.d && 960 1042 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 989 1071 # ./install, which can be erroneously created by make from ./install.sh. 990 1072 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 991 echo "configure: 992: checking for a BSD compatible install" >&51073 echo "configure:1074: checking for a BSD compatible install" >&5 992 1074 if test -z "$INSTALL"; then 993 1075 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 994 1076 echo $ac_n "(cached) $ac_c" 1>&6 995 1077 else 996 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1078 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 997 1079 for ac_dir in $PATH; do 998 1080 # Account for people who put trailing slashes in PATH elements. 999 1081 case "$ac_dir/" in 1000 1082 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1083 # We reject the install program from OS/2 or W3.1 1084 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 1001 1085 *) 1002 1086 # OSF1 and SCO ODT 3.0 have their own names for install. … … 1004 1088 # by default. 1005 1089 for ac_prog in ginstall scoinst install; do 1006 if test -f $ac_dir/$ac_prog ; then1090 if test -f $ac_dir/$ac_prog$ac_exeext; then 1007 1091 if test $ac_prog = install && 1008 1092 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 1010 1094 : 1011 1095 else 1012 ac_cv_path_install="$ac_dir/$ac_prog -c"1096 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1013 1097 break 2 1014 1098 fi … … 1042 1126 1043 1127 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1044 echo "configure:1 045: checking whether build environment is sane" >&51128 echo "configure:1129: checking whether build environment is sane" >&5 1045 1129 # Just in case 1046 1130 sleep 1 … … 1099 1183 1100 1184 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1101 echo "configure:11 02: checking whether ${MAKE-make} sets \${MAKE}" >&51185 echo "configure:1186: checking whether ${MAKE-make} sets \${MAKE}" >&5 1102 1186 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1103 1187 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1145 1229 missing_dir=`cd $ac_aux_dir && pwd` 1146 1230 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1147 echo "configure:1 148: checking for working aclocal" >&51231 echo "configure:1232: checking for working aclocal" >&5 1148 1232 # Run test in a subshell; some versions of sh will print an error if 1149 1233 # an executable is not found, even if stderr is redirected. … … 1158 1242 1159 1243 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1160 echo "configure:1 161: checking for working autoconf" >&51244 echo "configure:1245: checking for working autoconf" >&5 1161 1245 # Run test in a subshell; some versions of sh will print an error if 1162 1246 # an executable is not found, even if stderr is redirected. … … 1171 1255 1172 1256 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1173 echo "configure:1 174: checking for working automake" >&51257 echo "configure:1258: checking for working automake" >&5 1174 1258 # Run test in a subshell; some versions of sh will print an error if 1175 1259 # an executable is not found, even if stderr is redirected. … … 1184 1268 1185 1269 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1186 echo "configure:1 187: checking for working autoheader" >&51270 echo "configure:1271: checking for working autoheader" >&5 1187 1271 # Run test in a subshell; some versions of sh will print an error if 1188 1272 # an executable is not found, even if stderr is redirected. … … 1197 1281 1198 1282 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1199 echo "configure:12 00: checking for working makeinfo" >&51283 echo "configure:1284: checking for working makeinfo" >&5 1200 1284 # Run test in a subshell; some versions of sh will print an error if 1201 1285 # an executable is not found, even if stderr is redirected. … … 1220 1304 set dummy ${ac_tool_prefix}ar; ac_word=$2 1221 1305 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1222 echo "configure:1 223: checking for $ac_word" >&51306 echo "configure:1307: checking for $ac_word" >&5 1223 1307 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 1224 1308 echo $ac_n "(cached) $ac_c" 1>&6 … … 1227 1311 ac_cv_prog_AR="$AR" # Let the user override the test. 1228 1312 else 1229 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1313 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1230 1314 ac_dummy="$PATH" 1231 1315 for ac_dir in $ac_dummy; do 1232 1316 test -z "$ac_dir" && ac_dir=. 1233 if test -f $ac_dir/$ac_word; then 1317 if test -f $ac_dir/$ac_word -o \ 1318 -f $ac_dir/$ac_word$ac_exeext ; then 1234 1319 ac_cv_prog_AR="${ac_tool_prefix}ar" 1235 1320 break … … 1252 1337 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1253 1338 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1254 echo "configure:1 255: checking for $ac_word" >&51339 echo "configure:1340: checking for $ac_word" >&5 1255 1340 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1256 1341 echo $ac_n "(cached) $ac_c" 1>&6 … … 1259 1344 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1260 1345 else 1261 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1346 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1262 1347 ac_dummy="$PATH" 1263 1348 for ac_dir in $ac_dummy; do 1264 1349 test -z "$ac_dir" && ac_dir=. 1265 if test -f $ac_dir/$ac_word; then 1350 if test -f $ac_dir/$ac_word -o \ 1351 -f $ac_dir/$ac_word$ac_exeext ; then 1266 1352 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1267 1353 break … … 1284 1370 set dummy ranlib; ac_word=$2 1285 1371 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1286 echo "configure:1 287: checking for $ac_word" >&51372 echo "configure:1373: checking for $ac_word" >&5 1287 1373 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1288 1374 echo $ac_n "(cached) $ac_c" 1>&6 … … 1291 1377 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1292 1378 else 1293 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1379 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1294 1380 ac_dummy="$PATH" 1295 1381 for ac_dir in $ac_dummy; do 1296 1382 test -z "$ac_dir" && ac_dir=. 1297 if test -f $ac_dir/$ac_word; then 1383 if test -f $ac_dir/$ac_word -o \ 1384 -f $ac_dir/$ac_word$ac_exeext ; then 1298 1385 ac_cv_prog_RANLIB="ranlib" 1299 1386 break … … 1399 1486 # Check if gcc -print-prog-name=ld gives a path. 1400 1487 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1401 echo "configure:14 02: checking for ld used by GCC" >&51488 echo "configure:1489: checking for ld used by GCC" >&5 1402 1489 case $host in 1403 1490 *-*-mingw*) … … 1429 1516 elif test "$with_gnu_ld" = yes; then 1430 1517 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1431 echo "configure:1 432: checking for GNU ld" >&51518 echo "configure:1519: checking for GNU ld" >&5 1432 1519 else 1433 1520 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1434 echo "configure:1 435: checking for non-GNU ld" >&51521 echo "configure:1522: checking for non-GNU ld" >&5 1435 1522 fi 1436 1523 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then … … 1467 1554 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1468 1555 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1469 echo "configure:1 470: checking if the linker ($LD) is GNU ld" >&51556 echo "configure:1557: checking if the linker ($LD) is GNU ld" >&5 1470 1557 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1471 1558 echo $ac_n "(cached) $ac_c" 1>&6 … … 1484 1571 1485 1572 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1486 echo "configure:1 487: checking for $LD option to reload object files" >&51573 echo "configure:1574: checking for $LD option to reload object files" >&5 1487 1574 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1488 1575 echo $ac_n "(cached) $ac_c" 1>&6 … … 1496 1583 1497 1584 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1498 echo "configure:1 499: checking for BSD-compatible nm" >&51585 echo "configure:1586: checking for BSD-compatible nm" >&5 1499 1586 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1500 1587 echo $ac_n "(cached) $ac_c" 1>&6 … … 1534 1621 1535 1622 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1536 echo "configure:1 537: checking whether ln -s works" >&51623 echo "configure:1624: checking whether ln -s works" >&5 1537 1624 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1538 1625 echo $ac_n "(cached) $ac_c" 1>&6 … … 1544 1631 ac_cv_prog_LN_S="ln -s" 1545 1632 else 1546 ac_cv_prog_LN_S=ln 1547 fi 1633 echo A > conftestdata; 1634 if ln conftestdata conftestdata2 2>/dev/null; then 1635 ac_cv_prog_LN_S=ln 1636 else 1637 ac_cv_prog_LN_S=cp 1638 fi 1639 fi 1640 rm -f conftestdata* 1548 1641 fi 1549 1642 LN_S="$ac_cv_prog_LN_S" … … 1555 1648 1556 1649 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1557 echo "configure:1 558: checking how to recognise dependant libraries" >&51650 echo "configure:1651: checking how to recognise dependant libraries" >&5 1558 1651 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1559 1652 echo $ac_n "(cached) $ac_c" 1>&6 … … 1698 1791 1699 1792 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1700 echo "configure:17 01: checking for object suffix" >&51793 echo "configure:1794: checking for object suffix" >&5 1701 1794 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1702 1795 echo $ac_n "(cached) $ac_c" 1>&6 … … 1704 1797 rm -f conftest* 1705 1798 echo 'int i = 1;' > conftest.$ac_ext 1706 if { (eval echo configure:1 707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1799 if { (eval echo configure:1800: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1707 1800 for ac_file in conftest.*; do 1708 1801 case $ac_file in … … 1721 1814 ac_objext=$ac_cv_objext 1722 1815 1723 1724 1725 echo $ac_n "checking for executable suffix""... $ac_c" 1>&61726 echo "configure:1727: checking for executable suffix" >&51727 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then1728 echo $ac_n "(cached) $ac_c" 1>&61729 else1730 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then1731 ac_cv_exeext=.exe1732 else1733 rm -f conftest*1734 echo 'int main () { return 0; }' > conftest.$ac_ext1735 ac_cv_exeext=1736 if { (eval echo configure:1737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1737 for file in conftest.*; do1738 case $file in1739 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1740 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;1741 esac1742 done1743 else1744 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }1745 fi1746 rm -f conftest*1747 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no1748 fi1749 fi1750 1751 EXEEXT=""1752 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}1753 echo "$ac_t""${ac_cv_exeext}" 1>&61754 ac_exeext=$EXEEXT1755 1756 1816 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 1757 1817 … … 1761 1821 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1762 1822 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1763 echo "configure:1 764: checking for ${ac_tool_prefix}file" >&51823 echo "configure:1824: checking for ${ac_tool_prefix}file" >&5 1764 1824 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1765 1825 echo $ac_n "(cached) $ac_c" 1>&6 … … 1823 1883 if test -n "$ac_tool_prefix"; then 1824 1884 echo $ac_n "checking for file""... $ac_c" 1>&6 1825 echo "configure:18 26: checking for file" >&51885 echo "configure:1886: checking for file" >&5 1826 1886 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1827 1887 echo $ac_n "(cached) $ac_c" 1>&6 … … 1894 1954 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1895 1955 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1896 echo "configure:1 897: checking for $ac_word" >&51956 echo "configure:1957: checking for $ac_word" >&5 1897 1957 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1898 1958 echo $ac_n "(cached) $ac_c" 1>&6 … … 1901 1961 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1902 1962 else 1903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1963 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1904 1964 ac_dummy="$PATH" 1905 1965 for ac_dir in $ac_dummy; do 1906 1966 test -z "$ac_dir" && ac_dir=. 1907 if test -f $ac_dir/$ac_word; then 1967 if test -f $ac_dir/$ac_word -o \ 1968 -f $ac_dir/$ac_word$ac_exeext ; then 1908 1969 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1909 1970 break … … 1926 1987 set dummy ranlib; ac_word=$2 1927 1988 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1928 echo "configure:19 29: checking for $ac_word" >&51989 echo "configure:1990: checking for $ac_word" >&5 1929 1990 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1930 1991 echo $ac_n "(cached) $ac_c" 1>&6 … … 1933 1994 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1934 1995 else 1935 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1996 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1936 1997 ac_dummy="$PATH" 1937 1998 for ac_dir in $ac_dummy; do 1938 1999 test -z "$ac_dir" && ac_dir=. 1939 if test -f $ac_dir/$ac_word; then 2000 if test -f $ac_dir/$ac_word -o \ 2001 -f $ac_dir/$ac_word$ac_exeext ; then 1940 2002 ac_cv_prog_RANLIB="ranlib" 1941 2003 break … … 1961 2023 set dummy ${ac_tool_prefix}strip; ac_word=$2 1962 2024 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1963 echo "configure: 1964: checking for $ac_word" >&52025 echo "configure:2026: checking for $ac_word" >&5 1964 2026 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1965 2027 echo $ac_n "(cached) $ac_c" 1>&6 … … 1968 2030 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1969 2031 else 1970 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2032 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1971 2033 ac_dummy="$PATH" 1972 2034 for ac_dir in $ac_dummy; do 1973 2035 test -z "$ac_dir" && ac_dir=. 1974 if test -f $ac_dir/$ac_word; then 2036 if test -f $ac_dir/$ac_word -o \ 2037 -f $ac_dir/$ac_word$ac_exeext ; then 1975 2038 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1976 2039 break … … 1993 2056 set dummy strip; ac_word=$2 1994 2057 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1995 echo "configure: 1996: checking for $ac_word" >&52058 echo "configure:2059: checking for $ac_word" >&5 1996 2059 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1997 2060 echo $ac_n "(cached) $ac_c" 1>&6 … … 2000 2063 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2001 2064 else 2002 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2065 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2003 2066 ac_dummy="$PATH" 2004 2067 for ac_dir in $ac_dummy; do 2005 2068 test -z "$ac_dir" && ac_dir=. 2006 if test -f $ac_dir/$ac_word; then 2069 if test -f $ac_dir/$ac_word -o \ 2070 -f $ac_dir/$ac_word$ac_exeext ; then 2007 2071 ac_cv_prog_STRIP="strip" 2008 2072 break … … 2060 2124 *-*-irix6*) 2061 2125 # Find out which ABI we are using. 2062 echo '#line 2 063"configure"' > conftest.$ac_ext2063 if { (eval echo configure:2 064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2126 echo '#line 2127 "configure"' > conftest.$ac_ext 2127 if { (eval echo configure:2128: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2064 2128 case "`/usr/bin/file conftest.o`" in 2065 2129 *32-bit*) … … 2082 2146 CFLAGS="$CFLAGS -belf" 2083 2147 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2084 echo "configure:2 085: checking whether the C compiler needs -belf" >&52148 echo "configure:2149: checking whether the C compiler needs -belf" >&5 2085 2149 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2086 2150 echo $ac_n "(cached) $ac_c" 1>&6 … … 2095 2159 2096 2160 cat > conftest.$ac_ext <<EOF 2097 #line 2 098"configure"2161 #line 2162 "configure" 2098 2162 #include "confdefs.h" 2099 2163 … … 2102 2166 ; return 0; } 2103 2167 EOF 2104 if { (eval echo configure:21 05: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2168 if { (eval echo configure:2169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2105 2169 rm -rf conftest* 2106 2170 lt_cv_cc_needs_belf=yes … … 2312 2376 2313 2377 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2314 echo "configure:23 15: checking whether to enable maintainer-specific portions of Makefiles" >&52378 echo "configure:2379: checking whether to enable maintainer-specific portions of Makefiles" >&5 2315 2379 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2316 2380 if test "${enable_maintainer_mode+set}" = set; then … … 2336 2400 2337 2401 2402 2338 2403 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2339 echo "configure:2 340: checking for executable suffix" >&52404 echo "configure:2405: checking for executable suffix" >&5 2340 2405 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2341 2406 echo $ac_n "(cached) $ac_c" 1>&6 2342 2407 else 2343 if test "$CYGWIN" = yes || test "$MINGW32" = yes ; then2408 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 2344 2409 ac_cv_exeext=.exe 2345 2410 else … … 2347 2412 echo 'int main () { return 0; }' > conftest.$ac_ext 2348 2413 ac_cv_exeext= 2349 if { (eval echo configure:2 350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2414 if { (eval echo configure:2415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2350 2415 for file in conftest.*; do 2351 2416 case $file in 2352 *.c | *.o | *.obj | *.ilk | *.pdb) ;;2417 *.c | *.o | *.obj) ;; 2353 2418 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 2354 2419 esac … … 2376 2441 set dummy gcc; ac_word=$2 2377 2442 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2378 echo "configure:2 379: checking for $ac_word" >&52443 echo "configure:2444: checking for $ac_word" >&5 2379 2444 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2380 2445 echo $ac_n "(cached) $ac_c" 1>&6 … … 2383 2448 ac_cv_prog_CC="$CC" # Let the user override the test. 2384 2449 else 2385 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2450 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2386 2451 ac_dummy="$PATH" 2387 2452 for ac_dir in $ac_dummy; do 2388 2453 test -z "$ac_dir" && ac_dir=. 2389 if test -f $ac_dir/$ac_word; then 2454 if test -f $ac_dir/$ac_word -o \ 2455 -f $ac_dir/$ac_word$ac_exeext ; then 2390 2456 ac_cv_prog_CC="gcc" 2391 2457 break … … 2406 2472 set dummy cc; ac_word=$2 2407 2473 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2408 echo "configure:24 09: checking for $ac_word" >&52474 echo "configure:2475: checking for $ac_word" >&5 2409 2475 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2410 2476 echo $ac_n "(cached) $ac_c" 1>&6 … … 2413 2479 ac_cv_prog_CC="$CC" # Let the user override the test. 2414 2480 else 2415 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2481 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2416 2482 ac_prog_rejected=no 2417 2483 ac_dummy="$PATH" 2418 2484 for ac_dir in $ac_dummy; do 2419 2485 test -z "$ac_dir" && ac_dir=. 2420 if test -f $ac_dir/$ac_word; then 2421 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 2486 if test -f $ac_dir/$ac_word -o \ 2487 -f $ac_dir/$ac_word$ac_exeext ; then 2488 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 2489 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 2422 2490 ac_prog_rejected=yes 2423 2491 continue … … 2457 2525 set dummy cl; ac_word=$2 2458 2526 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2459 echo "configure:2 460: checking for $ac_word" >&52527 echo "configure:2528: checking for $ac_word" >&5 2460 2528 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2461 2529 echo $ac_n "(cached) $ac_c" 1>&6 … … 2464 2532 ac_cv_prog_CC="$CC" # Let the user override the test. 2465 2533 else 2466 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2534 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2467 2535 ac_dummy="$PATH" 2468 2536 for ac_dir in $ac_dummy; do 2469 2537 test -z "$ac_dir" && ac_dir=. 2470 if test -f $ac_dir/$ac_word; then 2538 if test -f $ac_dir/$ac_word -o \ 2539 -f $ac_dir/$ac_word$ac_exeext ; then 2471 2540 ac_cv_prog_CC="cl" 2472 2541 break … … 2489 2558 2490 2559 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2491 echo "configure:2 492: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52560 echo "configure:2561: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2492 2561 2493 2562 ac_ext=c … … 2500 2569 cat > conftest.$ac_ext << EOF 2501 2570 2502 #line 25 03"configure"2571 #line 2572 "configure" 2503 2572 #include "confdefs.h" 2504 2573 2505 2574 main(){return(0);} 2506 2575 EOF 2507 if { (eval echo configure:25 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2576 if { (eval echo configure:2577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2508 2577 ac_cv_prog_cc_works=yes 2509 2578 # If we can't run a trivial program, we are probably using a cross compiler. … … 2531 2600 fi 2532 2601 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2533 echo "configure:2 534: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52602 echo "configure:2603: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2534 2603 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2535 2604 cross_compiling=$ac_cv_prog_cc_cross 2536 2605 2537 2606 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2538 echo "configure:2 539: checking whether we are using GNU C" >&52607 echo "configure:2608: checking whether we are using GNU C" >&5 2539 2608 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2540 2609 echo $ac_n "(cached) $ac_c" 1>&6 … … 2545 2614 #endif 2546 2615 EOF 2547 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2616 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2617: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2548 2617 ac_cv_prog_gcc=yes 2549 2618 else … … 2564 2633 CFLAGS= 2565 2634 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2566 echo "configure:2 567: checking whether ${CC-cc} accepts -g" >&52635 echo "configure:2636: checking whether ${CC-cc} accepts -g" >&5 2567 2636 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2568 2637 echo $ac_n "(cached) $ac_c" 1>&6 … … 2598 2667 ALL_LINGUAS= 2599 2668 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2600 echo "configure:26 01: checking how to run the C preprocessor" >&52669 echo "configure:2670: checking how to run the C preprocessor" >&5 2601 2670 # On Suns, sometimes $CPP names a directory. 2602 2671 if test -n "$CPP" && test -d "$CPP"; then … … 2613 2682 # not just through cpp. 2614 2683 cat > conftest.$ac_ext <<EOF 2615 #line 2616 "configure" 2684 #include <sys/types.h> 2685 #line 2686 "configure" 2616 2686 #include "confdefs.h" 2617 2687 #include <assert.h> … … 2619 2689 EOF 2620 2690 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2621 { (eval echo configure:26 22: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2691 { (eval echo configure:2692: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2622 2692 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2623 2693 if test -z "$ac_err"; then … … 2630 2700 CPP="${CC-cc} -E -traditional-cpp" 2631 2701 cat > conftest.$ac_ext <<EOF 2632 #line 2633 "configure" 2702 #include <sys/types.h> 2703 #line 2704 "configure" 2633 2704 #include "confdefs.h" 2634 2705 #include <assert.h> … … 2636 2707 EOF 2637 2708 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2638 { (eval echo configure:2 639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2709 { (eval echo configure:2710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2639 2710 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2640 2711 if test -z "$ac_err"; then … … 2647 2718 CPP="${CC-cc} -nologo -E" 2648 2719 cat > conftest.$ac_ext <<EOF 2649 #line 2650 "configure" 2720 #include <sys/types.h> 2721 #line 2722 "configure" 2650 2722 #include "confdefs.h" 2651 2723 #include <assert.h> … … 2653 2725 EOF 2654 2726 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2655 { (eval echo configure:2 656: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2727 { (eval echo configure:2728: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2656 2728 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2657 2729 if test -z "$ac_err"; then … … 2680 2752 set dummy ranlib; ac_word=$2 2681 2753 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2682 echo "configure:2 683: checking for $ac_word" >&52754 echo "configure:2755: checking for $ac_word" >&5 2683 2755 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2684 2756 echo $ac_n "(cached) $ac_c" 1>&6 … … 2687 2759 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 2688 2760 else 2689 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2761 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2690 2762 ac_dummy="$PATH" 2691 2763 for ac_dir in $ac_dummy; do 2692 2764 test -z "$ac_dir" && ac_dir=. 2693 if test -f $ac_dir/$ac_word; then 2765 if test -f $ac_dir/$ac_word -o \ 2766 -f $ac_dir/$ac_word$ac_exeext ; then 2694 2767 ac_cv_prog_RANLIB="ranlib" 2695 2768 break … … 2708 2781 2709 2782 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2710 echo "configure:27 11: checking for ANSI C header files" >&52783 echo "configure:2784: checking for ANSI C header files" >&5 2711 2784 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2712 2785 echo $ac_n "(cached) $ac_c" 1>&6 2713 2786 else 2714 2787 cat > conftest.$ac_ext <<EOF 2715 #line 2716 "configure" 2788 #include <sys/types.h> 2789 #line 2790 "configure" 2716 2790 #include "confdefs.h" 2717 2791 #include <stdlib.h> … … 2721 2795 EOF 2722 2796 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2723 { (eval echo configure:27 24: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2797 { (eval echo configure:2798: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2724 2798 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2725 2799 if test -z "$ac_err"; then … … 2738 2812 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2739 2813 cat > conftest.$ac_ext <<EOF 2740 #line 2 741"configure"2814 #line 2815 "configure" 2741 2815 #include "confdefs.h" 2742 2816 #include <string.h> … … 2756 2830 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2757 2831 cat > conftest.$ac_ext <<EOF 2758 #line 2 759"configure"2832 #line 2833 "configure" 2759 2833 #include "confdefs.h" 2760 2834 #include <stdlib.h> … … 2777 2851 else 2778 2852 cat > conftest.$ac_ext <<EOF 2779 #line 2 780"configure"2853 #line 2854 "configure" 2780 2854 #include "confdefs.h" 2781 2855 #include <ctype.h> … … 2788 2862 2789 2863 EOF 2790 if { (eval echo configure:2 791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2864 if { (eval echo configure:2865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2791 2865 then 2792 2866 : … … 2812 2886 2813 2887 echo $ac_n "checking for working const""... $ac_c" 1>&6 2814 echo "configure:28 15: checking for working const" >&52888 echo "configure:2889: checking for working const" >&5 2815 2889 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2816 2890 echo $ac_n "(cached) $ac_c" 1>&6 2817 2891 else 2818 2892 cat > conftest.$ac_ext <<EOF 2819 #line 28 20"configure"2893 #line 2894 "configure" 2820 2894 #include "confdefs.h" 2821 2895 … … 2866 2940 ; return 0; } 2867 2941 EOF 2868 if { (eval echo configure:2 869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2942 if { (eval echo configure:2943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2869 2943 rm -rf conftest* 2870 2944 ac_cv_c_const=yes … … 2887 2961 2888 2962 echo $ac_n "checking for inline""... $ac_c" 1>&6 2889 echo "configure:2 890: checking for inline" >&52963 echo "configure:2964: checking for inline" >&5 2890 2964 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2891 2965 echo $ac_n "(cached) $ac_c" 1>&6 … … 2894 2968 for ac_kw in inline __inline__ __inline; do 2895 2969 cat > conftest.$ac_ext <<EOF 2896 #line 2 897"configure"2970 #line 2971 "configure" 2897 2971 #include "confdefs.h" 2898 2972 … … 2901 2975 ; return 0; } 2902 2976 EOF 2903 if { (eval echo configure:29 04: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2977 if { (eval echo configure:2978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2904 2978 rm -rf conftest* 2905 2979 ac_cv_c_inline=$ac_kw; break … … 2927 3001 2928 3002 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2929 echo "configure: 2930: checking for off_t" >&53003 echo "configure:3004: checking for off_t" >&5 2930 3004 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2931 3005 echo $ac_n "(cached) $ac_c" 1>&6 2932 3006 else 2933 3007 cat > conftest.$ac_ext <<EOF 2934 #line 2935"configure"3008 #line 3009 "configure" 2935 3009 #include "confdefs.h" 2936 3010 #include <sys/types.h> … … 2960 3034 2961 3035 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2962 echo "configure: 2963: checking for size_t" >&53036 echo "configure:3037: checking for size_t" >&5 2963 3037 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2964 3038 echo $ac_n "(cached) $ac_c" 1>&6 2965 3039 else 2966 3040 cat > conftest.$ac_ext <<EOF 2967 #line 2968"configure"3041 #line 3042 "configure" 2968 3042 #include "confdefs.h" 2969 3043 #include <sys/types.h> … … 2995 3069 # for constant arguments. Useless! 2996 3070 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2997 echo "configure: 2998: checking for working alloca.h" >&53071 echo "configure:3072: checking for working alloca.h" >&5 2998 3072 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2999 3073 echo $ac_n "(cached) $ac_c" 1>&6 3000 3074 else 3001 3075 cat > conftest.$ac_ext <<EOF 3002 #line 30 03"configure"3076 #line 3077 "configure" 3003 3077 #include "confdefs.h" 3004 3078 #include <alloca.h> … … 3007 3081 ; return 0; } 3008 3082 EOF 3009 if { (eval echo configure:30 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3083 if { (eval echo configure:3084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3010 3084 rm -rf conftest* 3011 3085 ac_cv_header_alloca_h=yes … … 3028 3102 3029 3103 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3030 echo "configure:3 031: checking for alloca" >&53104 echo "configure:3105: checking for alloca" >&5 3031 3105 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3032 3106 echo $ac_n "(cached) $ac_c" 1>&6 3033 3107 else 3034 3108 cat > conftest.$ac_ext <<EOF 3035 #line 3 036"configure"3109 #line 3110 "configure" 3036 3110 #include "confdefs.h" 3037 3111 … … 3061 3135 ; return 0; } 3062 3136 EOF 3063 if { (eval echo configure:3 064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3137 if { (eval echo configure:3138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3064 3138 rm -rf conftest* 3065 3139 ac_cv_func_alloca_works=yes … … 3093 3167 3094 3168 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3095 echo "configure:3 096: checking whether alloca needs Cray hooks" >&53169 echo "configure:3170: checking whether alloca needs Cray hooks" >&5 3096 3170 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3097 3171 echo $ac_n "(cached) $ac_c" 1>&6 3098 3172 else 3099 3173 cat > conftest.$ac_ext <<EOF 3100 #line 31 01"configure"3174 #line 3175 "configure" 3101 3175 #include "confdefs.h" 3102 3176 #if defined(CRAY) && ! defined(CRAY2) … … 3123 3197 for ac_func in _getb67 GETB67 getb67; do 3124 3198 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3125 echo "configure:3 126: checking for $ac_func" >&53199 echo "configure:3200: checking for $ac_func" >&5 3126 3200 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3127 3201 echo $ac_n "(cached) $ac_c" 1>&6 3128 3202 else 3129 3203 cat > conftest.$ac_ext <<EOF 3130 #line 3 131"configure"3204 #line 3205 "configure" 3131 3205 #include "confdefs.h" 3132 3206 /* System header to define __stub macros and hopefully few prototypes, … … 3151 3225 ; return 0; } 3152 3226 EOF 3153 if { (eval echo configure:3 154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3227 if { (eval echo configure:3228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3154 3228 rm -rf conftest* 3155 3229 eval "ac_cv_func_$ac_func=yes" … … 3178 3252 3179 3253 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3180 echo "configure:3 181: checking stack direction for C alloca" >&53254 echo "configure:3255: checking stack direction for C alloca" >&5 3181 3255 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3182 3256 echo $ac_n "(cached) $ac_c" 1>&6 … … 3186 3260 else 3187 3261 cat > conftest.$ac_ext <<EOF 3188 #line 3 189"configure"3262 #line 3263 "configure" 3189 3263 #include "confdefs.h" 3190 3264 find_stack_direction () … … 3205 3279 } 3206 3280 EOF 3207 if { (eval echo configure:32 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3281 if { (eval echo configure:3282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3208 3282 then 3209 3283 ac_cv_c_stack_direction=1 … … 3230 3304 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3231 3305 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3232 echo "configure:3 233: checking for $ac_hdr" >&53306 echo "configure:3307: checking for $ac_hdr" >&5 3233 3307 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3234 3308 echo $ac_n "(cached) $ac_c" 1>&6 3235 3309 else 3236 3310 cat > conftest.$ac_ext <<EOF 3237 #line 3238 "configure" 3311 #include <sys/types.h> 3312 #line 3313 "configure" 3238 3313 #include "confdefs.h" 3239 3314 #include <$ac_hdr> 3240 3315 EOF 3241 3316 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3242 { (eval echo configure:3 243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3317 { (eval echo configure:3318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3243 3318 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3244 3319 if test -z "$ac_err"; then … … 3269 3344 do 3270 3345 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3271 echo "configure:3 272: checking for $ac_func" >&53346 echo "configure:3347: checking for $ac_func" >&5 3272 3347 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3273 3348 echo $ac_n "(cached) $ac_c" 1>&6 3274 3349 else 3275 3350 cat > conftest.$ac_ext <<EOF 3276 #line 3 277"configure"3351 #line 3352 "configure" 3277 3352 #include "confdefs.h" 3278 3353 /* System header to define __stub macros and hopefully few prototypes, … … 3297 3372 ; return 0; } 3298 3373 EOF 3299 if { (eval echo configure:33 00: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3374 if { (eval echo configure:3375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3300 3375 rm -rf conftest* 3301 3376 eval "ac_cv_func_$ac_func=yes" … … 3322 3397 3323 3398 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3324 echo "configure:3 325: checking for working mmap" >&53399 echo "configure:3400: checking for working mmap" >&5 3325 3400 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3326 3401 echo $ac_n "(cached) $ac_c" 1>&6 … … 3330 3405 else 3331 3406 cat > conftest.$ac_ext <<EOF 3332 #line 3 333"configure"3407 #line 3408 "configure" 3333 3408 #include "confdefs.h" 3334 3409 … … 3470 3545 3471 3546 EOF 3472 if { (eval echo configure:3 473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3547 if { (eval echo configure:3548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3473 3548 then 3474 3549 ac_cv_func_mmap_fixed_mapped=yes … … 3498 3573 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3499 3574 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3500 echo "configure:35 01: checking for $ac_hdr" >&53575 echo "configure:3576: checking for $ac_hdr" >&5 3501 3576 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3502 3577 echo $ac_n "(cached) $ac_c" 1>&6 3503 3578 else 3504 3579 cat > conftest.$ac_ext <<EOF 3505 #line 3506 "configure" 3580 #include <sys/types.h> 3581 #line 3582 "configure" 3506 3582 #include "confdefs.h" 3507 3583 #include <$ac_hdr> 3508 3584 EOF 3509 3585 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3510 { (eval echo configure:35 11: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3586 { (eval echo configure:3587: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3511 3587 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3512 3588 if test -z "$ac_err"; then … … 3538 3614 do 3539 3615 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3540 echo "configure:3 541: checking for $ac_func" >&53616 echo "configure:3617: checking for $ac_func" >&5 3541 3617 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3542 3618 echo $ac_n "(cached) $ac_c" 1>&6 3543 3619 else 3544 3620 cat > conftest.$ac_ext <<EOF 3545 #line 3 546"configure"3621 #line 3622 "configure" 3546 3622 #include "confdefs.h" 3547 3623 /* System header to define __stub macros and hopefully few prototypes, … … 3566 3642 ; return 0; } 3567 3643 EOF 3568 if { (eval echo configure:3 569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3644 if { (eval echo configure:3645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3569 3645 rm -rf conftest* 3570 3646 eval "ac_cv_func_$ac_func=yes" … … 3595 3671 do 3596 3672 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3597 echo "configure:3 598: checking for $ac_func" >&53673 echo "configure:3674: checking for $ac_func" >&5 3598 3674 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3599 3675 echo $ac_n "(cached) $ac_c" 1>&6 3600 3676 else 3601 3677 cat > conftest.$ac_ext <<EOF 3602 #line 36 03"configure"3678 #line 3679 "configure" 3603 3679 #include "confdefs.h" 3604 3680 /* System header to define __stub macros and hopefully few prototypes, … … 3623 3699 ; return 0; } 3624 3700 EOF 3625 if { (eval echo configure:3 626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3701 if { (eval echo configure:3702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3626 3702 rm -rf conftest* 3627 3703 eval "ac_cv_func_$ac_func=yes" … … 3657 3733 if test $ac_cv_header_locale_h = yes; then 3658 3734 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3659 echo "configure:3 660: checking for LC_MESSAGES" >&53735 echo "configure:3736: checking for LC_MESSAGES" >&5 3660 3736 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3661 3737 echo $ac_n "(cached) $ac_c" 1>&6 3662 3738 else 3663 3739 cat > conftest.$ac_ext <<EOF 3664 #line 3 665"configure"3740 #line 3741 "configure" 3665 3741 #include "confdefs.h" 3666 3742 #include <locale.h> … … 3669 3745 ; return 0; } 3670 3746 EOF 3671 if { (eval echo configure:3 672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3747 if { (eval echo configure:3748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3672 3748 rm -rf conftest* 3673 3749 am_cv_val_LC_MESSAGES=yes … … 3690 3766 fi 3691 3767 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3692 echo "configure:3 693: checking whether NLS is requested" >&53768 echo "configure:3769: checking whether NLS is requested" >&5 3693 3769 # Check whether --enable-nls or --disable-nls was given. 3694 3770 if test "${enable_nls+set}" = set; then … … 3710 3786 3711 3787 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3712 echo "configure:37 13: checking whether included gettext is requested" >&53788 echo "configure:3789: checking whether included gettext is requested" >&5 3713 3789 # Check whether --with-included-gettext or --without-included-gettext was given. 3714 3790 if test "${with_included_gettext+set}" = set; then … … 3729 3805 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3730 3806 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3731 echo "configure:3 732: checking for libintl.h" >&53807 echo "configure:3808: checking for libintl.h" >&5 3732 3808 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3733 3809 echo $ac_n "(cached) $ac_c" 1>&6 3734 3810 else 3735 3811 cat > conftest.$ac_ext <<EOF 3736 #line 3737 "configure" 3812 #include <sys/types.h> 3813 #line 3814 "configure" 3737 3814 #include "confdefs.h" 3738 3815 #include <libintl.h> 3739 3816 EOF 3740 3817 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3741 { (eval echo configure:3 742: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3818 { (eval echo configure:3819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3742 3819 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3743 3820 if test -z "$ac_err"; then … … 3756 3833 echo "$ac_t""yes" 1>&6 3757 3834 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3758 echo "configure:3 759: checking for gettext in libc" >&53835 echo "configure:3836: checking for gettext in libc" >&5 3759 3836 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3760 3837 echo $ac_n "(cached) $ac_c" 1>&6 3761 3838 else 3762 3839 cat > conftest.$ac_ext <<EOF 3763 #line 3 764"configure"3840 #line 3841 "configure" 3764 3841 #include "confdefs.h" 3765 3842 #include <libintl.h> … … 3768 3845 ; return 0; } 3769 3846 EOF 3770 if { (eval echo configure:3 771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3847 if { (eval echo configure:3848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3771 3848 rm -rf conftest* 3772 3849 gt_cv_func_gettext_libc=yes … … 3784 3861 if test "$gt_cv_func_gettext_libc" != "yes"; then 3785 3862 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3786 echo "configure:3 787: checking for bindtextdomain in -lintl" >&53863 echo "configure:3864: checking for bindtextdomain in -lintl" >&5 3787 3864 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3788 3865 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3792 3869 LIBS="-lintl $LIBS" 3793 3870 cat > conftest.$ac_ext <<EOF 3794 #line 3 795"configure"3871 #line 3872 "configure" 3795 3872 #include "confdefs.h" 3796 3873 /* Override any gcc2 internal prototype to avoid an error. */ … … 3803 3880 ; return 0; } 3804 3881 EOF 3805 if { (eval echo configure:38 06: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3882 if { (eval echo configure:3883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3806 3883 rm -rf conftest* 3807 3884 eval "ac_cv_lib_$ac_lib_var=yes" … … 3819 3896 echo "$ac_t""yes" 1>&6 3820 3897 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3821 echo "configure:38 22: checking for gettext in libintl" >&53898 echo "configure:3899: checking for gettext in libintl" >&5 3822 3899 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3823 3900 echo $ac_n "(cached) $ac_c" 1>&6 3824 3901 else 3825 3902 cat > conftest.$ac_ext <<EOF 3826 #line 3 827"configure"3903 #line 3904 "configure" 3827 3904 #include "confdefs.h" 3828 3905 … … 3831 3908 ; return 0; } 3832 3909 EOF 3833 if { (eval echo configure:3 834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3910 if { (eval echo configure:3911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3834 3911 rm -rf conftest* 3835 3912 gt_cv_func_gettext_libintl=yes … … 3859 3936 set dummy msgfmt; ac_word=$2 3860 3937 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3861 echo "configure:3 862: checking for $ac_word" >&53938 echo "configure:3939: checking for $ac_word" >&5 3862 3939 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3863 3940 echo $ac_n "(cached) $ac_c" 1>&6 … … 3868 3945 ;; 3869 3946 *) 3870 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"3947 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3871 3948 for ac_dir in $PATH; do 3872 3949 test -z "$ac_dir" && ac_dir=. … … 3893 3970 do 3894 3971 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3895 echo "configure:3 896: checking for $ac_func" >&53972 echo "configure:3973: checking for $ac_func" >&5 3896 3973 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3897 3974 echo $ac_n "(cached) $ac_c" 1>&6 3898 3975 else 3899 3976 cat > conftest.$ac_ext <<EOF 3900 #line 39 01"configure"3977 #line 3978 "configure" 3901 3978 #include "confdefs.h" 3902 3979 /* System header to define __stub macros and hopefully few prototypes, … … 3921 3998 ; return 0; } 3922 3999 EOF 3923 if { (eval echo configure: 3924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4000 if { (eval echo configure:4001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3924 4001 rm -rf conftest* 3925 4002 eval "ac_cv_func_$ac_func=yes" … … 3948 4025 set dummy gmsgfmt; ac_word=$2 3949 4026 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3950 echo "configure: 3951: checking for $ac_word" >&54027 echo "configure:4028: checking for $ac_word" >&5 3951 4028 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3952 4029 echo $ac_n "(cached) $ac_c" 1>&6 3953 4030 else 3954 4031 case "$GMSGFMT" in 3955 /* )4032 /* | [a-zA-Z]:*) 3956 4033 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3957 4034 ;; 3958 ?:/*) 4035 ?:/*) 3959 4036 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 3960 4037 ;; 3961 4038 *) 3962 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4039 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3963 4040 ac_dummy="$PATH" 3964 for ac_dir in $ac_dummy; do 4041 for ac_dir in $ac_dummy; do 3965 4042 test -z "$ac_dir" && ac_dir=. 3966 4043 if test -f $ac_dir/$ac_word; then 3967 4044 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4045 break 4046 fi 4047 if test -f $ac_dir/$ac_word$ac_exeext; then 4048 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 3968 4049 break 3969 4050 fi … … 3984 4065 set dummy xgettext; ac_word=$2 3985 4066 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3986 echo "configure: 3987: checking for $ac_word" >&54067 echo "configure:4068: checking for $ac_word" >&5 3987 4068 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3988 4069 echo $ac_n "(cached) $ac_c" 1>&6 … … 3993 4074 ;; 3994 4075 *) 3995 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4076 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3996 4077 for ac_dir in $PATH; do 3997 4078 test -z "$ac_dir" && ac_dir=. … … 4016 4097 4017 4098 cat > conftest.$ac_ext <<EOF 4018 #line 4 019"configure"4099 #line 4100 "configure" 4019 4100 #include "confdefs.h" 4020 4101 … … 4024 4105 ; return 0; } 4025 4106 EOF 4026 if { (eval echo configure:4 027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4107 if { (eval echo configure:4108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4027 4108 rm -rf conftest* 4028 4109 CATOBJEXT=.gmo … … 4056 4137 set dummy msgfmt; ac_word=$2 4057 4138 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4058 echo "configure:4 059: checking for $ac_word" >&54139 echo "configure:4140: checking for $ac_word" >&5 4059 4140 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4060 4141 echo $ac_n "(cached) $ac_c" 1>&6 … … 4065 4146 ;; 4066 4147 *) 4067 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4148 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4068 4149 for ac_dir in $PATH; do 4069 4150 test -z "$ac_dir" && ac_dir=. … … 4090 4171 set dummy gmsgfmt; ac_word=$2 4091 4172 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4092 echo "configure:4 093: checking for $ac_word" >&54173 echo "configure:4174: checking for $ac_word" >&5 4093 4174 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4094 4175 echo $ac_n "(cached) $ac_c" 1>&6 4095 4176 else 4096 4177 case "$GMSGFMT" in 4097 /* )4178 /* | [a-zA-Z]:*) 4098 4179 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4099 4180 ;; 4100 ?:/*) 4181 ?:/*) 4101 4182 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4102 4183 ;; 4103 4184 *) 4104 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4185 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4105 4186 ac_dummy="$PATH" 4106 for ac_dir in $ac_dummy; do 4187 for ac_dir in $ac_dummy; do 4107 4188 test -z "$ac_dir" && ac_dir=. 4108 4189 if test -f $ac_dir/$ac_word; then 4109 4190 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4191 break 4192 fi 4193 if test -f $ac_dir/$ac_word$ac_exeext; then 4194 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 4110 4195 break 4111 4196 fi … … 4126 4211 set dummy xgettext; ac_word=$2 4127 4212 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4128 echo "configure:4 129: checking for $ac_word" >&54213 echo "configure:4214: checking for $ac_word" >&5 4129 4214 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4130 4215 echo $ac_n "(cached) $ac_c" 1>&6 … … 4135 4220 ;; 4136 4221 *) 4137 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4222 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4138 4223 for ac_dir in $PATH; do 4139 4224 test -z "$ac_dir" && ac_dir=. … … 4216 4301 else 4217 4302 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4218 echo "configure:4 219: checking for catalogs to be installed" >&54303 echo "configure:4304: checking for catalogs to be installed" >&5 4219 4304 NEW_LINGUAS= 4220 4305 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4244 4329 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4245 4330 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4246 echo "configure:4 247: checking for linux/version.h" >&54331 echo "configure:4332: checking for linux/version.h" >&5 4247 4332 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4248 4333 echo $ac_n "(cached) $ac_c" 1>&6 4249 4334 else 4250 4335 cat > conftest.$ac_ext <<EOF 4251 #line 4252 "configure" 4336 #include <sys/types.h> 4337 #line 4338 "configure" 4252 4338 #include "confdefs.h" 4253 4339 #include <linux/version.h> 4254 4340 EOF 4255 4341 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4256 { (eval echo configure:4 257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4342 { (eval echo configure:4343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4257 4343 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4258 4344 if test -z "$ac_err"; then … … 4302 4388 test -d po || mkdir po 4303 4389 if test "x$srcdir" != "x."; then 4304 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then4390 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then 4305 4391 posrcprefix="$srcdir/" 4306 4392 else … … 4332 4418 # ./install, which can be erroneously created by make from ./install.sh. 4333 4419 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4334 echo "configure:4 335: checking for a BSD compatible install" >&54420 echo "configure:4421: checking for a BSD compatible install" >&5 4335 4421 if test -z "$INSTALL"; then 4336 4422 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 4337 4423 echo $ac_n "(cached) $ac_c" 1>&6 4338 4424 else 4339 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"4425 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 4340 4426 for ac_dir in $PATH; do 4341 4427 # Account for people who put trailing slashes in PATH elements. 4342 4428 case "$ac_dir/" in 4343 4429 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 4430 # We reject the install program from OS/2 or W3.1 4431 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 4344 4432 *) 4345 4433 # OSF1 and SCO ODT 3.0 have their own names for install. … … 4347 4435 # by default. 4348 4436 for ac_prog in ginstall scoinst install; do 4349 if test -f $ac_dir/$ac_prog ; then4437 if test -f $ac_dir/$ac_prog$ac_exeext; then 4350 4438 if test $ac_prog = install && 4351 4439 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 4353 4441 : 4354 4442 else 4355 ac_cv_path_install="$ac_dir/$ac_prog -c"4443 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 4356 4444 break 2 4357 4445 fi … … 4415 4503 else 4416 4504 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4417 echo "configure:4 418: checking for build system executable suffix" >&54505 echo "configure:4506: checking for build system executable suffix" >&5 4418 4506 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4419 4507 echo $ac_n "(cached) $ac_c" 1>&6 … … 4443 4531 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4444 4532 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4445 echo "configure:4 446: checking for $ac_hdr" >&54533 echo "configure:4534: checking for $ac_hdr" >&5 4446 4534 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4447 4535 echo $ac_n "(cached) $ac_c" 1>&6 4448 4536 else 4449 4537 cat > conftest.$ac_ext <<EOF 4450 #line 4451 "configure" 4538 #include <sys/types.h> 4539 #line 4540 "configure" 4451 4540 #include "confdefs.h" 4452 4541 #include <$ac_hdr> 4453 4542 EOF 4454 4543 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4455 { (eval echo configure:4 456: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4544 { (eval echo configure:4545: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4456 4545 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4457 4546 if test -z "$ac_err"; then … … 4483 4572 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4484 4573 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4485 echo "configure:4 486: checking for $ac_hdr" >&54574 echo "configure:4575: checking for $ac_hdr" >&5 4486 4575 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4487 4576 echo $ac_n "(cached) $ac_c" 1>&6 4488 4577 else 4489 4578 cat > conftest.$ac_ext <<EOF 4490 #line 4491 "configure" 4579 #include <sys/types.h> 4580 #line 4581 "configure" 4491 4581 #include "confdefs.h" 4492 4582 #include <$ac_hdr> 4493 4583 EOF 4494 4584 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4495 { (eval echo configure:4 496: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4585 { (eval echo configure:4586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4496 4586 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4497 4587 if test -z "$ac_err"; then … … 4520 4610 4521 4611 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 4522 echo "configure:4 523: checking whether time.h and sys/time.h may both be included" >&54612 echo "configure:4613: checking whether time.h and sys/time.h may both be included" >&5 4523 4613 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 4524 4614 echo $ac_n "(cached) $ac_c" 1>&6 4525 4615 else 4526 4616 cat > conftest.$ac_ext <<EOF 4527 #line 4 528 "configure"4617 #line 4618 "configure" 4528 4618 #include "confdefs.h" 4529 4619 #include <sys/types.h> … … 4534 4624 ; return 0; } 4535 4625 EOF 4536 if { (eval echo configure:4 537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4626 if { (eval echo configure:4627: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4537 4627 rm -rf conftest* 4538 4628 ac_cv_header_time=yes … … 4559 4649 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4560 4650 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 4561 echo "configure:4 562: checking for $ac_hdr that defines DIR" >&54651 echo "configure:4652: checking for $ac_hdr that defines DIR" >&5 4562 4652 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then 4563 4653 echo $ac_n "(cached) $ac_c" 1>&6 4564 4654 else 4565 4655 cat > conftest.$ac_ext <<EOF 4566 #line 4 567 "configure"4656 #line 4657 "configure" 4567 4657 #include "confdefs.h" 4568 4658 #include <sys/types.h> … … 4572 4662 ; return 0; } 4573 4663 EOF 4574 if { (eval echo configure:4 575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4664 if { (eval echo configure:4665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4575 4665 rm -rf conftest* 4576 4666 eval "ac_cv_header_dirent_$ac_safe=yes" … … 4597 4687 if test $ac_header_dirent = dirent.h; then 4598 4688 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 4599 echo "configure:46 00: checking for opendir in -ldir" >&54689 echo "configure:4690: checking for opendir in -ldir" >&5 4600 4690 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` 4601 4691 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4605 4695 LIBS="-ldir $LIBS" 4606 4696 cat > conftest.$ac_ext <<EOF 4607 #line 46 08 "configure"4697 #line 4698 "configure" 4608 4698 #include "confdefs.h" 4609 4699 /* Override any gcc2 internal prototype to avoid an error. */ … … 4616 4706 ; return 0; } 4617 4707 EOF 4618 if { (eval echo configure:4 619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4708 if { (eval echo configure:4709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4619 4709 rm -rf conftest* 4620 4710 eval "ac_cv_lib_$ac_lib_var=yes" … … 4638 4728 else 4639 4729 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 4640 echo "configure:4 641: checking for opendir in -lx" >&54730 echo "configure:4731: checking for opendir in -lx" >&5 4641 4731 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` 4642 4732 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4646 4736 LIBS="-lx $LIBS" 4647 4737 cat > conftest.$ac_ext <<EOF 4648 #line 4 649 "configure"4738 #line 4739 "configure" 4649 4739 #include "confdefs.h" 4650 4740 /* Override any gcc2 internal prototype to avoid an error. */ … … 4657 4747 ; return 0; } 4658 4748 EOF 4659 if { (eval echo configure:4 660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4749 if { (eval echo configure:4750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4660 4750 rm -rf conftest* 4661 4751 eval "ac_cv_lib_$ac_lib_var=yes" … … 4682 4772 do 4683 4773 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4684 echo "configure:4 685: checking for $ac_func" >&54774 echo "configure:4775: checking for $ac_func" >&5 4685 4775 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4686 4776 echo $ac_n "(cached) $ac_c" 1>&6 4687 4777 else 4688 4778 cat > conftest.$ac_ext <<EOF 4689 #line 4 690 "configure"4779 #line 4780 "configure" 4690 4780 #include "confdefs.h" 4691 4781 /* System header to define __stub macros and hopefully few prototypes, … … 4710 4800 ; return 0; } 4711 4801 EOF 4712 if { (eval echo configure:4 713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4802 if { (eval echo configure:4803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4713 4803 rm -rf conftest* 4714 4804 eval "ac_cv_func_$ac_func=yes" … … 4745 4835 4746 4836 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 4747 echo "configure:4 748: checking whether strstr must be declared" >&54837 echo "configure:4838: checking whether strstr must be declared" >&5 4748 4838 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 4749 4839 echo $ac_n "(cached) $ac_c" 1>&6 4750 4840 else 4751 4841 cat > conftest.$ac_ext <<EOF 4752 #line 4 753 "configure"4842 #line 4843 "configure" 4753 4843 #include "confdefs.h" 4754 4844 … … 4771 4861 ; return 0; } 4772 4862 EOF 4773 if { (eval echo configure:4 774: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4863 if { (eval echo configure:4864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4774 4864 rm -rf conftest* 4775 4865 bfd_cv_decl_needed_strstr=no … … 4792 4882 4793 4883 echo $ac_n "checking whether malloc must be declared""... $ac_c" 1>&6 4794 echo "configure:4 795: checking whether malloc must be declared" >&54884 echo "configure:4885: checking whether malloc must be declared" >&5 4795 4885 if eval "test \"`echo '$''{'bfd_cv_decl_needed_malloc'+set}'`\" = set"; then 4796 4886 echo $ac_n "(cached) $ac_c" 1>&6 4797 4887 else 4798 4888 cat > conftest.$ac_ext <<EOF 4799 #line 48 00 "configure"4889 #line 4890 "configure" 4800 4890 #include "confdefs.h" 4801 4891 … … 4818 4908 ; return 0; } 4819 4909 EOF 4820 if { (eval echo configure:4 821: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4910 if { (eval echo configure:4911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4821 4911 rm -rf conftest* 4822 4912 bfd_cv_decl_needed_malloc=no … … 4839 4929 4840 4930 echo $ac_n "checking whether realloc must be declared""... $ac_c" 1>&6 4841 echo "configure:4 842: checking whether realloc must be declared" >&54931 echo "configure:4932: checking whether realloc must be declared" >&5 4842 4932 if eval "test \"`echo '$''{'bfd_cv_decl_needed_realloc'+set}'`\" = set"; then 4843 4933 echo $ac_n "(cached) $ac_c" 1>&6 4844 4934 else 4845 4935 cat > conftest.$ac_ext <<EOF 4846 #line 4 847 "configure"4936 #line 4937 "configure" 4847 4937 #include "confdefs.h" 4848 4938 … … 4865 4955 ; return 0; } 4866 4956 EOF 4867 if { (eval echo configure:4 868: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4957 if { (eval echo configure:4958: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4868 4958 rm -rf conftest* 4869 4959 bfd_cv_decl_needed_realloc=no … … 4886 4976 4887 4977 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6 4888 echo "configure:4 889: checking whether free must be declared" >&54978 echo "configure:4979: checking whether free must be declared" >&5 4889 4979 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then 4890 4980 echo $ac_n "(cached) $ac_c" 1>&6 4891 4981 else 4892 4982 cat > conftest.$ac_ext <<EOF 4893 #line 4 894 "configure"4983 #line 4984 "configure" 4894 4984 #include "confdefs.h" 4895 4985 … … 4912 5002 ; return 0; } 4913 5003 EOF 4914 if { (eval echo configure: 4915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5004 if { (eval echo configure:5005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4915 5005 rm -rf conftest* 4916 5006 bfd_cv_decl_needed_free=no … … 4933 5023 4934 5024 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 4935 echo "configure: 4936: checking whether getenv must be declared" >&55025 echo "configure:5026: checking whether getenv must be declared" >&5 4936 5026 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 4937 5027 echo $ac_n "(cached) $ac_c" 1>&6 4938 5028 else 4939 5029 cat > conftest.$ac_ext <<EOF 4940 #line 4941 "configure"5030 #line 5031 "configure" 4941 5031 #include "confdefs.h" 4942 5032 … … 4959 5049 ; return 0; } 4960 5050 EOF 4961 if { (eval echo configure: 4962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5051 if { (eval echo configure:5052: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4962 5052 rm -rf conftest* 4963 5053 bfd_cv_decl_needed_getenv=no … … 5048 5138 i[3456]86-*-isc*) COREFILE=trad-core.lo ;; 5049 5139 i[3456]86-*-aix*) COREFILE=aix386-core.lo ;; 5140 i[3456]86-*-os2*) 5141 COREFILE=trad-core.lo 5142 cat >> confdefs.h <<\EOF 5143 #define TRAD_HEADER "hosts/i386emx.h" 5144 EOF 5145 5146 ;; 5050 5147 i860-*-mach3* | i860-*-osf1*) 5051 5148 COREFILE=trad-core.lo … … 5178 5275 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5179 5276 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5180 echo "configure:5 181: checking for $ac_hdr" >&55277 echo "configure:5278: checking for $ac_hdr" >&5 5181 5278 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5182 5279 echo $ac_n "(cached) $ac_c" 1>&6 5183 5280 else 5184 5281 cat > conftest.$ac_ext <<EOF 5185 #line 5186 "configure" 5282 #include <sys/types.h> 5283 #line 5284 "configure" 5186 5284 #include "confdefs.h" 5187 5285 #include <$ac_hdr> 5188 5286 EOF 5189 5287 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5190 { (eval echo configure:5 191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5288 { (eval echo configure:5289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5191 5289 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5192 5290 if test -z "$ac_err"; then … … 5216 5314 if test "$ac_cv_header_sys_procfs_h" = yes; then 5217 5315 echo $ac_n "checking for prstatus_t in sys/procfs.h""... $ac_c" 1>&6 5218 echo "configure:5 219: checking for prstatus_t in sys/procfs.h" >&55316 echo "configure:5317: checking for prstatus_t in sys/procfs.h" >&5 5219 5317 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus_t'+set}'`\" = set"; then 5220 5318 echo $ac_n "(cached) $ac_c" 1>&6 5221 5319 else 5222 5320 cat > conftest.$ac_ext <<EOF 5223 #line 5 224"configure"5321 #line 5322 "configure" 5224 5322 #include "confdefs.h" 5225 5323 … … 5230 5328 ; return 0; } 5231 5329 EOF 5232 if { (eval echo configure:5 233: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5330 if { (eval echo configure:5331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5233 5331 rm -rf conftest* 5234 5332 bfd_cv_have_sys_procfs_type_prstatus_t=yes … … 5252 5350 5253 5351 echo $ac_n "checking for prstatus32_t in sys/procfs.h""... $ac_c" 1>&6 5254 echo "configure:5 255: checking for prstatus32_t in sys/procfs.h" >&55352 echo "configure:5353: checking for prstatus32_t in sys/procfs.h" >&5 5255 5353 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prstatus32_t'+set}'`\" = set"; then 5256 5354 echo $ac_n "(cached) $ac_c" 1>&6 5257 5355 else 5258 5356 cat > conftest.$ac_ext <<EOF 5259 #line 5 260"configure"5357 #line 5358 "configure" 5260 5358 #include "confdefs.h" 5261 5359 … … 5266 5364 ; return 0; } 5267 5365 EOF 5268 if { (eval echo configure:5 269: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5366 if { (eval echo configure:5367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5269 5367 rm -rf conftest* 5270 5368 bfd_cv_have_sys_procfs_type_prstatus32_t=yes … … 5288 5386 5289 5387 echo $ac_n "checking for prstatus_t.pr_who in sys/procfs.h""... $ac_c" 1>&6 5290 echo "configure:5 291: checking for prstatus_t.pr_who in sys/procfs.h" >&55388 echo "configure:5389: checking for prstatus_t.pr_who in sys/procfs.h" >&5 5291 5389 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who'+set}'`\" = set"; then 5292 5390 echo $ac_n "(cached) $ac_c" 1>&6 5293 5391 else 5294 5392 cat > conftest.$ac_ext <<EOF 5295 #line 5 296"configure"5393 #line 5394 "configure" 5296 5394 #include "confdefs.h" 5297 5395 … … 5302 5400 ; return 0; } 5303 5401 EOF 5304 if { (eval echo configure:5 305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5402 if { (eval echo configure:5403: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5305 5403 rm -rf conftest* 5306 5404 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes … … 5324 5422 5325 5423 echo $ac_n "checking for prstatus32_t.pr_who in sys/procfs.h""... $ac_c" 1>&6 5326 echo "configure:5 327: checking for prstatus32_t.pr_who in sys/procfs.h" >&55424 echo "configure:5425: checking for prstatus32_t.pr_who in sys/procfs.h" >&5 5327 5425 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who'+set}'`\" = set"; then 5328 5426 echo $ac_n "(cached) $ac_c" 1>&6 5329 5427 else 5330 5428 cat > conftest.$ac_ext <<EOF 5331 #line 5 332"configure"5429 #line 5430 "configure" 5332 5430 #include "confdefs.h" 5333 5431 … … 5338 5436 ; return 0; } 5339 5437 EOF 5340 if { (eval echo configure:5 341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5438 if { (eval echo configure:5439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5341 5439 rm -rf conftest* 5342 5440 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes … … 5360 5458 5361 5459 echo $ac_n "checking for pstatus_t in sys/procfs.h""... $ac_c" 1>&6 5362 echo "configure:5 363: checking for pstatus_t in sys/procfs.h" >&55460 echo "configure:5461: checking for pstatus_t in sys/procfs.h" >&5 5363 5461 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus_t'+set}'`\" = set"; then 5364 5462 echo $ac_n "(cached) $ac_c" 1>&6 5365 5463 else 5366 5464 cat > conftest.$ac_ext <<EOF 5367 #line 5 368"configure"5465 #line 5466 "configure" 5368 5466 #include "confdefs.h" 5369 5467 … … 5374 5472 ; return 0; } 5375 5473 EOF 5376 if { (eval echo configure:5 377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5474 if { (eval echo configure:5475: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5377 5475 rm -rf conftest* 5378 5476 bfd_cv_have_sys_procfs_type_pstatus_t=yes … … 5396 5494 5397 5495 echo $ac_n "checking for pxstatus_t in sys/procfs.h""... $ac_c" 1>&6 5398 echo "configure:5 399: checking for pxstatus_t in sys/procfs.h" >&55496 echo "configure:5497: checking for pxstatus_t in sys/procfs.h" >&5 5399 5497 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pxstatus_t'+set}'`\" = set"; then 5400 5498 echo $ac_n "(cached) $ac_c" 1>&6 5401 5499 else 5402 5500 cat > conftest.$ac_ext <<EOF 5403 #line 5 404"configure"5501 #line 5502 "configure" 5404 5502 #include "confdefs.h" 5405 5503 … … 5410 5508 ; return 0; } 5411 5509 EOF 5412 if { (eval echo configure:5 413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5510 if { (eval echo configure:5511: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5413 5511 rm -rf conftest* 5414 5512 bfd_cv_have_sys_procfs_type_pxstatus_t=yes … … 5432 5530 5433 5531 echo $ac_n "checking for pstatus32_t in sys/procfs.h""... $ac_c" 1>&6 5434 echo "configure:5 435: checking for pstatus32_t in sys/procfs.h" >&55532 echo "configure:5533: checking for pstatus32_t in sys/procfs.h" >&5 5435 5533 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_pstatus32_t'+set}'`\" = set"; then 5436 5534 echo $ac_n "(cached) $ac_c" 1>&6 5437 5535 else 5438 5536 cat > conftest.$ac_ext <<EOF 5439 #line 5 440"configure"5537 #line 5538 "configure" 5440 5538 #include "confdefs.h" 5441 5539 … … 5446 5544 ; return 0; } 5447 5545 EOF 5448 if { (eval echo configure:5 449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5546 if { (eval echo configure:5547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5449 5547 rm -rf conftest* 5450 5548 bfd_cv_have_sys_procfs_type_pstatus32_t=yes … … 5468 5566 5469 5567 echo $ac_n "checking for prpsinfo_t in sys/procfs.h""... $ac_c" 1>&6 5470 echo "configure:5 471: checking for prpsinfo_t in sys/procfs.h" >&55568 echo "configure:5569: checking for prpsinfo_t in sys/procfs.h" >&5 5471 5569 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo_t'+set}'`\" = set"; then 5472 5570 echo $ac_n "(cached) $ac_c" 1>&6 5473 5571 else 5474 5572 cat > conftest.$ac_ext <<EOF 5475 #line 5 476"configure"5573 #line 5574 "configure" 5476 5574 #include "confdefs.h" 5477 5575 … … 5482 5580 ; return 0; } 5483 5581 EOF 5484 if { (eval echo configure:5 485: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5582 if { (eval echo configure:5583: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5485 5583 rm -rf conftest* 5486 5584 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes … … 5504 5602 5505 5603 echo $ac_n "checking for prpsinfo32_t in sys/procfs.h""... $ac_c" 1>&6 5506 echo "configure:5 507: checking for prpsinfo32_t in sys/procfs.h" >&55604 echo "configure:5605: checking for prpsinfo32_t in sys/procfs.h" >&5 5507 5605 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_prpsinfo32_t'+set}'`\" = set"; then 5508 5606 echo $ac_n "(cached) $ac_c" 1>&6 5509 5607 else 5510 5608 cat > conftest.$ac_ext <<EOF 5511 #line 5 512"configure"5609 #line 5610 "configure" 5512 5610 #include "confdefs.h" 5513 5611 … … 5518 5616 ; return 0; } 5519 5617 EOF 5520 if { (eval echo configure:5 521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5618 if { (eval echo configure:5619: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5521 5619 rm -rf conftest* 5522 5620 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes … … 5540 5638 5541 5639 echo $ac_n "checking for psinfo_t in sys/procfs.h""... $ac_c" 1>&6 5542 echo "configure:5 543: checking for psinfo_t in sys/procfs.h" >&55640 echo "configure:5641: checking for psinfo_t in sys/procfs.h" >&5 5543 5641 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo_t'+set}'`\" = set"; then 5544 5642 echo $ac_n "(cached) $ac_c" 1>&6 5545 5643 else 5546 5644 cat > conftest.$ac_ext <<EOF 5547 #line 5 548"configure"5645 #line 5646 "configure" 5548 5646 #include "confdefs.h" 5549 5647 … … 5554 5652 ; return 0; } 5555 5653 EOF 5556 if { (eval echo configure:5 557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5654 if { (eval echo configure:5655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5557 5655 rm -rf conftest* 5558 5656 bfd_cv_have_sys_procfs_type_psinfo_t=yes … … 5576 5674 5577 5675 echo $ac_n "checking for psinfo32_t in sys/procfs.h""... $ac_c" 1>&6 5578 echo "configure:5 579: checking for psinfo32_t in sys/procfs.h" >&55676 echo "configure:5677: checking for psinfo32_t in sys/procfs.h" >&5 5579 5677 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_psinfo32_t'+set}'`\" = set"; then 5580 5678 echo $ac_n "(cached) $ac_c" 1>&6 5581 5679 else 5582 5680 cat > conftest.$ac_ext <<EOF 5583 #line 5 584"configure"5681 #line 5682 "configure" 5584 5682 #include "confdefs.h" 5585 5683 … … 5590 5688 ; return 0; } 5591 5689 EOF 5592 if { (eval echo configure:5 593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5690 if { (eval echo configure:5691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5593 5691 rm -rf conftest* 5594 5692 bfd_cv_have_sys_procfs_type_psinfo32_t=yes … … 5612 5710 5613 5711 echo $ac_n "checking for lwpstatus_t in sys/procfs.h""... $ac_c" 1>&6 5614 echo "configure:5 615: checking for lwpstatus_t in sys/procfs.h" >&55712 echo "configure:5713: checking for lwpstatus_t in sys/procfs.h" >&5 5615 5713 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpstatus_t'+set}'`\" = set"; then 5616 5714 echo $ac_n "(cached) $ac_c" 1>&6 5617 5715 else 5618 5716 cat > conftest.$ac_ext <<EOF 5619 #line 5 620"configure"5717 #line 5718 "configure" 5620 5718 #include "confdefs.h" 5621 5719 … … 5626 5724 ; return 0; } 5627 5725 EOF 5628 if { (eval echo configure:5 629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5726 if { (eval echo configure:5727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5629 5727 rm -rf conftest* 5630 5728 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes … … 5648 5746 5649 5747 echo $ac_n "checking for lwpxstatus_t in sys/procfs.h""... $ac_c" 1>&6 5650 echo "configure:5 651: checking for lwpxstatus_t in sys/procfs.h" >&55748 echo "configure:5749: checking for lwpxstatus_t in sys/procfs.h" >&5 5651 5749 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_lwpxstatus_t'+set}'`\" = set"; then 5652 5750 echo $ac_n "(cached) $ac_c" 1>&6 5653 5751 else 5654 5752 cat > conftest.$ac_ext <<EOF 5655 #line 5 656"configure"5753 #line 5754 "configure" 5656 5754 #include "confdefs.h" 5657 5755 … … 5662 5760 ; return 0; } 5663 5761 EOF 5664 if { (eval echo configure:5 665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5762 if { (eval echo configure:5763: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5665 5763 rm -rf conftest* 5666 5764 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes … … 5684 5782 5685 5783 echo $ac_n "checking for lwpstatus_t.pr_context in sys/procfs.h""... $ac_c" 1>&6 5686 echo "configure:5 687: checking for lwpstatus_t.pr_context in sys/procfs.h" >&55784 echo "configure:5785: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5 5687 5785 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context'+set}'`\" = set"; then 5688 5786 echo $ac_n "(cached) $ac_c" 1>&6 5689 5787 else 5690 5788 cat > conftest.$ac_ext <<EOF 5691 #line 5 692"configure"5789 #line 5790 "configure" 5692 5790 #include "confdefs.h" 5693 5791 … … 5698 5796 ; return 0; } 5699 5797 EOF 5700 if { (eval echo configure:57 01: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5798 if { (eval echo configure:5799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5701 5799 rm -rf conftest* 5702 5800 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes … … 5720 5818 5721 5819 echo $ac_n "checking for lwpstatus_t.pr_reg in sys/procfs.h""... $ac_c" 1>&6 5722 echo "configure:5 723: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&55820 echo "configure:5821: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5 5723 5821 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg'+set}'`\" = set"; then 5724 5822 echo $ac_n "(cached) $ac_c" 1>&6 5725 5823 else 5726 5824 cat > conftest.$ac_ext <<EOF 5727 #line 5 728"configure"5825 #line 5826 "configure" 5728 5826 #include "confdefs.h" 5729 5827 … … 5734 5832 ; return 0; } 5735 5833 EOF 5736 if { (eval echo configure:5 737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5834 if { (eval echo configure:5835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5737 5835 rm -rf conftest* 5738 5836 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes … … 5756 5854 5757 5855 echo $ac_n "checking for win32_pstatus_t in sys/procfs.h""... $ac_c" 1>&6 5758 echo "configure:5 759: checking for win32_pstatus_t in sys/procfs.h" >&55856 echo "configure:5857: checking for win32_pstatus_t in sys/procfs.h" >&5 5759 5857 if eval "test \"`echo '$''{'bfd_cv_have_sys_procfs_type_win32_pstatus_t'+set}'`\" = set"; then 5760 5858 echo $ac_n "(cached) $ac_c" 1>&6 5761 5859 else 5762 5860 cat > conftest.$ac_ext <<EOF 5763 #line 5 764"configure"5861 #line 5862 "configure" 5764 5862 #include "confdefs.h" 5765 5863 … … 5770 5868 ; return 0; } 5771 5869 EOF 5772 if { (eval echo configure:5 773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5870 if { (eval echo configure:5871: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5773 5871 rm -rf conftest* 5774 5872 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes … … 6016 6114 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;; 6017 6115 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;; 6116 i386aout_emx_vec) tb="$tb i386aoutemx.lo aout32.lo " ;; 6018 6117 i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;; 6019 6118 icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;; … … 6168 6267 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6169 6268 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6170 echo "configure:6 171: checking for $ac_hdr" >&56269 echo "configure:6270: checking for $ac_hdr" >&5 6171 6270 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6172 6271 echo $ac_n "(cached) $ac_c" 1>&6 6173 6272 else 6174 6273 cat > conftest.$ac_ext <<EOF 6175 #line 6176 "configure" 6274 #include <sys/types.h> 6275 #line 6276 "configure" 6176 6276 #include "confdefs.h" 6177 6277 #include <$ac_hdr> 6178 6278 EOF 6179 6279 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6180 { (eval echo configure:6 181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }6280 { (eval echo configure:6281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6181 6281 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6182 6282 if test -z "$ac_err"; then … … 6207 6307 do 6208 6308 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6209 echo "configure:6 210: checking for $ac_func" >&56309 echo "configure:6310: checking for $ac_func" >&5 6210 6310 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6211 6311 echo $ac_n "(cached) $ac_c" 1>&6 6212 6312 else 6213 6313 cat > conftest.$ac_ext <<EOF 6214 #line 6 215 "configure"6314 #line 6315 "configure" 6215 6315 #include "confdefs.h" 6216 6316 /* System header to define __stub macros and hopefully few prototypes, … … 6235 6335 ; return 0; } 6236 6336 EOF 6237 if { (eval echo configure:6 238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6337 if { (eval echo configure:6338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6238 6338 rm -rf conftest* 6239 6339 eval "ac_cv_func_$ac_func=yes" … … 6260 6360 6261 6361 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 6262 echo "configure:6 263: checking for working mmap" >&56362 echo "configure:6363: checking for working mmap" >&5 6263 6363 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 6264 6364 echo $ac_n "(cached) $ac_c" 1>&6 … … 6268 6368 else 6269 6369 cat > conftest.$ac_ext <<EOF 6270 #line 6 271 "configure"6370 #line 6371 "configure" 6271 6371 #include "confdefs.h" 6272 6372 … … 6408 6508 6409 6509 EOF 6410 if { (eval echo configure:6 411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null6510 if { (eval echo configure:6511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6411 6511 then 6412 6512 ac_cv_func_mmap_fixed_mapped=yes … … 6433 6533 do 6434 6534 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6435 echo "configure:6 436: checking for $ac_func" >&56535 echo "configure:6536: checking for $ac_func" >&5 6436 6536 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6437 6537 echo $ac_n "(cached) $ac_c" 1>&6 6438 6538 else 6439 6539 cat > conftest.$ac_ext <<EOF 6440 #line 6 441 "configure"6540 #line 6541 "configure" 6441 6541 #include "confdefs.h" 6442 6542 /* System header to define __stub macros and hopefully few prototypes, … … 6461 6561 ; return 0; } 6462 6562 EOF 6463 if { (eval echo configure:6 464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6563 if { (eval echo configure:6564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6464 6564 rm -rf conftest* 6465 6565 eval "ac_cv_func_$ac_func=yes" … … 6568 6668 # Run this file to recreate the current configuration. 6569 6669 # This directory was configured as follows, 6670 EOF 6671 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 6672 cat >> $CONFIG_STATUS <<EOF 6570 6673 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 6571 6674 # … … 6593 6696 ac_given_srcdir=$srcdir 6594 6697 ac_given_INSTALL="$INSTALL" 6698 PATHIFS="$PATH_IFS" 6595 6699 6596 6700 trap 'rm -fr `echo "Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 6603 6707 $ac_vpsub 6604 6708 $extrasub 6709 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 6605 6710 s%@SHELL@%$SHELL%g 6606 6711 s%@CFLAGS@%$CFLAGS%g … … 6626 6731 s%@infodir@%$infodir%g 6627 6732 s%@mandir@%$mandir%g 6733 s%@PATH_IFS@%$PATH_IFS%g 6734 s%@EXEEXT@%$EXEEXT%g 6628 6735 s%@host@%$host%g 6629 6736 s%@host_alias@%$host_alias%g … … 6657 6764 s%@LN_S@%$LN_S%g 6658 6765 s%@OBJEXT@%$OBJEXT%g 6659 s%@EXEEXT@%$EXEEXT%g6660 6766 s%@STRIP@%$STRIP%g 6661 6767 s%@LIBTOOL@%$LIBTOOL%g … … 6773 6879 if test -z "$ac_dots"; then top_srcdir=. 6774 6880 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 6775 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 6881 /* | [A-Za-z]:*) 6882 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 6776 6883 *) # Relative path. 6777 6884 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 6780 6887 6781 6888 case "$ac_given_INSTALL" in 6782 [/$]* ) INSTALL="$ac_given_INSTALL" ;;6889 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 6783 6890 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 6784 6891 esac … … 6793 6900 esac 6794 6901 6795 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`6902 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 6796 6903 sed -e "$ac_comsub 6797 6904 s%@configure_input@%$configure_input%g … … 6840 6947 6841 6948 rm -f conftest.frag conftest.in conftest.out 6842 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 6949 # kso the other way around might work better with drive letters and such. 6950 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 6951 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 6843 6952 cat $ac_file_inputs > conftest.in 6844 6953 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.