Changeset 101 for trunk/src/binutils
- Timestamp:
- May 7, 2003, 5:35:03 PM (22 years ago)
- Location:
- trunk/src/binutils
- Files:
-
- 9 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
-
trunk/src/binutils/binutils/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 54 54 silent= 55 55 site= 56 sitefile=57 56 srcdir= 58 57 target=NONE … … 169 168 --no-create do not create output files 170 169 --quiet, --silent do not print \`checking...' messages 171 --site-file=FILE use FILE as the site file172 170 --version print the version of autoconf that created configure 173 171 Directory and file names: … … 340 338 site="$ac_optarg" ;; 341 339 342 -site-file | --site-file | --site-fil | --site-fi | --site-f)343 ac_prev=sitefile ;;344 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)345 sitefile="$ac_optarg" ;;346 347 340 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 348 341 ac_prev=srcdir ;; … … 510 503 511 504 # Prefer explicitly selected file to automatically selected ones. 512 if test -z "$sitefile"; then 513 if test -z "$CONFIG_SITE"; then 514 if test "x$prefix" != xNONE; then 515 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 516 else 517 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 518 fi 505 if test -z "$CONFIG_SITE"; then 506 if test "x$prefix" != xNONE; then 507 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 508 else 509 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 519 510 fi 520 else521 CONFIG_SITE="$sitefile"522 511 fi 523 512 for ac_site_file in $CONFIG_SITE; do … … 557 546 fi 558 547 548 echo $ac_n "checking for path separator""... $ac_c" 1>&6 549 echo "configure:550: checking for path separator" >&5 550 # Filter path to get backslahes into forwardslashes 551 case "`uname -s 2> /dev/null`" in 552 OS/2) 553 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 554 PATH_IFS=';' 555 ;; 556 *) 557 PATH_IFS=':' 558 ;; 559 esac 560 echo "$ac_t""${PATH_IFS}" 1>&6 561 559 562 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 560 echo "configure:56 1: checking for Cygwin environment" >&5563 echo "configure:564: checking for Cygwin environment" >&5 561 564 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 562 565 echo $ac_n "(cached) $ac_c" 1>&6 563 566 else 564 567 cat > conftest.$ac_ext <<EOF 565 #line 56 6"configure"568 #line 569 "configure" 566 569 #include "confdefs.h" 567 570 … … 574 577 ; return 0; } 575 578 EOF 576 if { (eval echo configure:5 77: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then579 if { (eval echo configure:580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 577 580 rm -rf conftest* 578 581 ac_cv_cygwin=yes … … 591 594 test "$ac_cv_cygwin" = yes && CYGWIN=yes 592 595 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 593 echo "configure:59 4: checking for mingw32 environment" >&5596 echo "configure:597: checking for mingw32 environment" >&5 594 597 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 595 598 echo $ac_n "(cached) $ac_c" 1>&6 596 599 else 597 600 cat > conftest.$ac_ext <<EOF 598 #line 599"configure"601 #line 602 "configure" 599 602 #include "confdefs.h" 600 603 … … 603 606 ; return 0; } 604 607 EOF 605 if { (eval echo configure:60 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then608 if { (eval echo configure:609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 606 609 rm -rf conftest* 607 610 ac_cv_mingw32=yes … … 619 622 MINGW32= 620 623 test "$ac_cv_mingw32" = yes && MINGW32=yes 624 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 625 echo "configure:626: checking for EMX/OS2 environment" >&5 626 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 627 echo $ac_n "(cached) $ac_c" 1>&6 628 else 629 : ${CC=gcc.exe} 630 cat > conftest.$ac_ext <<EOF 631 #line 632 "configure" 632 #include "confdefs.h" 633 634 int main() { 635 return __EMX__; 636 ; return 0; } 637 EOF 638 if { (eval echo configure:639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 639 rm -rf conftest* 640 ac_cv_emxos2=yes 641 else 642 echo "configure: failed program was:" >&5 643 cat conftest.$ac_ext >&5 644 rm -rf conftest* 645 ac_cv_emxos2=no 646 fi 647 rm -f conftest* 648 rm -f conftest* 649 fi 650 651 echo "$ac_t""$ac_cv_emxos2" 1>&6 652 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 653 echo $ac_n "(cached) $ac_c" 1>&6 654 else 655 if test "$ac_cv_emxos2" = yes ; then 656 ac_cv_libpre= 657 else 658 ac_cv_libpre=lib 659 fi 660 661 fi 662 663 EMXOS2= 664 test "$ac_cv_emxos2" = yes && EMXOS2=yes 665 666 667 668 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 669 echo "configure:670: checking for executable suffix" >&5 670 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 671 echo $ac_n "(cached) $ac_c" 1>&6 672 else 673 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 674 ac_cv_exeext=.exe 675 else 676 rm -f conftest* 677 echo 'int main () { return 0; }' > conftest.$ac_ext 678 ac_cv_exeext= 679 if { (eval echo configure:680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 680 for file in conftest.*; do 681 case $file in 682 *.c | *.o | *.obj) ;; 683 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 684 esac 685 done 686 else 687 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 688 fi 689 rm -f conftest* 690 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 691 fi 692 fi 693 694 EXEEXT="" 695 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 696 echo "$ac_t""${ac_cv_exeext}" 1>&6 697 ac_exeext=$EXEEXT 698 621 699 622 700 … … 668 746 669 747 echo $ac_n "checking host system type""... $ac_c" 1>&6 670 echo "configure: 671: checking host system type" >&5748 echo "configure:749: checking host system type" >&5 671 749 672 750 host_alias=$host … … 689 767 690 768 echo $ac_n "checking target system type""... $ac_c" 1>&6 691 echo "configure: 692: checking target system type" >&5769 echo "configure:770: checking target system type" >&5 692 770 693 771 target_alias=$target … … 707 785 708 786 echo $ac_n "checking build system type""... $ac_c" 1>&6 709 echo "configure:7 10: checking build system type" >&5787 echo "configure:788: checking build system type" >&5 710 788 711 789 build_alias=$build … … 732 810 set dummy gcc; ac_word=$2 733 811 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 734 echo "configure: 735: checking for $ac_word" >&5812 echo "configure:813: checking for $ac_word" >&5 735 813 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 736 814 echo $ac_n "(cached) $ac_c" 1>&6 … … 739 817 ac_cv_prog_CC="$CC" # Let the user override the test. 740 818 else 741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"819 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 742 820 ac_dummy="$PATH" 743 821 for ac_dir in $ac_dummy; do 744 822 test -z "$ac_dir" && ac_dir=. 745 if test -f $ac_dir/$ac_word; then 823 if test -f $ac_dir/$ac_word -o \ 824 -f $ac_dir/$ac_word$ac_exeext ; then 746 825 ac_cv_prog_CC="gcc" 747 826 break … … 762 841 set dummy cc; ac_word=$2 763 842 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 764 echo "configure: 765: checking for $ac_word" >&5843 echo "configure:844: checking for $ac_word" >&5 765 844 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 766 845 echo $ac_n "(cached) $ac_c" 1>&6 … … 769 848 ac_cv_prog_CC="$CC" # Let the user override the test. 770 849 else 771 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"850 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 772 851 ac_prog_rejected=no 773 852 ac_dummy="$PATH" 774 853 for ac_dir in $ac_dummy; do 775 854 test -z "$ac_dir" && ac_dir=. 776 if test -f $ac_dir/$ac_word; then 777 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 855 if test -f $ac_dir/$ac_word -o \ 856 -f $ac_dir/$ac_word$ac_exeext ; then 857 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 858 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 778 859 ac_prog_rejected=yes 779 860 continue … … 813 894 set dummy cl; ac_word=$2 814 895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 815 echo "configure:8 16: checking for $ac_word" >&5896 echo "configure:897: checking for $ac_word" >&5 816 897 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 817 898 echo $ac_n "(cached) $ac_c" 1>&6 … … 820 901 ac_cv_prog_CC="$CC" # Let the user override the test. 821 902 else 822 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 823 904 ac_dummy="$PATH" 824 905 for ac_dir in $ac_dummy; do 825 906 test -z "$ac_dir" && ac_dir=. 826 if test -f $ac_dir/$ac_word; then 907 if test -f $ac_dir/$ac_word -o \ 908 -f $ac_dir/$ac_word$ac_exeext ; then 827 909 ac_cv_prog_CC="cl" 828 910 break … … 845 927 846 928 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 847 echo "configure: 848: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5929 echo "configure:930: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 848 930 849 931 ac_ext=c … … 856 938 cat > conftest.$ac_ext << EOF 857 939 858 #line 859"configure"940 #line 941 "configure" 859 941 #include "confdefs.h" 860 942 861 943 main(){return(0);} 862 944 EOF 863 if { (eval echo configure: 864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then945 if { (eval echo configure:946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 864 946 ac_cv_prog_cc_works=yes 865 947 # If we can't run a trivial program, we are probably using a cross compiler. … … 887 969 fi 888 970 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 889 echo "configure: 890: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5971 echo "configure:972: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 890 972 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 891 973 cross_compiling=$ac_cv_prog_cc_cross 892 974 893 975 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 894 echo "configure: 895: checking whether we are using GNU C" >&5976 echo "configure:977: checking whether we are using GNU C" >&5 895 977 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 896 978 echo $ac_n "(cached) $ac_c" 1>&6 … … 901 983 #endif 902 984 EOF 903 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9 04: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then985 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 904 986 ac_cv_prog_gcc=yes 905 987 else … … 920 1002 CFLAGS= 921 1003 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 922 echo "configure: 923: checking whether ${CC-cc} accepts -g" >&51004 echo "configure:1005: checking whether ${CC-cc} accepts -g" >&5 923 1005 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 924 1006 echo $ac_n "(cached) $ac_c" 1>&6 … … 952 1034 953 1035 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 954 echo "configure: 955: checking for POSIXized ISC" >&51036 echo "configure:1037: checking for POSIXized ISC" >&5 955 1037 if test -d /etc/conf/kconfig.d && 956 1038 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 986 1068 # ./install, which can be erroneously created by make from ./install.sh. 987 1069 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 988 echo "configure: 989: checking for a BSD compatible install" >&51070 echo "configure:1071: checking for a BSD compatible install" >&5 989 1071 if test -z "$INSTALL"; then 990 1072 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 991 1073 echo $ac_n "(cached) $ac_c" 1>&6 992 1074 else 993 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1075 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 994 1076 for ac_dir in $PATH; do 995 1077 # Account for people who put trailing slashes in PATH elements. 996 1078 case "$ac_dir/" in 997 1079 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1080 # We reject the install program from OS/2 or W3.1 1081 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 998 1082 *) 999 1083 # OSF1 and SCO ODT 3.0 have their own names for install. … … 1001 1085 # by default. 1002 1086 for ac_prog in ginstall scoinst install; do 1003 if test -f $ac_dir/$ac_prog ; then1087 if test -f $ac_dir/$ac_prog$ac_exeext; then 1004 1088 if test $ac_prog = install && 1005 1089 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 1007 1091 : 1008 1092 else 1009 ac_cv_path_install="$ac_dir/$ac_prog -c"1093 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1010 1094 break 2 1011 1095 fi … … 1039 1123 1040 1124 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1041 echo "configure:1 042: checking whether build environment is sane" >&51125 echo "configure:1126: checking whether build environment is sane" >&5 1042 1126 # Just in case 1043 1127 sleep 1 … … 1096 1180 1097 1181 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1098 echo "configure:1 099: checking whether ${MAKE-make} sets \${MAKE}" >&51182 echo "configure:1183: checking whether ${MAKE-make} sets \${MAKE}" >&5 1099 1183 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1100 1184 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1142 1226 missing_dir=`cd $ac_aux_dir && pwd` 1143 1227 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1144 echo "configure:1 145: checking for working aclocal" >&51228 echo "configure:1229: checking for working aclocal" >&5 1145 1229 # Run test in a subshell; some versions of sh will print an error if 1146 1230 # an executable is not found, even if stderr is redirected. … … 1155 1239 1156 1240 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1157 echo "configure:1 158: checking for working autoconf" >&51241 echo "configure:1242: checking for working autoconf" >&5 1158 1242 # Run test in a subshell; some versions of sh will print an error if 1159 1243 # an executable is not found, even if stderr is redirected. … … 1168 1252 1169 1253 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1170 echo "configure:1 171: checking for working automake" >&51254 echo "configure:1255: checking for working automake" >&5 1171 1255 # Run test in a subshell; some versions of sh will print an error if 1172 1256 # an executable is not found, even if stderr is redirected. … … 1181 1265 1182 1266 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1183 echo "configure:1 184: checking for working autoheader" >&51267 echo "configure:1268: checking for working autoheader" >&5 1184 1268 # Run test in a subshell; some versions of sh will print an error if 1185 1269 # an executable is not found, even if stderr is redirected. … … 1194 1278 1195 1279 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1196 echo "configure:1 197: checking for working makeinfo" >&51280 echo "configure:1281: checking for working makeinfo" >&5 1197 1281 # Run test in a subshell; some versions of sh will print an error if 1198 1282 # an executable is not found, even if stderr is redirected. … … 1289 1373 # Check if gcc -print-prog-name=ld gives a path. 1290 1374 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1291 echo "configure:1 292: checking for ld used by GCC" >&51375 echo "configure:1376: checking for ld used by GCC" >&5 1292 1376 case $host in 1293 1377 *-*-mingw*) … … 1319 1403 elif test "$with_gnu_ld" = yes; then 1320 1404 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1321 echo "configure:1 322: checking for GNU ld" >&51405 echo "configure:1406: checking for GNU ld" >&5 1322 1406 else 1323 1407 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1324 echo "configure:1 325: checking for non-GNU ld" >&51408 echo "configure:1409: checking for non-GNU ld" >&5 1325 1409 fi 1326 1410 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then … … 1357 1441 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1358 1442 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1359 echo "configure:1 360: checking if the linker ($LD) is GNU ld" >&51443 echo "configure:1444: checking if the linker ($LD) is GNU ld" >&5 1360 1444 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1361 1445 echo $ac_n "(cached) $ac_c" 1>&6 … … 1374 1458 1375 1459 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1376 echo "configure:1 377: checking for $LD option to reload object files" >&51460 echo "configure:1461: checking for $LD option to reload object files" >&5 1377 1461 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1378 1462 echo $ac_n "(cached) $ac_c" 1>&6 … … 1386 1470 1387 1471 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1388 echo "configure:1 389: checking for BSD-compatible nm" >&51472 echo "configure:1473: checking for BSD-compatible nm" >&5 1389 1473 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1390 1474 echo $ac_n "(cached) $ac_c" 1>&6 … … 1424 1508 1425 1509 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1426 echo "configure:1 427: checking whether ln -s works" >&51510 echo "configure:1511: checking whether ln -s works" >&5 1427 1511 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1428 1512 echo $ac_n "(cached) $ac_c" 1>&6 … … 1434 1518 ac_cv_prog_LN_S="ln -s" 1435 1519 else 1436 ac_cv_prog_LN_S=ln 1437 fi 1520 echo A > conftestdata; 1521 if ln conftestdata conftestdata2 2>/dev/null; then 1522 ac_cv_prog_LN_S=ln 1523 else 1524 ac_cv_prog_LN_S=cp 1525 fi 1526 fi 1527 rm -f conftestdata* 1438 1528 fi 1439 1529 LN_S="$ac_cv_prog_LN_S" … … 1445 1535 1446 1536 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1447 echo "configure:1 448: checking how to recognise dependant libraries" >&51537 echo "configure:1538: checking how to recognise dependant libraries" >&5 1448 1538 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1449 1539 echo $ac_n "(cached) $ac_c" 1>&6 … … 1588 1678 1589 1679 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1590 echo "configure:1 591: checking for object suffix" >&51680 echo "configure:1681: checking for object suffix" >&5 1591 1681 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1592 1682 echo $ac_n "(cached) $ac_c" 1>&6 … … 1594 1684 rm -f conftest* 1595 1685 echo 'int i = 1;' > conftest.$ac_ext 1596 if { (eval echo configure:1 597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1686 if { (eval echo configure:1687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1597 1687 for ac_file in conftest.*; do 1598 1688 case $ac_file in … … 1611 1701 ac_objext=$ac_cv_objext 1612 1702 1613 1614 1615 echo $ac_n "checking for executable suffix""... $ac_c" 1>&61616 echo "configure:1617: checking for executable suffix" >&51617 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then1618 echo $ac_n "(cached) $ac_c" 1>&61619 else1620 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then1621 ac_cv_exeext=.exe1622 else1623 rm -f conftest*1624 echo 'int main () { return 0; }' > conftest.$ac_ext1625 ac_cv_exeext=1626 if { (eval echo configure:1627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1627 for file in conftest.*; do1628 case $file in1629 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1630 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;1631 esac1632 done1633 else1634 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }1635 fi1636 rm -f conftest*1637 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no1638 fi1639 fi1640 1641 EXEEXT=""1642 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}1643 echo "$ac_t""${ac_cv_exeext}" 1>&61644 ac_exeext=$EXEEXT1645 1646 1703 if test $host != $build; then 1647 1704 ac_tool_prefix=${host_alias}- … … 1657 1714 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1658 1715 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1659 echo "configure:1 660: checking for ${ac_tool_prefix}file" >&51716 echo "configure:1717: checking for ${ac_tool_prefix}file" >&5 1660 1717 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1661 1718 echo $ac_n "(cached) $ac_c" 1>&6 … … 1719 1776 if test -n "$ac_tool_prefix"; then 1720 1777 echo $ac_n "checking for file""... $ac_c" 1>&6 1721 echo "configure:17 22: checking for file" >&51778 echo "configure:1779: checking for file" >&5 1722 1779 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1723 1780 echo $ac_n "(cached) $ac_c" 1>&6 … … 1790 1847 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1791 1848 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1792 echo "configure:1 793: checking for $ac_word" >&51849 echo "configure:1850: checking for $ac_word" >&5 1793 1850 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1794 1851 echo $ac_n "(cached) $ac_c" 1>&6 … … 1797 1854 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1798 1855 else 1799 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1856 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1800 1857 ac_dummy="$PATH" 1801 1858 for ac_dir in $ac_dummy; do 1802 1859 test -z "$ac_dir" && ac_dir=. 1803 if test -f $ac_dir/$ac_word; then 1860 if test -f $ac_dir/$ac_word -o \ 1861 -f $ac_dir/$ac_word$ac_exeext ; then 1804 1862 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1805 1863 break … … 1822 1880 set dummy ranlib; ac_word=$2 1823 1881 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1824 echo "configure:18 25: checking for $ac_word" >&51882 echo "configure:1883: checking for $ac_word" >&5 1825 1883 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1826 1884 echo $ac_n "(cached) $ac_c" 1>&6 … … 1829 1887 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1830 1888 else 1831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1889 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1832 1890 ac_dummy="$PATH" 1833 1891 for ac_dir in $ac_dummy; do 1834 1892 test -z "$ac_dir" && ac_dir=. 1835 if test -f $ac_dir/$ac_word; then 1893 if test -f $ac_dir/$ac_word -o \ 1894 -f $ac_dir/$ac_word$ac_exeext ; then 1836 1895 ac_cv_prog_RANLIB="ranlib" 1837 1896 break … … 1857 1916 set dummy ${ac_tool_prefix}strip; ac_word=$2 1858 1917 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1859 echo "configure:1 860: checking for $ac_word" >&51918 echo "configure:1919: checking for $ac_word" >&5 1860 1919 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1861 1920 echo $ac_n "(cached) $ac_c" 1>&6 … … 1864 1923 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1865 1924 else 1866 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1925 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1867 1926 ac_dummy="$PATH" 1868 1927 for ac_dir in $ac_dummy; do 1869 1928 test -z "$ac_dir" && ac_dir=. 1870 if test -f $ac_dir/$ac_word; then 1929 if test -f $ac_dir/$ac_word -o \ 1930 -f $ac_dir/$ac_word$ac_exeext ; then 1871 1931 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1872 1932 break … … 1889 1949 set dummy strip; ac_word=$2 1890 1950 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1891 echo "configure:1 892: checking for $ac_word" >&51951 echo "configure:1952: checking for $ac_word" >&5 1892 1952 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1893 1953 echo $ac_n "(cached) $ac_c" 1>&6 … … 1896 1956 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1897 1957 else 1898 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1958 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1899 1959 ac_dummy="$PATH" 1900 1960 for ac_dir in $ac_dummy; do 1901 1961 test -z "$ac_dir" && ac_dir=. 1902 if test -f $ac_dir/$ac_word; then 1962 if test -f $ac_dir/$ac_word -o \ 1963 -f $ac_dir/$ac_word$ac_exeext ; then 1903 1964 ac_cv_prog_STRIP="strip" 1904 1965 break … … 1956 2017 *-*-irix6*) 1957 2018 # Find out which ABI we are using. 1958 echo '#line 1959"configure"' > conftest.$ac_ext1959 if { (eval echo configure: 1960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2019 echo '#line 2020 "configure"' > conftest.$ac_ext 2020 if { (eval echo configure:2021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1960 2021 case "`/usr/bin/file conftest.o`" in 1961 2022 *32-bit*) … … 1978 2039 CFLAGS="$CFLAGS -belf" 1979 2040 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 1980 echo "configure: 1981: checking whether the C compiler needs -belf" >&52041 echo "configure:2042: checking whether the C compiler needs -belf" >&5 1981 2042 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 1982 2043 echo $ac_n "(cached) $ac_c" 1>&6 … … 1991 2052 1992 2053 cat > conftest.$ac_ext <<EOF 1993 #line 1994"configure"2054 #line 2055 "configure" 1994 2055 #include "confdefs.h" 1995 2056 … … 1998 2059 ; return 0; } 1999 2060 EOF 2000 if { (eval echo configure:20 01: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2061 if { (eval echo configure:2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2001 2062 rm -rf conftest* 2002 2063 lt_cv_cc_needs_belf=yes … … 2172 2233 set dummy gcc; ac_word=$2 2173 2234 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2174 echo "configure:2 175: checking for $ac_word" >&52235 echo "configure:2236: checking for $ac_word" >&5 2175 2236 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2176 2237 echo $ac_n "(cached) $ac_c" 1>&6 … … 2179 2240 ac_cv_prog_CC="$CC" # Let the user override the test. 2180 2241 else 2181 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2242 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2182 2243 ac_dummy="$PATH" 2183 2244 for ac_dir in $ac_dummy; do 2184 2245 test -z "$ac_dir" && ac_dir=. 2185 if test -f $ac_dir/$ac_word; then 2246 if test -f $ac_dir/$ac_word -o \ 2247 -f $ac_dir/$ac_word$ac_exeext ; then 2186 2248 ac_cv_prog_CC="gcc" 2187 2249 break … … 2202 2264 set dummy cc; ac_word=$2 2203 2265 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2204 echo "configure:22 05: checking for $ac_word" >&52266 echo "configure:2267: checking for $ac_word" >&5 2205 2267 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2206 2268 echo $ac_n "(cached) $ac_c" 1>&6 … … 2209 2271 ac_cv_prog_CC="$CC" # Let the user override the test. 2210 2272 else 2211 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2273 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2212 2274 ac_prog_rejected=no 2213 2275 ac_dummy="$PATH" 2214 2276 for ac_dir in $ac_dummy; do 2215 2277 test -z "$ac_dir" && ac_dir=. 2216 if test -f $ac_dir/$ac_word; then 2217 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 2278 if test -f $ac_dir/$ac_word -o \ 2279 -f $ac_dir/$ac_word$ac_exeext ; then 2280 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 2281 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 2218 2282 ac_prog_rejected=yes 2219 2283 continue … … 2253 2317 set dummy cl; ac_word=$2 2254 2318 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2255 echo "configure:2 256: checking for $ac_word" >&52319 echo "configure:2320: checking for $ac_word" >&5 2256 2320 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2257 2321 echo $ac_n "(cached) $ac_c" 1>&6 … … 2260 2324 ac_cv_prog_CC="$CC" # Let the user override the test. 2261 2325 else 2262 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2326 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2263 2327 ac_dummy="$PATH" 2264 2328 for ac_dir in $ac_dummy; do 2265 2329 test -z "$ac_dir" && ac_dir=. 2266 if test -f $ac_dir/$ac_word; then 2330 if test -f $ac_dir/$ac_word -o \ 2331 -f $ac_dir/$ac_word$ac_exeext ; then 2267 2332 ac_cv_prog_CC="cl" 2268 2333 break … … 2285 2350 2286 2351 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2287 echo "configure:2 288: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52352 echo "configure:2353: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2288 2353 2289 2354 ac_ext=c … … 2296 2361 cat > conftest.$ac_ext << EOF 2297 2362 2298 #line 2 299"configure"2363 #line 2364 "configure" 2299 2364 #include "confdefs.h" 2300 2365 2301 2366 main(){return(0);} 2302 2367 EOF 2303 if { (eval echo configure:23 04: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2368 if { (eval echo configure:2369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2304 2369 ac_cv_prog_cc_works=yes 2305 2370 # If we can't run a trivial program, we are probably using a cross compiler. … … 2327 2392 fi 2328 2393 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2329 echo "configure:23 30: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52394 echo "configure:2395: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2330 2395 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2331 2396 cross_compiling=$ac_cv_prog_cc_cross 2332 2397 2333 2398 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2334 echo "configure:2 335: checking whether we are using GNU C" >&52399 echo "configure:2400: checking whether we are using GNU C" >&5 2335 2400 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2336 2401 echo $ac_n "(cached) $ac_c" 1>&6 … … 2341 2406 #endif 2342 2407 EOF 2343 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2408 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2344 2409 ac_cv_prog_gcc=yes 2345 2410 else … … 2360 2425 CFLAGS= 2361 2426 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2362 echo "configure:2 363: checking whether ${CC-cc} accepts -g" >&52427 echo "configure:2428: checking whether ${CC-cc} accepts -g" >&5 2363 2428 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2364 2429 echo $ac_n "(cached) $ac_c" 1>&6 … … 2397 2462 set dummy $ac_prog; ac_word=$2 2398 2463 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2399 echo "configure:24 00: checking for $ac_word" >&52464 echo "configure:2465: checking for $ac_word" >&5 2400 2465 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 2401 2466 echo $ac_n "(cached) $ac_c" 1>&6 … … 2404 2469 ac_cv_prog_YACC="$YACC" # Let the user override the test. 2405 2470 else 2406 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2471 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2407 2472 ac_dummy="$PATH" 2408 2473 for ac_dir in $ac_dummy; do 2409 2474 test -z "$ac_dir" && ac_dir=. 2410 if test -f $ac_dir/$ac_word; then 2475 if test -f $ac_dir/$ac_word -o \ 2476 -f $ac_dir/$ac_word$ac_exeext ; then 2411 2477 ac_cv_prog_YACC="$ac_prog" 2412 2478 break … … 2428 2494 2429 2495 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2430 echo "configure:24 31: checking how to run the C preprocessor" >&52496 echo "configure:2497: checking how to run the C preprocessor" >&5 2431 2497 # On Suns, sometimes $CPP names a directory. 2432 2498 if test -n "$CPP" && test -d "$CPP"; then … … 2443 2509 # not just through cpp. 2444 2510 cat > conftest.$ac_ext <<EOF 2445 #line 2446 "configure" 2511 #include <sys/types.h> 2512 #line 2513 "configure" 2446 2513 #include "confdefs.h" 2447 2514 #include <assert.h> … … 2449 2516 EOF 2450 2517 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2451 { (eval echo configure:2 452: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2518 { (eval echo configure:2519: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2452 2519 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2453 2520 if test -z "$ac_err"; then … … 2460 2527 CPP="${CC-cc} -E -traditional-cpp" 2461 2528 cat > conftest.$ac_ext <<EOF 2462 #line 2463 "configure" 2529 #include <sys/types.h> 2530 #line 2531 "configure" 2463 2531 #include "confdefs.h" 2464 2532 #include <assert.h> … … 2466 2534 EOF 2467 2535 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2468 { (eval echo configure:2 469: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2536 { (eval echo configure:2537: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2469 2537 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2470 2538 if test -z "$ac_err"; then … … 2477 2545 CPP="${CC-cc} -nologo -E" 2478 2546 cat > conftest.$ac_ext <<EOF 2479 #line 2480 "configure" 2547 #include <sys/types.h> 2548 #line 2549 "configure" 2480 2549 #include "confdefs.h" 2481 2550 #include <assert.h> … … 2483 2552 EOF 2484 2553 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2485 { (eval echo configure:2 486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2554 { (eval echo configure:2555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2486 2555 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2487 2556 if test -z "$ac_err"; then … … 2513 2582 set dummy $ac_prog; ac_word=$2 2514 2583 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2515 echo "configure:25 16: checking for $ac_word" >&52584 echo "configure:2585: checking for $ac_word" >&5 2516 2585 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 2517 2586 echo $ac_n "(cached) $ac_c" 1>&6 … … 2520 2589 ac_cv_prog_LEX="$LEX" # Let the user override the test. 2521 2590 else 2522 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2591 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2523 2592 ac_dummy="$PATH" 2524 2593 for ac_dir in $ac_dummy; do 2525 2594 test -z "$ac_dir" && ac_dir=. 2526 if test -f $ac_dir/$ac_word; then 2595 if test -f $ac_dir/$ac_word -o \ 2596 -f $ac_dir/$ac_word$ac_exeext ; then 2527 2597 ac_cv_prog_LEX="$ac_prog" 2528 2598 break … … 2546 2616 set dummy flex; ac_word=$2 2547 2617 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2548 echo "configure:2 549: checking for $ac_word" >&52618 echo "configure:2619: checking for $ac_word" >&5 2549 2619 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 2550 2620 echo $ac_n "(cached) $ac_c" 1>&6 … … 2553 2623 ac_cv_prog_LEX="$LEX" # Let the user override the test. 2554 2624 else 2555 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2625 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2556 2626 ac_dummy="$PATH" 2557 2627 for ac_dir in $ac_dummy; do 2558 2628 test -z "$ac_dir" && ac_dir=. 2559 if test -f $ac_dir/$ac_word; then 2629 if test -f $ac_dir/$ac_word -o \ 2630 -f $ac_dir/$ac_word$ac_exeext ; then 2560 2631 ac_cv_prog_LEX="flex" 2561 2632 break … … 2580 2651 esac 2581 2652 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 2582 echo "configure:2 583: checking for yywrap in -l$ac_lib" >&52653 echo "configure:2654: checking for yywrap in -l$ac_lib" >&5 2583 2654 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 2584 2655 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2588 2659 LIBS="-l$ac_lib $LIBS" 2589 2660 cat > conftest.$ac_ext <<EOF 2590 #line 2 591"configure"2661 #line 2662 "configure" 2591 2662 #include "confdefs.h" 2592 2663 /* Override any gcc2 internal prototype to avoid an error. */ … … 2599 2670 ; return 0; } 2600 2671 EOF 2601 if { (eval echo configure:26 02: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2672 if { (eval echo configure:2673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2602 2673 rm -rf conftest* 2603 2674 eval "ac_cv_lib_$ac_lib_var=yes" … … 2622 2693 2623 2694 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 2624 echo "configure:26 25: checking lex output file root" >&52695 echo "configure:2696: checking lex output file root" >&5 2625 2696 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 2626 2697 echo $ac_n "(cached) $ac_c" 1>&6 … … 2643 2714 2644 2715 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 2645 echo "configure:2 646: checking whether yytext is a pointer" >&52716 echo "configure:2717: checking whether yytext is a pointer" >&5 2646 2717 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 2647 2718 echo $ac_n "(cached) $ac_c" 1>&6 … … 2655 2726 LIBS="$LIBS $LEXLIB" 2656 2727 cat > conftest.$ac_ext <<EOF 2657 #line 2 658"configure"2728 #line 2729 "configure" 2658 2729 #include "confdefs.h" 2659 2730 `cat $LEX_OUTPUT_ROOT.c` … … 2662 2733 ; return 0; } 2663 2734 EOF 2664 if { (eval echo configure:2 665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2735 if { (eval echo configure:2736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2665 2736 rm -rf conftest* 2666 2737 ac_cv_prog_lex_yytext_pointer=yes … … 2688 2759 set dummy ranlib; ac_word=$2 2689 2760 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2690 echo "configure:2 691: checking for $ac_word" >&52761 echo "configure:2762: checking for $ac_word" >&5 2691 2762 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2692 2763 echo $ac_n "(cached) $ac_c" 1>&6 … … 2695 2766 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 2696 2767 else 2697 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2768 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2698 2769 ac_dummy="$PATH" 2699 2770 for ac_dir in $ac_dummy; do 2700 2771 test -z "$ac_dir" && ac_dir=. 2701 if test -f $ac_dir/$ac_word; then 2772 if test -f $ac_dir/$ac_word -o \ 2773 -f $ac_dir/$ac_word$ac_exeext ; then 2702 2774 ac_cv_prog_RANLIB="ranlib" 2703 2775 break … … 2716 2788 2717 2789 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2718 echo "configure:27 19: checking for ANSI C header files" >&52790 echo "configure:2791: checking for ANSI C header files" >&5 2719 2791 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2720 2792 echo $ac_n "(cached) $ac_c" 1>&6 2721 2793 else 2722 2794 cat > conftest.$ac_ext <<EOF 2723 #line 2724 "configure" 2795 #include <sys/types.h> 2796 #line 2797 "configure" 2724 2797 #include "confdefs.h" 2725 2798 #include <stdlib.h> … … 2729 2802 EOF 2730 2803 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2731 { (eval echo configure:2 732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2804 { (eval echo configure:2805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2732 2805 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2733 2806 if test -z "$ac_err"; then … … 2746 2819 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2747 2820 cat > conftest.$ac_ext <<EOF 2748 #line 2 749"configure"2821 #line 2822 "configure" 2749 2822 #include "confdefs.h" 2750 2823 #include <string.h> … … 2764 2837 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2765 2838 cat > conftest.$ac_ext <<EOF 2766 #line 2 767"configure"2839 #line 2840 "configure" 2767 2840 #include "confdefs.h" 2768 2841 #include <stdlib.h> … … 2785 2858 else 2786 2859 cat > conftest.$ac_ext <<EOF 2787 #line 2 788"configure"2860 #line 2861 "configure" 2788 2861 #include "confdefs.h" 2789 2862 #include <ctype.h> … … 2796 2869 2797 2870 EOF 2798 if { (eval echo configure:2 799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2871 if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2799 2872 then 2800 2873 : … … 2820 2893 2821 2894 echo $ac_n "checking for working const""... $ac_c" 1>&6 2822 echo "configure:28 23: checking for working const" >&52895 echo "configure:2896: checking for working const" >&5 2823 2896 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2824 2897 echo $ac_n "(cached) $ac_c" 1>&6 2825 2898 else 2826 2899 cat > conftest.$ac_ext <<EOF 2827 #line 2 828"configure"2900 #line 2901 "configure" 2828 2901 #include "confdefs.h" 2829 2902 … … 2874 2947 ; return 0; } 2875 2948 EOF 2876 if { (eval echo configure:2 877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2949 if { (eval echo configure:2950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2877 2950 rm -rf conftest* 2878 2951 ac_cv_c_const=yes … … 2895 2968 2896 2969 echo $ac_n "checking for inline""... $ac_c" 1>&6 2897 echo "configure:2 898: checking for inline" >&52970 echo "configure:2971: checking for inline" >&5 2898 2971 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2899 2972 echo $ac_n "(cached) $ac_c" 1>&6 … … 2902 2975 for ac_kw in inline __inline__ __inline; do 2903 2976 cat > conftest.$ac_ext <<EOF 2904 #line 29 05"configure"2977 #line 2978 "configure" 2905 2978 #include "confdefs.h" 2906 2979 … … 2909 2982 ; return 0; } 2910 2983 EOF 2911 if { (eval echo configure:29 12: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2984 if { (eval echo configure:2985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2912 2985 rm -rf conftest* 2913 2986 ac_cv_c_inline=$ac_kw; break … … 2935 3008 2936 3009 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2937 echo "configure: 2938: checking for off_t" >&53010 echo "configure:3011: checking for off_t" >&5 2938 3011 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2939 3012 echo $ac_n "(cached) $ac_c" 1>&6 2940 3013 else 2941 3014 cat > conftest.$ac_ext <<EOF 2942 #line 2943"configure"3015 #line 3016 "configure" 2943 3016 #include "confdefs.h" 2944 3017 #include <sys/types.h> … … 2968 3041 2969 3042 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2970 echo "configure: 2971: checking for size_t" >&53043 echo "configure:3044: checking for size_t" >&5 2971 3044 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2972 3045 echo $ac_n "(cached) $ac_c" 1>&6 2973 3046 else 2974 3047 cat > conftest.$ac_ext <<EOF 2975 #line 2976"configure"3048 #line 3049 "configure" 2976 3049 #include "confdefs.h" 2977 3050 #include <sys/types.h> … … 3003 3076 # for constant arguments. Useless! 3004 3077 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 3005 echo "configure:30 06: checking for working alloca.h" >&53078 echo "configure:3079: checking for working alloca.h" >&5 3006 3079 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 3007 3080 echo $ac_n "(cached) $ac_c" 1>&6 3008 3081 else 3009 3082 cat > conftest.$ac_ext <<EOF 3010 #line 30 11"configure"3083 #line 3084 "configure" 3011 3084 #include "confdefs.h" 3012 3085 #include <alloca.h> … … 3015 3088 ; return 0; } 3016 3089 EOF 3017 if { (eval echo configure:30 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3090 if { (eval echo configure:3091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3018 3091 rm -rf conftest* 3019 3092 ac_cv_header_alloca_h=yes … … 3036 3109 3037 3110 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3038 echo "configure:3 039: checking for alloca" >&53111 echo "configure:3112: checking for alloca" >&5 3039 3112 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3040 3113 echo $ac_n "(cached) $ac_c" 1>&6 3041 3114 else 3042 3115 cat > conftest.$ac_ext <<EOF 3043 #line 3 044"configure"3116 #line 3117 "configure" 3044 3117 #include "confdefs.h" 3045 3118 … … 3069 3142 ; return 0; } 3070 3143 EOF 3071 if { (eval echo configure:3 072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3144 if { (eval echo configure:3145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3072 3145 rm -rf conftest* 3073 3146 ac_cv_func_alloca_works=yes … … 3101 3174 3102 3175 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3103 echo "configure:31 04: checking whether alloca needs Cray hooks" >&53176 echo "configure:3177: checking whether alloca needs Cray hooks" >&5 3104 3177 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3105 3178 echo $ac_n "(cached) $ac_c" 1>&6 3106 3179 else 3107 3180 cat > conftest.$ac_ext <<EOF 3108 #line 31 09"configure"3181 #line 3182 "configure" 3109 3182 #include "confdefs.h" 3110 3183 #if defined(CRAY) && ! defined(CRAY2) … … 3131 3204 for ac_func in _getb67 GETB67 getb67; do 3132 3205 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3133 echo "configure:3 134: checking for $ac_func" >&53206 echo "configure:3207: checking for $ac_func" >&5 3134 3207 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3135 3208 echo $ac_n "(cached) $ac_c" 1>&6 3136 3209 else 3137 3210 cat > conftest.$ac_ext <<EOF 3138 #line 3 139"configure"3211 #line 3212 "configure" 3139 3212 #include "confdefs.h" 3140 3213 /* System header to define __stub macros and hopefully few prototypes, … … 3159 3232 ; return 0; } 3160 3233 EOF 3161 if { (eval echo configure:3 162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3234 if { (eval echo configure:3235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3162 3235 rm -rf conftest* 3163 3236 eval "ac_cv_func_$ac_func=yes" … … 3186 3259 3187 3260 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3188 echo "configure:3 189: checking stack direction for C alloca" >&53261 echo "configure:3262: checking stack direction for C alloca" >&5 3189 3262 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3190 3263 echo $ac_n "(cached) $ac_c" 1>&6 … … 3194 3267 else 3195 3268 cat > conftest.$ac_ext <<EOF 3196 #line 3 197"configure"3269 #line 3270 "configure" 3197 3270 #include "confdefs.h" 3198 3271 find_stack_direction () … … 3213 3286 } 3214 3287 EOF 3215 if { (eval echo configure:32 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3288 if { (eval echo configure:3289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3216 3289 then 3217 3290 ac_cv_c_stack_direction=1 … … 3238 3311 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3239 3312 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3240 echo "configure:3 241: checking for $ac_hdr" >&53313 echo "configure:3314: checking for $ac_hdr" >&5 3241 3314 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3242 3315 echo $ac_n "(cached) $ac_c" 1>&6 3243 3316 else 3244 3317 cat > conftest.$ac_ext <<EOF 3245 #line 3246 "configure" 3318 #include <sys/types.h> 3319 #line 3320 "configure" 3246 3320 #include "confdefs.h" 3247 3321 #include <$ac_hdr> 3248 3322 EOF 3249 3323 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3250 { (eval echo configure:3 251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3324 { (eval echo configure:3325: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3251 3325 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3252 3326 if test -z "$ac_err"; then … … 3277 3351 do 3278 3352 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3279 echo "configure:3 280: checking for $ac_func" >&53353 echo "configure:3354: checking for $ac_func" >&5 3280 3354 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3281 3355 echo $ac_n "(cached) $ac_c" 1>&6 3282 3356 else 3283 3357 cat > conftest.$ac_ext <<EOF 3284 #line 3 285"configure"3358 #line 3359 "configure" 3285 3359 #include "confdefs.h" 3286 3360 /* System header to define __stub macros and hopefully few prototypes, … … 3305 3379 ; return 0; } 3306 3380 EOF 3307 if { (eval echo configure:33 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3381 if { (eval echo configure:3382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3308 3382 rm -rf conftest* 3309 3383 eval "ac_cv_func_$ac_func=yes" … … 3330 3404 3331 3405 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3332 echo "configure:3 333: checking for working mmap" >&53406 echo "configure:3407: checking for working mmap" >&5 3333 3407 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3334 3408 echo $ac_n "(cached) $ac_c" 1>&6 … … 3338 3412 else 3339 3413 cat > conftest.$ac_ext <<EOF 3340 #line 3 341"configure"3414 #line 3415 "configure" 3341 3415 #include "confdefs.h" 3342 3416 … … 3478 3552 3479 3553 EOF 3480 if { (eval echo configure:3 481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3554 if { (eval echo configure:3555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3481 3555 then 3482 3556 ac_cv_func_mmap_fixed_mapped=yes … … 3506 3580 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3507 3581 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3508 echo "configure:35 09: checking for $ac_hdr" >&53582 echo "configure:3583: checking for $ac_hdr" >&5 3509 3583 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3510 3584 echo $ac_n "(cached) $ac_c" 1>&6 3511 3585 else 3512 3586 cat > conftest.$ac_ext <<EOF 3513 #line 3514 "configure" 3587 #include <sys/types.h> 3588 #line 3589 "configure" 3514 3589 #include "confdefs.h" 3515 3590 #include <$ac_hdr> 3516 3591 EOF 3517 3592 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3518 { (eval echo configure:35 19: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3593 { (eval echo configure:3594: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3519 3594 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3520 3595 if test -z "$ac_err"; then … … 3546 3621 do 3547 3622 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3548 echo "configure:3 549: checking for $ac_func" >&53623 echo "configure:3624: checking for $ac_func" >&5 3549 3624 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3550 3625 echo $ac_n "(cached) $ac_c" 1>&6 3551 3626 else 3552 3627 cat > conftest.$ac_ext <<EOF 3553 #line 3 554"configure"3628 #line 3629 "configure" 3554 3629 #include "confdefs.h" 3555 3630 /* System header to define __stub macros and hopefully few prototypes, … … 3574 3649 ; return 0; } 3575 3650 EOF 3576 if { (eval echo configure:3 577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3651 if { (eval echo configure:3652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3577 3652 rm -rf conftest* 3578 3653 eval "ac_cv_func_$ac_func=yes" … … 3603 3678 do 3604 3679 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3605 echo "configure:36 06: checking for $ac_func" >&53680 echo "configure:3681: checking for $ac_func" >&5 3606 3681 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3607 3682 echo $ac_n "(cached) $ac_c" 1>&6 3608 3683 else 3609 3684 cat > conftest.$ac_ext <<EOF 3610 #line 36 11"configure"3685 #line 3686 "configure" 3611 3686 #include "confdefs.h" 3612 3687 /* System header to define __stub macros and hopefully few prototypes, … … 3631 3706 ; return 0; } 3632 3707 EOF 3633 if { (eval echo configure:3 634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3708 if { (eval echo configure:3709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3634 3709 rm -rf conftest* 3635 3710 eval "ac_cv_func_$ac_func=yes" … … 3665 3740 if test $ac_cv_header_locale_h = yes; then 3666 3741 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3667 echo "configure:3 668: checking for LC_MESSAGES" >&53742 echo "configure:3743: checking for LC_MESSAGES" >&5 3668 3743 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3669 3744 echo $ac_n "(cached) $ac_c" 1>&6 3670 3745 else 3671 3746 cat > conftest.$ac_ext <<EOF 3672 #line 3 673"configure"3747 #line 3748 "configure" 3673 3748 #include "confdefs.h" 3674 3749 #include <locale.h> … … 3677 3752 ; return 0; } 3678 3753 EOF 3679 if { (eval echo configure:3 680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3754 if { (eval echo configure:3755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3680 3755 rm -rf conftest* 3681 3756 am_cv_val_LC_MESSAGES=yes … … 3698 3773 fi 3699 3774 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3700 echo "configure:37 01: checking whether NLS is requested" >&53775 echo "configure:3776: checking whether NLS is requested" >&5 3701 3776 # Check whether --enable-nls or --disable-nls was given. 3702 3777 if test "${enable_nls+set}" = set; then … … 3718 3793 3719 3794 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3720 echo "configure:37 21: checking whether included gettext is requested" >&53795 echo "configure:3796: checking whether included gettext is requested" >&5 3721 3796 # Check whether --with-included-gettext or --without-included-gettext was given. 3722 3797 if test "${with_included_gettext+set}" = set; then … … 3737 3812 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3738 3813 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3739 echo "configure:3 740: checking for libintl.h" >&53814 echo "configure:3815: checking for libintl.h" >&5 3740 3815 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3741 3816 echo $ac_n "(cached) $ac_c" 1>&6 3742 3817 else 3743 3818 cat > conftest.$ac_ext <<EOF 3744 #line 3745 "configure" 3819 #include <sys/types.h> 3820 #line 3821 "configure" 3745 3821 #include "confdefs.h" 3746 3822 #include <libintl.h> 3747 3823 EOF 3748 3824 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3749 { (eval echo configure:3 750: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3825 { (eval echo configure:3826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3750 3826 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3751 3827 if test -z "$ac_err"; then … … 3764 3840 echo "$ac_t""yes" 1>&6 3765 3841 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3766 echo "configure:3 767: checking for gettext in libc" >&53842 echo "configure:3843: checking for gettext in libc" >&5 3767 3843 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3768 3844 echo $ac_n "(cached) $ac_c" 1>&6 3769 3845 else 3770 3846 cat > conftest.$ac_ext <<EOF 3771 #line 3 772"configure"3847 #line 3848 "configure" 3772 3848 #include "confdefs.h" 3773 3849 #include <libintl.h> … … 3776 3852 ; return 0; } 3777 3853 EOF 3778 if { (eval echo configure:3 779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3854 if { (eval echo configure:3855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3779 3855 rm -rf conftest* 3780 3856 gt_cv_func_gettext_libc=yes … … 3792 3868 if test "$gt_cv_func_gettext_libc" != "yes"; then 3793 3869 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3794 echo "configure:3 795: checking for bindtextdomain in -lintl" >&53870 echo "configure:3871: checking for bindtextdomain in -lintl" >&5 3795 3871 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3796 3872 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3800 3876 LIBS="-lintl $LIBS" 3801 3877 cat > conftest.$ac_ext <<EOF 3802 #line 38 03"configure"3878 #line 3879 "configure" 3803 3879 #include "confdefs.h" 3804 3880 /* Override any gcc2 internal prototype to avoid an error. */ … … 3811 3887 ; return 0; } 3812 3888 EOF 3813 if { (eval echo configure:38 14: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3889 if { (eval echo configure:3890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3814 3890 rm -rf conftest* 3815 3891 eval "ac_cv_lib_$ac_lib_var=yes" … … 3827 3903 echo "$ac_t""yes" 1>&6 3828 3904 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3829 echo "configure:3 830: checking for gettext in libintl" >&53905 echo "configure:3906: checking for gettext in libintl" >&5 3830 3906 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3831 3907 echo $ac_n "(cached) $ac_c" 1>&6 3832 3908 else 3833 3909 cat > conftest.$ac_ext <<EOF 3834 #line 3 835"configure"3910 #line 3911 "configure" 3835 3911 #include "confdefs.h" 3836 3912 … … 3839 3915 ; return 0; } 3840 3916 EOF 3841 if { (eval echo configure:3 842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3917 if { (eval echo configure:3918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3842 3918 rm -rf conftest* 3843 3919 gt_cv_func_gettext_libintl=yes … … 3867 3943 set dummy msgfmt; ac_word=$2 3868 3944 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3869 echo "configure:3 870: checking for $ac_word" >&53945 echo "configure:3946: checking for $ac_word" >&5 3870 3946 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3871 3947 echo $ac_n "(cached) $ac_c" 1>&6 … … 3876 3952 ;; 3877 3953 *) 3878 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"3954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3879 3955 for ac_dir in $PATH; do 3880 3956 test -z "$ac_dir" && ac_dir=. … … 3901 3977 do 3902 3978 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3903 echo "configure:39 04: checking for $ac_func" >&53979 echo "configure:3980: checking for $ac_func" >&5 3904 3980 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3905 3981 echo $ac_n "(cached) $ac_c" 1>&6 3906 3982 else 3907 3983 cat > conftest.$ac_ext <<EOF 3908 #line 39 09"configure"3984 #line 3985 "configure" 3909 3985 #include "confdefs.h" 3910 3986 /* System header to define __stub macros and hopefully few prototypes, … … 3929 4005 ; return 0; } 3930 4006 EOF 3931 if { (eval echo configure: 3932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4007 if { (eval echo configure:4008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3932 4008 rm -rf conftest* 3933 4009 eval "ac_cv_func_$ac_func=yes" … … 3956 4032 set dummy gmsgfmt; ac_word=$2 3957 4033 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3958 echo "configure: 3959: checking for $ac_word" >&54034 echo "configure:4035: checking for $ac_word" >&5 3959 4035 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3960 4036 echo $ac_n "(cached) $ac_c" 1>&6 3961 4037 else 3962 4038 case "$GMSGFMT" in 3963 /* )4039 /* | [a-zA-Z]:*) 3964 4040 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3965 4041 ;; 3966 ?:/*) 4042 ?:/*) 3967 4043 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 3968 4044 ;; 3969 4045 *) 3970 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4046 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3971 4047 ac_dummy="$PATH" 3972 for ac_dir in $ac_dummy; do 4048 for ac_dir in $ac_dummy; do 3973 4049 test -z "$ac_dir" && ac_dir=. 3974 4050 if test -f $ac_dir/$ac_word; then 3975 4051 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4052 break 4053 fi 4054 if test -f $ac_dir/$ac_word$ac_exeext; then 4055 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 3976 4056 break 3977 4057 fi … … 3992 4072 set dummy xgettext; ac_word=$2 3993 4073 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3994 echo "configure: 3995: checking for $ac_word" >&54074 echo "configure:4075: checking for $ac_word" >&5 3995 4075 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3996 4076 echo $ac_n "(cached) $ac_c" 1>&6 … … 4001 4081 ;; 4002 4082 *) 4003 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4083 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4004 4084 for ac_dir in $PATH; do 4005 4085 test -z "$ac_dir" && ac_dir=. … … 4024 4104 4025 4105 cat > conftest.$ac_ext <<EOF 4026 #line 4 027 "configure"4106 #line 4107 "configure" 4027 4107 #include "confdefs.h" 4028 4108 … … 4032 4112 ; return 0; } 4033 4113 EOF 4034 if { (eval echo configure:4 035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4114 if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4035 4115 rm -rf conftest* 4036 4116 CATOBJEXT=.gmo … … 4064 4144 set dummy msgfmt; ac_word=$2 4065 4145 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4066 echo "configure:4 067: checking for $ac_word" >&54146 echo "configure:4147: checking for $ac_word" >&5 4067 4147 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4068 4148 echo $ac_n "(cached) $ac_c" 1>&6 … … 4073 4153 ;; 4074 4154 *) 4075 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4155 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4076 4156 for ac_dir in $PATH; do 4077 4157 test -z "$ac_dir" && ac_dir=. … … 4098 4178 set dummy gmsgfmt; ac_word=$2 4099 4179 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4100 echo "configure:41 01: checking for $ac_word" >&54180 echo "configure:4181: checking for $ac_word" >&5 4101 4181 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4102 4182 echo $ac_n "(cached) $ac_c" 1>&6 4103 4183 else 4104 4184 case "$GMSGFMT" in 4105 /* )4185 /* | [a-zA-Z]:*) 4106 4186 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4107 4187 ;; 4108 ?:/*) 4188 ?:/*) 4109 4189 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4110 4190 ;; 4111 4191 *) 4112 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4192 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4113 4193 ac_dummy="$PATH" 4114 for ac_dir in $ac_dummy; do 4194 for ac_dir in $ac_dummy; do 4115 4195 test -z "$ac_dir" && ac_dir=. 4116 4196 if test -f $ac_dir/$ac_word; then 4117 4197 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4198 break 4199 fi 4200 if test -f $ac_dir/$ac_word$ac_exeext; then 4201 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 4118 4202 break 4119 4203 fi … … 4134 4218 set dummy xgettext; ac_word=$2 4135 4219 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4136 echo "configure:4 137: checking for $ac_word" >&54220 echo "configure:4221: checking for $ac_word" >&5 4137 4221 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4138 4222 echo $ac_n "(cached) $ac_c" 1>&6 … … 4143 4227 ;; 4144 4228 *) 4145 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4229 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4146 4230 for ac_dir in $PATH; do 4147 4231 test -z "$ac_dir" && ac_dir=. … … 4224 4308 else 4225 4309 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4226 echo "configure:4 227: checking for catalogs to be installed" >&54310 echo "configure:4311: checking for catalogs to be installed" >&5 4227 4311 NEW_LINGUAS= 4228 4312 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4252 4336 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4253 4337 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4254 echo "configure:4 255: checking for linux/version.h" >&54338 echo "configure:4339: checking for linux/version.h" >&5 4255 4339 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4256 4340 echo $ac_n "(cached) $ac_c" 1>&6 4257 4341 else 4258 4342 cat > conftest.$ac_ext <<EOF 4259 #line 4260 "configure" 4343 #include <sys/types.h> 4344 #line 4345 "configure" 4260 4345 #include "confdefs.h" 4261 4346 #include <linux/version.h> 4262 4347 EOF 4263 4348 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4264 { (eval echo configure:4 265: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4349 { (eval echo configure:4350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4265 4350 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4266 4351 if test -z "$ac_err"; then … … 4310 4395 test -d po || mkdir po 4311 4396 if test "x$srcdir" != "x."; then 4312 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then4397 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then 4313 4398 posrcprefix="$srcdir/" 4314 4399 else … … 4325 4410 4326 4411 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4327 echo "configure:4 328: checking whether to enable maintainer-specific portions of Makefiles" >&54412 echo "configure:4413: checking whether to enable maintainer-specific portions of Makefiles" >&5 4328 4413 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4329 4414 if test "${enable_maintainer_mode+set}" = set; then … … 4349 4434 4350 4435 4436 4351 4437 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4352 echo "configure:4 353: checking for executable suffix" >&54438 echo "configure:4439: checking for executable suffix" >&5 4353 4439 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4354 4440 echo $ac_n "(cached) $ac_c" 1>&6 4355 4441 else 4356 if test "$CYGWIN" = yes || test "$MINGW32" = yes ; then4442 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 4357 4443 ac_cv_exeext=.exe 4358 4444 else … … 4360 4446 echo 'int main () { return 0; }' > conftest.$ac_ext 4361 4447 ac_cv_exeext= 4362 if { (eval echo configure:4 363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4448 if { (eval echo configure:4449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4363 4449 for file in conftest.*; do 4364 4450 case $file in 4365 *.c | *.o | *.obj | *.ilk | *.pdb) ;;4451 *.c | *.o | *.obj) ;; 4366 4452 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 4367 4453 esac … … 4403 4489 set dummy ranlib; ac_word=$2 4404 4490 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4405 echo "configure:44 06: checking for $ac_word" >&54491 echo "configure:4492: checking for $ac_word" >&5 4406 4492 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 4407 4493 echo $ac_n "(cached) $ac_c" 1>&6 … … 4410 4496 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 4411 4497 else 4412 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4498 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4413 4499 ac_dummy="$PATH" 4414 4500 for ac_dir in $ac_dummy; do 4415 4501 test -z "$ac_dir" && ac_dir=. 4416 if test -f $ac_dir/$ac_word; then 4502 if test -f $ac_dir/$ac_word -o \ 4503 -f $ac_dir/$ac_word$ac_exeext ; then 4417 4504 ac_cv_prog_RANLIB="ranlib" 4418 4505 break … … 4442 4529 # ./install, which can be erroneously created by make from ./install.sh. 4443 4530 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4444 echo "configure:4 445: checking for a BSD compatible install" >&54531 echo "configure:4532: checking for a BSD compatible install" >&5 4445 4532 if test -z "$INSTALL"; then 4446 4533 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 4447 4534 echo $ac_n "(cached) $ac_c" 1>&6 4448 4535 else 4449 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"4536 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 4450 4537 for ac_dir in $PATH; do 4451 4538 # Account for people who put trailing slashes in PATH elements. 4452 4539 case "$ac_dir/" in 4453 4540 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 4541 # We reject the install program from OS/2 or W3.1 4542 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 4454 4543 *) 4455 4544 # OSF1 and SCO ODT 3.0 have their own names for install. … … 4457 4546 # by default. 4458 4547 for ac_prog in ginstall scoinst install; do 4459 if test -f $ac_dir/$ac_prog ; then4548 if test -f $ac_dir/$ac_prog$ac_exeext; then 4460 4549 if test $ac_prog = install && 4461 4550 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 4463 4552 : 4464 4553 else 4465 ac_cv_path_install="$ac_dir/$ac_prog -c"4554 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 4466 4555 break 2 4467 4556 fi … … 4509 4598 else 4510 4599 echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 4511 echo "configure:4 512: checking for build system executable suffix" >&54600 echo "configure:4601: checking for build system executable suffix" >&5 4512 4601 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then 4513 4602 echo $ac_n "(cached) $ac_c" 1>&6 … … 4544 4633 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4545 4634 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4546 echo "configure:4 547: checking for $ac_hdr" >&54635 echo "configure:4636: checking for $ac_hdr" >&5 4547 4636 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4548 4637 echo $ac_n "(cached) $ac_c" 1>&6 4549 4638 else 4550 4639 cat > conftest.$ac_ext <<EOF 4551 #line 4552 "configure" 4640 #include <sys/types.h> 4641 #line 4642 "configure" 4552 4642 #include "confdefs.h" 4553 4643 #include <$ac_hdr> 4554 4644 EOF 4555 4645 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4556 { (eval echo configure:4 557: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4646 { (eval echo configure:4647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4557 4647 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4558 4648 if test -z "$ac_err"; then … … 4581 4671 4582 4672 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 4583 echo "configure:4 584: checking for sys/wait.h that is POSIX.1 compatible" >&54673 echo "configure:4674: checking for sys/wait.h that is POSIX.1 compatible" >&5 4584 4674 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 4585 4675 echo $ac_n "(cached) $ac_c" 1>&6 4586 4676 else 4587 4677 cat > conftest.$ac_ext <<EOF 4588 #line 4 589 "configure"4678 #line 4679 "configure" 4589 4679 #include "confdefs.h" 4590 4680 #include <sys/types.h> … … 4602 4692 ; return 0; } 4603 4693 EOF 4604 if { (eval echo configure:46 05: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4694 if { (eval echo configure:4695: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4605 4695 rm -rf conftest* 4606 4696 ac_cv_header_sys_wait_h=yes … … 4625 4715 # for constant arguments. Useless! 4626 4716 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 4627 echo "configure:4 628: checking for working alloca.h" >&54717 echo "configure:4718: checking for working alloca.h" >&5 4628 4718 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 4629 4719 echo $ac_n "(cached) $ac_c" 1>&6 4630 4720 else 4631 4721 cat > conftest.$ac_ext <<EOF 4632 #line 4 633 "configure"4722 #line 4723 "configure" 4633 4723 #include "confdefs.h" 4634 4724 #include <alloca.h> … … 4637 4727 ; return 0; } 4638 4728 EOF 4639 if { (eval echo configure:4 640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4729 if { (eval echo configure:4730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4640 4730 rm -rf conftest* 4641 4731 ac_cv_header_alloca_h=yes … … 4658 4748 4659 4749 echo $ac_n "checking for alloca""... $ac_c" 1>&6 4660 echo "configure:4 661: checking for alloca" >&54750 echo "configure:4751: checking for alloca" >&5 4661 4751 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 4662 4752 echo $ac_n "(cached) $ac_c" 1>&6 4663 4753 else 4664 4754 cat > conftest.$ac_ext <<EOF 4665 #line 4 666 "configure"4755 #line 4756 "configure" 4666 4756 #include "confdefs.h" 4667 4757 … … 4691 4781 ; return 0; } 4692 4782 EOF 4693 if { (eval echo configure:4 694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4783 if { (eval echo configure:4784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4694 4784 rm -rf conftest* 4695 4785 ac_cv_func_alloca_works=yes … … 4723 4813 4724 4814 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 4725 echo "configure:4 726: checking whether alloca needs Cray hooks" >&54815 echo "configure:4816: checking whether alloca needs Cray hooks" >&5 4726 4816 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 4727 4817 echo $ac_n "(cached) $ac_c" 1>&6 4728 4818 else 4729 4819 cat > conftest.$ac_ext <<EOF 4730 #line 4 731 "configure"4820 #line 4821 "configure" 4731 4821 #include "confdefs.h" 4732 4822 #if defined(CRAY) && ! defined(CRAY2) … … 4753 4843 for ac_func in _getb67 GETB67 getb67; do 4754 4844 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4755 echo "configure:4 756: checking for $ac_func" >&54845 echo "configure:4846: checking for $ac_func" >&5 4756 4846 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4757 4847 echo $ac_n "(cached) $ac_c" 1>&6 4758 4848 else 4759 4849 cat > conftest.$ac_ext <<EOF 4760 #line 4 761 "configure"4850 #line 4851 "configure" 4761 4851 #include "confdefs.h" 4762 4852 /* System header to define __stub macros and hopefully few prototypes, … … 4781 4871 ; return 0; } 4782 4872 EOF 4783 if { (eval echo configure:4 784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4873 if { (eval echo configure:4874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4784 4874 rm -rf conftest* 4785 4875 eval "ac_cv_func_$ac_func=yes" … … 4808 4898 4809 4899 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 4810 echo "configure:4 811: checking stack direction for C alloca" >&54900 echo "configure:4901: checking stack direction for C alloca" >&5 4811 4901 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 4812 4902 echo $ac_n "(cached) $ac_c" 1>&6 … … 4816 4906 else 4817 4907 cat > conftest.$ac_ext <<EOF 4818 #line 4 819 "configure"4908 #line 4909 "configure" 4819 4909 #include "confdefs.h" 4820 4910 find_stack_direction () … … 4835 4925 } 4836 4926 EOF 4837 if { (eval echo configure:4 838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4927 if { (eval echo configure:4928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4838 4928 then 4839 4929 ac_cv_c_stack_direction=1 … … 4859 4949 do 4860 4950 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4861 echo "configure:4 862: checking for $ac_func" >&54951 echo "configure:4952: checking for $ac_func" >&5 4862 4952 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4863 4953 echo $ac_n "(cached) $ac_c" 1>&6 4864 4954 else 4865 4955 cat > conftest.$ac_ext <<EOF 4866 #line 4 867 "configure"4956 #line 4957 "configure" 4867 4957 #include "confdefs.h" 4868 4958 /* System header to define __stub macros and hopefully few prototypes, … … 4887 4977 ; return 0; } 4888 4978 EOF 4889 if { (eval echo configure:4 890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4979 if { (eval echo configure:4980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4890 4980 rm -rf conftest* 4891 4981 eval "ac_cv_func_$ac_func=yes" … … 4915 5005 4916 5006 echo $ac_n "checking for library containing frexp""... $ac_c" 1>&6 4917 echo "configure: 4918: checking for library containing frexp" >&55007 echo "configure:5008: checking for library containing frexp" >&5 4918 5008 if eval "test \"`echo '$''{'ac_cv_search_frexp'+set}'`\" = set"; then 4919 5009 echo $ac_n "(cached) $ac_c" 1>&6 … … 4922 5012 ac_cv_search_frexp="no" 4923 5013 cat > conftest.$ac_ext <<EOF 4924 #line 4925 "configure"5014 #line 5015 "configure" 4925 5015 #include "confdefs.h" 4926 5016 /* Override any gcc2 internal prototype to avoid an error. */ … … 4933 5023 ; return 0; } 4934 5024 EOF 4935 if { (eval echo configure: 4936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5025 if { (eval echo configure:5026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4936 5026 rm -rf conftest* 4937 5027 ac_cv_search_frexp="none required" … … 4944 5034 LIBS="-l$i $ac_func_search_save_LIBS" 4945 5035 cat > conftest.$ac_ext <<EOF 4946 #line 4947 "configure"5036 #line 5037 "configure" 4947 5037 #include "confdefs.h" 4948 5038 /* Override any gcc2 internal prototype to avoid an error. */ … … 4955 5045 ; return 0; } 4956 5046 EOF 4957 if { (eval echo configure: 4958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5047 if { (eval echo configure:5048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4958 5048 rm -rf conftest* 4959 5049 ac_cv_search_frexp="-l$i" … … 4977 5067 4978 5068 echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6 4979 echo "configure: 4980: checking for time_t in time.h" >&55069 echo "configure:5070: checking for time_t in time.h" >&5 4980 5070 if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then 4981 5071 echo $ac_n "(cached) $ac_c" 1>&6 4982 5072 else 4983 5073 cat > conftest.$ac_ext <<EOF 4984 #line 4985 "configure"5074 #line 5075 "configure" 4985 5075 #include "confdefs.h" 4986 5076 #include <time.h> … … 4989 5079 ; return 0; } 4990 5080 EOF 4991 if { (eval echo configure: 4992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5081 if { (eval echo configure:5082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4992 5082 rm -rf conftest* 4993 5083 bu_cv_decl_time_t_time_h=yes … … 5010 5100 5011 5101 echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6 5012 echo "configure:5 013: checking for time_t in sys/types.h" >&55102 echo "configure:5103: checking for time_t in sys/types.h" >&5 5013 5103 if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then 5014 5104 echo $ac_n "(cached) $ac_c" 1>&6 5015 5105 else 5016 5106 cat > conftest.$ac_ext <<EOF 5017 #line 5 018 "configure"5107 #line 5108 "configure" 5018 5108 #include "confdefs.h" 5019 5109 #include <sys/types.h> … … 5022 5112 ; return 0; } 5023 5113 EOF 5024 if { (eval echo configure:5 025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5114 if { (eval echo configure:5115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5025 5115 rm -rf conftest* 5026 5116 bu_cv_decl_time_t_types_h=yes … … 5045 5135 # by default. 5046 5136 echo $ac_n "checking for utime.h""... $ac_c" 1>&6 5047 echo "configure:5 048: checking for utime.h" >&55137 echo "configure:5138: checking for utime.h" >&5 5048 5138 if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then 5049 5139 echo $ac_n "(cached) $ac_c" 1>&6 5050 5140 else 5051 5141 cat > conftest.$ac_ext <<EOF 5052 #line 5 053 "configure"5142 #line 5143 "configure" 5053 5143 #include "confdefs.h" 5054 5144 #include <sys/types.h> … … 5061 5151 ; return 0; } 5062 5152 EOF 5063 if { (eval echo configure:5 064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5153 if { (eval echo configure:5154: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5064 5154 rm -rf conftest* 5065 5155 bu_cv_header_utime_h=yes … … 5082 5172 5083 5173 echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6 5084 echo "configure:5 085: checking whether fprintf must be declared" >&55174 echo "configure:5175: checking whether fprintf must be declared" >&5 5085 5175 if eval "test \"`echo '$''{'bfd_cv_decl_needed_fprintf'+set}'`\" = set"; then 5086 5176 echo $ac_n "(cached) $ac_c" 1>&6 5087 5177 else 5088 5178 cat > conftest.$ac_ext <<EOF 5089 #line 5 090 "configure"5179 #line 5180 "configure" 5090 5180 #include "confdefs.h" 5091 5181 … … 5108 5198 ; return 0; } 5109 5199 EOF 5110 if { (eval echo configure:5 111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5200 if { (eval echo configure:5201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5111 5201 rm -rf conftest* 5112 5202 bfd_cv_decl_needed_fprintf=no … … 5129 5219 5130 5220 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 5131 echo "configure:5 132: checking whether strstr must be declared" >&55221 echo "configure:5222: checking whether strstr must be declared" >&5 5132 5222 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 5133 5223 echo $ac_n "(cached) $ac_c" 1>&6 5134 5224 else 5135 5225 cat > conftest.$ac_ext <<EOF 5136 #line 5 137 "configure"5226 #line 5227 "configure" 5137 5227 #include "confdefs.h" 5138 5228 … … 5155 5245 ; return 0; } 5156 5246 EOF 5157 if { (eval echo configure:5 158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5247 if { (eval echo configure:5248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5158 5248 rm -rf conftest* 5159 5249 bfd_cv_decl_needed_strstr=no … … 5176 5266 5177 5267 echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 5178 echo "configure:5 179: checking whether sbrk must be declared" >&55268 echo "configure:5269: checking whether sbrk must be declared" >&5 5179 5269 if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then 5180 5270 echo $ac_n "(cached) $ac_c" 1>&6 5181 5271 else 5182 5272 cat > conftest.$ac_ext <<EOF 5183 #line 5 184 "configure"5273 #line 5274 "configure" 5184 5274 #include "confdefs.h" 5185 5275 … … 5202 5292 ; return 0; } 5203 5293 EOF 5204 if { (eval echo configure:52 05: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5294 if { (eval echo configure:5295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5205 5295 rm -rf conftest* 5206 5296 bfd_cv_decl_needed_sbrk=no … … 5223 5313 5224 5314 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 5225 echo "configure:5 226: checking whether getenv must be declared" >&55315 echo "configure:5316: checking whether getenv must be declared" >&5 5226 5316 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 5227 5317 echo $ac_n "(cached) $ac_c" 1>&6 5228 5318 else 5229 5319 cat > conftest.$ac_ext <<EOF 5230 #line 5 231 "configure"5320 #line 5321 "configure" 5231 5321 #include "confdefs.h" 5232 5322 … … 5249 5339 ; return 0; } 5250 5340 EOF 5251 if { (eval echo configure:5 252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5341 if { (eval echo configure:5342: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5252 5342 rm -rf conftest* 5253 5343 bfd_cv_decl_needed_getenv=no … … 5270 5360 5271 5361 echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 5272 echo "configure:5 273: checking whether environ must be declared" >&55362 echo "configure:5363: checking whether environ must be declared" >&5 5273 5363 if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then 5274 5364 echo $ac_n "(cached) $ac_c" 1>&6 5275 5365 else 5276 5366 cat > conftest.$ac_ext <<EOF 5277 #line 5 278 "configure"5367 #line 5368 "configure" 5278 5368 #include "confdefs.h" 5279 5369 … … 5296 5386 ; return 0; } 5297 5387 EOF 5298 if { (eval echo configure:5 299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5388 if { (eval echo configure:5389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5299 5389 rm -rf conftest* 5300 5390 bfd_cv_decl_needed_environ=no … … 5319 5409 5320 5410 case "${host}" in 5321 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows* )5411 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows* | *-*-os2*) 5322 5412 cat >> confdefs.h <<\EOF 5323 5413 #define USE_BINARY_FOPEN 1 … … 5538 5628 # Run this file to recreate the current configuration. 5539 5629 # This directory was configured as follows, 5630 EOF 5631 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 5632 cat >> $CONFIG_STATUS <<EOF 5540 5633 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 5541 5634 # … … 5563 5656 ac_given_srcdir=$srcdir 5564 5657 ac_given_INSTALL="$INSTALL" 5658 PATHIFS="$PATH_IFS" 5565 5659 5566 5660 trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 5573 5667 $ac_vpsub 5574 5668 $extrasub 5669 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 5575 5670 s%@SHELL@%$SHELL%g 5576 5671 s%@CFLAGS@%$CFLAGS%g … … 5596 5691 s%@infodir@%$infodir%g 5597 5692 s%@mandir@%$mandir%g 5693 s%@PATH_IFS@%$PATH_IFS%g 5694 s%@EXEEXT@%$EXEEXT%g 5598 5695 s%@host@%$host%g 5599 5696 s%@host_alias@%$host_alias%g … … 5625 5722 s%@LN_S@%$LN_S%g 5626 5723 s%@OBJEXT@%$OBJEXT%g 5627 s%@EXEEXT@%$EXEEXT%g5628 5724 s%@RANLIB@%$RANLIB%g 5629 5725 s%@STRIP@%$STRIP%g … … 5744 5840 if test -z "$ac_dots"; then top_srcdir=. 5745 5841 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 5746 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 5842 /* | [A-Za-z]:*) 5843 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 5747 5844 *) # Relative path. 5748 5845 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 5751 5848 5752 5849 case "$ac_given_INSTALL" in 5753 [/$]* ) INSTALL="$ac_given_INSTALL" ;;5850 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 5754 5851 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 5755 5852 esac … … 5764 5861 esac 5765 5862 5766 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`5863 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 5767 5864 sed -e "$ac_comsub 5768 5865 s%@configure_input@%$configure_input%g … … 5811 5908 5812 5909 rm -f conftest.frag conftest.in conftest.out 5813 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 5910 # kso the other way around might work better with drive letters and such. 5911 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 5912 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 5814 5913 cat $ac_file_inputs > conftest.in 5815 5914 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/etc/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 2.14 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 334 334 335 335 -version | --version | --versio | --versi | --vers) 336 echo "configure generated by autoconf version 2.1 2.1"336 echo "configure generated by autoconf version 2.13" 337 337 exit 0 ;; 338 338 … … 504 504 ac_cpp='$CPP $CPPFLAGS' 505 505 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 506 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'506 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 507 507 cross_compiling=$ac_cv_prog_cc_cross 508 508 509 ac_exeext= 510 ac_objext=o 509 511 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 510 512 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 518 520 ac_n= ac_c='\c' ac_t= 519 521 fi 522 523 echo $ac_n "checking for path separator""... $ac_c" 1>&6 524 echo "configure:525: checking for path separator" >&5 525 # Filter path to get backslahes into forwardslashes 526 case "`uname -s 2> /dev/null`" in 527 OS/2) 528 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 529 PATH_IFS=';' 530 ;; 531 *) 532 PATH_IFS=':' 533 ;; 534 esac 535 echo "$ac_t""${PATH_IFS}" 1>&6 536 537 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 538 echo "configure:539: checking for Cygwin environment" >&5 539 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 540 echo $ac_n "(cached) $ac_c" 1>&6 541 else 542 cat > conftest.$ac_ext <<EOF 543 #line 544 "configure" 544 #include "confdefs.h" 545 546 int main() { 547 548 #ifndef __CYGWIN__ 549 #define __CYGWIN__ __CYGWIN32__ 550 #endif 551 return __CYGWIN__; 552 ; return 0; } 553 EOF 554 if { (eval echo configure:555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 555 rm -rf conftest* 556 ac_cv_cygwin=yes 557 else 558 echo "configure: failed program was:" >&5 559 cat conftest.$ac_ext >&5 560 rm -rf conftest* 561 ac_cv_cygwin=no 562 fi 563 rm -f conftest* 564 rm -f conftest* 565 fi 566 567 echo "$ac_t""$ac_cv_cygwin" 1>&6 568 CYGWIN= 569 test "$ac_cv_cygwin" = yes && CYGWIN=yes 570 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 571 echo "configure:572: checking for mingw32 environment" >&5 572 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 573 echo $ac_n "(cached) $ac_c" 1>&6 574 else 575 cat > conftest.$ac_ext <<EOF 576 #line 577 "configure" 577 #include "confdefs.h" 578 579 int main() { 580 return __MINGW32__; 581 ; return 0; } 582 EOF 583 if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 584 rm -rf conftest* 585 ac_cv_mingw32=yes 586 else 587 echo "configure: failed program was:" >&5 588 cat conftest.$ac_ext >&5 589 rm -rf conftest* 590 ac_cv_mingw32=no 591 fi 592 rm -f conftest* 593 rm -f conftest* 594 fi 595 596 echo "$ac_t""$ac_cv_mingw32" 1>&6 597 MINGW32= 598 test "$ac_cv_mingw32" = yes && MINGW32=yes 599 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 600 echo "configure:601: checking for EMX/OS2 environment" >&5 601 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 602 echo $ac_n "(cached) $ac_c" 1>&6 603 else 604 : ${CC=gcc.exe} 605 cat > conftest.$ac_ext <<EOF 606 #line 607 "configure" 607 #include "confdefs.h" 608 609 int main() { 610 return __EMX__; 611 ; return 0; } 612 EOF 613 if { (eval echo configure:614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 614 rm -rf conftest* 615 ac_cv_emxos2=yes 616 else 617 echo "configure: failed program was:" >&5 618 cat conftest.$ac_ext >&5 619 rm -rf conftest* 620 ac_cv_emxos2=no 621 fi 622 rm -f conftest* 623 rm -f conftest* 624 fi 625 626 echo "$ac_t""$ac_cv_emxos2" 1>&6 627 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 628 echo $ac_n "(cached) $ac_c" 1>&6 629 else 630 if test "$ac_cv_emxos2" = yes ; then 631 ac_cv_libpre= 632 else 633 ac_cv_libpre=lib 634 fi 635 636 fi 637 638 EMXOS2= 639 test "$ac_cv_emxos2" = yes && EMXOS2=yes 640 641 642 643 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 644 echo "configure:645: checking for executable suffix" >&5 645 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 646 echo $ac_n "(cached) $ac_c" 1>&6 647 else 648 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 649 ac_cv_exeext=.exe 650 else 651 rm -f conftest* 652 echo 'int main () { return 0; }' > conftest.$ac_ext 653 ac_cv_exeext= 654 if { (eval echo configure:655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 655 for file in conftest.*; do 656 case $file in 657 *.c | *.o | *.obj) ;; 658 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 659 esac 660 done 661 else 662 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 663 fi 664 rm -f conftest* 665 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 666 fi 667 fi 668 669 EXEEXT="" 670 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 671 echo "$ac_t""${ac_cv_exeext}" 1>&6 672 ac_exeext=$EXEEXT 520 673 521 674 … … 552 705 # ./install, which can be erroneously created by make from ./install.sh. 553 706 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 554 echo "configure: 555: checking for a BSD compatible install" >&5707 echo "configure:708: checking for a BSD compatible install" >&5 555 708 if test -z "$INSTALL"; then 556 709 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 557 710 echo $ac_n "(cached) $ac_c" 1>&6 558 711 else 559 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$ {IFS}:"712 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 560 713 for ac_dir in $PATH; do 561 714 # Account for people who put trailing slashes in PATH elements. 562 715 case "$ac_dir/" in 563 716 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 717 # We reject the install program from OS/2 or W3.1 718 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 564 719 *) 565 720 # OSF1 and SCO ODT 3.0 have their own names for install. … … 567 722 # by default. 568 723 for ac_prog in ginstall scoinst install; do 569 if test -f $ac_dir/$ac_prog ; then724 if test -f $ac_dir/$ac_prog$ac_exeext; then 570 725 if test $ac_prog = install && 571 726 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 573 728 : 574 729 else 575 ac_cv_path_install="$ac_dir/$ac_prog -c"730 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 576 731 break 2 577 732 fi … … 599 754 # It thinks the first close brace ends the variable substitution. 600 755 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 756 757 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 601 758 602 759 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' … … 626 783 # and sets the high bit in the cache file unless we assign to the vars. 627 784 (set) 2>&1 | 628 case `(ac_space=' '; set ) 2>&1 | grep ac_space` in785 case `(ac_space=' '; set | grep ac_space) 2>&1` in 629 786 *ac_space=\ *) 630 787 # `set' does not quote correctly, so add quotes (double-quote substitution … … 676 833 s%\$%$$%g 677 834 EOF 678 DEFS=`sed -f conftest.defs confdefs.h | tr '\012 ' ''`835 DEFS=`sed -f conftest.defs confdefs.h | tr '\012\015' ' '` 679 836 rm -f conftest.defs 680 837 … … 690 847 # Run this file to recreate the current configuration. 691 848 # This directory was configured as follows, 849 EOF 850 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 851 cat >> $CONFIG_STATUS <<EOF 692 852 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 693 853 # … … 705 865 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 706 866 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 707 echo "$CONFIG_STATUS generated by autoconf version 2.1 2.1"867 echo "$CONFIG_STATUS generated by autoconf version 2.13" 708 868 exit 0 ;; 709 869 -help | --help | --hel | --he | --h) … … 715 875 ac_given_srcdir=$srcdir 716 876 ac_given_INSTALL="$INSTALL" 877 PATHIFS="$PATH_IFS" 717 878 718 879 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 725 886 $ac_vpsub 726 887 $extrasub 888 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 727 889 s%@SHELL@%$SHELL%g 728 890 s%@CFLAGS@%$CFLAGS%g 729 891 s%@CPPFLAGS@%$CPPFLAGS%g 730 892 s%@CXXFLAGS@%$CXXFLAGS%g 893 s%@FFLAGS@%$FFLAGS%g 731 894 s%@DEFS@%$DEFS%g 732 895 s%@LDFLAGS@%$LDFLAGS%g … … 747 910 s%@infodir@%$infodir%g 748 911 s%@mandir@%$mandir%g 912 s%@PATH_IFS@%$PATH_IFS%g 913 s%@EXEEXT@%$EXEEXT%g 749 914 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 915 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 750 916 s%@INSTALL_DATA@%$INSTALL_DATA%g 751 917 … … 819 985 if test -z "$ac_dots"; then top_srcdir=. 820 986 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 821 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 987 /* | [A-Za-z]:*) 988 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 822 989 *) # Relative path. 823 990 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 826 993 827 994 case "$ac_given_INSTALL" in 828 [/$]* ) INSTALL="$ac_given_INSTALL" ;;995 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 829 996 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 830 997 esac … … 839 1006 esac 840 1007 841 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`1008 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 842 1009 sed -e "$ac_comsub 843 1010 s%@configure_input@%$configure_input%g -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/gas/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 56 56 silent= 57 57 site= 58 sitefile=59 58 srcdir= 60 59 target=NONE … … 171 170 --no-create do not create output files 172 171 --quiet, --silent do not print \`checking...' messages 173 --site-file=FILE use FILE as the site file174 172 --version print the version of autoconf that created configure 175 173 Directory and file names: … … 342 340 site="$ac_optarg" ;; 343 341 344 -site-file | --site-file | --site-fil | --site-fi | --site-f)345 ac_prev=sitefile ;;346 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)347 sitefile="$ac_optarg" ;;348 349 342 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 350 343 ac_prev=srcdir ;; … … 512 505 513 506 # Prefer explicitly selected file to automatically selected ones. 514 if test -z "$sitefile"; then 515 if test -z "$CONFIG_SITE"; then 516 if test "x$prefix" != xNONE; then 517 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 518 else 519 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 520 fi 507 if test -z "$CONFIG_SITE"; then 508 if test "x$prefix" != xNONE; then 509 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 510 else 511 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 521 512 fi 522 else523 CONFIG_SITE="$sitefile"524 513 fi 525 514 for ac_site_file in $CONFIG_SITE; do … … 559 548 fi 560 549 550 echo $ac_n "checking for path separator""... $ac_c" 1>&6 551 echo "configure:552: checking for path separator" >&5 552 # Filter path to get backslahes into forwardslashes 553 case "`uname -s 2> /dev/null`" in 554 OS/2) 555 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 556 PATH_IFS=';' 557 ;; 558 *) 559 PATH_IFS=':' 560 ;; 561 esac 562 echo "$ac_t""${PATH_IFS}" 1>&6 563 561 564 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 562 echo "configure:56 3: checking for Cygwin environment" >&5565 echo "configure:566: checking for Cygwin environment" >&5 563 566 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 564 567 echo $ac_n "(cached) $ac_c" 1>&6 565 568 else 566 569 cat > conftest.$ac_ext <<EOF 567 #line 5 68"configure"570 #line 571 "configure" 568 571 #include "confdefs.h" 569 572 … … 576 579 ; return 0; } 577 580 EOF 578 if { (eval echo configure:5 79: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then581 if { (eval echo configure:582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 579 582 rm -rf conftest* 580 583 ac_cv_cygwin=yes … … 593 596 test "$ac_cv_cygwin" = yes && CYGWIN=yes 594 597 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 595 echo "configure:59 6: checking for mingw32 environment" >&5598 echo "configure:599: checking for mingw32 environment" >&5 596 599 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 597 600 echo $ac_n "(cached) $ac_c" 1>&6 598 601 else 599 602 cat > conftest.$ac_ext <<EOF 600 #line 60 1"configure"603 #line 604 "configure" 601 604 #include "confdefs.h" 602 605 … … 605 608 ; return 0; } 606 609 EOF 607 if { (eval echo configure:6 08: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then610 if { (eval echo configure:611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 608 611 rm -rf conftest* 609 612 ac_cv_mingw32=yes … … 621 624 MINGW32= 622 625 test "$ac_cv_mingw32" = yes && MINGW32=yes 626 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 627 echo "configure:628: checking for EMX/OS2 environment" >&5 628 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 629 echo $ac_n "(cached) $ac_c" 1>&6 630 else 631 : ${CC=gcc.exe} 632 cat > conftest.$ac_ext <<EOF 633 #line 634 "configure" 634 #include "confdefs.h" 635 636 int main() { 637 return __EMX__; 638 ; return 0; } 639 EOF 640 if { (eval echo configure:641: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 641 rm -rf conftest* 642 ac_cv_emxos2=yes 643 else 644 echo "configure: failed program was:" >&5 645 cat conftest.$ac_ext >&5 646 rm -rf conftest* 647 ac_cv_emxos2=no 648 fi 649 rm -f conftest* 650 rm -f conftest* 651 fi 652 653 echo "$ac_t""$ac_cv_emxos2" 1>&6 654 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 655 echo $ac_n "(cached) $ac_c" 1>&6 656 else 657 if test "$ac_cv_emxos2" = yes ; then 658 ac_cv_libpre= 659 else 660 ac_cv_libpre=lib 661 fi 662 663 fi 664 665 EMXOS2= 666 test "$ac_cv_emxos2" = yes && EMXOS2=yes 667 668 669 670 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 671 echo "configure:672: checking for executable suffix" >&5 672 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 673 echo $ac_n "(cached) $ac_c" 1>&6 674 else 675 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 676 ac_cv_exeext=.exe 677 else 678 rm -f conftest* 679 echo 'int main () { return 0; }' > conftest.$ac_ext 680 ac_cv_exeext= 681 if { (eval echo configure:682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 682 for file in conftest.*; do 683 case $file in 684 *.c | *.o | *.obj) ;; 685 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 686 esac 687 done 688 else 689 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 690 fi 691 rm -f conftest* 692 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 693 fi 694 fi 695 696 EXEEXT="" 697 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 698 echo "$ac_t""${ac_cv_exeext}" 1>&6 699 ac_exeext=$EXEEXT 700 623 701 624 702 … … 670 748 671 749 echo $ac_n "checking host system type""... $ac_c" 1>&6 672 echo "configure: 673: checking host system type" >&5750 echo "configure:751: checking host system type" >&5 673 751 674 752 host_alias=$host … … 691 769 692 770 echo $ac_n "checking target system type""... $ac_c" 1>&6 693 echo "configure: 694: checking target system type" >&5771 echo "configure:772: checking target system type" >&5 694 772 695 773 target_alias=$target … … 709 787 710 788 echo $ac_n "checking build system type""... $ac_c" 1>&6 711 echo "configure:7 12: checking build system type" >&5789 echo "configure:790: checking build system type" >&5 712 790 713 791 build_alias=$build … … 734 812 set dummy gcc; ac_word=$2 735 813 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 736 echo "configure: 737: checking for $ac_word" >&5814 echo "configure:815: checking for $ac_word" >&5 737 815 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 738 816 echo $ac_n "(cached) $ac_c" 1>&6 … … 741 819 ac_cv_prog_CC="$CC" # Let the user override the test. 742 820 else 743 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"821 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 744 822 ac_dummy="$PATH" 745 823 for ac_dir in $ac_dummy; do 746 824 test -z "$ac_dir" && ac_dir=. 747 if test -f $ac_dir/$ac_word; then 825 if test -f $ac_dir/$ac_word -o \ 826 -f $ac_dir/$ac_word$ac_exeext ; then 748 827 ac_cv_prog_CC="gcc" 749 828 break … … 764 843 set dummy cc; ac_word=$2 765 844 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 766 echo "configure: 767: checking for $ac_word" >&5845 echo "configure:846: checking for $ac_word" >&5 767 846 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 768 847 echo $ac_n "(cached) $ac_c" 1>&6 … … 771 850 ac_cv_prog_CC="$CC" # Let the user override the test. 772 851 else 773 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"852 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 774 853 ac_prog_rejected=no 775 854 ac_dummy="$PATH" 776 855 for ac_dir in $ac_dummy; do 777 856 test -z "$ac_dir" && ac_dir=. 778 if test -f $ac_dir/$ac_word; then 779 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 857 if test -f $ac_dir/$ac_word -o \ 858 -f $ac_dir/$ac_word$ac_exeext ; then 859 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 860 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 780 861 ac_prog_rejected=yes 781 862 continue … … 815 896 set dummy cl; ac_word=$2 816 897 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 817 echo "configure:8 18: checking for $ac_word" >&5898 echo "configure:899: checking for $ac_word" >&5 818 899 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 819 900 echo $ac_n "(cached) $ac_c" 1>&6 … … 822 903 ac_cv_prog_CC="$CC" # Let the user override the test. 823 904 else 824 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"905 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 825 906 ac_dummy="$PATH" 826 907 for ac_dir in $ac_dummy; do 827 908 test -z "$ac_dir" && ac_dir=. 828 if test -f $ac_dir/$ac_word; then 909 if test -f $ac_dir/$ac_word -o \ 910 -f $ac_dir/$ac_word$ac_exeext ; then 829 911 ac_cv_prog_CC="cl" 830 912 break … … 847 929 848 930 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 849 echo "configure: 850: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5931 echo "configure:932: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 850 932 851 933 ac_ext=c … … 858 940 cat > conftest.$ac_ext << EOF 859 941 860 #line 861"configure"942 #line 943 "configure" 861 943 #include "confdefs.h" 862 944 863 945 main(){return(0);} 864 946 EOF 865 if { (eval echo configure: 866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then947 if { (eval echo configure:948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 866 948 ac_cv_prog_cc_works=yes 867 949 # If we can't run a trivial program, we are probably using a cross compiler. … … 889 971 fi 890 972 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 891 echo "configure: 892: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5973 echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 892 974 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 893 975 cross_compiling=$ac_cv_prog_cc_cross 894 976 895 977 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 896 echo "configure: 897: checking whether we are using GNU C" >&5978 echo "configure:979: checking whether we are using GNU C" >&5 897 979 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 898 980 echo $ac_n "(cached) $ac_c" 1>&6 … … 903 985 #endif 904 986 EOF 905 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9 06: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then987 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 906 988 ac_cv_prog_gcc=yes 907 989 else … … 922 1004 CFLAGS= 923 1005 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 924 echo "configure: 925: checking whether ${CC-cc} accepts -g" >&51006 echo "configure:1007: checking whether ${CC-cc} accepts -g" >&5 925 1007 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 926 1008 echo $ac_n "(cached) $ac_c" 1>&6 … … 954 1036 955 1037 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 956 echo "configure: 957: checking for POSIXized ISC" >&51038 echo "configure:1039: checking for POSIXized ISC" >&5 957 1039 if test -d /etc/conf/kconfig.d && 958 1040 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 988 1070 # ./install, which can be erroneously created by make from ./install.sh. 989 1071 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 990 echo "configure: 991: checking for a BSD compatible install" >&51072 echo "configure:1073: checking for a BSD compatible install" >&5 991 1073 if test -z "$INSTALL"; then 992 1074 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 993 1075 echo $ac_n "(cached) $ac_c" 1>&6 994 1076 else 995 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1077 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 996 1078 for ac_dir in $PATH; do 997 1079 # Account for people who put trailing slashes in PATH elements. 998 1080 case "$ac_dir/" in 999 1081 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1082 # We reject the install program from OS/2 or W3.1 1083 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 1000 1084 *) 1001 1085 # OSF1 and SCO ODT 3.0 have their own names for install. … … 1003 1087 # by default. 1004 1088 for ac_prog in ginstall scoinst install; do 1005 if test -f $ac_dir/$ac_prog ; then1089 if test -f $ac_dir/$ac_prog$ac_exeext; then 1006 1090 if test $ac_prog = install && 1007 1091 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 1009 1093 : 1010 1094 else 1011 ac_cv_path_install="$ac_dir/$ac_prog -c"1095 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1012 1096 break 2 1013 1097 fi … … 1041 1125 1042 1126 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1043 echo "configure:1 044: checking whether build environment is sane" >&51127 echo "configure:1128: checking whether build environment is sane" >&5 1044 1128 # Just in case 1045 1129 sleep 1 … … 1098 1182 1099 1183 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1100 echo "configure:11 01: checking whether ${MAKE-make} sets \${MAKE}" >&51184 echo "configure:1185: checking whether ${MAKE-make} sets \${MAKE}" >&5 1101 1185 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1102 1186 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1144 1228 missing_dir=`cd $ac_aux_dir && pwd` 1145 1229 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1146 echo "configure:1 147: checking for working aclocal" >&51230 echo "configure:1231: checking for working aclocal" >&5 1147 1231 # Run test in a subshell; some versions of sh will print an error if 1148 1232 # an executable is not found, even if stderr is redirected. … … 1157 1241 1158 1242 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1159 echo "configure:1 160: checking for working autoconf" >&51243 echo "configure:1244: checking for working autoconf" >&5 1160 1244 # Run test in a subshell; some versions of sh will print an error if 1161 1245 # an executable is not found, even if stderr is redirected. … … 1170 1254 1171 1255 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1172 echo "configure:1 173: checking for working automake" >&51256 echo "configure:1257: checking for working automake" >&5 1173 1257 # Run test in a subshell; some versions of sh will print an error if 1174 1258 # an executable is not found, even if stderr is redirected. … … 1183 1267 1184 1268 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1185 echo "configure:1 186: checking for working autoheader" >&51269 echo "configure:1270: checking for working autoheader" >&5 1186 1270 # Run test in a subshell; some versions of sh will print an error if 1187 1271 # an executable is not found, even if stderr is redirected. … … 1196 1280 1197 1281 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1198 echo "configure:1 199: checking for working makeinfo" >&51282 echo "configure:1283: checking for working makeinfo" >&5 1199 1283 # Run test in a subshell; some versions of sh will print an error if 1200 1284 # an executable is not found, even if stderr is redirected. … … 1291 1375 # Check if gcc -print-prog-name=ld gives a path. 1292 1376 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1293 echo "configure:1 294: checking for ld used by GCC" >&51377 echo "configure:1378: checking for ld used by GCC" >&5 1294 1378 case $host in 1295 1379 *-*-mingw*) … … 1321 1405 elif test "$with_gnu_ld" = yes; then 1322 1406 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1323 echo "configure:1 324: checking for GNU ld" >&51407 echo "configure:1408: checking for GNU ld" >&5 1324 1408 else 1325 1409 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1326 echo "configure:1 327: checking for non-GNU ld" >&51410 echo "configure:1411: checking for non-GNU ld" >&5 1327 1411 fi 1328 1412 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then … … 1359 1443 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1360 1444 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1361 echo "configure:1 362: checking if the linker ($LD) is GNU ld" >&51445 echo "configure:1446: checking if the linker ($LD) is GNU ld" >&5 1362 1446 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1363 1447 echo $ac_n "(cached) $ac_c" 1>&6 … … 1376 1460 1377 1461 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1378 echo "configure:1 379: checking for $LD option to reload object files" >&51462 echo "configure:1463: checking for $LD option to reload object files" >&5 1379 1463 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1380 1464 echo $ac_n "(cached) $ac_c" 1>&6 … … 1388 1472 1389 1473 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1390 echo "configure:1 391: checking for BSD-compatible nm" >&51474 echo "configure:1475: checking for BSD-compatible nm" >&5 1391 1475 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1392 1476 echo $ac_n "(cached) $ac_c" 1>&6 … … 1426 1510 1427 1511 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1428 echo "configure:1 429: checking whether ln -s works" >&51512 echo "configure:1513: checking whether ln -s works" >&5 1429 1513 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1430 1514 echo $ac_n "(cached) $ac_c" 1>&6 … … 1436 1520 ac_cv_prog_LN_S="ln -s" 1437 1521 else 1438 ac_cv_prog_LN_S=ln 1439 fi 1522 echo A > conftestdata; 1523 if ln conftestdata conftestdata2 2>/dev/null; then 1524 ac_cv_prog_LN_S=ln 1525 else 1526 ac_cv_prog_LN_S=cp 1527 fi 1528 fi 1529 rm -f conftestdata* 1440 1530 fi 1441 1531 LN_S="$ac_cv_prog_LN_S" … … 1447 1537 1448 1538 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1449 echo "configure:1 450: checking how to recognise dependant libraries" >&51539 echo "configure:1540: checking how to recognise dependant libraries" >&5 1450 1540 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1451 1541 echo $ac_n "(cached) $ac_c" 1>&6 … … 1590 1680 1591 1681 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1592 echo "configure:1 593: checking for object suffix" >&51682 echo "configure:1683: checking for object suffix" >&5 1593 1683 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1594 1684 echo $ac_n "(cached) $ac_c" 1>&6 … … 1596 1686 rm -f conftest* 1597 1687 echo 'int i = 1;' > conftest.$ac_ext 1598 if { (eval echo configure:1 599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1688 if { (eval echo configure:1689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1599 1689 for ac_file in conftest.*; do 1600 1690 case $ac_file in … … 1613 1703 ac_objext=$ac_cv_objext 1614 1704 1615 1616 1617 echo $ac_n "checking for executable suffix""... $ac_c" 1>&61618 echo "configure:1619: checking for executable suffix" >&51619 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then1620 echo $ac_n "(cached) $ac_c" 1>&61621 else1622 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then1623 ac_cv_exeext=.exe1624 else1625 rm -f conftest*1626 echo 'int main () { return 0; }' > conftest.$ac_ext1627 ac_cv_exeext=1628 if { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1629 for file in conftest.*; do1630 case $file in1631 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1632 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;1633 esac1634 done1635 else1636 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }1637 fi1638 rm -f conftest*1639 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no1640 fi1641 fi1642 1643 EXEEXT=""1644 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}1645 echo "$ac_t""${ac_cv_exeext}" 1>&61646 ac_exeext=$EXEEXT1647 1648 1705 if test $host != $build; then 1649 1706 ac_tool_prefix=${host_alias}- … … 1659 1716 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1660 1717 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1661 echo "configure:1 662: checking for ${ac_tool_prefix}file" >&51718 echo "configure:1719: checking for ${ac_tool_prefix}file" >&5 1662 1719 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1663 1720 echo $ac_n "(cached) $ac_c" 1>&6 … … 1721 1778 if test -n "$ac_tool_prefix"; then 1722 1779 echo $ac_n "checking for file""... $ac_c" 1>&6 1723 echo "configure:17 24: checking for file" >&51780 echo "configure:1781: checking for file" >&5 1724 1781 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1725 1782 echo $ac_n "(cached) $ac_c" 1>&6 … … 1792 1849 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1793 1850 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1794 echo "configure:1 795: checking for $ac_word" >&51851 echo "configure:1852: checking for $ac_word" >&5 1795 1852 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1796 1853 echo $ac_n "(cached) $ac_c" 1>&6 … … 1799 1856 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1800 1857 else 1801 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1858 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1802 1859 ac_dummy="$PATH" 1803 1860 for ac_dir in $ac_dummy; do 1804 1861 test -z "$ac_dir" && ac_dir=. 1805 if test -f $ac_dir/$ac_word; then 1862 if test -f $ac_dir/$ac_word -o \ 1863 -f $ac_dir/$ac_word$ac_exeext ; then 1806 1864 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1807 1865 break … … 1824 1882 set dummy ranlib; ac_word=$2 1825 1883 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1826 echo "configure:18 27: checking for $ac_word" >&51884 echo "configure:1885: checking for $ac_word" >&5 1827 1885 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1828 1886 echo $ac_n "(cached) $ac_c" 1>&6 … … 1831 1889 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1832 1890 else 1833 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1891 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1834 1892 ac_dummy="$PATH" 1835 1893 for ac_dir in $ac_dummy; do 1836 1894 test -z "$ac_dir" && ac_dir=. 1837 if test -f $ac_dir/$ac_word; then 1895 if test -f $ac_dir/$ac_word -o \ 1896 -f $ac_dir/$ac_word$ac_exeext ; then 1838 1897 ac_cv_prog_RANLIB="ranlib" 1839 1898 break … … 1859 1918 set dummy ${ac_tool_prefix}strip; ac_word=$2 1860 1919 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1861 echo "configure:1 862: checking for $ac_word" >&51920 echo "configure:1921: checking for $ac_word" >&5 1862 1921 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1863 1922 echo $ac_n "(cached) $ac_c" 1>&6 … … 1866 1925 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1867 1926 else 1868 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1927 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1869 1928 ac_dummy="$PATH" 1870 1929 for ac_dir in $ac_dummy; do 1871 1930 test -z "$ac_dir" && ac_dir=. 1872 if test -f $ac_dir/$ac_word; then 1931 if test -f $ac_dir/$ac_word -o \ 1932 -f $ac_dir/$ac_word$ac_exeext ; then 1873 1933 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1874 1934 break … … 1891 1951 set dummy strip; ac_word=$2 1892 1952 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1893 echo "configure:1 894: checking for $ac_word" >&51953 echo "configure:1954: checking for $ac_word" >&5 1894 1954 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1895 1955 echo $ac_n "(cached) $ac_c" 1>&6 … … 1898 1958 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1899 1959 else 1900 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1960 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1901 1961 ac_dummy="$PATH" 1902 1962 for ac_dir in $ac_dummy; do 1903 1963 test -z "$ac_dir" && ac_dir=. 1904 if test -f $ac_dir/$ac_word; then 1964 if test -f $ac_dir/$ac_word -o \ 1965 -f $ac_dir/$ac_word$ac_exeext ; then 1905 1966 ac_cv_prog_STRIP="strip" 1906 1967 break … … 1958 2019 *-*-irix6*) 1959 2020 # Find out which ABI we are using. 1960 echo '#line 1961"configure"' > conftest.$ac_ext1961 if { (eval echo configure: 1962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2021 echo '#line 2022 "configure"' > conftest.$ac_ext 2022 if { (eval echo configure:2023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1962 2023 case "`/usr/bin/file conftest.o`" in 1963 2024 *32-bit*) … … 1980 2041 CFLAGS="$CFLAGS -belf" 1981 2042 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 1982 echo "configure: 1983: checking whether the C compiler needs -belf" >&52043 echo "configure:2044: checking whether the C compiler needs -belf" >&5 1983 2044 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 1984 2045 echo $ac_n "(cached) $ac_c" 1>&6 … … 1993 2054 1994 2055 cat > conftest.$ac_ext <<EOF 1995 #line 1996"configure"2056 #line 2057 "configure" 1996 2057 #include "confdefs.h" 1997 2058 … … 2000 2061 ; return 0; } 2001 2062 EOF 2002 if { (eval echo configure:20 03: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2063 if { (eval echo configure:2064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2003 2064 rm -rf conftest* 2004 2065 lt_cv_cc_needs_belf=yes … … 2399 2460 i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;; 2400 2461 i386-*-*nt*) fmt=coff em=pe bfd_gas=yes ;; 2462 i386-*-os2*) fmt=aout em=emx bfd_gas=yes ;; 2401 2463 i386-*-vxworks*) fmt=aout ;; 2402 2464 i386-*-chaos) fmt=elf ;; … … 3071 3133 set dummy gcc; ac_word=$2 3072 3134 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3073 echo "configure:3 074: checking for $ac_word" >&53135 echo "configure:3136: checking for $ac_word" >&5 3074 3136 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 3075 3137 echo $ac_n "(cached) $ac_c" 1>&6 … … 3078 3140 ac_cv_prog_CC="$CC" # Let the user override the test. 3079 3141 else 3080 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3142 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3081 3143 ac_dummy="$PATH" 3082 3144 for ac_dir in $ac_dummy; do 3083 3145 test -z "$ac_dir" && ac_dir=. 3084 if test -f $ac_dir/$ac_word; then 3146 if test -f $ac_dir/$ac_word -o \ 3147 -f $ac_dir/$ac_word$ac_exeext ; then 3085 3148 ac_cv_prog_CC="gcc" 3086 3149 break … … 3101 3164 set dummy cc; ac_word=$2 3102 3165 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3103 echo "configure:31 04: checking for $ac_word" >&53166 echo "configure:3167: checking for $ac_word" >&5 3104 3167 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 3105 3168 echo $ac_n "(cached) $ac_c" 1>&6 … … 3108 3171 ac_cv_prog_CC="$CC" # Let the user override the test. 3109 3172 else 3110 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3173 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3111 3174 ac_prog_rejected=no 3112 3175 ac_dummy="$PATH" 3113 3176 for ac_dir in $ac_dummy; do 3114 3177 test -z "$ac_dir" && ac_dir=. 3115 if test -f $ac_dir/$ac_word; then 3116 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 3178 if test -f $ac_dir/$ac_word -o \ 3179 -f $ac_dir/$ac_word$ac_exeext ; then 3180 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 3181 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 3117 3182 ac_prog_rejected=yes 3118 3183 continue … … 3152 3217 set dummy cl; ac_word=$2 3153 3218 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3154 echo "configure:3 155: checking for $ac_word" >&53219 echo "configure:3220: checking for $ac_word" >&5 3155 3220 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 3156 3221 echo $ac_n "(cached) $ac_c" 1>&6 … … 3159 3224 ac_cv_prog_CC="$CC" # Let the user override the test. 3160 3225 else 3161 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3226 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3162 3227 ac_dummy="$PATH" 3163 3228 for ac_dir in $ac_dummy; do 3164 3229 test -z "$ac_dir" && ac_dir=. 3165 if test -f $ac_dir/$ac_word; then 3230 if test -f $ac_dir/$ac_word -o \ 3231 -f $ac_dir/$ac_word$ac_exeext ; then 3166 3232 ac_cv_prog_CC="cl" 3167 3233 break … … 3184 3250 3185 3251 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 3186 echo "configure:3 187: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&53252 echo "configure:3253: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 3187 3253 3188 3254 ac_ext=c … … 3195 3261 cat > conftest.$ac_ext << EOF 3196 3262 3197 #line 3 198"configure"3263 #line 3264 "configure" 3198 3264 #include "confdefs.h" 3199 3265 3200 3266 main(){return(0);} 3201 3267 EOF 3202 if { (eval echo configure:32 03: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3268 if { (eval echo configure:3269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3203 3269 ac_cv_prog_cc_works=yes 3204 3270 # If we can't run a trivial program, we are probably using a cross compiler. … … 3226 3292 fi 3227 3293 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 3228 echo "configure:32 29: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&53294 echo "configure:3295: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 3229 3295 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 3230 3296 cross_compiling=$ac_cv_prog_cc_cross 3231 3297 3232 3298 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 3233 echo "configure:3 234: checking whether we are using GNU C" >&53299 echo "configure:3300: checking whether we are using GNU C" >&5 3234 3300 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 3235 3301 echo $ac_n "(cached) $ac_c" 1>&6 … … 3240 3306 #endif 3241 3307 EOF 3242 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3 243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then3308 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3309: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 3243 3309 ac_cv_prog_gcc=yes 3244 3310 else … … 3259 3325 CFLAGS= 3260 3326 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 3261 echo "configure:3 262: checking whether ${CC-cc} accepts -g" >&53327 echo "configure:3328: checking whether ${CC-cc} accepts -g" >&5 3262 3328 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 3263 3329 echo $ac_n "(cached) $ac_c" 1>&6 … … 3296 3362 set dummy $ac_prog; ac_word=$2 3297 3363 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3298 echo "configure:3 299: checking for $ac_word" >&53364 echo "configure:3365: checking for $ac_word" >&5 3299 3365 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 3300 3366 echo $ac_n "(cached) $ac_c" 1>&6 … … 3303 3369 ac_cv_prog_YACC="$YACC" # Let the user override the test. 3304 3370 else 3305 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3371 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3306 3372 ac_dummy="$PATH" 3307 3373 for ac_dir in $ac_dummy; do 3308 3374 test -z "$ac_dir" && ac_dir=. 3309 if test -f $ac_dir/$ac_word; then 3375 if test -f $ac_dir/$ac_word -o \ 3376 -f $ac_dir/$ac_word$ac_exeext ; then 3310 3377 ac_cv_prog_YACC="$ac_prog" 3311 3378 break … … 3327 3394 3328 3395 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 3329 echo "configure:33 30: checking how to run the C preprocessor" >&53396 echo "configure:3397: checking how to run the C preprocessor" >&5 3330 3397 # On Suns, sometimes $CPP names a directory. 3331 3398 if test -n "$CPP" && test -d "$CPP"; then … … 3342 3409 # not just through cpp. 3343 3410 cat > conftest.$ac_ext <<EOF 3344 #line 3345 "configure" 3411 #include <sys/types.h> 3412 #line 3413 "configure" 3345 3413 #include "confdefs.h" 3346 3414 #include <assert.h> … … 3348 3416 EOF 3349 3417 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3350 { (eval echo configure:3 351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3418 { (eval echo configure:3419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3351 3419 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3352 3420 if test -z "$ac_err"; then … … 3359 3427 CPP="${CC-cc} -E -traditional-cpp" 3360 3428 cat > conftest.$ac_ext <<EOF 3361 #line 3362 "configure" 3429 #include <sys/types.h> 3430 #line 3431 "configure" 3362 3431 #include "confdefs.h" 3363 3432 #include <assert.h> … … 3365 3434 EOF 3366 3435 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3367 { (eval echo configure:3 368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3436 { (eval echo configure:3437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3368 3437 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3369 3438 if test -z "$ac_err"; then … … 3376 3445 CPP="${CC-cc} -nologo -E" 3377 3446 cat > conftest.$ac_ext <<EOF 3378 #line 3379 "configure" 3447 #include <sys/types.h> 3448 #line 3449 "configure" 3379 3449 #include "confdefs.h" 3380 3450 #include <assert.h> … … 3382 3452 EOF 3383 3453 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3384 { (eval echo configure:3 385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3454 { (eval echo configure:3455: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3385 3455 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3386 3456 if test -z "$ac_err"; then … … 3412 3482 set dummy $ac_prog; ac_word=$2 3413 3483 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3414 echo "configure:34 15: checking for $ac_word" >&53484 echo "configure:3485: checking for $ac_word" >&5 3415 3485 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 3416 3486 echo $ac_n "(cached) $ac_c" 1>&6 … … 3419 3489 ac_cv_prog_LEX="$LEX" # Let the user override the test. 3420 3490 else 3421 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3491 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3422 3492 ac_dummy="$PATH" 3423 3493 for ac_dir in $ac_dummy; do 3424 3494 test -z "$ac_dir" && ac_dir=. 3425 if test -f $ac_dir/$ac_word; then 3495 if test -f $ac_dir/$ac_word -o \ 3496 -f $ac_dir/$ac_word$ac_exeext ; then 3426 3497 ac_cv_prog_LEX="$ac_prog" 3427 3498 break … … 3445 3516 set dummy flex; ac_word=$2 3446 3517 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3447 echo "configure:3 448: checking for $ac_word" >&53518 echo "configure:3519: checking for $ac_word" >&5 3448 3519 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 3449 3520 echo $ac_n "(cached) $ac_c" 1>&6 … … 3452 3523 ac_cv_prog_LEX="$LEX" # Let the user override the test. 3453 3524 else 3454 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3525 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3455 3526 ac_dummy="$PATH" 3456 3527 for ac_dir in $ac_dummy; do 3457 3528 test -z "$ac_dir" && ac_dir=. 3458 if test -f $ac_dir/$ac_word; then 3529 if test -f $ac_dir/$ac_word -o \ 3530 -f $ac_dir/$ac_word$ac_exeext ; then 3459 3531 ac_cv_prog_LEX="flex" 3460 3532 break … … 3479 3551 esac 3480 3552 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 3481 echo "configure:3 482: checking for yywrap in -l$ac_lib" >&53553 echo "configure:3554: checking for yywrap in -l$ac_lib" >&5 3482 3554 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 3483 3555 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3487 3559 LIBS="-l$ac_lib $LIBS" 3488 3560 cat > conftest.$ac_ext <<EOF 3489 #line 3 490"configure"3561 #line 3562 "configure" 3490 3562 #include "confdefs.h" 3491 3563 /* Override any gcc2 internal prototype to avoid an error. */ … … 3498 3570 ; return 0; } 3499 3571 EOF 3500 if { (eval echo configure:35 01: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3572 if { (eval echo configure:3573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3501 3573 rm -rf conftest* 3502 3574 eval "ac_cv_lib_$ac_lib_var=yes" … … 3521 3593 3522 3594 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 3523 echo "configure:35 24: checking lex output file root" >&53595 echo "configure:3596: checking lex output file root" >&5 3524 3596 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 3525 3597 echo $ac_n "(cached) $ac_c" 1>&6 … … 3542 3614 3543 3615 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 3544 echo "configure:3 545: checking whether yytext is a pointer" >&53616 echo "configure:3617: checking whether yytext is a pointer" >&5 3545 3617 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 3546 3618 echo $ac_n "(cached) $ac_c" 1>&6 … … 3554 3626 LIBS="$LIBS $LEXLIB" 3555 3627 cat > conftest.$ac_ext <<EOF 3556 #line 3 557"configure"3628 #line 3629 "configure" 3557 3629 #include "confdefs.h" 3558 3630 `cat $LEX_OUTPUT_ROOT.c` … … 3561 3633 ; return 0; } 3562 3634 EOF 3563 if { (eval echo configure:3 564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3635 if { (eval echo configure:3636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3564 3636 rm -rf conftest* 3565 3637 ac_cv_prog_lex_yytext_pointer=yes … … 3587 3659 set dummy ranlib; ac_word=$2 3588 3660 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3589 echo "configure:3 590: checking for $ac_word" >&53661 echo "configure:3662: checking for $ac_word" >&5 3590 3662 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 3591 3663 echo $ac_n "(cached) $ac_c" 1>&6 … … 3594 3666 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 3595 3667 else 3596 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3668 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3597 3669 ac_dummy="$PATH" 3598 3670 for ac_dir in $ac_dummy; do 3599 3671 test -z "$ac_dir" && ac_dir=. 3600 if test -f $ac_dir/$ac_word; then 3672 if test -f $ac_dir/$ac_word -o \ 3673 -f $ac_dir/$ac_word$ac_exeext ; then 3601 3674 ac_cv_prog_RANLIB="ranlib" 3602 3675 break … … 3615 3688 3616 3689 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 3617 echo "configure:36 18: checking for ANSI C header files" >&53690 echo "configure:3691: checking for ANSI C header files" >&5 3618 3691 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 3619 3692 echo $ac_n "(cached) $ac_c" 1>&6 3620 3693 else 3621 3694 cat > conftest.$ac_ext <<EOF 3622 #line 3623 "configure" 3695 #include <sys/types.h> 3696 #line 3697 "configure" 3623 3697 #include "confdefs.h" 3624 3698 #include <stdlib.h> … … 3628 3702 EOF 3629 3703 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3630 { (eval echo configure:3 631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3704 { (eval echo configure:3705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3631 3705 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3632 3706 if test -z "$ac_err"; then … … 3645 3719 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 3646 3720 cat > conftest.$ac_ext <<EOF 3647 #line 3 648"configure"3721 #line 3722 "configure" 3648 3722 #include "confdefs.h" 3649 3723 #include <string.h> … … 3663 3737 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 3664 3738 cat > conftest.$ac_ext <<EOF 3665 #line 3 666"configure"3739 #line 3740 "configure" 3666 3740 #include "confdefs.h" 3667 3741 #include <stdlib.h> … … 3684 3758 else 3685 3759 cat > conftest.$ac_ext <<EOF 3686 #line 3 687"configure"3760 #line 3761 "configure" 3687 3761 #include "confdefs.h" 3688 3762 #include <ctype.h> … … 3695 3769 3696 3770 EOF 3697 if { (eval echo configure:3 698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3771 if { (eval echo configure:3772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3698 3772 then 3699 3773 : … … 3719 3793 3720 3794 echo $ac_n "checking for working const""... $ac_c" 1>&6 3721 echo "configure:37 22: checking for working const" >&53795 echo "configure:3796: checking for working const" >&5 3722 3796 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 3723 3797 echo $ac_n "(cached) $ac_c" 1>&6 3724 3798 else 3725 3799 cat > conftest.$ac_ext <<EOF 3726 #line 3 727"configure"3800 #line 3801 "configure" 3727 3801 #include "confdefs.h" 3728 3802 … … 3773 3847 ; return 0; } 3774 3848 EOF 3775 if { (eval echo configure:3 776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3849 if { (eval echo configure:3850: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3776 3850 rm -rf conftest* 3777 3851 ac_cv_c_const=yes … … 3794 3868 3795 3869 echo $ac_n "checking for inline""... $ac_c" 1>&6 3796 echo "configure:3 797: checking for inline" >&53870 echo "configure:3871: checking for inline" >&5 3797 3871 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 3798 3872 echo $ac_n "(cached) $ac_c" 1>&6 … … 3801 3875 for ac_kw in inline __inline__ __inline; do 3802 3876 cat > conftest.$ac_ext <<EOF 3803 #line 38 04"configure"3877 #line 3878 "configure" 3804 3878 #include "confdefs.h" 3805 3879 … … 3808 3882 ; return 0; } 3809 3883 EOF 3810 if { (eval echo configure:38 11: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3884 if { (eval echo configure:3885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3811 3885 rm -rf conftest* 3812 3886 ac_cv_c_inline=$ac_kw; break … … 3834 3908 3835 3909 echo $ac_n "checking for off_t""... $ac_c" 1>&6 3836 echo "configure:3 837: checking for off_t" >&53910 echo "configure:3911: checking for off_t" >&5 3837 3911 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 3838 3912 echo $ac_n "(cached) $ac_c" 1>&6 3839 3913 else 3840 3914 cat > conftest.$ac_ext <<EOF 3841 #line 3 842"configure"3915 #line 3916 "configure" 3842 3916 #include "confdefs.h" 3843 3917 #include <sys/types.h> … … 3867 3941 3868 3942 echo $ac_n "checking for size_t""... $ac_c" 1>&6 3869 echo "configure:3 870: checking for size_t" >&53943 echo "configure:3944: checking for size_t" >&5 3870 3944 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 3871 3945 echo $ac_n "(cached) $ac_c" 1>&6 3872 3946 else 3873 3947 cat > conftest.$ac_ext <<EOF 3874 #line 3 875"configure"3948 #line 3949 "configure" 3875 3949 #include "confdefs.h" 3876 3950 #include <sys/types.h> … … 3902 3976 # for constant arguments. Useless! 3903 3977 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 3904 echo "configure:39 05: checking for working alloca.h" >&53978 echo "configure:3979: checking for working alloca.h" >&5 3905 3979 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 3906 3980 echo $ac_n "(cached) $ac_c" 1>&6 3907 3981 else 3908 3982 cat > conftest.$ac_ext <<EOF 3909 #line 39 10"configure"3983 #line 3984 "configure" 3910 3984 #include "confdefs.h" 3911 3985 #include <alloca.h> … … 3914 3988 ; return 0; } 3915 3989 EOF 3916 if { (eval echo configure:39 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3990 if { (eval echo configure:3991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3917 3991 rm -rf conftest* 3918 3992 ac_cv_header_alloca_h=yes … … 3935 4009 3936 4010 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3937 echo "configure: 3938: checking for alloca" >&54011 echo "configure:4012: checking for alloca" >&5 3938 4012 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3939 4013 echo $ac_n "(cached) $ac_c" 1>&6 3940 4014 else 3941 4015 cat > conftest.$ac_ext <<EOF 3942 #line 3943"configure"4016 #line 4017 "configure" 3943 4017 #include "confdefs.h" 3944 4018 … … 3968 4042 ; return 0; } 3969 4043 EOF 3970 if { (eval echo configure: 3971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4044 if { (eval echo configure:4045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3971 4045 rm -rf conftest* 3972 4046 ac_cv_func_alloca_works=yes … … 4000 4074 4001 4075 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 4002 echo "configure:40 03: checking whether alloca needs Cray hooks" >&54076 echo "configure:4077: checking whether alloca needs Cray hooks" >&5 4003 4077 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 4004 4078 echo $ac_n "(cached) $ac_c" 1>&6 4005 4079 else 4006 4080 cat > conftest.$ac_ext <<EOF 4007 #line 40 08"configure"4081 #line 4082 "configure" 4008 4082 #include "confdefs.h" 4009 4083 #if defined(CRAY) && ! defined(CRAY2) … … 4030 4104 for ac_func in _getb67 GETB67 getb67; do 4031 4105 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4032 echo "configure:4 033: checking for $ac_func" >&54106 echo "configure:4107: checking for $ac_func" >&5 4033 4107 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4034 4108 echo $ac_n "(cached) $ac_c" 1>&6 4035 4109 else 4036 4110 cat > conftest.$ac_ext <<EOF 4037 #line 4 038"configure"4111 #line 4112 "configure" 4038 4112 #include "confdefs.h" 4039 4113 /* System header to define __stub macros and hopefully few prototypes, … … 4058 4132 ; return 0; } 4059 4133 EOF 4060 if { (eval echo configure:4 061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4134 if { (eval echo configure:4135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4061 4135 rm -rf conftest* 4062 4136 eval "ac_cv_func_$ac_func=yes" … … 4085 4159 4086 4160 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 4087 echo "configure:4 088: checking stack direction for C alloca" >&54161 echo "configure:4162: checking stack direction for C alloca" >&5 4088 4162 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 4089 4163 echo $ac_n "(cached) $ac_c" 1>&6 … … 4093 4167 else 4094 4168 cat > conftest.$ac_ext <<EOF 4095 #line 4 096"configure"4169 #line 4170 "configure" 4096 4170 #include "confdefs.h" 4097 4171 find_stack_direction () … … 4112 4186 } 4113 4187 EOF 4114 if { (eval echo configure:41 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4188 if { (eval echo configure:4189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4115 4189 then 4116 4190 ac_cv_c_stack_direction=1 … … 4137 4211 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4138 4212 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4139 echo "configure:4 140: checking for $ac_hdr" >&54213 echo "configure:4214: checking for $ac_hdr" >&5 4140 4214 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4141 4215 echo $ac_n "(cached) $ac_c" 1>&6 4142 4216 else 4143 4217 cat > conftest.$ac_ext <<EOF 4144 #line 4145 "configure" 4218 #include <sys/types.h> 4219 #line 4220 "configure" 4145 4220 #include "confdefs.h" 4146 4221 #include <$ac_hdr> 4147 4222 EOF 4148 4223 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4149 { (eval echo configure:4 150: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4224 { (eval echo configure:4225: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4150 4225 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4151 4226 if test -z "$ac_err"; then … … 4176 4251 do 4177 4252 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4178 echo "configure:4 179: checking for $ac_func" >&54253 echo "configure:4254: checking for $ac_func" >&5 4179 4254 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4180 4255 echo $ac_n "(cached) $ac_c" 1>&6 4181 4256 else 4182 4257 cat > conftest.$ac_ext <<EOF 4183 #line 4 184"configure"4258 #line 4259 "configure" 4184 4259 #include "confdefs.h" 4185 4260 /* System header to define __stub macros and hopefully few prototypes, … … 4204 4279 ; return 0; } 4205 4280 EOF 4206 if { (eval echo configure:42 07: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4281 if { (eval echo configure:4282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4207 4282 rm -rf conftest* 4208 4283 eval "ac_cv_func_$ac_func=yes" … … 4229 4304 4230 4305 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 4231 echo "configure:4 232: checking for working mmap" >&54306 echo "configure:4307: checking for working mmap" >&5 4232 4307 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 4233 4308 echo $ac_n "(cached) $ac_c" 1>&6 … … 4237 4312 else 4238 4313 cat > conftest.$ac_ext <<EOF 4239 #line 4 240"configure"4314 #line 4315 "configure" 4240 4315 #include "confdefs.h" 4241 4316 … … 4377 4452 4378 4453 EOF 4379 if { (eval echo configure:4 380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4454 if { (eval echo configure:4455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4380 4455 then 4381 4456 ac_cv_func_mmap_fixed_mapped=yes … … 4405 4480 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4406 4481 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4407 echo "configure:44 08: checking for $ac_hdr" >&54482 echo "configure:4483: checking for $ac_hdr" >&5 4408 4483 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4409 4484 echo $ac_n "(cached) $ac_c" 1>&6 4410 4485 else 4411 4486 cat > conftest.$ac_ext <<EOF 4412 #line 4413 "configure" 4487 #include <sys/types.h> 4488 #line 4489 "configure" 4413 4489 #include "confdefs.h" 4414 4490 #include <$ac_hdr> 4415 4491 EOF 4416 4492 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4417 { (eval echo configure:44 18: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4493 { (eval echo configure:4494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4418 4494 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4419 4495 if test -z "$ac_err"; then … … 4445 4521 do 4446 4522 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4447 echo "configure:4 448: checking for $ac_func" >&54523 echo "configure:4524: checking for $ac_func" >&5 4448 4524 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4449 4525 echo $ac_n "(cached) $ac_c" 1>&6 4450 4526 else 4451 4527 cat > conftest.$ac_ext <<EOF 4452 #line 4 453"configure"4528 #line 4529 "configure" 4453 4529 #include "confdefs.h" 4454 4530 /* System header to define __stub macros and hopefully few prototypes, … … 4473 4549 ; return 0; } 4474 4550 EOF 4475 if { (eval echo configure:4 476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4551 if { (eval echo configure:4552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4476 4552 rm -rf conftest* 4477 4553 eval "ac_cv_func_$ac_func=yes" … … 4502 4578 do 4503 4579 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4504 echo "configure:45 05: checking for $ac_func" >&54580 echo "configure:4581: checking for $ac_func" >&5 4505 4581 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4506 4582 echo $ac_n "(cached) $ac_c" 1>&6 4507 4583 else 4508 4584 cat > conftest.$ac_ext <<EOF 4509 #line 45 10"configure"4585 #line 4586 "configure" 4510 4586 #include "confdefs.h" 4511 4587 /* System header to define __stub macros and hopefully few prototypes, … … 4530 4606 ; return 0; } 4531 4607 EOF 4532 if { (eval echo configure:4 533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4608 if { (eval echo configure:4609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4533 4609 rm -rf conftest* 4534 4610 eval "ac_cv_func_$ac_func=yes" … … 4564 4640 if test $ac_cv_header_locale_h = yes; then 4565 4641 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 4566 echo "configure:4 567: checking for LC_MESSAGES" >&54642 echo "configure:4643: checking for LC_MESSAGES" >&5 4567 4643 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 4568 4644 echo $ac_n "(cached) $ac_c" 1>&6 4569 4645 else 4570 4646 cat > conftest.$ac_ext <<EOF 4571 #line 4 572"configure"4647 #line 4648 "configure" 4572 4648 #include "confdefs.h" 4573 4649 #include <locale.h> … … 4576 4652 ; return 0; } 4577 4653 EOF 4578 if { (eval echo configure:4 579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4654 if { (eval echo configure:4655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4579 4655 rm -rf conftest* 4580 4656 am_cv_val_LC_MESSAGES=yes … … 4597 4673 fi 4598 4674 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 4599 echo "configure:46 00: checking whether NLS is requested" >&54675 echo "configure:4676: checking whether NLS is requested" >&5 4600 4676 # Check whether --enable-nls or --disable-nls was given. 4601 4677 if test "${enable_nls+set}" = set; then … … 4617 4693 4618 4694 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 4619 echo "configure:46 20: checking whether included gettext is requested" >&54695 echo "configure:4696: checking whether included gettext is requested" >&5 4620 4696 # Check whether --with-included-gettext or --without-included-gettext was given. 4621 4697 if test "${with_included_gettext+set}" = set; then … … 4636 4712 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 4637 4713 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 4638 echo "configure:4 639: checking for libintl.h" >&54714 echo "configure:4715: checking for libintl.h" >&5 4639 4715 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4640 4716 echo $ac_n "(cached) $ac_c" 1>&6 4641 4717 else 4642 4718 cat > conftest.$ac_ext <<EOF 4643 #line 4644 "configure" 4719 #include <sys/types.h> 4720 #line 4721 "configure" 4644 4721 #include "confdefs.h" 4645 4722 #include <libintl.h> 4646 4723 EOF 4647 4724 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4648 { (eval echo configure:4 649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4725 { (eval echo configure:4726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4649 4726 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4650 4727 if test -z "$ac_err"; then … … 4663 4740 echo "$ac_t""yes" 1>&6 4664 4741 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 4665 echo "configure:4 666: checking for gettext in libc" >&54742 echo "configure:4743: checking for gettext in libc" >&5 4666 4743 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 4667 4744 echo $ac_n "(cached) $ac_c" 1>&6 4668 4745 else 4669 4746 cat > conftest.$ac_ext <<EOF 4670 #line 4 671"configure"4747 #line 4748 "configure" 4671 4748 #include "confdefs.h" 4672 4749 #include <libintl.h> … … 4675 4752 ; return 0; } 4676 4753 EOF 4677 if { (eval echo configure:4 678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4754 if { (eval echo configure:4755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4678 4755 rm -rf conftest* 4679 4756 gt_cv_func_gettext_libc=yes … … 4691 4768 if test "$gt_cv_func_gettext_libc" != "yes"; then 4692 4769 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 4693 echo "configure:4 694: checking for bindtextdomain in -lintl" >&54770 echo "configure:4771: checking for bindtextdomain in -lintl" >&5 4694 4771 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 4695 4772 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4699 4776 LIBS="-lintl $LIBS" 4700 4777 cat > conftest.$ac_ext <<EOF 4701 #line 47 02"configure"4778 #line 4779 "configure" 4702 4779 #include "confdefs.h" 4703 4780 /* Override any gcc2 internal prototype to avoid an error. */ … … 4710 4787 ; return 0; } 4711 4788 EOF 4712 if { (eval echo configure:47 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4789 if { (eval echo configure:4790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4713 4790 rm -rf conftest* 4714 4791 eval "ac_cv_lib_$ac_lib_var=yes" … … 4726 4803 echo "$ac_t""yes" 1>&6 4727 4804 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 4728 echo "configure:4 729: checking for gettext in libintl" >&54805 echo "configure:4806: checking for gettext in libintl" >&5 4729 4806 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 4730 4807 echo $ac_n "(cached) $ac_c" 1>&6 4731 4808 else 4732 4809 cat > conftest.$ac_ext <<EOF 4733 #line 4 734"configure"4810 #line 4811 "configure" 4734 4811 #include "confdefs.h" 4735 4812 … … 4738 4815 ; return 0; } 4739 4816 EOF 4740 if { (eval echo configure:4 741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4817 if { (eval echo configure:4818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4741 4818 rm -rf conftest* 4742 4819 gt_cv_func_gettext_libintl=yes … … 4766 4843 set dummy msgfmt; ac_word=$2 4767 4844 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4768 echo "configure:4 769: checking for $ac_word" >&54845 echo "configure:4846: checking for $ac_word" >&5 4769 4846 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4770 4847 echo $ac_n "(cached) $ac_c" 1>&6 … … 4775 4852 ;; 4776 4853 *) 4777 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4854 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4778 4855 for ac_dir in $PATH; do 4779 4856 test -z "$ac_dir" && ac_dir=. … … 4800 4877 do 4801 4878 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4802 echo "configure:48 03: checking for $ac_func" >&54879 echo "configure:4880: checking for $ac_func" >&5 4803 4880 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4804 4881 echo $ac_n "(cached) $ac_c" 1>&6 4805 4882 else 4806 4883 cat > conftest.$ac_ext <<EOF 4807 #line 48 08"configure"4884 #line 4885 "configure" 4808 4885 #include "confdefs.h" 4809 4886 /* System header to define __stub macros and hopefully few prototypes, … … 4828 4905 ; return 0; } 4829 4906 EOF 4830 if { (eval echo configure:4 831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4907 if { (eval echo configure:4908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4831 4908 rm -rf conftest* 4832 4909 eval "ac_cv_func_$ac_func=yes" … … 4855 4932 set dummy gmsgfmt; ac_word=$2 4856 4933 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4857 echo "configure:4 858: checking for $ac_word" >&54934 echo "configure:4935: checking for $ac_word" >&5 4858 4935 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4859 4936 echo $ac_n "(cached) $ac_c" 1>&6 4860 4937 else 4861 4938 case "$GMSGFMT" in 4862 /* )4939 /* | [a-zA-Z]:*) 4863 4940 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4864 4941 ;; 4865 ?:/*) 4942 ?:/*) 4866 4943 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4867 4944 ;; 4868 4945 *) 4869 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4946 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4870 4947 ac_dummy="$PATH" 4871 for ac_dir in $ac_dummy; do 4948 for ac_dir in $ac_dummy; do 4872 4949 test -z "$ac_dir" && ac_dir=. 4873 4950 if test -f $ac_dir/$ac_word; then 4874 4951 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4952 break 4953 fi 4954 if test -f $ac_dir/$ac_word$ac_exeext; then 4955 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 4875 4956 break 4876 4957 fi … … 4891 4972 set dummy xgettext; ac_word=$2 4892 4973 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4893 echo "configure:4 894: checking for $ac_word" >&54974 echo "configure:4975: checking for $ac_word" >&5 4894 4975 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4895 4976 echo $ac_n "(cached) $ac_c" 1>&6 … … 4900 4981 ;; 4901 4982 *) 4902 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4983 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4903 4984 for ac_dir in $PATH; do 4904 4985 test -z "$ac_dir" && ac_dir=. … … 4923 5004 4924 5005 cat > conftest.$ac_ext <<EOF 4925 #line 4926"configure"5006 #line 5007 "configure" 4926 5007 #include "confdefs.h" 4927 5008 … … 4931 5012 ; return 0; } 4932 5013 EOF 4933 if { (eval echo configure: 4934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5014 if { (eval echo configure:5015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4934 5015 rm -rf conftest* 4935 5016 CATOBJEXT=.gmo … … 4963 5044 set dummy msgfmt; ac_word=$2 4964 5045 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4965 echo "configure: 4966: checking for $ac_word" >&55046 echo "configure:5047: checking for $ac_word" >&5 4966 5047 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4967 5048 echo $ac_n "(cached) $ac_c" 1>&6 … … 4972 5053 ;; 4973 5054 *) 4974 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"5055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4975 5056 for ac_dir in $PATH; do 4976 5057 test -z "$ac_dir" && ac_dir=. … … 4997 5078 set dummy gmsgfmt; ac_word=$2 4998 5079 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4999 echo "configure:50 00: checking for $ac_word" >&55080 echo "configure:5081: checking for $ac_word" >&5 5000 5081 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 5001 5082 echo $ac_n "(cached) $ac_c" 1>&6 5002 5083 else 5003 5084 case "$GMSGFMT" in 5004 /* )5085 /* | [a-zA-Z]:*) 5005 5086 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 5006 5087 ;; 5007 ?:/*) 5088 ?:/*) 5008 5089 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 5009 5090 ;; 5010 5091 *) 5011 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"5092 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 5012 5093 ac_dummy="$PATH" 5013 for ac_dir in $ac_dummy; do 5094 for ac_dir in $ac_dummy; do 5014 5095 test -z "$ac_dir" && ac_dir=. 5015 5096 if test -f $ac_dir/$ac_word; then 5016 5097 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 5098 break 5099 fi 5100 if test -f $ac_dir/$ac_word$ac_exeext; then 5101 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 5017 5102 break 5018 5103 fi … … 5033 5118 set dummy xgettext; ac_word=$2 5034 5119 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5035 echo "configure:5 036: checking for $ac_word" >&55120 echo "configure:5121: checking for $ac_word" >&5 5036 5121 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 5037 5122 echo $ac_n "(cached) $ac_c" 1>&6 … … 5042 5127 ;; 5043 5128 *) 5044 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"5129 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 5045 5130 for ac_dir in $PATH; do 5046 5131 test -z "$ac_dir" && ac_dir=. … … 5123 5208 else 5124 5209 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 5125 echo "configure:5 126: checking for catalogs to be installed" >&55210 echo "configure:5211: checking for catalogs to be installed" >&5 5126 5211 NEW_LINGUAS= 5127 5212 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 5151 5236 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 5152 5237 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 5153 echo "configure:5 154: checking for linux/version.h" >&55238 echo "configure:5239: checking for linux/version.h" >&5 5154 5239 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5155 5240 echo $ac_n "(cached) $ac_c" 1>&6 5156 5241 else 5157 5242 cat > conftest.$ac_ext <<EOF 5158 #line 5159 "configure" 5243 #include <sys/types.h> 5244 #line 5245 "configure" 5159 5245 #include "confdefs.h" 5160 5246 #include <linux/version.h> 5161 5247 EOF 5162 5248 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5163 { (eval echo configure:5 164: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5249 { (eval echo configure:5250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5164 5250 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5165 5251 if test -z "$ac_err"; then … … 5209 5295 test -d po || mkdir po 5210 5296 if test "x$srcdir" != "x."; then 5211 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then5297 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then 5212 5298 posrcprefix="$srcdir/" 5213 5299 else … … 5224 5310 5225 5311 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 5226 echo "configure:5 227: checking whether to enable maintainer-specific portions of Makefiles" >&55312 echo "configure:5313: checking whether to enable maintainer-specific portions of Makefiles" >&5 5227 5313 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 5228 5314 if test "${enable_maintainer_mode+set}" = set; then … … 5248 5334 5249 5335 5336 5250 5337 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 5251 echo "configure:5 252: checking for executable suffix" >&55338 echo "configure:5339: checking for executable suffix" >&5 5252 5339 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 5253 5340 echo $ac_n "(cached) $ac_c" 1>&6 5254 5341 else 5255 if test "$CYGWIN" = yes || test "$MINGW32" = yes ; then5342 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 5256 5343 ac_cv_exeext=.exe 5257 5344 else … … 5259 5346 echo 'int main () { return 0; }' > conftest.$ac_ext 5260 5347 ac_cv_exeext= 5261 if { (eval echo configure:5 262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then5348 if { (eval echo configure:5349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 5262 5349 for file in conftest.*; do 5263 5350 case $file in 5264 *.c | *.o | *.obj | *.ilk | *.pdb) ;;5351 *.c | *.o | *.obj) ;; 5265 5352 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 5266 5353 esac … … 5284 5371 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5285 5372 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5286 echo "configure:5 287: checking for $ac_hdr" >&55373 echo "configure:5374: checking for $ac_hdr" >&5 5287 5374 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5288 5375 echo $ac_n "(cached) $ac_c" 1>&6 5289 5376 else 5290 5377 cat > conftest.$ac_ext <<EOF 5291 #line 5292 "configure" 5378 #include <sys/types.h> 5379 #line 5380 "configure" 5292 5380 #include "confdefs.h" 5293 5381 #include <$ac_hdr> 5294 5382 EOF 5295 5383 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5296 { (eval echo configure:5 297: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5384 { (eval echo configure:5385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5297 5385 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5298 5386 if test -z "$ac_err"; then … … 5324 5412 # people who are not cross-compiling but are compiling cross-assemblers. 5325 5413 echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6 5326 echo "configure:5 327: checking whether compiling a cross-assembler" >&55414 echo "configure:5415: checking whether compiling a cross-assembler" >&5 5327 5415 if test "${host}" = "${target}"; then 5328 5416 cross_gas=no … … 5339 5427 # for constant arguments. Useless! 5340 5428 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 5341 echo "configure:5 342: checking for working alloca.h" >&55429 echo "configure:5430: checking for working alloca.h" >&5 5342 5430 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 5343 5431 echo $ac_n "(cached) $ac_c" 1>&6 5344 5432 else 5345 5433 cat > conftest.$ac_ext <<EOF 5346 #line 5 347"configure"5434 #line 5435 "configure" 5347 5435 #include "confdefs.h" 5348 5436 #include <alloca.h> … … 5351 5439 ; return 0; } 5352 5440 EOF 5353 if { (eval echo configure:5 354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5441 if { (eval echo configure:5442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5354 5442 rm -rf conftest* 5355 5443 ac_cv_header_alloca_h=yes … … 5372 5460 5373 5461 echo $ac_n "checking for alloca""... $ac_c" 1>&6 5374 echo "configure:5 375: checking for alloca" >&55462 echo "configure:5463: checking for alloca" >&5 5375 5463 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 5376 5464 echo $ac_n "(cached) $ac_c" 1>&6 5377 5465 else 5378 5466 cat > conftest.$ac_ext <<EOF 5379 #line 5 380"configure"5467 #line 5468 "configure" 5380 5468 #include "confdefs.h" 5381 5469 … … 5405 5493 ; return 0; } 5406 5494 EOF 5407 if { (eval echo configure:54 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5495 if { (eval echo configure:5496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5408 5496 rm -rf conftest* 5409 5497 ac_cv_func_alloca_works=yes … … 5437 5525 5438 5526 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 5439 echo "configure:5 440: checking whether alloca needs Cray hooks" >&55527 echo "configure:5528: checking whether alloca needs Cray hooks" >&5 5440 5528 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 5441 5529 echo $ac_n "(cached) $ac_c" 1>&6 5442 5530 else 5443 5531 cat > conftest.$ac_ext <<EOF 5444 #line 5 445"configure"5532 #line 5533 "configure" 5445 5533 #include "confdefs.h" 5446 5534 #if defined(CRAY) && ! defined(CRAY2) … … 5467 5555 for ac_func in _getb67 GETB67 getb67; do 5468 5556 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5469 echo "configure:5 470: checking for $ac_func" >&55557 echo "configure:5558: checking for $ac_func" >&5 5470 5558 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5471 5559 echo $ac_n "(cached) $ac_c" 1>&6 5472 5560 else 5473 5561 cat > conftest.$ac_ext <<EOF 5474 #line 5 475"configure"5562 #line 5563 "configure" 5475 5563 #include "confdefs.h" 5476 5564 /* System header to define __stub macros and hopefully few prototypes, … … 5495 5583 ; return 0; } 5496 5584 EOF 5497 if { (eval echo configure:5 498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5585 if { (eval echo configure:5586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5498 5586 rm -rf conftest* 5499 5587 eval "ac_cv_func_$ac_func=yes" … … 5522 5610 5523 5611 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 5524 echo "configure:5 525: checking stack direction for C alloca" >&55612 echo "configure:5613: checking stack direction for C alloca" >&5 5525 5613 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 5526 5614 echo $ac_n "(cached) $ac_c" 1>&6 … … 5530 5618 else 5531 5619 cat > conftest.$ac_ext <<EOF 5532 #line 5 533"configure"5620 #line 5621 "configure" 5533 5621 #include "confdefs.h" 5534 5622 find_stack_direction () … … 5549 5637 } 5550 5638 EOF 5551 if { (eval echo configure:5 552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null5639 if { (eval echo configure:5640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 5552 5640 then 5553 5641 ac_cv_c_stack_direction=1 … … 5571 5659 5572 5660 echo $ac_n "checking for inline""... $ac_c" 1>&6 5573 echo "configure:5 574: checking for inline" >&55661 echo "configure:5662: checking for inline" >&5 5574 5662 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 5575 5663 echo $ac_n "(cached) $ac_c" 1>&6 … … 5578 5666 for ac_kw in inline __inline__ __inline; do 5579 5667 cat > conftest.$ac_ext <<EOF 5580 #line 5 581"configure"5668 #line 5669 "configure" 5581 5669 #include "confdefs.h" 5582 5670 … … 5585 5673 ; return 0; } 5586 5674 EOF 5587 if { (eval echo configure:5 588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5675 if { (eval echo configure:5676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 5588 5676 rm -rf conftest* 5589 5677 ac_cv_c_inline=$ac_kw; break … … 5615 5703 do 5616 5704 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5617 echo "configure:5 618: checking for $ac_func" >&55705 echo "configure:5706: checking for $ac_func" >&5 5618 5706 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5619 5707 echo $ac_n "(cached) $ac_c" 1>&6 5620 5708 else 5621 5709 cat > conftest.$ac_ext <<EOF 5622 #line 5 623"configure"5710 #line 5711 "configure" 5623 5711 #include "confdefs.h" 5624 5712 /* System header to define __stub macros and hopefully few prototypes, … … 5643 5731 ; return 0; } 5644 5732 EOF 5645 if { (eval echo configure:5 646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5733 if { (eval echo configure:5734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5646 5734 rm -rf conftest* 5647 5735 eval "ac_cv_func_$ac_func=yes" … … 5672 5760 do 5673 5761 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5674 echo "configure:5 675: checking for $ac_func" >&55762 echo "configure:5763: checking for $ac_func" >&5 5675 5763 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5676 5764 echo $ac_n "(cached) $ac_c" 1>&6 5677 5765 else 5678 5766 cat > conftest.$ac_ext <<EOF 5679 #line 5 680"configure"5767 #line 5768 "configure" 5680 5768 #include "confdefs.h" 5681 5769 /* System header to define __stub macros and hopefully few prototypes, … … 5700 5788 ; return 0; } 5701 5789 EOF 5702 if { (eval echo configure:57 03: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5790 if { (eval echo configure:5791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5703 5791 rm -rf conftest* 5704 5792 eval "ac_cv_func_$ac_func=yes" … … 5735 5823 *-ncr-sysv4.3*) 5736 5824 echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6 5737 echo "configure:5 738: checking for _mwvalidcheckl in -lmw" >&55825 echo "configure:5826: checking for _mwvalidcheckl in -lmw" >&5 5738 5826 ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'` 5739 5827 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5743 5831 LIBS="-lmw $LIBS" 5744 5832 cat > conftest.$ac_ext <<EOF 5745 #line 5 746"configure"5833 #line 5834 "configure" 5746 5834 #include "confdefs.h" 5747 5835 /* Override any gcc2 internal prototype to avoid an error. */ … … 5754 5842 ; return 0; } 5755 5843 EOF 5756 if { (eval echo configure:5 757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5844 if { (eval echo configure:5845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5757 5845 rm -rf conftest* 5758 5846 eval "ac_cv_lib_$ac_lib_var=yes" … … 5775 5863 5776 5864 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 5777 echo "configure:5 778: checking for main in -lm" >&55865 echo "configure:5866: checking for main in -lm" >&5 5778 5866 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` 5779 5867 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5783 5871 LIBS="-lm $LIBS" 5784 5872 cat > conftest.$ac_ext <<EOF 5785 #line 5 786"configure"5873 #line 5874 "configure" 5786 5874 #include "confdefs.h" 5787 5875 … … 5790 5878 ; return 0; } 5791 5879 EOF 5792 if { (eval echo configure:5 793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5880 if { (eval echo configure:5881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5793 5881 rm -rf conftest* 5794 5882 eval "ac_cv_lib_$ac_lib_var=yes" … … 5813 5901 *) 5814 5902 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 5815 echo "configure:5 816: checking for main in -lm" >&55903 echo "configure:5904: checking for main in -lm" >&5 5816 5904 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'` 5817 5905 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5821 5909 LIBS="-lm $LIBS" 5822 5910 cat > conftest.$ac_ext <<EOF 5823 #line 5 824"configure"5911 #line 5912 "configure" 5824 5912 #include "confdefs.h" 5825 5913 … … 5828 5916 ; return 0; } 5829 5917 EOF 5830 if { (eval echo configure:5 831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5918 if { (eval echo configure:5919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5831 5919 rm -rf conftest* 5832 5920 eval "ac_cv_lib_$ac_lib_var=yes" … … 5859 5947 # working properly! 5860 5948 echo $ac_n "checking for working assert macro""... $ac_c" 1>&6 5861 echo "configure:5 862: checking for working assert macro" >&55949 echo "configure:5950: checking for working assert macro" >&5 5862 5950 if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then 5863 5951 echo $ac_n "(cached) $ac_c" 1>&6 5864 5952 else 5865 5953 cat > conftest.$ac_ext <<EOF 5866 #line 5 867"configure"5954 #line 5955 "configure" 5867 5955 #include "confdefs.h" 5868 5956 #include <assert.h> … … 5880 5968 ; return 0; } 5881 5969 EOF 5882 if { (eval echo configure:5 883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5970 if { (eval echo configure:5971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5883 5971 rm -rf conftest* 5884 5972 gas_cv_assert_ok=yes … … 5921 6009 5922 6010 echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6 5923 echo "configure: 5924: checking whether declaration is required for strstr" >&56011 echo "configure:6012: checking whether declaration is required for strstr" >&5 5924 6012 if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then 5925 6013 echo $ac_n "(cached) $ac_c" 1>&6 5926 6014 else 5927 6015 cat > conftest.$ac_ext <<EOF 5928 #line 5929"configure"6016 #line 6017 "configure" 5929 6017 #include "confdefs.h" 5930 6018 $gas_test_headers … … 5937 6025 ; return 0; } 5938 6026 EOF 5939 if { (eval echo configure: 5940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6027 if { (eval echo configure:6028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5940 6028 rm -rf conftest* 5941 6029 gas_cv_decl_needed_strstr=no … … 5958 6046 5959 6047 echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6 5960 echo "configure: 5961: checking whether declaration is required for malloc" >&56048 echo "configure:6049: checking whether declaration is required for malloc" >&5 5961 6049 if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then 5962 6050 echo $ac_n "(cached) $ac_c" 1>&6 5963 6051 else 5964 6052 cat > conftest.$ac_ext <<EOF 5965 #line 5966"configure"6053 #line 6054 "configure" 5966 6054 #include "confdefs.h" 5967 6055 $gas_test_headers … … 5974 6062 ; return 0; } 5975 6063 EOF 5976 if { (eval echo configure: 5977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6064 if { (eval echo configure:6065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5977 6065 rm -rf conftest* 5978 6066 gas_cv_decl_needed_malloc=no … … 5995 6083 5996 6084 echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6 5997 echo "configure: 5998: checking whether declaration is required for free" >&56085 echo "configure:6086: checking whether declaration is required for free" >&5 5998 6086 if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then 5999 6087 echo $ac_n "(cached) $ac_c" 1>&6 6000 6088 else 6001 6089 cat > conftest.$ac_ext <<EOF 6002 #line 60 03"configure"6090 #line 6091 "configure" 6003 6091 #include "confdefs.h" 6004 6092 $gas_test_headers … … 6011 6099 ; return 0; } 6012 6100 EOF 6013 if { (eval echo configure:6 014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6101 if { (eval echo configure:6102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6014 6102 rm -rf conftest* 6015 6103 gas_cv_decl_needed_free=no … … 6032 6120 6033 6121 echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6 6034 echo "configure:6 035: checking whether declaration is required for sbrk" >&56122 echo "configure:6123: checking whether declaration is required for sbrk" >&5 6035 6123 if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then 6036 6124 echo $ac_n "(cached) $ac_c" 1>&6 6037 6125 else 6038 6126 cat > conftest.$ac_ext <<EOF 6039 #line 6 040"configure"6127 #line 6128 "configure" 6040 6128 #include "confdefs.h" 6041 6129 $gas_test_headers … … 6048 6136 ; return 0; } 6049 6137 EOF 6050 if { (eval echo configure:6 051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6138 if { (eval echo configure:6139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6051 6139 rm -rf conftest* 6052 6140 gas_cv_decl_needed_sbrk=no … … 6069 6157 6070 6158 echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6 6071 echo "configure:6 072: checking whether declaration is required for environ" >&56159 echo "configure:6160: checking whether declaration is required for environ" >&5 6072 6160 if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then 6073 6161 echo $ac_n "(cached) $ac_c" 1>&6 6074 6162 else 6075 6163 cat > conftest.$ac_ext <<EOF 6076 #line 6 077"configure"6164 #line 6165 "configure" 6077 6165 #include "confdefs.h" 6078 6166 $gas_test_headers … … 6085 6173 ; return 0; } 6086 6174 EOF 6087 if { (eval echo configure:6 088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6175 if { (eval echo configure:6176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6088 6176 rm -rf conftest* 6089 6177 gas_cv_decl_needed_environ=no … … 6109 6197 6110 6198 echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6 6111 echo "configure:6 112: checking whether declaration is required for errno" >&56199 echo "configure:6200: checking whether declaration is required for errno" >&5 6112 6200 if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then 6113 6201 echo $ac_n "(cached) $ac_c" 1>&6 6114 6202 else 6115 6203 cat > conftest.$ac_ext <<EOF 6116 #line 6 117"configure"6204 #line 6205 "configure" 6117 6205 #include "confdefs.h" 6118 6206 … … 6129 6217 ; return 0; } 6130 6218 EOF 6131 if { (eval echo configure:6 132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6219 if { (eval echo configure:6220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6132 6220 rm -rf conftest* 6133 6221 gas_cv_decl_needed_errno=no … … 6226 6314 # Run this file to recreate the current configuration. 6227 6315 # This directory was configured as follows, 6316 EOF 6317 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 6318 cat >> $CONFIG_STATUS <<EOF 6228 6319 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 6229 6320 # … … 6251 6342 ac_given_srcdir=$srcdir 6252 6343 ac_given_INSTALL="$INSTALL" 6344 PATHIFS="$PATH_IFS" 6253 6345 6254 6346 trap 'rm -fr `echo "Makefile doc/Makefile ${GDBINIT}:gdbinit.in po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 6261 6353 $ac_vpsub 6262 6354 $extrasub 6355 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 6263 6356 s%@SHELL@%$SHELL%g 6264 6357 s%@CFLAGS@%$CFLAGS%g … … 6284 6377 s%@infodir@%$infodir%g 6285 6378 s%@mandir@%$mandir%g 6379 s%@PATH_IFS@%$PATH_IFS%g 6380 s%@EXEEXT@%$EXEEXT%g 6286 6381 s%@host@%$host%g 6287 6382 s%@host_alias@%$host_alias%g … … 6313 6408 s%@LN_S@%$LN_S%g 6314 6409 s%@OBJEXT@%$OBJEXT%g 6315 s%@EXEEXT@%$EXEEXT%g6316 6410 s%@RANLIB@%$RANLIB%g 6317 6411 s%@STRIP@%$STRIP%g … … 6429 6523 if test -z "$ac_dots"; then top_srcdir=. 6430 6524 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 6431 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 6525 /* | [A-Za-z]:*) 6526 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 6432 6527 *) # Relative path. 6433 6528 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 6436 6531 6437 6532 case "$ac_given_INSTALL" in 6438 [/$]* ) INSTALL="$ac_given_INSTALL" ;;6533 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 6439 6534 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 6440 6535 esac … … 6449 6544 esac 6450 6545 6451 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`6546 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 6452 6547 sed -e "$ac_comsub 6453 6548 s%@configure_input@%$configure_input%g … … 6496 6591 6497 6592 rm -f conftest.frag conftest.in conftest.out 6498 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 6593 # kso the other way around might work better with drive letters and such. 6594 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 6595 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 6499 6596 cat $ac_file_inputs > conftest.in 6500 6597 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/gprof/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 50 50 silent= 51 51 site= 52 sitefile=53 52 srcdir= 54 53 target=NONE … … 165 164 --no-create do not create output files 166 165 --quiet, --silent do not print \`checking...' messages 167 --site-file=FILE use FILE as the site file168 166 --version print the version of autoconf that created configure 169 167 Directory and file names: … … 336 334 site="$ac_optarg" ;; 337 335 338 -site-file | --site-file | --site-fil | --site-fi | --site-f)339 ac_prev=sitefile ;;340 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)341 sitefile="$ac_optarg" ;;342 343 336 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 344 337 ac_prev=srcdir ;; … … 506 499 507 500 # Prefer explicitly selected file to automatically selected ones. 508 if test -z "$sitefile"; then 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" 514 fi 501 if test -z "$CONFIG_SITE"; then 502 if test "x$prefix" != xNONE; then 503 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 504 else 505 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 515 506 fi 516 else517 CONFIG_SITE="$sitefile"518 507 fi 519 508 for ac_site_file in $CONFIG_SITE; do … … 553 542 fi 554 543 544 echo $ac_n "checking for path separator""... $ac_c" 1>&6 545 echo "configure:546: checking for path separator" >&5 546 # Filter path to get backslahes into forwardslashes 547 case "`uname -s 2> /dev/null`" in 548 OS/2) 549 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 550 PATH_IFS=';' 551 ;; 552 *) 553 PATH_IFS=':' 554 ;; 555 esac 556 echo "$ac_t""${PATH_IFS}" 1>&6 557 555 558 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 556 echo "configure:5 57: checking for Cygwin environment" >&5559 echo "configure:560: checking for Cygwin environment" >&5 557 560 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 558 561 echo $ac_n "(cached) $ac_c" 1>&6 559 562 else 560 563 cat > conftest.$ac_ext <<EOF 561 #line 56 2"configure"564 #line 565 "configure" 562 565 #include "confdefs.h" 563 566 … … 570 573 ; return 0; } 571 574 EOF 572 if { (eval echo configure:57 3: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then575 if { (eval echo configure:576: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 573 576 rm -rf conftest* 574 577 ac_cv_cygwin=yes … … 587 590 test "$ac_cv_cygwin" = yes && CYGWIN=yes 588 591 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 589 echo "configure:59 0: checking for mingw32 environment" >&5592 echo "configure:593: checking for mingw32 environment" >&5 590 593 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 591 594 echo $ac_n "(cached) $ac_c" 1>&6 592 595 else 593 596 cat > conftest.$ac_ext <<EOF 594 #line 59 5"configure"597 #line 598 "configure" 595 598 #include "confdefs.h" 596 599 … … 599 602 ; return 0; } 600 603 EOF 601 if { (eval echo configure:60 2: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then604 if { (eval echo configure:605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 602 605 rm -rf conftest* 603 606 ac_cv_mingw32=yes … … 615 618 MINGW32= 616 619 test "$ac_cv_mingw32" = yes && MINGW32=yes 620 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 621 echo "configure:622: checking for EMX/OS2 environment" >&5 622 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 623 echo $ac_n "(cached) $ac_c" 1>&6 624 else 625 : ${CC=gcc.exe} 626 cat > conftest.$ac_ext <<EOF 627 #line 628 "configure" 628 #include "confdefs.h" 629 630 int main() { 631 return __EMX__; 632 ; return 0; } 633 EOF 634 if { (eval echo configure:635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 635 rm -rf conftest* 636 ac_cv_emxos2=yes 637 else 638 echo "configure: failed program was:" >&5 639 cat conftest.$ac_ext >&5 640 rm -rf conftest* 641 ac_cv_emxos2=no 642 fi 643 rm -f conftest* 644 rm -f conftest* 645 fi 646 647 echo "$ac_t""$ac_cv_emxos2" 1>&6 648 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 649 echo $ac_n "(cached) $ac_c" 1>&6 650 else 651 if test "$ac_cv_emxos2" = yes ; then 652 ac_cv_libpre= 653 else 654 ac_cv_libpre=lib 655 fi 656 657 fi 658 659 EMXOS2= 660 test "$ac_cv_emxos2" = yes && EMXOS2=yes 661 662 663 664 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 665 echo "configure:666: checking for executable suffix" >&5 666 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 667 echo $ac_n "(cached) $ac_c" 1>&6 668 else 669 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 670 ac_cv_exeext=.exe 671 else 672 rm -f conftest* 673 echo 'int main () { return 0; }' > conftest.$ac_ext 674 ac_cv_exeext= 675 if { (eval echo configure:676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 676 for file in conftest.*; do 677 case $file in 678 *.c | *.o | *.obj) ;; 679 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 680 esac 681 done 682 else 683 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 684 fi 685 rm -f conftest* 686 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 687 fi 688 fi 689 690 EXEEXT="" 691 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 692 echo "$ac_t""${ac_cv_exeext}" 1>&6 693 ac_exeext=$EXEEXT 694 617 695 618 696 … … 664 742 665 743 echo $ac_n "checking host system type""... $ac_c" 1>&6 666 echo "configure: 667: checking host system type" >&5744 echo "configure:745: checking host system type" >&5 667 745 668 746 host_alias=$host … … 685 763 686 764 echo $ac_n "checking target system type""... $ac_c" 1>&6 687 echo "configure: 688: checking target system type" >&5765 echo "configure:766: checking target system type" >&5 688 766 689 767 target_alias=$target … … 703 781 704 782 echo $ac_n "checking build system type""... $ac_c" 1>&6 705 echo "configure:7 06: checking build system type" >&5783 echo "configure:784: checking build system type" >&5 706 784 707 785 build_alias=$build … … 728 806 set dummy gcc; ac_word=$2 729 807 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 730 echo "configure: 731: checking for $ac_word" >&5808 echo "configure:809: checking for $ac_word" >&5 731 809 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 732 810 echo $ac_n "(cached) $ac_c" 1>&6 … … 735 813 ac_cv_prog_CC="$CC" # Let the user override the test. 736 814 else 737 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"815 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 738 816 ac_dummy="$PATH" 739 817 for ac_dir in $ac_dummy; do 740 818 test -z "$ac_dir" && ac_dir=. 741 if test -f $ac_dir/$ac_word; then 819 if test -f $ac_dir/$ac_word -o \ 820 -f $ac_dir/$ac_word$ac_exeext ; then 742 821 ac_cv_prog_CC="gcc" 743 822 break … … 758 837 set dummy cc; ac_word=$2 759 838 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 760 echo "configure: 761: checking for $ac_word" >&5839 echo "configure:840: checking for $ac_word" >&5 761 840 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 762 841 echo $ac_n "(cached) $ac_c" 1>&6 … … 765 844 ac_cv_prog_CC="$CC" # Let the user override the test. 766 845 else 767 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"846 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 768 847 ac_prog_rejected=no 769 848 ac_dummy="$PATH" 770 849 for ac_dir in $ac_dummy; do 771 850 test -z "$ac_dir" && ac_dir=. 772 if test -f $ac_dir/$ac_word; then 773 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 851 if test -f $ac_dir/$ac_word -o \ 852 -f $ac_dir/$ac_word$ac_exeext ; then 853 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 854 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 774 855 ac_prog_rejected=yes 775 856 continue … … 809 890 set dummy cl; ac_word=$2 810 891 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 811 echo "configure:8 12: checking for $ac_word" >&5892 echo "configure:893: checking for $ac_word" >&5 812 893 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 813 894 echo $ac_n "(cached) $ac_c" 1>&6 … … 816 897 ac_cv_prog_CC="$CC" # Let the user override the test. 817 898 else 818 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"899 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 819 900 ac_dummy="$PATH" 820 901 for ac_dir in $ac_dummy; do 821 902 test -z "$ac_dir" && ac_dir=. 822 if test -f $ac_dir/$ac_word; then 903 if test -f $ac_dir/$ac_word -o \ 904 -f $ac_dir/$ac_word$ac_exeext ; then 823 905 ac_cv_prog_CC="cl" 824 906 break … … 841 923 842 924 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 843 echo "configure: 844: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5925 echo "configure:926: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 844 926 845 927 ac_ext=c … … 852 934 cat > conftest.$ac_ext << EOF 853 935 854 #line 855"configure"936 #line 937 "configure" 855 937 #include "confdefs.h" 856 938 857 939 main(){return(0);} 858 940 EOF 859 if { (eval echo configure: 860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then941 if { (eval echo configure:942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 860 942 ac_cv_prog_cc_works=yes 861 943 # If we can't run a trivial program, we are probably using a cross compiler. … … 883 965 fi 884 966 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 885 echo "configure: 886: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5967 echo "configure:968: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 886 968 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 887 969 cross_compiling=$ac_cv_prog_cc_cross 888 970 889 971 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 890 echo "configure: 891: checking whether we are using GNU C" >&5972 echo "configure:973: checking whether we are using GNU C" >&5 891 973 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 892 974 echo $ac_n "(cached) $ac_c" 1>&6 … … 897 979 #endif 898 980 EOF 899 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9 00: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then981 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 900 982 ac_cv_prog_gcc=yes 901 983 else … … 916 998 CFLAGS= 917 999 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 918 echo "configure: 919: checking whether ${CC-cc} accepts -g" >&51000 echo "configure:1001: checking whether ${CC-cc} accepts -g" >&5 919 1001 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 920 1002 echo $ac_n "(cached) $ac_c" 1>&6 … … 948 1030 949 1031 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 950 echo "configure: 951: checking for POSIXized ISC" >&51032 echo "configure:1033: checking for POSIXized ISC" >&5 951 1033 if test -d /etc/conf/kconfig.d && 952 1034 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 982 1064 # ./install, which can be erroneously created by make from ./install.sh. 983 1065 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 984 echo "configure: 985: checking for a BSD compatible install" >&51066 echo "configure:1067: checking for a BSD compatible install" >&5 985 1067 if test -z "$INSTALL"; then 986 1068 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 987 1069 echo $ac_n "(cached) $ac_c" 1>&6 988 1070 else 989 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1071 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 990 1072 for ac_dir in $PATH; do 991 1073 # Account for people who put trailing slashes in PATH elements. 992 1074 case "$ac_dir/" in 993 1075 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1076 # We reject the install program from OS/2 or W3.1 1077 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 994 1078 *) 995 1079 # OSF1 and SCO ODT 3.0 have their own names for install. … … 997 1081 # by default. 998 1082 for ac_prog in ginstall scoinst install; do 999 if test -f $ac_dir/$ac_prog ; then1083 if test -f $ac_dir/$ac_prog$ac_exeext; then 1000 1084 if test $ac_prog = install && 1001 1085 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 1003 1087 : 1004 1088 else 1005 ac_cv_path_install="$ac_dir/$ac_prog -c"1089 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1006 1090 break 2 1007 1091 fi … … 1035 1119 1036 1120 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1037 echo "configure:1 038: checking whether build environment is sane" >&51121 echo "configure:1122: checking whether build environment is sane" >&5 1038 1122 # Just in case 1039 1123 sleep 1 … … 1092 1176 1093 1177 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1094 echo "configure:1 095: checking whether ${MAKE-make} sets \${MAKE}" >&51178 echo "configure:1179: checking whether ${MAKE-make} sets \${MAKE}" >&5 1095 1179 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1096 1180 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1138 1222 missing_dir=`cd $ac_aux_dir && pwd` 1139 1223 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1140 echo "configure:1 141: checking for working aclocal" >&51224 echo "configure:1225: checking for working aclocal" >&5 1141 1225 # Run test in a subshell; some versions of sh will print an error if 1142 1226 # an executable is not found, even if stderr is redirected. … … 1151 1235 1152 1236 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1153 echo "configure:1 154: checking for working autoconf" >&51237 echo "configure:1238: checking for working autoconf" >&5 1154 1238 # Run test in a subshell; some versions of sh will print an error if 1155 1239 # an executable is not found, even if stderr is redirected. … … 1164 1248 1165 1249 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1166 echo "configure:1 167: checking for working automake" >&51250 echo "configure:1251: checking for working automake" >&5 1167 1251 # Run test in a subshell; some versions of sh will print an error if 1168 1252 # an executable is not found, even if stderr is redirected. … … 1177 1261 1178 1262 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1179 echo "configure:1 180: checking for working autoheader" >&51263 echo "configure:1264: checking for working autoheader" >&5 1180 1264 # Run test in a subshell; some versions of sh will print an error if 1181 1265 # an executable is not found, even if stderr is redirected. … … 1190 1274 1191 1275 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1192 echo "configure:1 193: checking for working makeinfo" >&51276 echo "configure:1277: checking for working makeinfo" >&5 1193 1277 # Run test in a subshell; some versions of sh will print an error if 1194 1278 # an executable is not found, even if stderr is redirected. … … 1285 1369 # Check if gcc -print-prog-name=ld gives a path. 1286 1370 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1287 echo "configure:1 288: checking for ld used by GCC" >&51371 echo "configure:1372: checking for ld used by GCC" >&5 1288 1372 case $host in 1289 1373 *-*-mingw*) … … 1315 1399 elif test "$with_gnu_ld" = yes; then 1316 1400 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1317 echo "configure:1 318: checking for GNU ld" >&51401 echo "configure:1402: checking for GNU ld" >&5 1318 1402 else 1319 1403 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1320 echo "configure:1 321: checking for non-GNU ld" >&51404 echo "configure:1405: checking for non-GNU ld" >&5 1321 1405 fi 1322 1406 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then … … 1353 1437 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1354 1438 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1355 echo "configure:1 356: checking if the linker ($LD) is GNU ld" >&51439 echo "configure:1440: checking if the linker ($LD) is GNU ld" >&5 1356 1440 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1357 1441 echo $ac_n "(cached) $ac_c" 1>&6 … … 1370 1454 1371 1455 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1372 echo "configure:1 373: checking for $LD option to reload object files" >&51456 echo "configure:1457: checking for $LD option to reload object files" >&5 1373 1457 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1374 1458 echo $ac_n "(cached) $ac_c" 1>&6 … … 1382 1466 1383 1467 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1384 echo "configure:1 385: checking for BSD-compatible nm" >&51468 echo "configure:1469: checking for BSD-compatible nm" >&5 1385 1469 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1386 1470 echo $ac_n "(cached) $ac_c" 1>&6 … … 1420 1504 1421 1505 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1422 echo "configure:1 423: checking whether ln -s works" >&51506 echo "configure:1507: checking whether ln -s works" >&5 1423 1507 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1424 1508 echo $ac_n "(cached) $ac_c" 1>&6 … … 1430 1514 ac_cv_prog_LN_S="ln -s" 1431 1515 else 1432 ac_cv_prog_LN_S=ln 1433 fi 1516 echo A > conftestdata; 1517 if ln conftestdata conftestdata2 2>/dev/null; then 1518 ac_cv_prog_LN_S=ln 1519 else 1520 ac_cv_prog_LN_S=cp 1521 fi 1522 fi 1523 rm -f conftestdata* 1434 1524 fi 1435 1525 LN_S="$ac_cv_prog_LN_S" … … 1441 1531 1442 1532 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1443 echo "configure:1 444: checking how to recognise dependant libraries" >&51533 echo "configure:1534: checking how to recognise dependant libraries" >&5 1444 1534 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1445 1535 echo $ac_n "(cached) $ac_c" 1>&6 … … 1584 1674 1585 1675 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1586 echo "configure:1 587: checking for object suffix" >&51676 echo "configure:1677: checking for object suffix" >&5 1587 1677 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1588 1678 echo $ac_n "(cached) $ac_c" 1>&6 … … 1590 1680 rm -f conftest* 1591 1681 echo 'int i = 1;' > conftest.$ac_ext 1592 if { (eval echo configure:1 593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1682 if { (eval echo configure:1683: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1593 1683 for ac_file in conftest.*; do 1594 1684 case $ac_file in … … 1607 1697 ac_objext=$ac_cv_objext 1608 1698 1609 1610 1611 echo $ac_n "checking for executable suffix""... $ac_c" 1>&61612 echo "configure:1613: checking for executable suffix" >&51613 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then1614 echo $ac_n "(cached) $ac_c" 1>&61615 else1616 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then1617 ac_cv_exeext=.exe1618 else1619 rm -f conftest*1620 echo 'int main () { return 0; }' > conftest.$ac_ext1621 ac_cv_exeext=1622 if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1623 for file in conftest.*; do1624 case $file in1625 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1626 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;1627 esac1628 done1629 else1630 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }1631 fi1632 rm -f conftest*1633 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no1634 fi1635 fi1636 1637 EXEEXT=""1638 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}1639 echo "$ac_t""${ac_cv_exeext}" 1>&61640 ac_exeext=$EXEEXT1641 1642 1699 if test $host != $build; then 1643 1700 ac_tool_prefix=${host_alias}- … … 1653 1710 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1654 1711 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1655 echo "configure:1 656: checking for ${ac_tool_prefix}file" >&51712 echo "configure:1713: checking for ${ac_tool_prefix}file" >&5 1656 1713 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1657 1714 echo $ac_n "(cached) $ac_c" 1>&6 … … 1715 1772 if test -n "$ac_tool_prefix"; then 1716 1773 echo $ac_n "checking for file""... $ac_c" 1>&6 1717 echo "configure:17 18: checking for file" >&51774 echo "configure:1775: checking for file" >&5 1718 1775 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1719 1776 echo $ac_n "(cached) $ac_c" 1>&6 … … 1786 1843 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1787 1844 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1788 echo "configure:1 789: checking for $ac_word" >&51845 echo "configure:1846: checking for $ac_word" >&5 1789 1846 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1790 1847 echo $ac_n "(cached) $ac_c" 1>&6 … … 1793 1850 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1794 1851 else 1795 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1852 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1796 1853 ac_dummy="$PATH" 1797 1854 for ac_dir in $ac_dummy; do 1798 1855 test -z "$ac_dir" && ac_dir=. 1799 if test -f $ac_dir/$ac_word; then 1856 if test -f $ac_dir/$ac_word -o \ 1857 -f $ac_dir/$ac_word$ac_exeext ; then 1800 1858 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1801 1859 break … … 1818 1876 set dummy ranlib; ac_word=$2 1819 1877 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1820 echo "configure:18 21: checking for $ac_word" >&51878 echo "configure:1879: checking for $ac_word" >&5 1821 1879 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1822 1880 echo $ac_n "(cached) $ac_c" 1>&6 … … 1825 1883 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1826 1884 else 1827 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1885 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1828 1886 ac_dummy="$PATH" 1829 1887 for ac_dir in $ac_dummy; do 1830 1888 test -z "$ac_dir" && ac_dir=. 1831 if test -f $ac_dir/$ac_word; then 1889 if test -f $ac_dir/$ac_word -o \ 1890 -f $ac_dir/$ac_word$ac_exeext ; then 1832 1891 ac_cv_prog_RANLIB="ranlib" 1833 1892 break … … 1853 1912 set dummy ${ac_tool_prefix}strip; ac_word=$2 1854 1913 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1855 echo "configure:1 856: checking for $ac_word" >&51914 echo "configure:1915: checking for $ac_word" >&5 1856 1915 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1857 1916 echo $ac_n "(cached) $ac_c" 1>&6 … … 1860 1919 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1861 1920 else 1862 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1921 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1863 1922 ac_dummy="$PATH" 1864 1923 for ac_dir in $ac_dummy; do 1865 1924 test -z "$ac_dir" && ac_dir=. 1866 if test -f $ac_dir/$ac_word; then 1925 if test -f $ac_dir/$ac_word -o \ 1926 -f $ac_dir/$ac_word$ac_exeext ; then 1867 1927 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1868 1928 break … … 1885 1945 set dummy strip; ac_word=$2 1886 1946 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1887 echo "configure:1 888: checking for $ac_word" >&51947 echo "configure:1948: checking for $ac_word" >&5 1888 1948 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1889 1949 echo $ac_n "(cached) $ac_c" 1>&6 … … 1892 1952 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1893 1953 else 1894 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1954 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1895 1955 ac_dummy="$PATH" 1896 1956 for ac_dir in $ac_dummy; do 1897 1957 test -z "$ac_dir" && ac_dir=. 1898 if test -f $ac_dir/$ac_word; then 1958 if test -f $ac_dir/$ac_word -o \ 1959 -f $ac_dir/$ac_word$ac_exeext ; then 1899 1960 ac_cv_prog_STRIP="strip" 1900 1961 break … … 1952 2013 *-*-irix6*) 1953 2014 # Find out which ABI we are using. 1954 echo '#line 1955"configure"' > conftest.$ac_ext1955 if { (eval echo configure: 1956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2015 echo '#line 2016 "configure"' > conftest.$ac_ext 2016 if { (eval echo configure:2017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1956 2017 case "`/usr/bin/file conftest.o`" in 1957 2018 *32-bit*) … … 1974 2035 CFLAGS="$CFLAGS -belf" 1975 2036 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 1976 echo "configure: 1977: checking whether the C compiler needs -belf" >&52037 echo "configure:2038: checking whether the C compiler needs -belf" >&5 1977 2038 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 1978 2039 echo $ac_n "(cached) $ac_c" 1>&6 … … 1987 2048 1988 2049 cat > conftest.$ac_ext <<EOF 1989 #line 1990"configure"2050 #line 2051 "configure" 1990 2051 #include "confdefs.h" 1991 2052 … … 1994 2055 ; return 0; } 1995 2056 EOF 1996 if { (eval echo configure: 1997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2057 if { (eval echo configure:2058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1997 2058 rm -rf conftest* 1998 2059 lt_cv_cc_needs_belf=yes … … 2118 2179 set dummy gcc; ac_word=$2 2119 2180 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2120 echo "configure:21 21: checking for $ac_word" >&52181 echo "configure:2182: checking for $ac_word" >&5 2121 2182 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2122 2183 echo $ac_n "(cached) $ac_c" 1>&6 … … 2125 2186 ac_cv_prog_CC="$CC" # Let the user override the test. 2126 2187 else 2127 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2188 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2128 2189 ac_dummy="$PATH" 2129 2190 for ac_dir in $ac_dummy; do 2130 2191 test -z "$ac_dir" && ac_dir=. 2131 if test -f $ac_dir/$ac_word; then 2192 if test -f $ac_dir/$ac_word -o \ 2193 -f $ac_dir/$ac_word$ac_exeext ; then 2132 2194 ac_cv_prog_CC="gcc" 2133 2195 break … … 2148 2210 set dummy cc; ac_word=$2 2149 2211 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2150 echo "configure:2 151: checking for $ac_word" >&52212 echo "configure:2213: checking for $ac_word" >&5 2151 2213 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2152 2214 echo $ac_n "(cached) $ac_c" 1>&6 … … 2155 2217 ac_cv_prog_CC="$CC" # Let the user override the test. 2156 2218 else 2157 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2219 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2158 2220 ac_prog_rejected=no 2159 2221 ac_dummy="$PATH" 2160 2222 for ac_dir in $ac_dummy; do 2161 2223 test -z "$ac_dir" && ac_dir=. 2162 if test -f $ac_dir/$ac_word; then 2163 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 2224 if test -f $ac_dir/$ac_word -o \ 2225 -f $ac_dir/$ac_word$ac_exeext ; then 2226 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 2227 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 2164 2228 ac_prog_rejected=yes 2165 2229 continue … … 2199 2263 set dummy cl; ac_word=$2 2200 2264 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2201 echo "configure:22 02: checking for $ac_word" >&52265 echo "configure:2266: checking for $ac_word" >&5 2202 2266 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2203 2267 echo $ac_n "(cached) $ac_c" 1>&6 … … 2206 2270 ac_cv_prog_CC="$CC" # Let the user override the test. 2207 2271 else 2208 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2272 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2209 2273 ac_dummy="$PATH" 2210 2274 for ac_dir in $ac_dummy; do 2211 2275 test -z "$ac_dir" && ac_dir=. 2212 if test -f $ac_dir/$ac_word; then 2276 if test -f $ac_dir/$ac_word -o \ 2277 -f $ac_dir/$ac_word$ac_exeext ; then 2213 2278 ac_cv_prog_CC="cl" 2214 2279 break … … 2231 2296 2232 2297 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2233 echo "configure:22 34: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52298 echo "configure:2299: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2234 2299 2235 2300 ac_ext=c … … 2242 2307 cat > conftest.$ac_ext << EOF 2243 2308 2244 #line 2 245"configure"2309 #line 2310 "configure" 2245 2310 #include "confdefs.h" 2246 2311 2247 2312 main(){return(0);} 2248 2313 EOF 2249 if { (eval echo configure:2 250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2314 if { (eval echo configure:2315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2250 2315 ac_cv_prog_cc_works=yes 2251 2316 # If we can't run a trivial program, we are probably using a cross compiler. … … 2273 2338 fi 2274 2339 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2275 echo "configure:2 276: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52340 echo "configure:2341: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2276 2341 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2277 2342 cross_compiling=$ac_cv_prog_cc_cross 2278 2343 2279 2344 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2280 echo "configure:2 281: checking whether we are using GNU C" >&52345 echo "configure:2346: checking whether we are using GNU C" >&5 2281 2346 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2282 2347 echo $ac_n "(cached) $ac_c" 1>&6 … … 2287 2352 #endif 2288 2353 EOF 2289 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 290: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2354 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2355: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2290 2355 ac_cv_prog_gcc=yes 2291 2356 else … … 2306 2371 CFLAGS= 2307 2372 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2308 echo "configure:23 09: checking whether ${CC-cc} accepts -g" >&52373 echo "configure:2374: checking whether ${CC-cc} accepts -g" >&5 2309 2374 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2310 2375 echo $ac_n "(cached) $ac_c" 1>&6 … … 2349 2414 # ./install, which can be erroneously created by make from ./install.sh. 2350 2415 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2351 echo "configure:2 352: checking for a BSD compatible install" >&52416 echo "configure:2417: checking for a BSD compatible install" >&5 2352 2417 if test -z "$INSTALL"; then 2353 2418 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 2354 2419 echo $ac_n "(cached) $ac_c" 1>&6 2355 2420 else 2356 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"2421 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 2357 2422 for ac_dir in $PATH; do 2358 2423 # Account for people who put trailing slashes in PATH elements. 2359 2424 case "$ac_dir/" in 2360 2425 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 2426 # We reject the install program from OS/2 or W3.1 2427 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 2361 2428 *) 2362 2429 # OSF1 and SCO ODT 3.0 have their own names for install. … … 2364 2431 # by default. 2365 2432 for ac_prog in ginstall scoinst install; do 2366 if test -f $ac_dir/$ac_prog ; then2433 if test -f $ac_dir/$ac_prog$ac_exeext; then 2367 2434 if test $ac_prog = install && 2368 2435 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 2370 2437 : 2371 2438 else 2372 ac_cv_path_install="$ac_dir/$ac_prog -c"2439 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 2373 2440 break 2 2374 2441 fi … … 2405 2472 do 2406 2473 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2407 echo "configure:24 08: checking for $ac_func" >&52474 echo "configure:2475: checking for $ac_func" >&5 2408 2475 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2409 2476 echo $ac_n "(cached) $ac_c" 1>&6 2410 2477 else 2411 2478 cat > conftest.$ac_ext <<EOF 2412 #line 24 13"configure"2479 #line 2480 "configure" 2413 2480 #include "confdefs.h" 2414 2481 /* System header to define __stub macros and hopefully few prototypes, … … 2433 2500 ; return 0; } 2434 2501 EOF 2435 if { (eval echo configure:2 436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2502 if { (eval echo configure:2503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2436 2503 rm -rf conftest* 2437 2504 eval "ac_cv_func_$ac_func=yes" … … 2460 2527 ALL_LINGUAS= 2461 2528 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2462 echo "configure:2 463: checking how to run the C preprocessor" >&52529 echo "configure:2530: checking how to run the C preprocessor" >&5 2463 2530 # On Suns, sometimes $CPP names a directory. 2464 2531 if test -n "$CPP" && test -d "$CPP"; then … … 2475 2542 # not just through cpp. 2476 2543 cat > conftest.$ac_ext <<EOF 2477 #line 2478 "configure" 2544 #include <sys/types.h> 2545 #line 2546 "configure" 2478 2546 #include "confdefs.h" 2479 2547 #include <assert.h> … … 2481 2549 EOF 2482 2550 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2483 { (eval echo configure:2 484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2551 { (eval echo configure:2552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2484 2552 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2485 2553 if test -z "$ac_err"; then … … 2492 2560 CPP="${CC-cc} -E -traditional-cpp" 2493 2561 cat > conftest.$ac_ext <<EOF 2494 #line 2495 "configure" 2562 #include <sys/types.h> 2563 #line 2564 "configure" 2495 2564 #include "confdefs.h" 2496 2565 #include <assert.h> … … 2498 2567 EOF 2499 2568 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2500 { (eval echo configure:25 01: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2569 { (eval echo configure:2570: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2501 2570 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2502 2571 if test -z "$ac_err"; then … … 2509 2578 CPP="${CC-cc} -nologo -E" 2510 2579 cat > conftest.$ac_ext <<EOF 2511 #line 2512 "configure" 2580 #include <sys/types.h> 2581 #line 2582 "configure" 2512 2582 #include "confdefs.h" 2513 2583 #include <assert.h> … … 2515 2585 EOF 2516 2586 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2517 { (eval echo configure:25 18: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2587 { (eval echo configure:2588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2518 2588 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2519 2589 if test -z "$ac_err"; then … … 2542 2612 set dummy ranlib; ac_word=$2 2543 2613 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2544 echo "configure:2 545: checking for $ac_word" >&52614 echo "configure:2615: checking for $ac_word" >&5 2545 2615 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2546 2616 echo $ac_n "(cached) $ac_c" 1>&6 … … 2549 2619 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 2550 2620 else 2551 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2621 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2552 2622 ac_dummy="$PATH" 2553 2623 for ac_dir in $ac_dummy; do 2554 2624 test -z "$ac_dir" && ac_dir=. 2555 if test -f $ac_dir/$ac_word; then 2625 if test -f $ac_dir/$ac_word -o \ 2626 -f $ac_dir/$ac_word$ac_exeext ; then 2556 2627 ac_cv_prog_RANLIB="ranlib" 2557 2628 break … … 2570 2641 2571 2642 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2572 echo "configure:2 573: checking for ANSI C header files" >&52643 echo "configure:2644: checking for ANSI C header files" >&5 2573 2644 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2574 2645 echo $ac_n "(cached) $ac_c" 1>&6 2575 2646 else 2576 2647 cat > conftest.$ac_ext <<EOF 2577 #line 2578 "configure" 2648 #include <sys/types.h> 2649 #line 2650 "configure" 2578 2650 #include "confdefs.h" 2579 2651 #include <stdlib.h> … … 2583 2655 EOF 2584 2656 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2585 { (eval echo configure:2 586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2657 { (eval echo configure:2658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2586 2658 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2587 2659 if test -z "$ac_err"; then … … 2600 2672 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2601 2673 cat > conftest.$ac_ext <<EOF 2602 #line 26 03"configure"2674 #line 2675 "configure" 2603 2675 #include "confdefs.h" 2604 2676 #include <string.h> … … 2618 2690 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2619 2691 cat > conftest.$ac_ext <<EOF 2620 #line 26 21"configure"2692 #line 2693 "configure" 2621 2693 #include "confdefs.h" 2622 2694 #include <stdlib.h> … … 2639 2711 else 2640 2712 cat > conftest.$ac_ext <<EOF 2641 #line 2 642"configure"2713 #line 2714 "configure" 2642 2714 #include "confdefs.h" 2643 2715 #include <ctype.h> … … 2650 2722 2651 2723 EOF 2652 if { (eval echo configure:2 653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2724 if { (eval echo configure:2725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2653 2725 then 2654 2726 : … … 2674 2746 2675 2747 echo $ac_n "checking for working const""... $ac_c" 1>&6 2676 echo "configure:2 677: checking for working const" >&52748 echo "configure:2749: checking for working const" >&5 2677 2749 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2678 2750 echo $ac_n "(cached) $ac_c" 1>&6 2679 2751 else 2680 2752 cat > conftest.$ac_ext <<EOF 2681 #line 2 682"configure"2753 #line 2754 "configure" 2682 2754 #include "confdefs.h" 2683 2755 … … 2728 2800 ; return 0; } 2729 2801 EOF 2730 if { (eval echo configure:2 731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2802 if { (eval echo configure:2803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2731 2803 rm -rf conftest* 2732 2804 ac_cv_c_const=yes … … 2749 2821 2750 2822 echo $ac_n "checking for inline""... $ac_c" 1>&6 2751 echo "configure:2 752: checking for inline" >&52823 echo "configure:2824: checking for inline" >&5 2752 2824 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2753 2825 echo $ac_n "(cached) $ac_c" 1>&6 … … 2756 2828 for ac_kw in inline __inline__ __inline; do 2757 2829 cat > conftest.$ac_ext <<EOF 2758 #line 2 759"configure"2830 #line 2831 "configure" 2759 2831 #include "confdefs.h" 2760 2832 … … 2763 2835 ; return 0; } 2764 2836 EOF 2765 if { (eval echo configure:2 766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2837 if { (eval echo configure:2838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2766 2838 rm -rf conftest* 2767 2839 ac_cv_c_inline=$ac_kw; break … … 2789 2861 2790 2862 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2791 echo "configure:2 792: checking for off_t" >&52863 echo "configure:2864: checking for off_t" >&5 2792 2864 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2793 2865 echo $ac_n "(cached) $ac_c" 1>&6 2794 2866 else 2795 2867 cat > conftest.$ac_ext <<EOF 2796 #line 2 797"configure"2868 #line 2869 "configure" 2797 2869 #include "confdefs.h" 2798 2870 #include <sys/types.h> … … 2822 2894 2823 2895 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2824 echo "configure:28 25: checking for size_t" >&52896 echo "configure:2897: checking for size_t" >&5 2825 2897 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2826 2898 echo $ac_n "(cached) $ac_c" 1>&6 2827 2899 else 2828 2900 cat > conftest.$ac_ext <<EOF 2829 #line 2 830"configure"2901 #line 2902 "configure" 2830 2902 #include "confdefs.h" 2831 2903 #include <sys/types.h> … … 2857 2929 # for constant arguments. Useless! 2858 2930 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2859 echo "configure:2 860: checking for working alloca.h" >&52931 echo "configure:2932: checking for working alloca.h" >&5 2860 2932 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2861 2933 echo $ac_n "(cached) $ac_c" 1>&6 2862 2934 else 2863 2935 cat > conftest.$ac_ext <<EOF 2864 #line 2 865"configure"2936 #line 2937 "configure" 2865 2937 #include "confdefs.h" 2866 2938 #include <alloca.h> … … 2869 2941 ; return 0; } 2870 2942 EOF 2871 if { (eval echo configure:2 872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2943 if { (eval echo configure:2944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2872 2944 rm -rf conftest* 2873 2945 ac_cv_header_alloca_h=yes … … 2890 2962 2891 2963 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2892 echo "configure:2 893: checking for alloca" >&52964 echo "configure:2965: checking for alloca" >&5 2893 2965 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2894 2966 echo $ac_n "(cached) $ac_c" 1>&6 2895 2967 else 2896 2968 cat > conftest.$ac_ext <<EOF 2897 #line 2 898"configure"2969 #line 2970 "configure" 2898 2970 #include "confdefs.h" 2899 2971 … … 2923 2995 ; return 0; } 2924 2996 EOF 2925 if { (eval echo configure:29 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2997 if { (eval echo configure:2998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2926 2998 rm -rf conftest* 2927 2999 ac_cv_func_alloca_works=yes … … 2955 3027 2956 3028 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2957 echo "configure: 2958: checking whether alloca needs Cray hooks" >&53029 echo "configure:3030: checking whether alloca needs Cray hooks" >&5 2958 3030 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2959 3031 echo $ac_n "(cached) $ac_c" 1>&6 2960 3032 else 2961 3033 cat > conftest.$ac_ext <<EOF 2962 #line 2963"configure"3034 #line 3035 "configure" 2963 3035 #include "confdefs.h" 2964 3036 #if defined(CRAY) && ! defined(CRAY2) … … 2985 3057 for ac_func in _getb67 GETB67 getb67; do 2986 3058 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2987 echo "configure: 2988: checking for $ac_func" >&53059 echo "configure:3060: checking for $ac_func" >&5 2988 3060 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2989 3061 echo $ac_n "(cached) $ac_c" 1>&6 2990 3062 else 2991 3063 cat > conftest.$ac_ext <<EOF 2992 #line 2993"configure"3064 #line 3065 "configure" 2993 3065 #include "confdefs.h" 2994 3066 /* System header to define __stub macros and hopefully few prototypes, … … 3013 3085 ; return 0; } 3014 3086 EOF 3015 if { (eval echo configure:30 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3087 if { (eval echo configure:3088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3016 3088 rm -rf conftest* 3017 3089 eval "ac_cv_func_$ac_func=yes" … … 3040 3112 3041 3113 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3042 echo "configure:3 043: checking stack direction for C alloca" >&53114 echo "configure:3115: checking stack direction for C alloca" >&5 3043 3115 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3044 3116 echo $ac_n "(cached) $ac_c" 1>&6 … … 3048 3120 else 3049 3121 cat > conftest.$ac_ext <<EOF 3050 #line 3 051"configure"3122 #line 3123 "configure" 3051 3123 #include "confdefs.h" 3052 3124 find_stack_direction () … … 3067 3139 } 3068 3140 EOF 3069 if { (eval echo configure:3 070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3141 if { (eval echo configure:3142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3070 3142 then 3071 3143 ac_cv_c_stack_direction=1 … … 3092 3164 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3093 3165 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3094 echo "configure:3 095: checking for $ac_hdr" >&53166 echo "configure:3167: checking for $ac_hdr" >&5 3095 3167 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3096 3168 echo $ac_n "(cached) $ac_c" 1>&6 3097 3169 else 3098 3170 cat > conftest.$ac_ext <<EOF 3099 #line 3100 "configure" 3171 #include <sys/types.h> 3172 #line 3173 "configure" 3100 3173 #include "confdefs.h" 3101 3174 #include <$ac_hdr> 3102 3175 EOF 3103 3176 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3104 { (eval echo configure:31 05: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3177 { (eval echo configure:3178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3105 3178 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3106 3179 if test -z "$ac_err"; then … … 3131 3204 do 3132 3205 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3133 echo "configure:3 134: checking for $ac_func" >&53206 echo "configure:3207: checking for $ac_func" >&5 3134 3207 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3135 3208 echo $ac_n "(cached) $ac_c" 1>&6 3136 3209 else 3137 3210 cat > conftest.$ac_ext <<EOF 3138 #line 3 139"configure"3211 #line 3212 "configure" 3139 3212 #include "confdefs.h" 3140 3213 /* System header to define __stub macros and hopefully few prototypes, … … 3159 3232 ; return 0; } 3160 3233 EOF 3161 if { (eval echo configure:3 162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3234 if { (eval echo configure:3235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3162 3235 rm -rf conftest* 3163 3236 eval "ac_cv_func_$ac_func=yes" … … 3184 3257 3185 3258 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3186 echo "configure:3 187: checking for working mmap" >&53259 echo "configure:3260: checking for working mmap" >&5 3187 3260 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3188 3261 echo $ac_n "(cached) $ac_c" 1>&6 … … 3192 3265 else 3193 3266 cat > conftest.$ac_ext <<EOF 3194 #line 3 195"configure"3267 #line 3268 "configure" 3195 3268 #include "confdefs.h" 3196 3269 … … 3332 3405 3333 3406 EOF 3334 if { (eval echo configure:3 335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3407 if { (eval echo configure:3408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3335 3408 then 3336 3409 ac_cv_func_mmap_fixed_mapped=yes … … 3360 3433 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3361 3434 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3362 echo "configure:3 363: checking for $ac_hdr" >&53435 echo "configure:3436: checking for $ac_hdr" >&5 3363 3436 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3364 3437 echo $ac_n "(cached) $ac_c" 1>&6 3365 3438 else 3366 3439 cat > conftest.$ac_ext <<EOF 3367 #line 3368 "configure" 3440 #include <sys/types.h> 3441 #line 3442 "configure" 3368 3442 #include "confdefs.h" 3369 3443 #include <$ac_hdr> 3370 3444 EOF 3371 3445 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3372 { (eval echo configure:3 373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3446 { (eval echo configure:3447: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3373 3447 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3374 3448 if test -z "$ac_err"; then … … 3400 3474 do 3401 3475 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3402 echo "configure:34 03: checking for $ac_func" >&53476 echo "configure:3477: checking for $ac_func" >&5 3403 3477 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3404 3478 echo $ac_n "(cached) $ac_c" 1>&6 3405 3479 else 3406 3480 cat > conftest.$ac_ext <<EOF 3407 #line 34 08"configure"3481 #line 3482 "configure" 3408 3482 #include "confdefs.h" 3409 3483 /* System header to define __stub macros and hopefully few prototypes, … … 3428 3502 ; return 0; } 3429 3503 EOF 3430 if { (eval echo configure:3 431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3504 if { (eval echo configure:3505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3431 3505 rm -rf conftest* 3432 3506 eval "ac_cv_func_$ac_func=yes" … … 3457 3531 do 3458 3532 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3459 echo "configure:3 460: checking for $ac_func" >&53533 echo "configure:3534: checking for $ac_func" >&5 3460 3534 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3461 3535 echo $ac_n "(cached) $ac_c" 1>&6 3462 3536 else 3463 3537 cat > conftest.$ac_ext <<EOF 3464 #line 3 465"configure"3538 #line 3539 "configure" 3465 3539 #include "confdefs.h" 3466 3540 /* System header to define __stub macros and hopefully few prototypes, … … 3485 3559 ; return 0; } 3486 3560 EOF 3487 if { (eval echo configure:3 488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3561 if { (eval echo configure:3562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3488 3562 rm -rf conftest* 3489 3563 eval "ac_cv_func_$ac_func=yes" … … 3519 3593 if test $ac_cv_header_locale_h = yes; then 3520 3594 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3521 echo "configure:35 22: checking for LC_MESSAGES" >&53595 echo "configure:3596: checking for LC_MESSAGES" >&5 3522 3596 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3523 3597 echo $ac_n "(cached) $ac_c" 1>&6 3524 3598 else 3525 3599 cat > conftest.$ac_ext <<EOF 3526 #line 3 527"configure"3600 #line 3601 "configure" 3527 3601 #include "confdefs.h" 3528 3602 #include <locale.h> … … 3531 3605 ; return 0; } 3532 3606 EOF 3533 if { (eval echo configure:3 534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3607 if { (eval echo configure:3608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3534 3608 rm -rf conftest* 3535 3609 am_cv_val_LC_MESSAGES=yes … … 3552 3626 fi 3553 3627 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3554 echo "configure:3 555: checking whether NLS is requested" >&53628 echo "configure:3629: checking whether NLS is requested" >&5 3555 3629 # Check whether --enable-nls or --disable-nls was given. 3556 3630 if test "${enable_nls+set}" = set; then … … 3572 3646 3573 3647 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3574 echo "configure:3 575: checking whether included gettext is requested" >&53648 echo "configure:3649: checking whether included gettext is requested" >&5 3575 3649 # Check whether --with-included-gettext or --without-included-gettext was given. 3576 3650 if test "${with_included_gettext+set}" = set; then … … 3591 3665 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3592 3666 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3593 echo "configure:3 594: checking for libintl.h" >&53667 echo "configure:3668: checking for libintl.h" >&5 3594 3668 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3595 3669 echo $ac_n "(cached) $ac_c" 1>&6 3596 3670 else 3597 3671 cat > conftest.$ac_ext <<EOF 3598 #line 3599 "configure" 3672 #include <sys/types.h> 3673 #line 3674 "configure" 3599 3674 #include "confdefs.h" 3600 3675 #include <libintl.h> 3601 3676 EOF 3602 3677 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3603 { (eval echo configure:36 04: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3678 { (eval echo configure:3679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3604 3679 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3605 3680 if test -z "$ac_err"; then … … 3618 3693 echo "$ac_t""yes" 1>&6 3619 3694 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3620 echo "configure:36 21: checking for gettext in libc" >&53695 echo "configure:3696: checking for gettext in libc" >&5 3621 3696 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3622 3697 echo $ac_n "(cached) $ac_c" 1>&6 3623 3698 else 3624 3699 cat > conftest.$ac_ext <<EOF 3625 #line 3 626"configure"3700 #line 3701 "configure" 3626 3701 #include "confdefs.h" 3627 3702 #include <libintl.h> … … 3630 3705 ; return 0; } 3631 3706 EOF 3632 if { (eval echo configure:3 633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3707 if { (eval echo configure:3708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3633 3708 rm -rf conftest* 3634 3709 gt_cv_func_gettext_libc=yes … … 3646 3721 if test "$gt_cv_func_gettext_libc" != "yes"; then 3647 3722 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3648 echo "configure:3 649: checking for bindtextdomain in -lintl" >&53723 echo "configure:3724: checking for bindtextdomain in -lintl" >&5 3649 3724 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3650 3725 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3654 3729 LIBS="-lintl $LIBS" 3655 3730 cat > conftest.$ac_ext <<EOF 3656 #line 3 657"configure"3731 #line 3732 "configure" 3657 3732 #include "confdefs.h" 3658 3733 /* Override any gcc2 internal prototype to avoid an error. */ … … 3665 3740 ; return 0; } 3666 3741 EOF 3667 if { (eval echo configure:3 668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3742 if { (eval echo configure:3743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3668 3743 rm -rf conftest* 3669 3744 eval "ac_cv_lib_$ac_lib_var=yes" … … 3681 3756 echo "$ac_t""yes" 1>&6 3682 3757 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3683 echo "configure:3 684: checking for gettext in libintl" >&53758 echo "configure:3759: checking for gettext in libintl" >&5 3684 3759 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3685 3760 echo $ac_n "(cached) $ac_c" 1>&6 3686 3761 else 3687 3762 cat > conftest.$ac_ext <<EOF 3688 #line 3 689"configure"3763 #line 3764 "configure" 3689 3764 #include "confdefs.h" 3690 3765 … … 3693 3768 ; return 0; } 3694 3769 EOF 3695 if { (eval echo configure:3 696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3770 if { (eval echo configure:3771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3696 3771 rm -rf conftest* 3697 3772 gt_cv_func_gettext_libintl=yes … … 3721 3796 set dummy msgfmt; ac_word=$2 3722 3797 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3723 echo "configure:37 24: checking for $ac_word" >&53798 echo "configure:3799: checking for $ac_word" >&5 3724 3799 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3725 3800 echo $ac_n "(cached) $ac_c" 1>&6 … … 3730 3805 ;; 3731 3806 *) 3732 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"3807 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3733 3808 for ac_dir in $PATH; do 3734 3809 test -z "$ac_dir" && ac_dir=. … … 3755 3830 do 3756 3831 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3757 echo "configure:3 758: checking for $ac_func" >&53832 echo "configure:3833: checking for $ac_func" >&5 3758 3833 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3759 3834 echo $ac_n "(cached) $ac_c" 1>&6 3760 3835 else 3761 3836 cat > conftest.$ac_ext <<EOF 3762 #line 3 763"configure"3837 #line 3838 "configure" 3763 3838 #include "confdefs.h" 3764 3839 /* System header to define __stub macros and hopefully few prototypes, … … 3783 3858 ; return 0; } 3784 3859 EOF 3785 if { (eval echo configure:3 786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3860 if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3786 3861 rm -rf conftest* 3787 3862 eval "ac_cv_func_$ac_func=yes" … … 3810 3885 set dummy gmsgfmt; ac_word=$2 3811 3886 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3812 echo "configure:38 13: checking for $ac_word" >&53887 echo "configure:3888: checking for $ac_word" >&5 3813 3888 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3814 3889 echo $ac_n "(cached) $ac_c" 1>&6 3815 3890 else 3816 3891 case "$GMSGFMT" in 3817 /* )3892 /* | [a-zA-Z]:*) 3818 3893 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3819 3894 ;; 3820 ?:/*) 3895 ?:/*) 3821 3896 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 3822 3897 ;; 3823 3898 *) 3824 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3899 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3825 3900 ac_dummy="$PATH" 3826 for ac_dir in $ac_dummy; do 3901 for ac_dir in $ac_dummy; do 3827 3902 test -z "$ac_dir" && ac_dir=. 3828 3903 if test -f $ac_dir/$ac_word; then 3829 3904 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 3905 break 3906 fi 3907 if test -f $ac_dir/$ac_word$ac_exeext; then 3908 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 3830 3909 break 3831 3910 fi … … 3846 3925 set dummy xgettext; ac_word=$2 3847 3926 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3848 echo "configure:3 849: checking for $ac_word" >&53927 echo "configure:3928: checking for $ac_word" >&5 3849 3928 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3850 3929 echo $ac_n "(cached) $ac_c" 1>&6 … … 3855 3934 ;; 3856 3935 *) 3857 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"3936 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3858 3937 for ac_dir in $PATH; do 3859 3938 test -z "$ac_dir" && ac_dir=. … … 3878 3957 3879 3958 cat > conftest.$ac_ext <<EOF 3880 #line 3 881"configure"3959 #line 3960 "configure" 3881 3960 #include "confdefs.h" 3882 3961 … … 3886 3965 ; return 0; } 3887 3966 EOF 3888 if { (eval echo configure:3 889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3967 if { (eval echo configure:3968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3889 3968 rm -rf conftest* 3890 3969 CATOBJEXT=.gmo … … 3918 3997 set dummy msgfmt; ac_word=$2 3919 3998 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3920 echo "configure: 3921: checking for $ac_word" >&53999 echo "configure:4000: checking for $ac_word" >&5 3921 4000 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3922 4001 echo $ac_n "(cached) $ac_c" 1>&6 … … 3927 4006 ;; 3928 4007 *) 3929 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4008 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3930 4009 for ac_dir in $PATH; do 3931 4010 test -z "$ac_dir" && ac_dir=. … … 3952 4031 set dummy gmsgfmt; ac_word=$2 3953 4032 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3954 echo "configure: 3955: checking for $ac_word" >&54033 echo "configure:4034: checking for $ac_word" >&5 3955 4034 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3956 4035 echo $ac_n "(cached) $ac_c" 1>&6 3957 4036 else 3958 4037 case "$GMSGFMT" in 3959 /* )4038 /* | [a-zA-Z]:*) 3960 4039 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3961 4040 ;; 3962 ?:/*) 4041 ?:/*) 3963 4042 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 3964 4043 ;; 3965 4044 *) 3966 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4045 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3967 4046 ac_dummy="$PATH" 3968 for ac_dir in $ac_dummy; do 4047 for ac_dir in $ac_dummy; do 3969 4048 test -z "$ac_dir" && ac_dir=. 3970 4049 if test -f $ac_dir/$ac_word; then 3971 4050 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4051 break 4052 fi 4053 if test -f $ac_dir/$ac_word$ac_exeext; then 4054 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 3972 4055 break 3973 4056 fi … … 3988 4071 set dummy xgettext; ac_word=$2 3989 4072 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3990 echo "configure: 3991: checking for $ac_word" >&54073 echo "configure:4074: checking for $ac_word" >&5 3991 4074 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3992 4075 echo $ac_n "(cached) $ac_c" 1>&6 … … 3997 4080 ;; 3998 4081 *) 3999 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4082 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4000 4083 for ac_dir in $PATH; do 4001 4084 test -z "$ac_dir" && ac_dir=. … … 4078 4161 else 4079 4162 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4080 echo "configure:4 081: checking for catalogs to be installed" >&54163 echo "configure:4164: checking for catalogs to be installed" >&5 4081 4164 NEW_LINGUAS= 4082 4165 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4106 4189 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4107 4190 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4108 echo "configure:41 09: checking for linux/version.h" >&54191 echo "configure:4192: checking for linux/version.h" >&5 4109 4192 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4110 4193 echo $ac_n "(cached) $ac_c" 1>&6 4111 4194 else 4112 4195 cat > conftest.$ac_ext <<EOF 4113 #line 4114 "configure" 4196 #include <sys/types.h> 4197 #line 4198 "configure" 4114 4198 #include "confdefs.h" 4115 4199 #include <linux/version.h> 4116 4200 EOF 4117 4201 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4118 { (eval echo configure:4 119: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4202 { (eval echo configure:4203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4119 4203 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4120 4204 if test -z "$ac_err"; then … … 4164 4248 test -d po || mkdir po 4165 4249 if test "x$srcdir" != "x."; then 4166 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then4250 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then 4167 4251 posrcprefix="$srcdir/" 4168 4252 else … … 4179 4263 4180 4264 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4181 echo "configure:4 182: checking whether to enable maintainer-specific portions of Makefiles" >&54265 echo "configure:4266: checking whether to enable maintainer-specific portions of Makefiles" >&5 4182 4266 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4183 4267 if test "${enable_maintainer_mode+set}" = set; then … … 4203 4287 4204 4288 4289 4205 4290 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4206 echo "configure:42 07: checking for executable suffix" >&54291 echo "configure:4292: checking for executable suffix" >&5 4207 4292 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4208 4293 echo $ac_n "(cached) $ac_c" 1>&6 4209 4294 else 4210 if test "$CYGWIN" = yes || test "$MINGW32" = yes ; then4295 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 4211 4296 ac_cv_exeext=.exe 4212 4297 else … … 4214 4299 echo 'int main () { return 0; }' > conftest.$ac_ext 4215 4300 ac_cv_exeext= 4216 if { (eval echo configure:4 217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4301 if { (eval echo configure:4302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4217 4302 for file in conftest.*; do 4218 4303 case $file in 4219 *.c | *.o | *.obj | *.ilk | *.pdb) ;;4304 *.c | *.o | *.obj) ;; 4220 4305 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 4221 4306 esac … … 4239 4324 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4240 4325 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4241 echo "configure:4 242: checking for $ac_hdr" >&54326 echo "configure:4327: checking for $ac_hdr" >&5 4242 4327 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4243 4328 echo $ac_n "(cached) $ac_c" 1>&6 4244 4329 else 4245 4330 cat > conftest.$ac_ext <<EOF 4246 #line 4247 "configure" 4331 #include <sys/types.h> 4332 #line 4333 "configure" 4247 4333 #include "confdefs.h" 4248 4334 #include <$ac_hdr> 4249 4335 EOF 4250 4336 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4251 { (eval echo configure:4 252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4337 { (eval echo configure:4338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4252 4338 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4253 4339 if test -z "$ac_err"; then … … 4277 4363 4278 4364 echo $ac_n "checking the size of gmon pointers""... $ac_c" 1>&6 4279 echo "configure:4 280: checking the size of gmon pointers" >&54365 echo "configure:4366: checking the size of gmon pointers" >&5 4280 4366 if test "$cross_compiling" = yes; then 4281 4367 gmon_ptr_size=4 4282 4368 else 4283 4369 cat > conftest.$ac_ext <<EOF 4284 #line 4 285"configure"4370 #line 4371 "configure" 4285 4371 #include "confdefs.h" 4286 4372 #include <stdio.h> … … 4305 4391 } 4306 4392 EOF 4307 if { (eval echo configure:43 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null4393 if { (eval echo configure:4394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 4308 4394 then 4309 4395 gmon_ptr_size=`cat conftestval` … … 4422 4508 # Run this file to recreate the current configuration. 4423 4509 # This directory was configured as follows, 4510 EOF 4511 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 4512 cat >> $CONFIG_STATUS <<EOF 4424 4513 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 4425 4514 # … … 4447 4536 ac_given_srcdir=$srcdir 4448 4537 ac_given_INSTALL="$INSTALL" 4538 PATHIFS="$PATH_IFS" 4449 4539 4450 4540 trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in gconfig.h:gconfig.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 4457 4547 $ac_vpsub 4458 4548 $extrasub 4549 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 4459 4550 s%@SHELL@%$SHELL%g 4460 4551 s%@CFLAGS@%$CFLAGS%g … … 4480 4571 s%@infodir@%$infodir%g 4481 4572 s%@mandir@%$mandir%g 4573 s%@PATH_IFS@%$PATH_IFS%g 4574 s%@EXEEXT@%$EXEEXT%g 4482 4575 s%@host@%$host%g 4483 4576 s%@host_alias@%$host_alias%g … … 4509 4602 s%@LN_S@%$LN_S%g 4510 4603 s%@OBJEXT@%$OBJEXT%g 4511 s%@EXEEXT@%$EXEEXT%g4512 4604 s%@RANLIB@%$RANLIB%g 4513 4605 s%@STRIP@%$STRIP%g … … 4609 4701 if test -z "$ac_dots"; then top_srcdir=. 4610 4702 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 4611 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 4703 /* | [A-Za-z]:*) 4704 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 4612 4705 *) # Relative path. 4613 4706 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 4616 4709 4617 4710 case "$ac_given_INSTALL" in 4618 [/$]* ) INSTALL="$ac_given_INSTALL" ;;4711 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 4619 4712 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 4620 4713 esac … … 4629 4722 esac 4630 4723 4631 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`4724 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 4632 4725 sed -e "$ac_comsub 4633 4726 s%@configure_input@%$configure_input%g … … 4676 4769 4677 4770 rm -f conftest.frag conftest.in conftest.out 4678 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 4771 # kso the other way around might work better with drive letters and such. 4772 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 4773 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 4679 4774 cat $ac_file_inputs > conftest.in 4680 4775 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/intl/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 2.14 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 338 338 339 339 -version | --version | --versio | --versi | --vers) 340 echo "configure generated by autoconf version 2.1 2.1"340 echo "configure generated by autoconf version 2.13" 341 341 exit 0 ;; 342 342 … … 508 508 ac_cpp='$CPP $CPPFLAGS' 509 509 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 510 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'510 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 511 511 cross_compiling=$ac_cv_prog_cc_cross 512 512 513 ac_exeext= 514 ac_objext=o 513 515 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 514 516 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 522 524 ac_n= ac_c='\c' ac_t= 523 525 fi 526 527 echo $ac_n "checking for path separator""... $ac_c" 1>&6 528 echo "configure:529: checking for path separator" >&5 529 # Filter path to get backslahes into forwardslashes 530 case "`uname -s 2> /dev/null`" in 531 OS/2) 532 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 533 PATH_IFS=';' 534 ;; 535 *) 536 PATH_IFS=':' 537 ;; 538 esac 539 echo "$ac_t""${PATH_IFS}" 1>&6 540 541 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 542 echo "configure:543: checking for Cygwin environment" >&5 543 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 544 echo $ac_n "(cached) $ac_c" 1>&6 545 else 546 cat > conftest.$ac_ext <<EOF 547 #line 548 "configure" 548 #include "confdefs.h" 549 550 int main() { 551 552 #ifndef __CYGWIN__ 553 #define __CYGWIN__ __CYGWIN32__ 554 #endif 555 return __CYGWIN__; 556 ; return 0; } 557 EOF 558 if { (eval echo configure:559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 559 rm -rf conftest* 560 ac_cv_cygwin=yes 561 else 562 echo "configure: failed program was:" >&5 563 cat conftest.$ac_ext >&5 564 rm -rf conftest* 565 ac_cv_cygwin=no 566 fi 567 rm -f conftest* 568 rm -f conftest* 569 fi 570 571 echo "$ac_t""$ac_cv_cygwin" 1>&6 572 CYGWIN= 573 test "$ac_cv_cygwin" = yes && CYGWIN=yes 574 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 575 echo "configure:576: checking for mingw32 environment" >&5 576 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 577 echo $ac_n "(cached) $ac_c" 1>&6 578 else 579 cat > conftest.$ac_ext <<EOF 580 #line 581 "configure" 581 #include "confdefs.h" 582 583 int main() { 584 return __MINGW32__; 585 ; return 0; } 586 EOF 587 if { (eval echo configure:588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 588 rm -rf conftest* 589 ac_cv_mingw32=yes 590 else 591 echo "configure: failed program was:" >&5 592 cat conftest.$ac_ext >&5 593 rm -rf conftest* 594 ac_cv_mingw32=no 595 fi 596 rm -f conftest* 597 rm -f conftest* 598 fi 599 600 echo "$ac_t""$ac_cv_mingw32" 1>&6 601 MINGW32= 602 test "$ac_cv_mingw32" = yes && MINGW32=yes 603 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 604 echo "configure:605: checking for EMX/OS2 environment" >&5 605 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 606 echo $ac_n "(cached) $ac_c" 1>&6 607 else 608 : ${CC=gcc.exe} 609 cat > conftest.$ac_ext <<EOF 610 #line 611 "configure" 611 #include "confdefs.h" 612 613 int main() { 614 return __EMX__; 615 ; return 0; } 616 EOF 617 if { (eval echo configure:618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 618 rm -rf conftest* 619 ac_cv_emxos2=yes 620 else 621 echo "configure: failed program was:" >&5 622 cat conftest.$ac_ext >&5 623 rm -rf conftest* 624 ac_cv_emxos2=no 625 fi 626 rm -f conftest* 627 rm -f conftest* 628 fi 629 630 echo "$ac_t""$ac_cv_emxos2" 1>&6 631 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 632 echo $ac_n "(cached) $ac_c" 1>&6 633 else 634 if test "$ac_cv_emxos2" = yes ; then 635 ac_cv_libpre= 636 else 637 ac_cv_libpre=lib 638 fi 639 640 fi 641 642 EMXOS2= 643 test "$ac_cv_emxos2" = yes && EMXOS2=yes 644 645 646 647 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 648 echo "configure:649: checking for executable suffix" >&5 649 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 650 echo $ac_n "(cached) $ac_c" 1>&6 651 else 652 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 653 ac_cv_exeext=.exe 654 else 655 rm -f conftest* 656 echo 'int main () { return 0; }' > conftest.$ac_ext 657 ac_cv_exeext= 658 if { (eval echo configure:659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 659 for file in conftest.*; do 660 case $file in 661 *.c | *.o | *.obj) ;; 662 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 663 esac 664 done 665 else 666 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 667 fi 668 rm -f conftest* 669 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 670 fi 671 fi 672 673 EXEEXT="" 674 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 675 echo "$ac_t""${ac_cv_exeext}" 1>&6 676 ac_exeext=$EXEEXT 524 677 525 678 … … 559 712 # ./install, which can be erroneously created by make from ./install.sh. 560 713 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 561 echo "configure: 562: checking for a BSD compatible install" >&5714 echo "configure:715: checking for a BSD compatible install" >&5 562 715 if test -z "$INSTALL"; then 563 716 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 564 717 echo $ac_n "(cached) $ac_c" 1>&6 565 718 else 566 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$ {IFS}:"719 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 567 720 for ac_dir in $PATH; do 568 721 # Account for people who put trailing slashes in PATH elements. 569 722 case "$ac_dir/" in 570 723 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 724 # We reject the install program from OS/2 or W3.1 725 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 571 726 *) 572 727 # OSF1 and SCO ODT 3.0 have their own names for install. … … 574 729 # by default. 575 730 for ac_prog in ginstall scoinst install; do 576 if test -f $ac_dir/$ac_prog ; then731 if test -f $ac_dir/$ac_prog$ac_exeext; then 577 732 if test $ac_prog = install && 578 733 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 580 735 : 581 736 else 582 ac_cv_path_install="$ac_dir/$ac_prog -c"737 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 583 738 break 2 584 739 fi … … 607 762 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 608 763 764 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 765 609 766 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 610 767 … … 613 770 614 771 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 615 echo "configure: 616: checking how to run the C preprocessor" >&5772 echo "configure:773: checking how to run the C preprocessor" >&5 616 773 # On Suns, sometimes $CPP names a directory. 617 774 if test -n "$CPP" && test -d "$CPP"; then … … 628 785 # not just through cpp. 629 786 cat > conftest.$ac_ext <<EOF 630 #line 631 "configure" 787 #include <sys/types.h> 788 #line 789 "configure" 631 789 #include "confdefs.h" 632 790 #include <assert.h> … … 634 792 EOF 635 793 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 636 { (eval echo configure: 637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }637 ac_err=`grep -v '^ *+' conftest.out `794 { (eval echo configure:795: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 795 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 638 796 if test -z "$ac_err"; then 639 797 : … … 645 803 CPP="${CC-cc} -E -traditional-cpp" 646 804 cat > conftest.$ac_ext <<EOF 647 #line 648 "configure" 805 #include <sys/types.h> 806 #line 807 "configure" 648 807 #include "confdefs.h" 649 808 #include <assert.h> … … 651 810 EOF 652 811 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 653 { (eval echo configure: 654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }654 ac_err=`grep -v '^ *+' conftest.out `812 { (eval echo configure:813: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 813 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 655 814 if test -z "$ac_err"; then 656 815 : … … 660 819 cat conftest.$ac_ext >&5 661 820 rm -rf conftest* 821 CPP="${CC-cc} -nologo -E" 822 cat > conftest.$ac_ext <<EOF 823 #include <sys/types.h> 824 #line 825 "configure" 825 #include "confdefs.h" 826 #include <assert.h> 827 Syntax Error 828 EOF 829 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 830 { (eval echo configure:831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 831 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 832 if test -z "$ac_err"; then 833 : 834 else 835 echo "$ac_err" >&5 836 echo "configure: failed program was:" >&5 837 cat conftest.$ac_ext >&5 838 rm -rf conftest* 662 839 CPP=/lib/cpp 663 840 fi … … 665 842 fi 666 843 rm -f conftest* 844 fi 845 rm -f conftest* 667 846 ac_cv_prog_CPP="$CPP" 668 847 fi … … 674 853 675 854 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 676 echo "configure: 677: checking whether ${MAKE-make} sets \${MAKE}" >&5855 echo "configure:856: checking whether ${MAKE-make} sets \${MAKE}" >&5 677 856 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 678 857 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 703 882 set dummy gcc; ac_word=$2 704 883 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 705 echo "configure: 706: checking for $ac_word" >&5884 echo "configure:885: checking for $ac_word" >&5 706 885 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 707 886 echo $ac_n "(cached) $ac_c" 1>&6 … … 710 889 ac_cv_prog_CC="$CC" # Let the user override the test. 711 890 else 712 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 713 for ac_dir in $PATH; do 891 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 892 ac_dummy="$PATH" 893 for ac_dir in $ac_dummy; do 714 894 test -z "$ac_dir" && ac_dir=. 715 if test -f $ac_dir/$ac_word; then 895 if test -f $ac_dir/$ac_word -o \ 896 -f $ac_dir/$ac_word$ac_exeext ; then 716 897 ac_cv_prog_CC="gcc" 717 898 break … … 732 913 set dummy cc; ac_word=$2 733 914 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 734 echo "configure: 735: checking for $ac_word" >&5915 echo "configure:916: checking for $ac_word" >&5 735 916 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 736 917 echo $ac_n "(cached) $ac_c" 1>&6 … … 739 920 ac_cv_prog_CC="$CC" # Let the user override the test. 740 921 else 741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$ {IFS}:"922 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 742 923 ac_prog_rejected=no 743 for ac_dir in $PATH; do 924 ac_dummy="$PATH" 925 for ac_dir in $ac_dummy; do 744 926 test -z "$ac_dir" && ac_dir=. 745 if test -f $ac_dir/$ac_word; then 746 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 927 if test -f $ac_dir/$ac_word -o \ 928 -f $ac_dir/$ac_word$ac_exeext ; then 929 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 930 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 747 931 ac_prog_rejected=yes 748 932 continue … … 776 960 fi 777 961 962 if test -z "$CC"; then 963 case "`uname -s`" in 964 *win32* | *WIN32*) 965 # Extract the first word of "cl", so it can be a program name with args. 966 set dummy cl; ac_word=$2 967 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 968 echo "configure:969: checking for $ac_word" >&5 969 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 970 echo $ac_n "(cached) $ac_c" 1>&6 971 else 972 if test -n "$CC"; then 973 ac_cv_prog_CC="$CC" # Let the user override the test. 974 else 975 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 976 ac_dummy="$PATH" 977 for ac_dir in $ac_dummy; do 978 test -z "$ac_dir" && ac_dir=. 979 if test -f $ac_dir/$ac_word -o \ 980 -f $ac_dir/$ac_word$ac_exeext ; then 981 ac_cv_prog_CC="cl" 982 break 983 fi 984 done 985 IFS="$ac_save_ifs" 986 fi 987 fi 988 CC="$ac_cv_prog_CC" 989 if test -n "$CC"; then 990 echo "$ac_t""$CC" 1>&6 991 else 992 echo "$ac_t""no" 1>&6 993 fi 994 ;; 995 esac 996 fi 778 997 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 779 998 fi 780 999 781 1000 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 782 echo "configure: 783: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51001 echo "configure:1002: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 783 1002 784 1003 ac_ext=c … … 786 1005 ac_cpp='$CPP $CPPFLAGS' 787 1006 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 788 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'1007 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 789 1008 cross_compiling=$ac_cv_prog_cc_cross 790 1009 791 cat > conftest.$ac_ext <<EOF 792 #line 793 "configure" 793 #include "confdefs.h" 1010 cat > conftest.$ac_ext << EOF 1011 1012 #line 1013 "configure" 1013 #include "confdefs.h" 1014 794 1015 main(){return(0);} 795 1016 EOF 796 if { (eval echo configure: 797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1017 if { (eval echo configure:1018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 797 1018 ac_cv_prog_cc_works=yes 798 1019 # If we can't run a trivial program, we are probably using a cross compiler. … … 808 1029 fi 809 1030 rm -fr conftest* 1031 ac_ext=c 1032 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. 1033 ac_cpp='$CPP $CPPFLAGS' 1034 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 1035 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 1036 cross_compiling=$ac_cv_prog_cc_cross 810 1037 811 1038 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 814 1041 fi 815 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 816 echo "configure: 817: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 817 1044 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 818 1045 cross_compiling=$ac_cv_prog_cc_cross 819 1046 820 1047 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 821 echo "configure: 822: checking whether we are using GNU C" >&51048 echo "configure:1049: checking whether we are using GNU C" >&5 822 1049 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 823 1050 echo $ac_n "(cached) $ac_c" 1>&6 … … 828 1055 #endif 829 1056 EOF 830 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1057 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1058: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 831 1058 ac_cv_prog_gcc=yes 832 1059 else … … 839 1066 if test $ac_cv_prog_gcc = yes; then 840 1067 GCC=yes 841 ac_test_CFLAGS="${CFLAGS+set}" 842 ac_save_CFLAGS="$CFLAGS" 843 CFLAGS= 844 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 845 echo "configure:846: checking whether ${CC-cc} accepts -g" >&5 1068 else 1069 GCC= 1070 fi 1071 1072 ac_test_CFLAGS="${CFLAGS+set}" 1073 ac_save_CFLAGS="$CFLAGS" 1074 CFLAGS= 1075 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1076 echo "configure:1077: checking whether ${CC-cc} accepts -g" >&5 846 1077 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 847 1078 echo $ac_n "(cached) $ac_c" 1>&6 … … 858 1089 859 1090 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 860 if test "$ac_test_CFLAGS" = set; then 861 CFLAGS="$ac_save_CFLAGS" 862 elif test $ac_cv_prog_cc_g = yes; then 1091 if test "$ac_test_CFLAGS" = set; then 1092 CFLAGS="$ac_save_CFLAGS" 1093 elif test $ac_cv_prog_cc_g = yes; then 1094 if test "$GCC" = yes; then 863 1095 CFLAGS="-g -O2" 864 1096 else 1097 CFLAGS="-g" 1098 fi 1099 else 1100 if test "$GCC" = yes; then 865 1101 CFLAGS="-O2" 1102 else 1103 CFLAGS= 866 1104 fi 867 else868 GCC=869 test "${CFLAGS+set}" = set || CFLAGS="-g"870 1105 fi 871 1106 … … 873 1108 set dummy ranlib; ac_word=$2 874 1109 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 875 echo "configure: 876: checking for $ac_word" >&51110 echo "configure:1111: checking for $ac_word" >&5 876 1111 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 877 1112 echo $ac_n "(cached) $ac_c" 1>&6 … … 880 1115 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 881 1116 else 882 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 883 for ac_dir in $PATH; do 1117 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1118 ac_dummy="$PATH" 1119 for ac_dir in $ac_dummy; do 884 1120 test -z "$ac_dir" && ac_dir=. 885 if test -f $ac_dir/$ac_word; then 1121 if test -f $ac_dir/$ac_word -o \ 1122 -f $ac_dir/$ac_word$ac_exeext ; then 886 1123 ac_cv_prog_RANLIB="ranlib" 887 1124 break … … 900 1137 901 1138 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 902 echo "configure: 903: checking for POSIXized ISC" >&51139 echo "configure:1140: checking for POSIXized ISC" >&5 903 1140 if test -d /etc/conf/kconfig.d && 904 1141 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 921 1158 922 1159 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 923 echo "configure: 924: checking for ANSI C header files" >&51160 echo "configure:1161: checking for ANSI C header files" >&5 924 1161 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 925 1162 echo $ac_n "(cached) $ac_c" 1>&6 926 1163 else 927 1164 cat > conftest.$ac_ext <<EOF 928 #line 929 "configure" 1165 #include <sys/types.h> 1166 #line 1167 "configure" 929 1167 #include "confdefs.h" 930 1168 #include <stdlib.h> … … 934 1172 EOF 935 1173 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 936 { (eval echo configure: 937: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }937 ac_err=`grep -v '^ *+' conftest.out `1174 { (eval echo configure:1175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1175 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 938 1176 if test -z "$ac_err"; then 939 1177 rm -rf conftest* … … 951 1189 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 952 1190 cat > conftest.$ac_ext <<EOF 953 #line 954"configure"1191 #line 1192 "configure" 954 1192 #include "confdefs.h" 955 1193 #include <string.h> … … 969 1207 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 970 1208 cat > conftest.$ac_ext <<EOF 971 #line 972"configure"1209 #line 1210 "configure" 972 1210 #include "confdefs.h" 973 1211 #include <stdlib.h> … … 990 1228 else 991 1229 cat > conftest.$ac_ext <<EOF 992 #line 993"configure"1230 #line 1231 "configure" 993 1231 #include "confdefs.h" 994 1232 #include <ctype.h> … … 1001 1239 1002 1240 EOF 1003 if { (eval echo configure:1 004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest&& (./conftest; exit) 2>/dev/null1241 if { (eval echo configure:1242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1004 1242 then 1005 1243 : … … 1025 1263 1026 1264 echo $ac_n "checking for working const""... $ac_c" 1>&6 1027 echo "configure:1 028: checking for working const" >&51265 echo "configure:1266: checking for working const" >&5 1028 1266 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1029 1267 echo $ac_n "(cached) $ac_c" 1>&6 1030 1268 else 1031 1269 cat > conftest.$ac_ext <<EOF 1032 #line 1 033"configure"1270 #line 1271 "configure" 1033 1271 #include "confdefs.h" 1034 1272 … … 1079 1317 ; return 0; } 1080 1318 EOF 1081 if { (eval echo configure:1 082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1319 if { (eval echo configure:1320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1082 1320 rm -rf conftest* 1083 1321 ac_cv_c_const=yes … … 1100 1338 1101 1339 echo $ac_n "checking for inline""... $ac_c" 1>&6 1102 echo "configure:1 103: checking for inline" >&51340 echo "configure:1341: checking for inline" >&5 1103 1341 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 1104 1342 echo $ac_n "(cached) $ac_c" 1>&6 … … 1107 1345 for ac_kw in inline __inline__ __inline; do 1108 1346 cat > conftest.$ac_ext <<EOF 1109 #line 1 110"configure"1347 #line 1348 "configure" 1110 1348 #include "confdefs.h" 1111 1349 … … 1114 1352 ; return 0; } 1115 1353 EOF 1116 if { (eval echo configure:1 117: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1354 if { (eval echo configure:1355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1117 1355 rm -rf conftest* 1118 1356 ac_cv_c_inline=$ac_kw; break … … 1140 1378 1141 1379 echo $ac_n "checking for off_t""... $ac_c" 1>&6 1142 echo "configure:1 143: checking for off_t" >&51380 echo "configure:1381: checking for off_t" >&5 1143 1381 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 1144 1382 echo $ac_n "(cached) $ac_c" 1>&6 1145 1383 else 1146 1384 cat > conftest.$ac_ext <<EOF 1147 #line 1 148"configure"1385 #line 1386 "configure" 1148 1386 #include "confdefs.h" 1149 1387 #include <sys/types.h> … … 1154 1392 EOF 1155 1393 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1156 egrep " off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then1394 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 1157 1395 rm -rf conftest* 1158 1396 ac_cv_type_off_t=yes … … 1173 1411 1174 1412 echo $ac_n "checking for size_t""... $ac_c" 1>&6 1175 echo "configure:1 176: checking for size_t" >&51413 echo "configure:1414: checking for size_t" >&5 1176 1414 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 1177 1415 echo $ac_n "(cached) $ac_c" 1>&6 1178 1416 else 1179 1417 cat > conftest.$ac_ext <<EOF 1180 #line 1 181"configure"1418 #line 1419 "configure" 1181 1419 #include "confdefs.h" 1182 1420 #include <sys/types.h> … … 1187 1425 EOF 1188 1426 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1189 egrep " size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then1427 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then 1190 1428 rm -rf conftest* 1191 1429 ac_cv_type_size_t=yes … … 1208 1446 # for constant arguments. Useless! 1209 1447 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 1210 echo "configure:1 211: checking for working alloca.h" >&51448 echo "configure:1449: checking for working alloca.h" >&5 1211 1449 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 1212 1450 echo $ac_n "(cached) $ac_c" 1>&6 1213 1451 else 1214 1452 cat > conftest.$ac_ext <<EOF 1215 #line 1 216"configure"1453 #line 1454 "configure" 1216 1454 #include "confdefs.h" 1217 1455 #include <alloca.h> … … 1220 1458 ; return 0; } 1221 1459 EOF 1222 if { (eval echo configure:1 223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1460 if { (eval echo configure:1461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1223 1461 rm -rf conftest* 1224 1462 ac_cv_header_alloca_h=yes … … 1241 1479 1242 1480 echo $ac_n "checking for alloca""... $ac_c" 1>&6 1243 echo "configure:1 244: checking for alloca" >&51481 echo "configure:1482: checking for alloca" >&5 1244 1482 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 1245 1483 echo $ac_n "(cached) $ac_c" 1>&6 1246 1484 else 1247 1485 cat > conftest.$ac_ext <<EOF 1248 #line 1 249"configure"1486 #line 1487 "configure" 1249 1487 #include "confdefs.h" 1250 1488 … … 1252 1490 # define alloca __builtin_alloca 1253 1491 #else 1254 # if HAVE_ALLOCA_H 1255 # include <alloca.h> 1492 # ifdef _MSC_VER 1493 # include <malloc.h> 1494 # define alloca _alloca 1256 1495 # else 1257 # ifdef _AIX 1496 # if HAVE_ALLOCA_H 1497 # include <alloca.h> 1498 # else 1499 # ifdef _AIX 1258 1500 #pragma alloca 1259 # else1260 # ifndef alloca /* predefined by HP cc +Olibcalls */1501 # else 1502 # ifndef alloca /* predefined by HP cc +Olibcalls */ 1261 1503 char *alloca (); 1504 # endif 1262 1505 # endif 1263 1506 # endif … … 1269 1512 ; return 0; } 1270 1513 EOF 1271 if { (eval echo configure:1 272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1514 if { (eval echo configure:1515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1272 1515 rm -rf conftest* 1273 1516 ac_cv_func_alloca_works=yes … … 1294 1537 # contain a buggy version. If you still want to use their alloca, 1295 1538 # use ar to extract alloca.o from them instead of compiling alloca.c. 1296 ALLOCA=alloca. o1539 ALLOCA=alloca.${ac_objext} 1297 1540 cat >> confdefs.h <<\EOF 1298 1541 #define C_ALLOCA 1 … … 1301 1544 1302 1545 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 1303 echo "configure:1 304: checking whether alloca needs Cray hooks" >&51546 echo "configure:1547: checking whether alloca needs Cray hooks" >&5 1304 1547 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 1305 1548 echo $ac_n "(cached) $ac_c" 1>&6 1306 1549 else 1307 1550 cat > conftest.$ac_ext <<EOF 1308 #line 1 309"configure"1551 #line 1552 "configure" 1309 1552 #include "confdefs.h" 1310 1553 #if defined(CRAY) && ! defined(CRAY2) … … 1331 1574 for ac_func in _getb67 GETB67 getb67; do 1332 1575 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1333 echo "configure:1 334: checking for $ac_func" >&51576 echo "configure:1577: checking for $ac_func" >&5 1334 1577 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1335 1578 echo $ac_n "(cached) $ac_c" 1>&6 1336 1579 else 1337 1580 cat > conftest.$ac_ext <<EOF 1338 #line 1 339"configure"1581 #line 1582 "configure" 1339 1582 #include "confdefs.h" 1340 1583 /* System header to define __stub macros and hopefully few prototypes, … … 1359 1602 ; return 0; } 1360 1603 EOF 1361 if { (eval echo configure:1 362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1604 if { (eval echo configure:1605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1362 1605 rm -rf conftest* 1363 1606 eval "ac_cv_func_$ac_func=yes" … … 1386 1629 1387 1630 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 1388 echo "configure:1 389: checking stack direction for C alloca" >&51631 echo "configure:1632: checking stack direction for C alloca" >&5 1389 1632 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 1390 1633 echo $ac_n "(cached) $ac_c" 1>&6 … … 1394 1637 else 1395 1638 cat > conftest.$ac_ext <<EOF 1396 #line 1 397"configure"1639 #line 1640 "configure" 1397 1640 #include "confdefs.h" 1398 1641 find_stack_direction () … … 1413 1656 } 1414 1657 EOF 1415 if { (eval echo configure:1 416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest&& (./conftest; exit) 2>/dev/null1658 if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1416 1659 then 1417 1660 ac_cv_c_stack_direction=1 … … 1438 1681 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1439 1682 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1440 echo "configure:1 441: checking for $ac_hdr" >&51683 echo "configure:1684: checking for $ac_hdr" >&5 1441 1684 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1442 1685 echo $ac_n "(cached) $ac_c" 1>&6 1443 1686 else 1444 1687 cat > conftest.$ac_ext <<EOF 1445 #line 1446 "configure" 1688 #include <sys/types.h> 1689 #line 1690 "configure" 1446 1690 #include "confdefs.h" 1447 1691 #include <$ac_hdr> 1448 1692 EOF 1449 1693 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1450 { (eval echo configure:1 451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1451 ac_err=`grep -v '^ *+' conftest.out `1694 { (eval echo configure:1695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1695 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1452 1696 if test -z "$ac_err"; then 1453 1697 rm -rf conftest* … … 1477 1721 do 1478 1722 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1479 echo "configure:1 480: checking for $ac_func" >&51723 echo "configure:1724: checking for $ac_func" >&5 1480 1724 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1481 1725 echo $ac_n "(cached) $ac_c" 1>&6 1482 1726 else 1483 1727 cat > conftest.$ac_ext <<EOF 1484 #line 1 485"configure"1728 #line 1729 "configure" 1485 1729 #include "confdefs.h" 1486 1730 /* System header to define __stub macros and hopefully few prototypes, … … 1505 1749 ; return 0; } 1506 1750 EOF 1507 if { (eval echo configure:1 508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1751 if { (eval echo configure:1752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1508 1752 rm -rf conftest* 1509 1753 eval "ac_cv_func_$ac_func=yes" … … 1530 1774 1531 1775 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 1532 echo "configure:1 533: checking for working mmap" >&51776 echo "configure:1777: checking for working mmap" >&5 1533 1777 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 1534 1778 echo $ac_n "(cached) $ac_c" 1>&6 … … 1538 1782 else 1539 1783 cat > conftest.$ac_ext <<EOF 1540 #line 1 541"configure"1784 #line 1785 "configure" 1541 1785 #include "confdefs.h" 1542 1786 … … 1678 1922 1679 1923 EOF 1680 if { (eval echo configure:1 681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest&& (./conftest; exit) 2>/dev/null1924 if { (eval echo configure:1925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1681 1925 then 1682 1926 ac_cv_func_mmap_fixed_mapped=yes … … 1706 1950 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1707 1951 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1708 echo "configure:1 709: checking for $ac_hdr" >&51952 echo "configure:1953: checking for $ac_hdr" >&5 1709 1953 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1710 1954 echo $ac_n "(cached) $ac_c" 1>&6 1711 1955 else 1712 1956 cat > conftest.$ac_ext <<EOF 1713 #line 1714 "configure" 1957 #include <sys/types.h> 1958 #line 1959 "configure" 1714 1959 #include "confdefs.h" 1715 1960 #include <$ac_hdr> 1716 1961 EOF 1717 1962 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1718 { (eval echo configure:1 719: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1719 ac_err=`grep -v '^ *+' conftest.out `1963 { (eval echo configure:1964: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1964 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1720 1965 if test -z "$ac_err"; then 1721 1966 rm -rf conftest* … … 1746 1991 do 1747 1992 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1748 echo "configure:1 749: checking for $ac_func" >&51993 echo "configure:1994: checking for $ac_func" >&5 1749 1994 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1750 1995 echo $ac_n "(cached) $ac_c" 1>&6 1751 1996 else 1752 1997 cat > conftest.$ac_ext <<EOF 1753 #line 1 754"configure"1998 #line 1999 "configure" 1754 1999 #include "confdefs.h" 1755 2000 /* System header to define __stub macros and hopefully few prototypes, … … 1774 2019 ; return 0; } 1775 2020 EOF 1776 if { (eval echo configure: 1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2021 if { (eval echo configure:2022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1777 2022 rm -rf conftest* 1778 2023 eval "ac_cv_func_$ac_func=yes" … … 1803 2048 do 1804 2049 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1805 echo "configure: 1806: checking for $ac_func" >&52050 echo "configure:2051: checking for $ac_func" >&5 1806 2051 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1807 2052 echo $ac_n "(cached) $ac_c" 1>&6 1808 2053 else 1809 2054 cat > conftest.$ac_ext <<EOF 1810 #line 1811"configure"2055 #line 2056 "configure" 1811 2056 #include "confdefs.h" 1812 2057 /* System header to define __stub macros and hopefully few prototypes, … … 1831 2076 ; return 0; } 1832 2077 EOF 1833 if { (eval echo configure: 1834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2078 if { (eval echo configure:2079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1834 2079 rm -rf conftest* 1835 2080 eval "ac_cv_func_$ac_func=yes" … … 1865 2110 if test $ac_cv_header_locale_h = yes; then 1866 2111 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 1867 echo "configure: 1868: checking for LC_MESSAGES" >&52112 echo "configure:2113: checking for LC_MESSAGES" >&5 1868 2113 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 1869 2114 echo $ac_n "(cached) $ac_c" 1>&6 1870 2115 else 1871 2116 cat > conftest.$ac_ext <<EOF 1872 #line 1873"configure"2117 #line 2118 "configure" 1873 2118 #include "confdefs.h" 1874 2119 #include <locale.h> … … 1877 2122 ; return 0; } 1878 2123 EOF 1879 if { (eval echo configure: 1880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2124 if { (eval echo configure:2125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1880 2125 rm -rf conftest* 1881 2126 am_cv_val_LC_MESSAGES=yes … … 1898 2143 fi 1899 2144 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 1900 echo "configure: 1901: checking whether NLS is requested" >&52145 echo "configure:2146: checking whether NLS is requested" >&5 1901 2146 # Check whether --enable-nls or --disable-nls was given. 1902 2147 if test "${enable_nls+set}" = set; then … … 1918 2163 1919 2164 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 1920 echo "configure: 1921: checking whether included gettext is requested" >&52165 echo "configure:2166: checking whether included gettext is requested" >&5 1921 2166 # Check whether --with-included-gettext or --without-included-gettext was given. 1922 2167 if test "${with_included_gettext+set}" = set; then … … 1937 2182 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 1938 2183 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 1939 echo "configure: 1940: checking for libintl.h" >&52184 echo "configure:2185: checking for libintl.h" >&5 1940 2185 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1941 2186 echo $ac_n "(cached) $ac_c" 1>&6 1942 2187 else 1943 2188 cat > conftest.$ac_ext <<EOF 1944 #line 1945 "configure" 2189 #include <sys/types.h> 2190 #line 2191 "configure" 1945 2191 #include "confdefs.h" 1946 2192 #include <libintl.h> 1947 2193 EOF 1948 2194 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1949 { (eval echo configure: 1950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1950 ac_err=`grep -v '^ *+' conftest.out `2195 { (eval echo configure:2196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2196 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1951 2197 if test -z "$ac_err"; then 1952 2198 rm -rf conftest* … … 1964 2210 echo "$ac_t""yes" 1>&6 1965 2211 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 1966 echo "configure: 1967: checking for gettext in libc" >&52212 echo "configure:2213: checking for gettext in libc" >&5 1967 2213 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 1968 2214 echo $ac_n "(cached) $ac_c" 1>&6 1969 2215 else 1970 2216 cat > conftest.$ac_ext <<EOF 1971 #line 1972"configure"2217 #line 2218 "configure" 1972 2218 #include "confdefs.h" 1973 2219 #include <libintl.h> … … 1976 2222 ; return 0; } 1977 2223 EOF 1978 if { (eval echo configure: 1979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2224 if { (eval echo configure:2225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1979 2225 rm -rf conftest* 1980 2226 gt_cv_func_gettext_libc=yes … … 1992 2238 if test "$gt_cv_func_gettext_libc" != "yes"; then 1993 2239 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 1994 echo "configure: 1995: checking for bindtextdomain in -lintl" >&52240 echo "configure:2241: checking for bindtextdomain in -lintl" >&5 1995 2241 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 1996 2242 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2000 2246 LIBS="-lintl $LIBS" 2001 2247 cat > conftest.$ac_ext <<EOF 2002 #line 2 003"configure"2248 #line 2249 "configure" 2003 2249 #include "confdefs.h" 2004 2250 /* Override any gcc2 internal prototype to avoid an error. */ … … 2011 2257 ; return 0; } 2012 2258 EOF 2013 if { (eval echo configure:2 014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2259 if { (eval echo configure:2260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2014 2260 rm -rf conftest* 2015 2261 eval "ac_cv_lib_$ac_lib_var=yes" … … 2027 2273 echo "$ac_t""yes" 1>&6 2028 2274 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 2029 echo "configure:2 030: checking for gettext in libintl" >&52275 echo "configure:2276: checking for gettext in libintl" >&5 2030 2276 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 2031 2277 echo $ac_n "(cached) $ac_c" 1>&6 2032 2278 else 2033 2279 cat > conftest.$ac_ext <<EOF 2034 #line 2 035"configure"2280 #line 2281 "configure" 2035 2281 #include "confdefs.h" 2036 2282 … … 2039 2285 ; return 0; } 2040 2286 EOF 2041 if { (eval echo configure:2 042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2287 if { (eval echo configure:2288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2042 2288 rm -rf conftest* 2043 2289 gt_cv_func_gettext_libintl=yes … … 2067 2313 set dummy msgfmt; ac_word=$2 2068 2314 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2069 echo "configure:2 070: checking for $ac_word" >&52315 echo "configure:2316: checking for $ac_word" >&5 2070 2316 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 2071 2317 echo $ac_n "(cached) $ac_c" 1>&6 … … 2076 2322 ;; 2077 2323 *) 2078 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"2324 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 2079 2325 for ac_dir in $PATH; do 2080 2326 test -z "$ac_dir" && ac_dir=. … … 2101 2347 do 2102 2348 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2103 echo "configure:2 104: checking for $ac_func" >&52349 echo "configure:2350: checking for $ac_func" >&5 2104 2350 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2105 2351 echo $ac_n "(cached) $ac_c" 1>&6 2106 2352 else 2107 2353 cat > conftest.$ac_ext <<EOF 2108 #line 2 109"configure"2354 #line 2355 "configure" 2109 2355 #include "confdefs.h" 2110 2356 /* System header to define __stub macros and hopefully few prototypes, … … 2129 2375 ; return 0; } 2130 2376 EOF 2131 if { (eval echo configure:2 132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2377 if { (eval echo configure:2378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2132 2378 rm -rf conftest* 2133 2379 eval "ac_cv_func_$ac_func=yes" … … 2156 2402 set dummy gmsgfmt; ac_word=$2 2157 2403 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2158 echo "configure:2 159: checking for $ac_word" >&52404 echo "configure:2405: checking for $ac_word" >&5 2159 2405 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 2160 2406 echo $ac_n "(cached) $ac_c" 1>&6 2161 2407 else 2162 2408 case "$GMSGFMT" in 2163 /* )2409 /* | [a-zA-Z]:*) 2164 2410 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 2165 2411 ;; 2166 ?:/*) 2412 ?:/*) 2167 2413 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 2168 2414 ;; 2169 2415 *) 2170 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2171 for ac_dir in $PATH; do 2416 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2417 ac_dummy="$PATH" 2418 for ac_dir in $ac_dummy; do 2172 2419 test -z "$ac_dir" && ac_dir=. 2173 2420 if test -f $ac_dir/$ac_word; then 2174 2421 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 2422 break 2423 fi 2424 if test -f $ac_dir/$ac_word$ac_exeext; then 2425 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 2175 2426 break 2176 2427 fi … … 2191 2442 set dummy xgettext; ac_word=$2 2192 2443 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2193 echo "configure:2 194: checking for $ac_word" >&52444 echo "configure:2445: checking for $ac_word" >&5 2194 2445 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 2195 2446 echo $ac_n "(cached) $ac_c" 1>&6 … … 2200 2451 ;; 2201 2452 *) 2202 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"2453 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 2203 2454 for ac_dir in $PATH; do 2204 2455 test -z "$ac_dir" && ac_dir=. … … 2223 2474 2224 2475 cat > conftest.$ac_ext <<EOF 2225 #line 2 226"configure"2476 #line 2477 "configure" 2226 2477 #include "confdefs.h" 2227 2478 … … 2231 2482 ; return 0; } 2232 2483 EOF 2233 if { (eval echo configure:2 234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2484 if { (eval echo configure:2485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2234 2485 rm -rf conftest* 2235 2486 CATOBJEXT=.gmo … … 2263 2514 set dummy msgfmt; ac_word=$2 2264 2515 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2265 echo "configure:2 266: checking for $ac_word" >&52516 echo "configure:2517: checking for $ac_word" >&5 2266 2517 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 2267 2518 echo $ac_n "(cached) $ac_c" 1>&6 … … 2272 2523 ;; 2273 2524 *) 2274 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"2525 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 2275 2526 for ac_dir in $PATH; do 2276 2527 test -z "$ac_dir" && ac_dir=. … … 2297 2548 set dummy gmsgfmt; ac_word=$2 2298 2549 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2299 echo "configure:2 300: checking for $ac_word" >&52550 echo "configure:2551: checking for $ac_word" >&5 2300 2551 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 2301 2552 echo $ac_n "(cached) $ac_c" 1>&6 2302 2553 else 2303 2554 case "$GMSGFMT" in 2304 /* )2555 /* | [a-zA-Z]:*) 2305 2556 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 2306 2557 ;; 2307 ?:/*) 2558 ?:/*) 2308 2559 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 2309 2560 ;; 2310 2561 *) 2311 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 2312 for ac_dir in $PATH; do 2562 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2563 ac_dummy="$PATH" 2564 for ac_dir in $ac_dummy; do 2313 2565 test -z "$ac_dir" && ac_dir=. 2314 2566 if test -f $ac_dir/$ac_word; then 2315 2567 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 2568 break 2569 fi 2570 if test -f $ac_dir/$ac_word$ac_exeext; then 2571 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 2316 2572 break 2317 2573 fi … … 2332 2588 set dummy xgettext; ac_word=$2 2333 2589 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2334 echo "configure:2 335: checking for $ac_word" >&52590 echo "configure:2591: checking for $ac_word" >&5 2335 2591 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 2336 2592 echo $ac_n "(cached) $ac_c" 1>&6 … … 2341 2597 ;; 2342 2598 *) 2343 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"2599 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 2344 2600 for ac_dir in $PATH; do 2345 2601 test -z "$ac_dir" && ac_dir=. … … 2422 2678 else 2423 2679 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 2424 echo "configure:2 425: checking for catalogs to be installed" >&52680 echo "configure:2681: checking for catalogs to be installed" >&5 2425 2681 NEW_LINGUAS= 2426 2682 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 2450 2706 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 2451 2707 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 2452 echo "configure:2 453: checking for linux/version.h" >&52708 echo "configure:2709: checking for linux/version.h" >&5 2453 2709 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2454 2710 echo $ac_n "(cached) $ac_c" 1>&6 2455 2711 else 2456 2712 cat > conftest.$ac_ext <<EOF 2457 #line 2458 "configure" 2713 #include <sys/types.h> 2714 #line 2715 "configure" 2458 2715 #include "confdefs.h" 2459 2716 #include <linux/version.h> 2460 2717 EOF 2461 2718 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2462 { (eval echo configure:2 463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2463 ac_err=`grep -v '^ *+' conftest.out `2719 { (eval echo configure:2720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2720 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2464 2721 if test -z "$ac_err"; then 2465 2722 rm -rf conftest* … … 2546 2803 # and sets the high bit in the cache file unless we assign to the vars. 2547 2804 (set) 2>&1 | 2548 case `(ac_space=' '; set ) 2>&1 | grep ac_space` in2805 case `(ac_space=' '; set | grep ac_space) 2>&1` in 2549 2806 *ac_space=\ *) 2550 2807 # `set' does not quote correctly, so add quotes (double-quote substitution … … 2598 2855 # Run this file to recreate the current configuration. 2599 2856 # This directory was configured as follows, 2857 EOF 2858 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 2859 cat >> $CONFIG_STATUS <<EOF 2600 2860 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 2601 2861 # … … 2613 2873 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 2614 2874 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 2615 echo "$CONFIG_STATUS generated by autoconf version 2.1 2.1"2875 echo "$CONFIG_STATUS generated by autoconf version 2.13" 2616 2876 exit 0 ;; 2617 2877 -help | --help | --hel | --he | --h) … … 2623 2883 ac_given_srcdir=$srcdir 2624 2884 ac_given_INSTALL="$INSTALL" 2885 PATHIFS="$PATH_IFS" 2625 2886 2626 2887 trap 'rm -fr `echo "Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 2633 2894 $ac_vpsub 2634 2895 $extrasub 2896 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 2635 2897 s%@SHELL@%$SHELL%g 2636 2898 s%@CFLAGS@%$CFLAGS%g 2637 2899 s%@CPPFLAGS@%$CPPFLAGS%g 2638 2900 s%@CXXFLAGS@%$CXXFLAGS%g 2901 s%@FFLAGS@%$FFLAGS%g 2639 2902 s%@DEFS@%$DEFS%g 2640 2903 s%@LDFLAGS@%$LDFLAGS%g … … 2655 2918 s%@infodir@%$infodir%g 2656 2919 s%@mandir@%$mandir%g 2920 s%@PATH_IFS@%$PATH_IFS%g 2921 s%@EXEEXT@%$EXEEXT%g 2657 2922 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 2923 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 2658 2924 s%@INSTALL_DATA@%$INSTALL_DATA%g 2659 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g2660 2925 s%@SET_MAKE@%$SET_MAKE%g 2661 2926 s%@CC@%$CC%g … … 2753 3018 if test -z "$ac_dots"; then top_srcdir=. 2754 3019 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 2755 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 3020 /* | [A-Za-z]:*) 3021 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 2756 3022 *) # Relative path. 2757 3023 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 2760 3026 2761 3027 case "$ac_given_INSTALL" in 2762 [/$]* ) INSTALL="$ac_given_INSTALL" ;;3028 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 2763 3029 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2764 3030 esac … … 2773 3039 esac 2774 3040 2775 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`3041 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 2776 3042 sed -e "$ac_comsub 2777 3043 s%@configure_input@%$configure_input%g … … 2820 3086 2821 3087 rm -f conftest.frag conftest.in conftest.out 2822 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 3088 # kso the other way around might work better with drive letters and such. 3089 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 3090 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 2823 3091 cat $ac_file_inputs > conftest.in 2824 3092 … … 2924 3192 2925 3193 case "$srcdir" in 2926 [/$]* ) ac_rel_source="$srcdir/$ac_source" ;;3194 [/$]* | [A-Za-z]:*) ac_rel_source="$srcdir/$ac_source" ;; 2927 3195 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;; 2928 3196 esac … … 2930 3198 # Make a symlink if possible; otherwise try a hard link. 2931 3199 if ln -s $ac_rel_source $ac_dest 2>/dev/null || 2932 ln $srcdir/$ac_source $ac_dest; then : 3200 ln $srcdir/$ac_source $ac_dest 2>/dev/null || 3201 cp $srcdir/$ac_source $ac_dest; then : 2933 3202 else 2934 3203 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; } -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/ld/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 54 54 silent= 55 55 site= 56 sitefile=57 56 srcdir= 58 57 target=NONE … … 169 168 --no-create do not create output files 170 169 --quiet, --silent do not print \`checking...' messages 171 --site-file=FILE use FILE as the site file172 170 --version print the version of autoconf that created configure 173 171 Directory and file names: … … 340 338 site="$ac_optarg" ;; 341 339 342 -site-file | --site-file | --site-fil | --site-fi | --site-f)343 ac_prev=sitefile ;;344 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)345 sitefile="$ac_optarg" ;;346 347 340 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 348 341 ac_prev=srcdir ;; … … 510 503 511 504 # Prefer explicitly selected file to automatically selected ones. 512 if test -z "$sitefile"; then 513 if test -z "$CONFIG_SITE"; then 514 if test "x$prefix" != xNONE; then 515 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 516 else 517 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 518 fi 505 if test -z "$CONFIG_SITE"; then 506 if test "x$prefix" != xNONE; then 507 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 508 else 509 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 519 510 fi 520 else521 CONFIG_SITE="$sitefile"522 511 fi 523 512 for ac_site_file in $CONFIG_SITE; do … … 557 546 fi 558 547 548 echo $ac_n "checking for path separator""... $ac_c" 1>&6 549 echo "configure:550: checking for path separator" >&5 550 # Filter path to get backslahes into forwardslashes 551 case "`uname -s 2> /dev/null`" in 552 OS/2) 553 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 554 PATH_IFS=';' 555 ;; 556 *) 557 PATH_IFS=':' 558 ;; 559 esac 560 echo "$ac_t""${PATH_IFS}" 1>&6 561 559 562 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 560 echo "configure:56 1: checking for Cygwin environment" >&5563 echo "configure:564: checking for Cygwin environment" >&5 561 564 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 562 565 echo $ac_n "(cached) $ac_c" 1>&6 563 566 else 564 567 cat > conftest.$ac_ext <<EOF 565 #line 56 6"configure"568 #line 569 "configure" 566 569 #include "confdefs.h" 567 570 … … 574 577 ; return 0; } 575 578 EOF 576 if { (eval echo configure:5 77: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then579 if { (eval echo configure:580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 577 580 rm -rf conftest* 578 581 ac_cv_cygwin=yes … … 591 594 test "$ac_cv_cygwin" = yes && CYGWIN=yes 592 595 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 593 echo "configure:59 4: checking for mingw32 environment" >&5596 echo "configure:597: checking for mingw32 environment" >&5 594 597 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 595 598 echo $ac_n "(cached) $ac_c" 1>&6 596 599 else 597 600 cat > conftest.$ac_ext <<EOF 598 #line 599"configure"601 #line 602 "configure" 599 602 #include "confdefs.h" 600 603 … … 603 606 ; return 0; } 604 607 EOF 605 if { (eval echo configure:60 6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then608 if { (eval echo configure:609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 606 609 rm -rf conftest* 607 610 ac_cv_mingw32=yes … … 619 622 MINGW32= 620 623 test "$ac_cv_mingw32" = yes && MINGW32=yes 624 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 625 echo "configure:626: checking for EMX/OS2 environment" >&5 626 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 627 echo $ac_n "(cached) $ac_c" 1>&6 628 else 629 : ${CC=gcc.exe} 630 cat > conftest.$ac_ext <<EOF 631 #line 632 "configure" 632 #include "confdefs.h" 633 634 int main() { 635 return __EMX__; 636 ; return 0; } 637 EOF 638 if { (eval echo configure:639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 639 rm -rf conftest* 640 ac_cv_emxos2=yes 641 else 642 echo "configure: failed program was:" >&5 643 cat conftest.$ac_ext >&5 644 rm -rf conftest* 645 ac_cv_emxos2=no 646 fi 647 rm -f conftest* 648 rm -f conftest* 649 fi 650 651 echo "$ac_t""$ac_cv_emxos2" 1>&6 652 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 653 echo $ac_n "(cached) $ac_c" 1>&6 654 else 655 if test "$ac_cv_emxos2" = yes ; then 656 ac_cv_libpre= 657 else 658 ac_cv_libpre=lib 659 fi 660 661 fi 662 663 EMXOS2= 664 test "$ac_cv_emxos2" = yes && EMXOS2=yes 665 666 667 668 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 669 echo "configure:670: checking for executable suffix" >&5 670 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 671 echo $ac_n "(cached) $ac_c" 1>&6 672 else 673 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 674 ac_cv_exeext=.exe 675 else 676 rm -f conftest* 677 echo 'int main () { return 0; }' > conftest.$ac_ext 678 ac_cv_exeext= 679 if { (eval echo configure:680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 680 for file in conftest.*; do 681 case $file in 682 *.c | *.o | *.obj) ;; 683 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 684 esac 685 done 686 else 687 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 688 fi 689 rm -f conftest* 690 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 691 fi 692 fi 693 694 EXEEXT="" 695 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 696 echo "$ac_t""${ac_cv_exeext}" 1>&6 697 ac_exeext=$EXEEXT 698 621 699 622 700 … … 668 746 669 747 echo $ac_n "checking host system type""... $ac_c" 1>&6 670 echo "configure: 671: checking host system type" >&5748 echo "configure:749: checking host system type" >&5 671 749 672 750 host_alias=$host … … 689 767 690 768 echo $ac_n "checking target system type""... $ac_c" 1>&6 691 echo "configure: 692: checking target system type" >&5769 echo "configure:770: checking target system type" >&5 692 770 693 771 target_alias=$target … … 707 785 708 786 echo $ac_n "checking build system type""... $ac_c" 1>&6 709 echo "configure:7 10: checking build system type" >&5787 echo "configure:788: checking build system type" >&5 710 788 711 789 build_alias=$build … … 732 810 set dummy gcc; ac_word=$2 733 811 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 734 echo "configure: 735: checking for $ac_word" >&5812 echo "configure:813: checking for $ac_word" >&5 735 813 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 736 814 echo $ac_n "(cached) $ac_c" 1>&6 … … 739 817 ac_cv_prog_CC="$CC" # Let the user override the test. 740 818 else 741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"819 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 742 820 ac_dummy="$PATH" 743 821 for ac_dir in $ac_dummy; do 744 822 test -z "$ac_dir" && ac_dir=. 745 if test -f $ac_dir/$ac_word; then 823 if test -f $ac_dir/$ac_word -o \ 824 -f $ac_dir/$ac_word$ac_exeext ; then 746 825 ac_cv_prog_CC="gcc" 747 826 break … … 762 841 set dummy cc; ac_word=$2 763 842 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 764 echo "configure: 765: checking for $ac_word" >&5843 echo "configure:844: checking for $ac_word" >&5 765 844 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 766 845 echo $ac_n "(cached) $ac_c" 1>&6 … … 769 848 ac_cv_prog_CC="$CC" # Let the user override the test. 770 849 else 771 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"850 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 772 851 ac_prog_rejected=no 773 852 ac_dummy="$PATH" 774 853 for ac_dir in $ac_dummy; do 775 854 test -z "$ac_dir" && ac_dir=. 776 if test -f $ac_dir/$ac_word; then 777 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 855 if test -f $ac_dir/$ac_word -o \ 856 -f $ac_dir/$ac_word$ac_exeext ; then 857 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 858 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 778 859 ac_prog_rejected=yes 779 860 continue … … 813 894 set dummy cl; ac_word=$2 814 895 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 815 echo "configure:8 16: checking for $ac_word" >&5896 echo "configure:897: checking for $ac_word" >&5 816 897 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 817 898 echo $ac_n "(cached) $ac_c" 1>&6 … … 820 901 ac_cv_prog_CC="$CC" # Let the user override the test. 821 902 else 822 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 823 904 ac_dummy="$PATH" 824 905 for ac_dir in $ac_dummy; do 825 906 test -z "$ac_dir" && ac_dir=. 826 if test -f $ac_dir/$ac_word; then 907 if test -f $ac_dir/$ac_word -o \ 908 -f $ac_dir/$ac_word$ac_exeext ; then 827 909 ac_cv_prog_CC="cl" 828 910 break … … 845 927 846 928 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 847 echo "configure: 848: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5929 echo "configure:930: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 848 930 849 931 ac_ext=c … … 856 938 cat > conftest.$ac_ext << EOF 857 939 858 #line 859"configure"940 #line 941 "configure" 859 941 #include "confdefs.h" 860 942 861 943 main(){return(0);} 862 944 EOF 863 if { (eval echo configure: 864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then945 if { (eval echo configure:946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 864 946 ac_cv_prog_cc_works=yes 865 947 # If we can't run a trivial program, we are probably using a cross compiler. … … 887 969 fi 888 970 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 889 echo "configure: 890: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5971 echo "configure:972: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 890 972 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 891 973 cross_compiling=$ac_cv_prog_cc_cross 892 974 893 975 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 894 echo "configure: 895: checking whether we are using GNU C" >&5976 echo "configure:977: checking whether we are using GNU C" >&5 895 977 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 896 978 echo $ac_n "(cached) $ac_c" 1>&6 … … 901 983 #endif 902 984 EOF 903 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9 04: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then985 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 904 986 ac_cv_prog_gcc=yes 905 987 else … … 920 1002 CFLAGS= 921 1003 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 922 echo "configure: 923: checking whether ${CC-cc} accepts -g" >&51004 echo "configure:1005: checking whether ${CC-cc} accepts -g" >&5 923 1005 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 924 1006 echo $ac_n "(cached) $ac_c" 1>&6 … … 952 1034 953 1035 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 954 echo "configure: 955: checking for POSIXized ISC" >&51036 echo "configure:1037: checking for POSIXized ISC" >&5 955 1037 if test -d /etc/conf/kconfig.d && 956 1038 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 986 1068 # ./install, which can be erroneously created by make from ./install.sh. 987 1069 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 988 echo "configure: 989: checking for a BSD compatible install" >&51070 echo "configure:1071: checking for a BSD compatible install" >&5 989 1071 if test -z "$INSTALL"; then 990 1072 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 991 1073 echo $ac_n "(cached) $ac_c" 1>&6 992 1074 else 993 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1075 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 994 1076 for ac_dir in $PATH; do 995 1077 # Account for people who put trailing slashes in PATH elements. 996 1078 case "$ac_dir/" in 997 1079 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1080 # We reject the install program from OS/2 or W3.1 1081 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 998 1082 *) 999 1083 # OSF1 and SCO ODT 3.0 have their own names for install. … … 1001 1085 # by default. 1002 1086 for ac_prog in ginstall scoinst install; do 1003 if test -f $ac_dir/$ac_prog ; then1087 if test -f $ac_dir/$ac_prog$ac_exeext; then 1004 1088 if test $ac_prog = install && 1005 1089 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 1007 1091 : 1008 1092 else 1009 ac_cv_path_install="$ac_dir/$ac_prog -c"1093 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1010 1094 break 2 1011 1095 fi … … 1039 1123 1040 1124 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1041 echo "configure:1 042: checking whether build environment is sane" >&51125 echo "configure:1126: checking whether build environment is sane" >&5 1042 1126 # Just in case 1043 1127 sleep 1 … … 1096 1180 1097 1181 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1098 echo "configure:1 099: checking whether ${MAKE-make} sets \${MAKE}" >&51182 echo "configure:1183: checking whether ${MAKE-make} sets \${MAKE}" >&5 1099 1183 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1100 1184 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1142 1226 missing_dir=`cd $ac_aux_dir && pwd` 1143 1227 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1144 echo "configure:1 145: checking for working aclocal" >&51228 echo "configure:1229: checking for working aclocal" >&5 1145 1229 # Run test in a subshell; some versions of sh will print an error if 1146 1230 # an executable is not found, even if stderr is redirected. … … 1155 1239 1156 1240 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1157 echo "configure:1 158: checking for working autoconf" >&51241 echo "configure:1242: checking for working autoconf" >&5 1158 1242 # Run test in a subshell; some versions of sh will print an error if 1159 1243 # an executable is not found, even if stderr is redirected. … … 1168 1252 1169 1253 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1170 echo "configure:1 171: checking for working automake" >&51254 echo "configure:1255: checking for working automake" >&5 1171 1255 # Run test in a subshell; some versions of sh will print an error if 1172 1256 # an executable is not found, even if stderr is redirected. … … 1181 1265 1182 1266 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1183 echo "configure:1 184: checking for working autoheader" >&51267 echo "configure:1268: checking for working autoheader" >&5 1184 1268 # Run test in a subshell; some versions of sh will print an error if 1185 1269 # an executable is not found, even if stderr is redirected. … … 1194 1278 1195 1279 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1196 echo "configure:1 197: checking for working makeinfo" >&51280 echo "configure:1281: checking for working makeinfo" >&5 1197 1281 # Run test in a subshell; some versions of sh will print an error if 1198 1282 # an executable is not found, even if stderr is redirected. … … 1289 1373 # Check if gcc -print-prog-name=ld gives a path. 1290 1374 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1291 echo "configure:1 292: checking for ld used by GCC" >&51375 echo "configure:1376: checking for ld used by GCC" >&5 1292 1376 case $host in 1293 1377 *-*-mingw*) … … 1319 1403 elif test "$with_gnu_ld" = yes; then 1320 1404 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1321 echo "configure:1 322: checking for GNU ld" >&51405 echo "configure:1406: checking for GNU ld" >&5 1322 1406 else 1323 1407 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1324 echo "configure:1 325: checking for non-GNU ld" >&51408 echo "configure:1409: checking for non-GNU ld" >&5 1325 1409 fi 1326 1410 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then … … 1357 1441 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1358 1442 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1359 echo "configure:1 360: checking if the linker ($LD) is GNU ld" >&51443 echo "configure:1444: checking if the linker ($LD) is GNU ld" >&5 1360 1444 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1361 1445 echo $ac_n "(cached) $ac_c" 1>&6 … … 1374 1458 1375 1459 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1376 echo "configure:1 377: checking for $LD option to reload object files" >&51460 echo "configure:1461: checking for $LD option to reload object files" >&5 1377 1461 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1378 1462 echo $ac_n "(cached) $ac_c" 1>&6 … … 1386 1470 1387 1471 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1388 echo "configure:1 389: checking for BSD-compatible nm" >&51472 echo "configure:1473: checking for BSD-compatible nm" >&5 1389 1473 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1390 1474 echo $ac_n "(cached) $ac_c" 1>&6 … … 1424 1508 1425 1509 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1426 echo "configure:1 427: checking whether ln -s works" >&51510 echo "configure:1511: checking whether ln -s works" >&5 1427 1511 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1428 1512 echo $ac_n "(cached) $ac_c" 1>&6 … … 1434 1518 ac_cv_prog_LN_S="ln -s" 1435 1519 else 1436 ac_cv_prog_LN_S=ln 1437 fi 1520 echo A > conftestdata; 1521 if ln conftestdata conftestdata2 2>/dev/null; then 1522 ac_cv_prog_LN_S=ln 1523 else 1524 ac_cv_prog_LN_S=cp 1525 fi 1526 fi 1527 rm -f conftestdata* 1438 1528 fi 1439 1529 LN_S="$ac_cv_prog_LN_S" … … 1445 1535 1446 1536 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1447 echo "configure:1 448: checking how to recognise dependant libraries" >&51537 echo "configure:1538: checking how to recognise dependant libraries" >&5 1448 1538 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1449 1539 echo $ac_n "(cached) $ac_c" 1>&6 … … 1588 1678 1589 1679 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1590 echo "configure:1 591: checking for object suffix" >&51680 echo "configure:1681: checking for object suffix" >&5 1591 1681 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1592 1682 echo $ac_n "(cached) $ac_c" 1>&6 … … 1594 1684 rm -f conftest* 1595 1685 echo 'int i = 1;' > conftest.$ac_ext 1596 if { (eval echo configure:1 597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1686 if { (eval echo configure:1687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1597 1687 for ac_file in conftest.*; do 1598 1688 case $ac_file in … … 1611 1701 ac_objext=$ac_cv_objext 1612 1702 1613 1614 1615 echo $ac_n "checking for executable suffix""... $ac_c" 1>&61616 echo "configure:1617: checking for executable suffix" >&51617 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then1618 echo $ac_n "(cached) $ac_c" 1>&61619 else1620 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then1621 ac_cv_exeext=.exe1622 else1623 rm -f conftest*1624 echo 'int main () { return 0; }' > conftest.$ac_ext1625 ac_cv_exeext=1626 if { (eval echo configure:1627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1627 for file in conftest.*; do1628 case $file in1629 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1630 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;1631 esac1632 done1633 else1634 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }1635 fi1636 rm -f conftest*1637 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no1638 fi1639 fi1640 1641 EXEEXT=""1642 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}1643 echo "$ac_t""${ac_cv_exeext}" 1>&61644 ac_exeext=$EXEEXT1645 1646 1703 if test $host != $build; then 1647 1704 ac_tool_prefix=${host_alias}- … … 1657 1714 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1658 1715 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1659 echo "configure:1 660: checking for ${ac_tool_prefix}file" >&51716 echo "configure:1717: checking for ${ac_tool_prefix}file" >&5 1660 1717 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1661 1718 echo $ac_n "(cached) $ac_c" 1>&6 … … 1719 1776 if test -n "$ac_tool_prefix"; then 1720 1777 echo $ac_n "checking for file""... $ac_c" 1>&6 1721 echo "configure:17 22: checking for file" >&51778 echo "configure:1779: checking for file" >&5 1722 1779 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1723 1780 echo $ac_n "(cached) $ac_c" 1>&6 … … 1790 1847 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1791 1848 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1792 echo "configure:1 793: checking for $ac_word" >&51849 echo "configure:1850: checking for $ac_word" >&5 1793 1850 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1794 1851 echo $ac_n "(cached) $ac_c" 1>&6 … … 1797 1854 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1798 1855 else 1799 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1856 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1800 1857 ac_dummy="$PATH" 1801 1858 for ac_dir in $ac_dummy; do 1802 1859 test -z "$ac_dir" && ac_dir=. 1803 if test -f $ac_dir/$ac_word; then 1860 if test -f $ac_dir/$ac_word -o \ 1861 -f $ac_dir/$ac_word$ac_exeext ; then 1804 1862 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1805 1863 break … … 1822 1880 set dummy ranlib; ac_word=$2 1823 1881 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1824 echo "configure:18 25: checking for $ac_word" >&51882 echo "configure:1883: checking for $ac_word" >&5 1825 1883 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1826 1884 echo $ac_n "(cached) $ac_c" 1>&6 … … 1829 1887 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1830 1888 else 1831 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1889 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1832 1890 ac_dummy="$PATH" 1833 1891 for ac_dir in $ac_dummy; do 1834 1892 test -z "$ac_dir" && ac_dir=. 1835 if test -f $ac_dir/$ac_word; then 1893 if test -f $ac_dir/$ac_word -o \ 1894 -f $ac_dir/$ac_word$ac_exeext ; then 1836 1895 ac_cv_prog_RANLIB="ranlib" 1837 1896 break … … 1857 1916 set dummy ${ac_tool_prefix}strip; ac_word=$2 1858 1917 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1859 echo "configure:1 860: checking for $ac_word" >&51918 echo "configure:1919: checking for $ac_word" >&5 1860 1919 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1861 1920 echo $ac_n "(cached) $ac_c" 1>&6 … … 1864 1923 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1865 1924 else 1866 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1925 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1867 1926 ac_dummy="$PATH" 1868 1927 for ac_dir in $ac_dummy; do 1869 1928 test -z "$ac_dir" && ac_dir=. 1870 if test -f $ac_dir/$ac_word; then 1929 if test -f $ac_dir/$ac_word -o \ 1930 -f $ac_dir/$ac_word$ac_exeext ; then 1871 1931 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1872 1932 break … … 1889 1949 set dummy strip; ac_word=$2 1890 1950 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1891 echo "configure:1 892: checking for $ac_word" >&51951 echo "configure:1952: checking for $ac_word" >&5 1892 1952 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1893 1953 echo $ac_n "(cached) $ac_c" 1>&6 … … 1896 1956 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1897 1957 else 1898 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1958 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1899 1959 ac_dummy="$PATH" 1900 1960 for ac_dir in $ac_dummy; do 1901 1961 test -z "$ac_dir" && ac_dir=. 1902 if test -f $ac_dir/$ac_word; then 1962 if test -f $ac_dir/$ac_word -o \ 1963 -f $ac_dir/$ac_word$ac_exeext ; then 1903 1964 ac_cv_prog_STRIP="strip" 1904 1965 break … … 1956 2017 *-*-irix6*) 1957 2018 # Find out which ABI we are using. 1958 echo '#line 1959"configure"' > conftest.$ac_ext1959 if { (eval echo configure: 1960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2019 echo '#line 2020 "configure"' > conftest.$ac_ext 2020 if { (eval echo configure:2021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1960 2021 case "`/usr/bin/file conftest.o`" in 1961 2022 *32-bit*) … … 1978 2039 CFLAGS="$CFLAGS -belf" 1979 2040 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 1980 echo "configure: 1981: checking whether the C compiler needs -belf" >&52041 echo "configure:2042: checking whether the C compiler needs -belf" >&5 1981 2042 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 1982 2043 echo $ac_n "(cached) $ac_c" 1>&6 … … 1991 2052 1992 2053 cat > conftest.$ac_ext <<EOF 1993 #line 1994"configure"2054 #line 2055 "configure" 1994 2055 #include "confdefs.h" 1995 2056 … … 1998 2059 ; return 0; } 1999 2060 EOF 2000 if { (eval echo configure:20 01: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2061 if { (eval echo configure:2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2001 2062 rm -rf conftest* 2002 2063 lt_cv_cc_needs_belf=yes … … 2176 2237 set dummy gcc; ac_word=$2 2177 2238 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2178 echo "configure:2 179: checking for $ac_word" >&52239 echo "configure:2240: checking for $ac_word" >&5 2179 2240 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2180 2241 echo $ac_n "(cached) $ac_c" 1>&6 … … 2183 2244 ac_cv_prog_CC="$CC" # Let the user override the test. 2184 2245 else 2185 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2246 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2186 2247 ac_dummy="$PATH" 2187 2248 for ac_dir in $ac_dummy; do 2188 2249 test -z "$ac_dir" && ac_dir=. 2189 if test -f $ac_dir/$ac_word; then 2250 if test -f $ac_dir/$ac_word -o \ 2251 -f $ac_dir/$ac_word$ac_exeext ; then 2190 2252 ac_cv_prog_CC="gcc" 2191 2253 break … … 2206 2268 set dummy cc; ac_word=$2 2207 2269 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2208 echo "configure:22 09: checking for $ac_word" >&52270 echo "configure:2271: checking for $ac_word" >&5 2209 2271 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2210 2272 echo $ac_n "(cached) $ac_c" 1>&6 … … 2213 2275 ac_cv_prog_CC="$CC" # Let the user override the test. 2214 2276 else 2215 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2277 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2216 2278 ac_prog_rejected=no 2217 2279 ac_dummy="$PATH" 2218 2280 for ac_dir in $ac_dummy; do 2219 2281 test -z "$ac_dir" && ac_dir=. 2220 if test -f $ac_dir/$ac_word; then 2221 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 2282 if test -f $ac_dir/$ac_word -o \ 2283 -f $ac_dir/$ac_word$ac_exeext ; then 2284 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 2285 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 2222 2286 ac_prog_rejected=yes 2223 2287 continue … … 2257 2321 set dummy cl; ac_word=$2 2258 2322 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2259 echo "configure:2 260: checking for $ac_word" >&52323 echo "configure:2324: checking for $ac_word" >&5 2260 2324 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2261 2325 echo $ac_n "(cached) $ac_c" 1>&6 … … 2264 2328 ac_cv_prog_CC="$CC" # Let the user override the test. 2265 2329 else 2266 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2330 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2267 2331 ac_dummy="$PATH" 2268 2332 for ac_dir in $ac_dummy; do 2269 2333 test -z "$ac_dir" && ac_dir=. 2270 if test -f $ac_dir/$ac_word; then 2334 if test -f $ac_dir/$ac_word -o \ 2335 -f $ac_dir/$ac_word$ac_exeext ; then 2271 2336 ac_cv_prog_CC="cl" 2272 2337 break … … 2289 2354 2290 2355 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2291 echo "configure:2 292: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52356 echo "configure:2357: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2292 2357 2293 2358 ac_ext=c … … 2300 2365 cat > conftest.$ac_ext << EOF 2301 2366 2302 #line 23 03"configure"2367 #line 2368 "configure" 2303 2368 #include "confdefs.h" 2304 2369 2305 2370 main(){return(0);} 2306 2371 EOF 2307 if { (eval echo configure:23 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2372 if { (eval echo configure:2373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2308 2373 ac_cv_prog_cc_works=yes 2309 2374 # If we can't run a trivial program, we are probably using a cross compiler. … … 2331 2396 fi 2332 2397 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2333 echo "configure:23 34: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52398 echo "configure:2399: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2334 2399 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2335 2400 cross_compiling=$ac_cv_prog_cc_cross 2336 2401 2337 2402 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2338 echo "configure:2 339: checking whether we are using GNU C" >&52403 echo "configure:2404: checking whether we are using GNU C" >&5 2339 2404 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2340 2405 echo $ac_n "(cached) $ac_c" 1>&6 … … 2345 2410 #endif 2346 2411 EOF 2347 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 348: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2412 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2348 2413 ac_cv_prog_gcc=yes 2349 2414 else … … 2364 2429 CFLAGS= 2365 2430 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2366 echo "configure:2 367: checking whether ${CC-cc} accepts -g" >&52431 echo "configure:2432: checking whether ${CC-cc} accepts -g" >&5 2367 2432 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2368 2433 echo $ac_n "(cached) $ac_c" 1>&6 … … 2407 2472 # ./install, which can be erroneously created by make from ./install.sh. 2408 2473 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2409 echo "configure:24 10: checking for a BSD compatible install" >&52474 echo "configure:2475: checking for a BSD compatible install" >&5 2410 2475 if test -z "$INSTALL"; then 2411 2476 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 2412 2477 echo $ac_n "(cached) $ac_c" 1>&6 2413 2478 else 2414 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"2479 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 2415 2480 for ac_dir in $PATH; do 2416 2481 # Account for people who put trailing slashes in PATH elements. 2417 2482 case "$ac_dir/" in 2418 2483 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 2484 # We reject the install program from OS/2 or W3.1 2485 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 2419 2486 *) 2420 2487 # OSF1 and SCO ODT 3.0 have their own names for install. … … 2422 2489 # by default. 2423 2490 for ac_prog in ginstall scoinst install; do 2424 if test -f $ac_dir/$ac_prog ; then2491 if test -f $ac_dir/$ac_prog$ac_exeext; then 2425 2492 if test $ac_prog = install && 2426 2493 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 2428 2495 : 2429 2496 else 2430 ac_cv_path_install="$ac_dir/$ac_prog -c"2497 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 2431 2498 break 2 2432 2499 fi … … 2462 2529 ALL_LINGUAS= 2463 2530 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2464 echo "configure:2 465: checking how to run the C preprocessor" >&52531 echo "configure:2532: checking how to run the C preprocessor" >&5 2465 2532 # On Suns, sometimes $CPP names a directory. 2466 2533 if test -n "$CPP" && test -d "$CPP"; then … … 2477 2544 # not just through cpp. 2478 2545 cat > conftest.$ac_ext <<EOF 2479 #line 2480 "configure" 2546 #include <sys/types.h> 2547 #line 2548 "configure" 2480 2548 #include "confdefs.h" 2481 2549 #include <assert.h> … … 2483 2551 EOF 2484 2552 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2485 { (eval echo configure:2 486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2553 { (eval echo configure:2554: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2486 2554 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2487 2555 if test -z "$ac_err"; then … … 2494 2562 CPP="${CC-cc} -E -traditional-cpp" 2495 2563 cat > conftest.$ac_ext <<EOF 2496 #line 2497 "configure" 2564 #include <sys/types.h> 2565 #line 2566 "configure" 2497 2566 #include "confdefs.h" 2498 2567 #include <assert.h> … … 2500 2569 EOF 2501 2570 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2502 { (eval echo configure:25 03: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2571 { (eval echo configure:2572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2503 2572 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2504 2573 if test -z "$ac_err"; then … … 2511 2580 CPP="${CC-cc} -nologo -E" 2512 2581 cat > conftest.$ac_ext <<EOF 2513 #line 2514 "configure" 2582 #include <sys/types.h> 2583 #line 2584 "configure" 2514 2584 #include "confdefs.h" 2515 2585 #include <assert.h> … … 2517 2587 EOF 2518 2588 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2519 { (eval echo configure:25 20: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2589 { (eval echo configure:2590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2520 2590 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2521 2591 if test -z "$ac_err"; then … … 2544 2614 set dummy ranlib; ac_word=$2 2545 2615 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2546 echo "configure:2 547: checking for $ac_word" >&52616 echo "configure:2617: checking for $ac_word" >&5 2547 2617 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2548 2618 echo $ac_n "(cached) $ac_c" 1>&6 … … 2551 2621 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 2552 2622 else 2553 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2623 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2554 2624 ac_dummy="$PATH" 2555 2625 for ac_dir in $ac_dummy; do 2556 2626 test -z "$ac_dir" && ac_dir=. 2557 if test -f $ac_dir/$ac_word; then 2627 if test -f $ac_dir/$ac_word -o \ 2628 -f $ac_dir/$ac_word$ac_exeext ; then 2558 2629 ac_cv_prog_RANLIB="ranlib" 2559 2630 break … … 2572 2643 2573 2644 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2574 echo "configure:2 575: checking for ANSI C header files" >&52645 echo "configure:2646: checking for ANSI C header files" >&5 2575 2646 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2576 2647 echo $ac_n "(cached) $ac_c" 1>&6 2577 2648 else 2578 2649 cat > conftest.$ac_ext <<EOF 2579 #line 2580 "configure" 2650 #include <sys/types.h> 2651 #line 2652 "configure" 2580 2652 #include "confdefs.h" 2581 2653 #include <stdlib.h> … … 2585 2657 EOF 2586 2658 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2587 { (eval echo configure:2 588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2659 { (eval echo configure:2660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2588 2660 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2589 2661 if test -z "$ac_err"; then … … 2602 2674 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2603 2675 cat > conftest.$ac_ext <<EOF 2604 #line 26 05"configure"2676 #line 2677 "configure" 2605 2677 #include "confdefs.h" 2606 2678 #include <string.h> … … 2620 2692 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2621 2693 cat > conftest.$ac_ext <<EOF 2622 #line 26 23"configure"2694 #line 2695 "configure" 2623 2695 #include "confdefs.h" 2624 2696 #include <stdlib.h> … … 2641 2713 else 2642 2714 cat > conftest.$ac_ext <<EOF 2643 #line 2 644"configure"2715 #line 2716 "configure" 2644 2716 #include "confdefs.h" 2645 2717 #include <ctype.h> … … 2652 2724 2653 2725 EOF 2654 if { (eval echo configure:2 655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2726 if { (eval echo configure:2727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2655 2727 then 2656 2728 : … … 2676 2748 2677 2749 echo $ac_n "checking for working const""... $ac_c" 1>&6 2678 echo "configure:2 679: checking for working const" >&52750 echo "configure:2751: checking for working const" >&5 2679 2751 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2680 2752 echo $ac_n "(cached) $ac_c" 1>&6 2681 2753 else 2682 2754 cat > conftest.$ac_ext <<EOF 2683 #line 2 684"configure"2755 #line 2756 "configure" 2684 2756 #include "confdefs.h" 2685 2757 … … 2730 2802 ; return 0; } 2731 2803 EOF 2732 if { (eval echo configure:2 733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2804 if { (eval echo configure:2805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2733 2805 rm -rf conftest* 2734 2806 ac_cv_c_const=yes … … 2751 2823 2752 2824 echo $ac_n "checking for inline""... $ac_c" 1>&6 2753 echo "configure:2 754: checking for inline" >&52825 echo "configure:2826: checking for inline" >&5 2754 2826 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2755 2827 echo $ac_n "(cached) $ac_c" 1>&6 … … 2758 2830 for ac_kw in inline __inline__ __inline; do 2759 2831 cat > conftest.$ac_ext <<EOF 2760 #line 2 761"configure"2832 #line 2833 "configure" 2761 2833 #include "confdefs.h" 2762 2834 … … 2765 2837 ; return 0; } 2766 2838 EOF 2767 if { (eval echo configure:2 768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2839 if { (eval echo configure:2840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2768 2840 rm -rf conftest* 2769 2841 ac_cv_c_inline=$ac_kw; break … … 2791 2863 2792 2864 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2793 echo "configure:2 794: checking for off_t" >&52865 echo "configure:2866: checking for off_t" >&5 2794 2866 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2795 2867 echo $ac_n "(cached) $ac_c" 1>&6 2796 2868 else 2797 2869 cat > conftest.$ac_ext <<EOF 2798 #line 2 799"configure"2870 #line 2871 "configure" 2799 2871 #include "confdefs.h" 2800 2872 #include <sys/types.h> … … 2824 2896 2825 2897 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2826 echo "configure:28 27: checking for size_t" >&52898 echo "configure:2899: checking for size_t" >&5 2827 2899 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2828 2900 echo $ac_n "(cached) $ac_c" 1>&6 2829 2901 else 2830 2902 cat > conftest.$ac_ext <<EOF 2831 #line 2 832"configure"2903 #line 2904 "configure" 2832 2904 #include "confdefs.h" 2833 2905 #include <sys/types.h> … … 2859 2931 # for constant arguments. Useless! 2860 2932 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2861 echo "configure:2 862: checking for working alloca.h" >&52933 echo "configure:2934: checking for working alloca.h" >&5 2862 2934 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2863 2935 echo $ac_n "(cached) $ac_c" 1>&6 2864 2936 else 2865 2937 cat > conftest.$ac_ext <<EOF 2866 #line 2 867"configure"2938 #line 2939 "configure" 2867 2939 #include "confdefs.h" 2868 2940 #include <alloca.h> … … 2871 2943 ; return 0; } 2872 2944 EOF 2873 if { (eval echo configure:2 874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2945 if { (eval echo configure:2946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2874 2946 rm -rf conftest* 2875 2947 ac_cv_header_alloca_h=yes … … 2892 2964 2893 2965 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2894 echo "configure:2 895: checking for alloca" >&52966 echo "configure:2967: checking for alloca" >&5 2895 2967 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2896 2968 echo $ac_n "(cached) $ac_c" 1>&6 2897 2969 else 2898 2970 cat > conftest.$ac_ext <<EOF 2899 #line 29 00"configure"2971 #line 2972 "configure" 2900 2972 #include "confdefs.h" 2901 2973 … … 2925 2997 ; return 0; } 2926 2998 EOF 2927 if { (eval echo configure: 2928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2999 if { (eval echo configure:3000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2928 3000 rm -rf conftest* 2929 3001 ac_cv_func_alloca_works=yes … … 2957 3029 2958 3030 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2959 echo "configure: 2960: checking whether alloca needs Cray hooks" >&53031 echo "configure:3032: checking whether alloca needs Cray hooks" >&5 2960 3032 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2961 3033 echo $ac_n "(cached) $ac_c" 1>&6 2962 3034 else 2963 3035 cat > conftest.$ac_ext <<EOF 2964 #line 2965"configure"3036 #line 3037 "configure" 2965 3037 #include "confdefs.h" 2966 3038 #if defined(CRAY) && ! defined(CRAY2) … … 2987 3059 for ac_func in _getb67 GETB67 getb67; do 2988 3060 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2989 echo "configure: 2990: checking for $ac_func" >&53061 echo "configure:3062: checking for $ac_func" >&5 2990 3062 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2991 3063 echo $ac_n "(cached) $ac_c" 1>&6 2992 3064 else 2993 3065 cat > conftest.$ac_ext <<EOF 2994 #line 2995"configure"3066 #line 3067 "configure" 2995 3067 #include "confdefs.h" 2996 3068 /* System header to define __stub macros and hopefully few prototypes, … … 3015 3087 ; return 0; } 3016 3088 EOF 3017 if { (eval echo configure:30 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3089 if { (eval echo configure:3090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3018 3090 rm -rf conftest* 3019 3091 eval "ac_cv_func_$ac_func=yes" … … 3042 3114 3043 3115 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3044 echo "configure:3 045: checking stack direction for C alloca" >&53116 echo "configure:3117: checking stack direction for C alloca" >&5 3045 3117 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3046 3118 echo $ac_n "(cached) $ac_c" 1>&6 … … 3050 3122 else 3051 3123 cat > conftest.$ac_ext <<EOF 3052 #line 3 053"configure"3124 #line 3125 "configure" 3053 3125 #include "confdefs.h" 3054 3126 find_stack_direction () … … 3069 3141 } 3070 3142 EOF 3071 if { (eval echo configure:3 072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3143 if { (eval echo configure:3144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3072 3144 then 3073 3145 ac_cv_c_stack_direction=1 … … 3094 3166 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3095 3167 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3096 echo "configure:3 097: checking for $ac_hdr" >&53168 echo "configure:3169: checking for $ac_hdr" >&5 3097 3169 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3098 3170 echo $ac_n "(cached) $ac_c" 1>&6 3099 3171 else 3100 3172 cat > conftest.$ac_ext <<EOF 3101 #line 3102 "configure" 3173 #include <sys/types.h> 3174 #line 3175 "configure" 3102 3175 #include "confdefs.h" 3103 3176 #include <$ac_hdr> 3104 3177 EOF 3105 3178 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3106 { (eval echo configure:31 07: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3179 { (eval echo configure:3180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3107 3180 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3108 3181 if test -z "$ac_err"; then … … 3133 3206 do 3134 3207 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3135 echo "configure:3 136: checking for $ac_func" >&53208 echo "configure:3209: checking for $ac_func" >&5 3136 3209 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3137 3210 echo $ac_n "(cached) $ac_c" 1>&6 3138 3211 else 3139 3212 cat > conftest.$ac_ext <<EOF 3140 #line 3 141"configure"3213 #line 3214 "configure" 3141 3214 #include "confdefs.h" 3142 3215 /* System header to define __stub macros and hopefully few prototypes, … … 3161 3234 ; return 0; } 3162 3235 EOF 3163 if { (eval echo configure:3 164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3236 if { (eval echo configure:3237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3164 3237 rm -rf conftest* 3165 3238 eval "ac_cv_func_$ac_func=yes" … … 3186 3259 3187 3260 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3188 echo "configure:3 189: checking for working mmap" >&53261 echo "configure:3262: checking for working mmap" >&5 3189 3262 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3190 3263 echo $ac_n "(cached) $ac_c" 1>&6 … … 3194 3267 else 3195 3268 cat > conftest.$ac_ext <<EOF 3196 #line 3 197"configure"3269 #line 3270 "configure" 3197 3270 #include "confdefs.h" 3198 3271 … … 3334 3407 3335 3408 EOF 3336 if { (eval echo configure:3 337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3409 if { (eval echo configure:3410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3337 3410 then 3338 3411 ac_cv_func_mmap_fixed_mapped=yes … … 3362 3435 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3363 3436 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3364 echo "configure:3 365: checking for $ac_hdr" >&53437 echo "configure:3438: checking for $ac_hdr" >&5 3365 3438 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3366 3439 echo $ac_n "(cached) $ac_c" 1>&6 3367 3440 else 3368 3441 cat > conftest.$ac_ext <<EOF 3369 #line 3370 "configure" 3442 #include <sys/types.h> 3443 #line 3444 "configure" 3370 3444 #include "confdefs.h" 3371 3445 #include <$ac_hdr> 3372 3446 EOF 3373 3447 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3374 { (eval echo configure:3 375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3448 { (eval echo configure:3449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3375 3449 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3376 3450 if test -z "$ac_err"; then … … 3402 3476 do 3403 3477 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3404 echo "configure:34 05: checking for $ac_func" >&53478 echo "configure:3479: checking for $ac_func" >&5 3405 3479 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3406 3480 echo $ac_n "(cached) $ac_c" 1>&6 3407 3481 else 3408 3482 cat > conftest.$ac_ext <<EOF 3409 #line 34 10"configure"3483 #line 3484 "configure" 3410 3484 #include "confdefs.h" 3411 3485 /* System header to define __stub macros and hopefully few prototypes, … … 3430 3504 ; return 0; } 3431 3505 EOF 3432 if { (eval echo configure:3 433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3506 if { (eval echo configure:3507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3433 3507 rm -rf conftest* 3434 3508 eval "ac_cv_func_$ac_func=yes" … … 3459 3533 do 3460 3534 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3461 echo "configure:3 462: checking for $ac_func" >&53535 echo "configure:3536: checking for $ac_func" >&5 3462 3536 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3463 3537 echo $ac_n "(cached) $ac_c" 1>&6 3464 3538 else 3465 3539 cat > conftest.$ac_ext <<EOF 3466 #line 3 467"configure"3540 #line 3541 "configure" 3467 3541 #include "confdefs.h" 3468 3542 /* System header to define __stub macros and hopefully few prototypes, … … 3487 3561 ; return 0; } 3488 3562 EOF 3489 if { (eval echo configure:3 490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3563 if { (eval echo configure:3564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3490 3564 rm -rf conftest* 3491 3565 eval "ac_cv_func_$ac_func=yes" … … 3521 3595 if test $ac_cv_header_locale_h = yes; then 3522 3596 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3523 echo "configure:35 24: checking for LC_MESSAGES" >&53597 echo "configure:3598: checking for LC_MESSAGES" >&5 3524 3598 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3525 3599 echo $ac_n "(cached) $ac_c" 1>&6 3526 3600 else 3527 3601 cat > conftest.$ac_ext <<EOF 3528 #line 3 529"configure"3602 #line 3603 "configure" 3529 3603 #include "confdefs.h" 3530 3604 #include <locale.h> … … 3533 3607 ; return 0; } 3534 3608 EOF 3535 if { (eval echo configure:3 536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3609 if { (eval echo configure:3610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3536 3610 rm -rf conftest* 3537 3611 am_cv_val_LC_MESSAGES=yes … … 3554 3628 fi 3555 3629 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3556 echo "configure:3 557: checking whether NLS is requested" >&53630 echo "configure:3631: checking whether NLS is requested" >&5 3557 3631 # Check whether --enable-nls or --disable-nls was given. 3558 3632 if test "${enable_nls+set}" = set; then … … 3574 3648 3575 3649 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3576 echo "configure:3 577: checking whether included gettext is requested" >&53650 echo "configure:3651: checking whether included gettext is requested" >&5 3577 3651 # Check whether --with-included-gettext or --without-included-gettext was given. 3578 3652 if test "${with_included_gettext+set}" = set; then … … 3593 3667 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3594 3668 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3595 echo "configure:3 596: checking for libintl.h" >&53669 echo "configure:3670: checking for libintl.h" >&5 3596 3670 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3597 3671 echo $ac_n "(cached) $ac_c" 1>&6 3598 3672 else 3599 3673 cat > conftest.$ac_ext <<EOF 3600 #line 3601 "configure" 3674 #include <sys/types.h> 3675 #line 3676 "configure" 3601 3676 #include "confdefs.h" 3602 3677 #include <libintl.h> 3603 3678 EOF 3604 3679 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3605 { (eval echo configure:36 06: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3680 { (eval echo configure:3681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3606 3681 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3607 3682 if test -z "$ac_err"; then … … 3620 3695 echo "$ac_t""yes" 1>&6 3621 3696 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3622 echo "configure:36 23: checking for gettext in libc" >&53697 echo "configure:3698: checking for gettext in libc" >&5 3623 3698 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3624 3699 echo $ac_n "(cached) $ac_c" 1>&6 3625 3700 else 3626 3701 cat > conftest.$ac_ext <<EOF 3627 #line 3 628"configure"3702 #line 3703 "configure" 3628 3703 #include "confdefs.h" 3629 3704 #include <libintl.h> … … 3632 3707 ; return 0; } 3633 3708 EOF 3634 if { (eval echo configure:3 635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3709 if { (eval echo configure:3710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3635 3710 rm -rf conftest* 3636 3711 gt_cv_func_gettext_libc=yes … … 3648 3723 if test "$gt_cv_func_gettext_libc" != "yes"; then 3649 3724 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3650 echo "configure:3 651: checking for bindtextdomain in -lintl" >&53725 echo "configure:3726: checking for bindtextdomain in -lintl" >&5 3651 3726 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3652 3727 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3656 3731 LIBS="-lintl $LIBS" 3657 3732 cat > conftest.$ac_ext <<EOF 3658 #line 3 659"configure"3733 #line 3734 "configure" 3659 3734 #include "confdefs.h" 3660 3735 /* Override any gcc2 internal prototype to avoid an error. */ … … 3667 3742 ; return 0; } 3668 3743 EOF 3669 if { (eval echo configure:3 670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3744 if { (eval echo configure:3745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3670 3745 rm -rf conftest* 3671 3746 eval "ac_cv_lib_$ac_lib_var=yes" … … 3683 3758 echo "$ac_t""yes" 1>&6 3684 3759 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3685 echo "configure:3 686: checking for gettext in libintl" >&53760 echo "configure:3761: checking for gettext in libintl" >&5 3686 3761 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3687 3762 echo $ac_n "(cached) $ac_c" 1>&6 3688 3763 else 3689 3764 cat > conftest.$ac_ext <<EOF 3690 #line 3 691"configure"3765 #line 3766 "configure" 3691 3766 #include "confdefs.h" 3692 3767 … … 3695 3770 ; return 0; } 3696 3771 EOF 3697 if { (eval echo configure:3 698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3772 if { (eval echo configure:3773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3698 3773 rm -rf conftest* 3699 3774 gt_cv_func_gettext_libintl=yes … … 3723 3798 set dummy msgfmt; ac_word=$2 3724 3799 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3725 echo "configure:3 726: checking for $ac_word" >&53800 echo "configure:3801: checking for $ac_word" >&5 3726 3801 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3727 3802 echo $ac_n "(cached) $ac_c" 1>&6 … … 3732 3807 ;; 3733 3808 *) 3734 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"3809 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3735 3810 for ac_dir in $PATH; do 3736 3811 test -z "$ac_dir" && ac_dir=. … … 3757 3832 do 3758 3833 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3759 echo "configure:3 760: checking for $ac_func" >&53834 echo "configure:3835: checking for $ac_func" >&5 3760 3835 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3761 3836 echo $ac_n "(cached) $ac_c" 1>&6 3762 3837 else 3763 3838 cat > conftest.$ac_ext <<EOF 3764 #line 3 765"configure"3839 #line 3840 "configure" 3765 3840 #include "confdefs.h" 3766 3841 /* System header to define __stub macros and hopefully few prototypes, … … 3785 3860 ; return 0; } 3786 3861 EOF 3787 if { (eval echo configure:3 788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3862 if { (eval echo configure:3863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3788 3863 rm -rf conftest* 3789 3864 eval "ac_cv_func_$ac_func=yes" … … 3812 3887 set dummy gmsgfmt; ac_word=$2 3813 3888 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3814 echo "configure:38 15: checking for $ac_word" >&53889 echo "configure:3890: checking for $ac_word" >&5 3815 3890 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3816 3891 echo $ac_n "(cached) $ac_c" 1>&6 3817 3892 else 3818 3893 case "$GMSGFMT" in 3819 /* )3894 /* | [a-zA-Z]:*) 3820 3895 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3821 3896 ;; 3822 ?:/*) 3897 ?:/*) 3823 3898 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 3824 3899 ;; 3825 3900 *) 3826 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"3901 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3827 3902 ac_dummy="$PATH" 3828 for ac_dir in $ac_dummy; do 3903 for ac_dir in $ac_dummy; do 3829 3904 test -z "$ac_dir" && ac_dir=. 3830 3905 if test -f $ac_dir/$ac_word; then 3831 3906 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 3907 break 3908 fi 3909 if test -f $ac_dir/$ac_word$ac_exeext; then 3910 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 3832 3911 break 3833 3912 fi … … 3848 3927 set dummy xgettext; ac_word=$2 3849 3928 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3850 echo "configure:3 851: checking for $ac_word" >&53929 echo "configure:3930: checking for $ac_word" >&5 3851 3930 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3852 3931 echo $ac_n "(cached) $ac_c" 1>&6 … … 3857 3936 ;; 3858 3937 *) 3859 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"3938 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3860 3939 for ac_dir in $PATH; do 3861 3940 test -z "$ac_dir" && ac_dir=. … … 3880 3959 3881 3960 cat > conftest.$ac_ext <<EOF 3882 #line 3 883"configure"3961 #line 3962 "configure" 3883 3962 #include "confdefs.h" 3884 3963 … … 3888 3967 ; return 0; } 3889 3968 EOF 3890 if { (eval echo configure:3 891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3969 if { (eval echo configure:3970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3891 3970 rm -rf conftest* 3892 3971 CATOBJEXT=.gmo … … 3920 3999 set dummy msgfmt; ac_word=$2 3921 4000 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3922 echo "configure: 3923: checking for $ac_word" >&54001 echo "configure:4002: checking for $ac_word" >&5 3923 4002 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3924 4003 echo $ac_n "(cached) $ac_c" 1>&6 … … 3929 4008 ;; 3930 4009 *) 3931 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4010 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3932 4011 for ac_dir in $PATH; do 3933 4012 test -z "$ac_dir" && ac_dir=. … … 3954 4033 set dummy gmsgfmt; ac_word=$2 3955 4034 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3956 echo "configure: 3957: checking for $ac_word" >&54035 echo "configure:4036: checking for $ac_word" >&5 3957 4036 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3958 4037 echo $ac_n "(cached) $ac_c" 1>&6 3959 4038 else 3960 4039 case "$GMSGFMT" in 3961 /* )4040 /* | [a-zA-Z]:*) 3962 4041 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3963 4042 ;; 3964 ?:/*) 4043 ?:/*) 3965 4044 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 3966 4045 ;; 3967 4046 *) 3968 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4047 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3969 4048 ac_dummy="$PATH" 3970 for ac_dir in $ac_dummy; do 4049 for ac_dir in $ac_dummy; do 3971 4050 test -z "$ac_dir" && ac_dir=. 3972 4051 if test -f $ac_dir/$ac_word; then 3973 4052 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4053 break 4054 fi 4055 if test -f $ac_dir/$ac_word$ac_exeext; then 4056 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 3974 4057 break 3975 4058 fi … … 3990 4073 set dummy xgettext; ac_word=$2 3991 4074 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3992 echo "configure: 3993: checking for $ac_word" >&54075 echo "configure:4076: checking for $ac_word" >&5 3993 4076 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3994 4077 echo $ac_n "(cached) $ac_c" 1>&6 … … 3999 4082 ;; 4000 4083 *) 4001 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4084 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4002 4085 for ac_dir in $PATH; do 4003 4086 test -z "$ac_dir" && ac_dir=. … … 4080 4163 else 4081 4164 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4082 echo "configure:4 083: checking for catalogs to be installed" >&54165 echo "configure:4166: checking for catalogs to be installed" >&5 4083 4166 NEW_LINGUAS= 4084 4167 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4108 4191 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4109 4192 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4110 echo "configure:41 11: checking for linux/version.h" >&54193 echo "configure:4194: checking for linux/version.h" >&5 4111 4194 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4112 4195 echo $ac_n "(cached) $ac_c" 1>&6 4113 4196 else 4114 4197 cat > conftest.$ac_ext <<EOF 4115 #line 4116 "configure" 4198 #include <sys/types.h> 4199 #line 4200 "configure" 4116 4200 #include "confdefs.h" 4117 4201 #include <linux/version.h> 4118 4202 EOF 4119 4203 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4120 { (eval echo configure:4 121: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4204 { (eval echo configure:4205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4121 4205 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4122 4206 if test -z "$ac_err"; then … … 4166 4250 test -d po || mkdir po 4167 4251 if test "x$srcdir" != "x."; then 4168 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then4252 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then 4169 4253 posrcprefix="$srcdir/" 4170 4254 else … … 4182 4266 4183 4267 4268 4184 4269 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 4185 echo "configure:4 186: checking for executable suffix" >&54270 echo "configure:4271: checking for executable suffix" >&5 4186 4271 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 4187 4272 echo $ac_n "(cached) $ac_c" 1>&6 4188 4273 else 4189 if test "$CYGWIN" = yes || test "$MINGW32" = yes ; then4274 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 4190 4275 ac_cv_exeext=.exe 4191 4276 else … … 4193 4278 echo 'int main () { return 0; }' > conftest.$ac_ext 4194 4279 ac_cv_exeext= 4195 if { (eval echo configure:4 196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then4280 if { (eval echo configure:4281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 4196 4281 for file in conftest.*; do 4197 4282 case $file in 4198 *.c | *.o | *.obj | *.ilk | *.pdb) ;;4283 *.c | *.o | *.obj) ;; 4199 4284 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 4200 4285 esac … … 4219 4304 set dummy $ac_prog; ac_word=$2 4220 4305 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4221 echo "configure:4 222: checking for $ac_word" >&54306 echo "configure:4307: checking for $ac_word" >&5 4222 4307 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 4223 4308 echo $ac_n "(cached) $ac_c" 1>&6 … … 4226 4311 ac_cv_prog_YACC="$YACC" # Let the user override the test. 4227 4312 else 4228 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4313 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4229 4314 ac_dummy="$PATH" 4230 4315 for ac_dir in $ac_dummy; do 4231 4316 test -z "$ac_dir" && ac_dir=. 4232 if test -f $ac_dir/$ac_word; then 4317 if test -f $ac_dir/$ac_word -o \ 4318 -f $ac_dir/$ac_word$ac_exeext ; then 4233 4319 ac_cv_prog_YACC="$ac_prog" 4234 4320 break … … 4255 4341 set dummy $ac_prog; ac_word=$2 4256 4342 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4257 echo "configure:4 258: checking for $ac_word" >&54343 echo "configure:4344: checking for $ac_word" >&5 4258 4344 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 4259 4345 echo $ac_n "(cached) $ac_c" 1>&6 … … 4262 4348 ac_cv_prog_LEX="$LEX" # Let the user override the test. 4263 4349 else 4264 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4350 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4265 4351 ac_dummy="$PATH" 4266 4352 for ac_dir in $ac_dummy; do 4267 4353 test -z "$ac_dir" && ac_dir=. 4268 if test -f $ac_dir/$ac_word; then 4354 if test -f $ac_dir/$ac_word -o \ 4355 -f $ac_dir/$ac_word$ac_exeext ; then 4269 4356 ac_cv_prog_LEX="$ac_prog" 4270 4357 break … … 4288 4375 set dummy flex; ac_word=$2 4289 4376 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4290 echo "configure:4 291: checking for $ac_word" >&54377 echo "configure:4378: checking for $ac_word" >&5 4291 4378 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 4292 4379 echo $ac_n "(cached) $ac_c" 1>&6 … … 4295 4382 ac_cv_prog_LEX="$LEX" # Let the user override the test. 4296 4383 else 4297 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4384 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4298 4385 ac_dummy="$PATH" 4299 4386 for ac_dir in $ac_dummy; do 4300 4387 test -z "$ac_dir" && ac_dir=. 4301 if test -f $ac_dir/$ac_word; then 4388 if test -f $ac_dir/$ac_word -o \ 4389 -f $ac_dir/$ac_word$ac_exeext ; then 4302 4390 ac_cv_prog_LEX="flex" 4303 4391 break … … 4322 4410 esac 4323 4411 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 4324 echo "configure:4 325: checking for yywrap in -l$ac_lib" >&54412 echo "configure:4413: checking for yywrap in -l$ac_lib" >&5 4325 4413 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 4326 4414 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4330 4418 LIBS="-l$ac_lib $LIBS" 4331 4419 cat > conftest.$ac_ext <<EOF 4332 #line 4 333"configure"4420 #line 4421 "configure" 4333 4421 #include "confdefs.h" 4334 4422 /* Override any gcc2 internal prototype to avoid an error. */ … … 4341 4429 ; return 0; } 4342 4430 EOF 4343 if { (eval echo configure:4 344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4431 if { (eval echo configure:4432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4344 4432 rm -rf conftest* 4345 4433 eval "ac_cv_lib_$ac_lib_var=yes" … … 4364 4452 4365 4453 echo $ac_n "checking lex output file root""... $ac_c" 1>&6 4366 echo "configure:4 367: checking lex output file root" >&54454 echo "configure:4455: checking lex output file root" >&5 4367 4455 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then 4368 4456 echo $ac_n "(cached) $ac_c" 1>&6 … … 4385 4473 4386 4474 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 4387 echo "configure:4 388: checking whether yytext is a pointer" >&54475 echo "configure:4476: checking whether yytext is a pointer" >&5 4388 4476 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then 4389 4477 echo $ac_n "(cached) $ac_c" 1>&6 … … 4397 4485 LIBS="$LIBS $LEXLIB" 4398 4486 cat > conftest.$ac_ext <<EOF 4399 #line 44 00"configure"4487 #line 4488 "configure" 4400 4488 #include "confdefs.h" 4401 4489 `cat $LEX_OUTPUT_ROOT.c` … … 4404 4492 ; return 0; } 4405 4493 EOF 4406 if { (eval echo configure:44 07: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4494 if { (eval echo configure:4495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4407 4495 rm -rf conftest* 4408 4496 ac_cv_prog_lex_yytext_pointer=yes … … 4427 4515 4428 4516 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 4429 echo "configure:4 430: checking whether to enable maintainer-specific portions of Makefiles" >&54517 echo "configure:4518: checking whether to enable maintainer-specific portions of Makefiles" >&5 4430 4518 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 4431 4519 if test "${enable_maintainer_mode+set}" = set; then … … 4461 4549 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4462 4550 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4463 echo "configure:4 464: checking for $ac_hdr" >&54551 echo "configure:4552: checking for $ac_hdr" >&5 4464 4552 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4465 4553 echo $ac_n "(cached) $ac_c" 1>&6 4466 4554 else 4467 4555 cat > conftest.$ac_ext <<EOF 4468 #line 4469 "configure" 4556 #include <sys/types.h> 4557 #line 4558 "configure" 4469 4558 #include "confdefs.h" 4470 4559 #include <$ac_hdr> 4471 4560 EOF 4472 4561 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4473 { (eval echo configure:4 474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4562 { (eval echo configure:4563: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4474 4563 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4475 4564 if test -z "$ac_err"; then … … 4500 4589 do 4501 4590 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4502 echo "configure:45 03: checking for $ac_func" >&54591 echo "configure:4592: checking for $ac_func" >&5 4503 4592 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 4504 4593 echo $ac_n "(cached) $ac_c" 1>&6 4505 4594 else 4506 4595 cat > conftest.$ac_ext <<EOF 4507 #line 45 08"configure"4596 #line 4597 "configure" 4508 4597 #include "confdefs.h" 4509 4598 /* System header to define __stub macros and hopefully few prototypes, … … 4528 4617 ; return 0; } 4529 4618 EOF 4530 if { (eval echo configure:4 531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4619 if { (eval echo configure:4620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4531 4620 rm -rf conftest* 4532 4621 eval "ac_cv_func_$ac_func=yes" … … 4557 4646 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4558 4647 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 4559 echo "configure:4 560: checking for $ac_hdr that defines DIR" >&54648 echo "configure:4649: checking for $ac_hdr that defines DIR" >&5 4560 4649 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then 4561 4650 echo $ac_n "(cached) $ac_c" 1>&6 4562 4651 else 4563 4652 cat > conftest.$ac_ext <<EOF 4564 #line 4 565"configure"4653 #line 4654 "configure" 4565 4654 #include "confdefs.h" 4566 4655 #include <sys/types.h> … … 4570 4659 ; return 0; } 4571 4660 EOF 4572 if { (eval echo configure:4 573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4661 if { (eval echo configure:4662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4573 4662 rm -rf conftest* 4574 4663 eval "ac_cv_header_dirent_$ac_safe=yes" … … 4595 4684 if test $ac_header_dirent = dirent.h; then 4596 4685 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 4597 echo "configure:4 598: checking for opendir in -ldir" >&54686 echo "configure:4687: checking for opendir in -ldir" >&5 4598 4687 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` 4599 4688 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4603 4692 LIBS="-ldir $LIBS" 4604 4693 cat > conftest.$ac_ext <<EOF 4605 #line 46 06"configure"4694 #line 4695 "configure" 4606 4695 #include "confdefs.h" 4607 4696 /* Override any gcc2 internal prototype to avoid an error. */ … … 4614 4703 ; return 0; } 4615 4704 EOF 4616 if { (eval echo configure:4 617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4705 if { (eval echo configure:4706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4617 4706 rm -rf conftest* 4618 4707 eval "ac_cv_lib_$ac_lib_var=yes" … … 4636 4725 else 4637 4726 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 4638 echo "configure:4 639: checking for opendir in -lx" >&54727 echo "configure:4728: checking for opendir in -lx" >&5 4639 4728 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` 4640 4729 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4644 4733 LIBS="-lx $LIBS" 4645 4734 cat > conftest.$ac_ext <<EOF 4646 #line 4 647"configure"4735 #line 4736 "configure" 4647 4736 #include "confdefs.h" 4648 4737 /* Override any gcc2 internal prototype to avoid an error. */ … … 4655 4744 ; return 0; } 4656 4745 EOF 4657 if { (eval echo configure:4 658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4746 if { (eval echo configure:4747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4658 4747 rm -rf conftest* 4659 4748 eval "ac_cv_lib_$ac_lib_var=yes" … … 4680 4769 4681 4770 case "${host}" in 4682 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows* )4771 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows* | *-*-os2*) 4683 4772 cat >> confdefs.h <<\EOF 4684 4773 #define USE_BINARY_FOPEN 1 … … 4688 4777 4689 4778 echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 4690 echo "configure:4 691: checking whether strstr must be declared" >&54779 echo "configure:4780: checking whether strstr must be declared" >&5 4691 4780 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then 4692 4781 echo $ac_n "(cached) $ac_c" 1>&6 4693 4782 else 4694 4783 cat > conftest.$ac_ext <<EOF 4695 #line 4 696"configure"4784 #line 4785 "configure" 4696 4785 #include "confdefs.h" 4697 4786 … … 4714 4803 ; return 0; } 4715 4804 EOF 4716 if { (eval echo configure:4 717: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4805 if { (eval echo configure:4806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4717 4806 rm -rf conftest* 4718 4807 bfd_cv_decl_needed_strstr=no … … 4735 4824 4736 4825 echo $ac_n "checking whether free must be declared""... $ac_c" 1>&6 4737 echo "configure:4 738: checking whether free must be declared" >&54826 echo "configure:4827: checking whether free must be declared" >&5 4738 4827 if eval "test \"`echo '$''{'bfd_cv_decl_needed_free'+set}'`\" = set"; then 4739 4828 echo $ac_n "(cached) $ac_c" 1>&6 4740 4829 else 4741 4830 cat > conftest.$ac_ext <<EOF 4742 #line 4 743"configure"4831 #line 4832 "configure" 4743 4832 #include "confdefs.h" 4744 4833 … … 4761 4850 ; return 0; } 4762 4851 EOF 4763 if { (eval echo configure:4 764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4852 if { (eval echo configure:4853: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4764 4853 rm -rf conftest* 4765 4854 bfd_cv_decl_needed_free=no … … 4782 4871 4783 4872 echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 4784 echo "configure:4 785: checking whether sbrk must be declared" >&54873 echo "configure:4874: checking whether sbrk must be declared" >&5 4785 4874 if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then 4786 4875 echo $ac_n "(cached) $ac_c" 1>&6 4787 4876 else 4788 4877 cat > conftest.$ac_ext <<EOF 4789 #line 4 790"configure"4878 #line 4879 "configure" 4790 4879 #include "confdefs.h" 4791 4880 … … 4808 4897 ; return 0; } 4809 4898 EOF 4810 if { (eval echo configure:4 811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4899 if { (eval echo configure:4900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4811 4900 rm -rf conftest* 4812 4901 bfd_cv_decl_needed_sbrk=no … … 4829 4918 4830 4919 echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 4831 echo "configure:4 832: checking whether getenv must be declared" >&54920 echo "configure:4921: checking whether getenv must be declared" >&5 4832 4921 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then 4833 4922 echo $ac_n "(cached) $ac_c" 1>&6 4834 4923 else 4835 4924 cat > conftest.$ac_ext <<EOF 4836 #line 4 837"configure"4925 #line 4926 "configure" 4837 4926 #include "confdefs.h" 4838 4927 … … 4855 4944 ; return 0; } 4856 4945 EOF 4857 if { (eval echo configure:4 858: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4946 if { (eval echo configure:4947: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4858 4947 rm -rf conftest* 4859 4948 bfd_cv_decl_needed_getenv=no … … 4876 4965 4877 4966 echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 4878 echo "configure:4 879: checking whether environ must be declared" >&54967 echo "configure:4968: checking whether environ must be declared" >&5 4879 4968 if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then 4880 4969 echo $ac_n "(cached) $ac_c" 1>&6 4881 4970 else 4882 4971 cat > conftest.$ac_ext <<EOF 4883 #line 4 884"configure"4972 #line 4973 "configure" 4884 4973 #include "confdefs.h" 4885 4974 … … 4902 4991 ; return 0; } 4903 4992 EOF 4904 if { (eval echo configure:49 05: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then4993 if { (eval echo configure:4994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4905 4994 rm -rf conftest* 4906 4995 bfd_cv_decl_needed_environ=no … … 4930 5019 # support string concatenation. 4931 5020 echo $ac_n "checking whether ANSI C string concatenation works""... $ac_c" 1>&6 4932 echo "configure: 4933: checking whether ANSI C string concatenation works" >&55021 echo "configure:5022: checking whether ANSI C string concatenation works" >&5 4933 5022 if eval "test \"`echo '$''{'ld_cv_string_concatenation'+set}'`\" = set"; then 4934 5023 echo $ac_n "(cached) $ac_c" 1>&6 4935 5024 else 4936 5025 cat > conftest.$ac_ext <<EOF 4937 #line 4938"configure"5026 #line 5027 "configure" 4938 5027 #include "confdefs.h" 4939 5028 … … 4942 5031 ; return 0; } 4943 5032 EOF 4944 if { (eval echo configure: 4945: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then5033 if { (eval echo configure:5034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 4945 5034 rm -rf conftest* 4946 5035 ld_cv_string_concatenation=yes … … 5143 5232 # Run this file to recreate the current configuration. 5144 5233 # This directory was configured as follows, 5234 EOF 5235 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 5236 cat >> $CONFIG_STATUS <<EOF 5145 5237 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 5146 5238 # … … 5168 5260 ac_given_srcdir=$srcdir 5169 5261 ac_given_INSTALL="$INSTALL" 5262 PATHIFS="$PATH_IFS" 5170 5263 5171 5264 trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 5178 5271 $ac_vpsub 5179 5272 $extrasub 5273 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 5180 5274 s%@SHELL@%$SHELL%g 5181 5275 s%@CFLAGS@%$CFLAGS%g … … 5201 5295 s%@infodir@%$infodir%g 5202 5296 s%@mandir@%$mandir%g 5297 s%@PATH_IFS@%$PATH_IFS%g 5298 s%@EXEEXT@%$EXEEXT%g 5203 5299 s%@host@%$host%g 5204 5300 s%@host_alias@%$host_alias%g … … 5230 5326 s%@LN_S@%$LN_S%g 5231 5327 s%@OBJEXT@%$OBJEXT%g 5232 s%@EXEEXT@%$EXEEXT%g5233 5328 s%@RANLIB@%$RANLIB%g 5234 5329 s%@STRIP@%$STRIP%g … … 5346 5441 if test -z "$ac_dots"; then top_srcdir=. 5347 5442 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 5348 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 5443 /* | [A-Za-z]:*) 5444 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 5349 5445 *) # Relative path. 5350 5446 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 5353 5449 5354 5450 case "$ac_given_INSTALL" in 5355 [/$]* ) INSTALL="$ac_given_INSTALL" ;;5451 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 5356 5452 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 5357 5453 esac … … 5366 5462 esac 5367 5463 5368 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`5464 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 5369 5465 sed -e "$ac_comsub 5370 5466 s%@configure_input@%$configure_input%g … … 5413 5509 5414 5510 rm -f conftest.frag conftest.in conftest.out 5415 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 5511 # kso the other way around might work better with drive letters and such. 5512 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 5513 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 5416 5514 cat $ac_file_inputs > conftest.in 5417 5515 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/libiberty/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 527 527 fi 528 528 529 echo $ac_n "checking for path separator""... $ac_c" 1>&6 530 echo "configure:531: checking for path separator" >&5 531 # Filter path to get backslahes into forwardslashes 532 case "`uname -s 2> /dev/null`" in 533 OS/2) 534 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 535 PATH_IFS=';' 536 ;; 537 *) 538 PATH_IFS=':' 539 ;; 540 esac 541 echo "$ac_t""${PATH_IFS}" 1>&6 542 543 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 544 echo "configure:545: checking for Cygwin environment" >&5 545 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 546 echo $ac_n "(cached) $ac_c" 1>&6 547 else 548 cat > conftest.$ac_ext <<EOF 549 #line 550 "configure" 550 #include "confdefs.h" 551 552 int main() { 553 554 #ifndef __CYGWIN__ 555 #define __CYGWIN__ __CYGWIN32__ 556 #endif 557 return __CYGWIN__; 558 ; return 0; } 559 EOF 560 if { (eval echo configure:561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 561 rm -rf conftest* 562 ac_cv_cygwin=yes 563 else 564 echo "configure: failed program was:" >&5 565 cat conftest.$ac_ext >&5 566 rm -rf conftest* 567 ac_cv_cygwin=no 568 fi 569 rm -f conftest* 570 rm -f conftest* 571 fi 572 573 echo "$ac_t""$ac_cv_cygwin" 1>&6 574 CYGWIN= 575 test "$ac_cv_cygwin" = yes && CYGWIN=yes 576 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 577 echo "configure:578: checking for mingw32 environment" >&5 578 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 579 echo $ac_n "(cached) $ac_c" 1>&6 580 else 581 cat > conftest.$ac_ext <<EOF 582 #line 583 "configure" 583 #include "confdefs.h" 584 585 int main() { 586 return __MINGW32__; 587 ; return 0; } 588 EOF 589 if { (eval echo configure:590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 590 rm -rf conftest* 591 ac_cv_mingw32=yes 592 else 593 echo "configure: failed program was:" >&5 594 cat conftest.$ac_ext >&5 595 rm -rf conftest* 596 ac_cv_mingw32=no 597 fi 598 rm -f conftest* 599 rm -f conftest* 600 fi 601 602 echo "$ac_t""$ac_cv_mingw32" 1>&6 603 MINGW32= 604 test "$ac_cv_mingw32" = yes && MINGW32=yes 605 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 606 echo "configure:607: checking for EMX/OS2 environment" >&5 607 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 608 echo $ac_n "(cached) $ac_c" 1>&6 609 else 610 : ${CC=gcc.exe} 611 cat > conftest.$ac_ext <<EOF 612 #line 613 "configure" 613 #include "confdefs.h" 614 615 int main() { 616 return __EMX__; 617 ; return 0; } 618 EOF 619 if { (eval echo configure:620: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 620 rm -rf conftest* 621 ac_cv_emxos2=yes 622 else 623 echo "configure: failed program was:" >&5 624 cat conftest.$ac_ext >&5 625 rm -rf conftest* 626 ac_cv_emxos2=no 627 fi 628 rm -f conftest* 629 rm -f conftest* 630 fi 631 632 echo "$ac_t""$ac_cv_emxos2" 1>&6 633 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 634 echo $ac_n "(cached) $ac_c" 1>&6 635 else 636 if test "$ac_cv_emxos2" = yes ; then 637 ac_cv_libpre= 638 else 639 ac_cv_libpre=lib 640 fi 641 642 fi 643 644 EMXOS2= 645 test "$ac_cv_emxos2" = yes && EMXOS2=yes 646 647 648 649 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 650 echo "configure:651: checking for executable suffix" >&5 651 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 652 echo $ac_n "(cached) $ac_c" 1>&6 653 else 654 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 655 ac_cv_exeext=.exe 656 else 657 rm -f conftest* 658 echo 'int main () { return 0; }' > conftest.$ac_ext 659 ac_cv_exeext= 660 if { (eval echo configure:661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 661 for file in conftest.*; do 662 case $file in 663 *.c | *.o | *.obj) ;; 664 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 665 esac 666 done 667 else 668 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 669 fi 670 rm -f conftest* 671 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 672 fi 673 fi 674 675 EXEEXT="" 676 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 677 echo "$ac_t""${ac_cv_exeext}" 1>&6 678 ac_exeext=$EXEEXT 679 529 680 530 681 … … 588 739 589 740 echo $ac_n "checking host system type""... $ac_c" 1>&6 590 echo "configure: 591: checking host system type" >&5741 echo "configure:742: checking host system type" >&5 591 742 592 743 host_alias=$host … … 611 762 612 763 echo $ac_n "checking build system type""... $ac_c" 1>&6 613 echo "configure: 614: checking build system type" >&5764 echo "configure:765: checking build system type" >&5 614 765 615 766 build_alias=$build … … 637 788 set dummy ${ac_tool_prefix}ar; ac_word=$2 638 789 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 639 echo "configure: 640: checking for $ac_word" >&5790 echo "configure:791: checking for $ac_word" >&5 640 791 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 641 792 echo $ac_n "(cached) $ac_c" 1>&6 … … 644 795 ac_cv_prog_AR="$AR" # Let the user override the test. 645 796 else 646 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"797 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 647 798 ac_dummy="$PATH" 648 799 for ac_dir in $ac_dummy; do 649 800 test -z "$ac_dir" && ac_dir=. 650 if test -f $ac_dir/$ac_word; then 801 if test -f $ac_dir/$ac_word -o \ 802 -f $ac_dir/$ac_word$ac_exeext ; then 651 803 ac_cv_prog_AR="${ac_tool_prefix}ar" 652 804 break … … 669 821 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 670 822 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 671 echo "configure: 672: checking for $ac_word" >&5823 echo "configure:824: checking for $ac_word" >&5 672 824 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 673 825 echo $ac_n "(cached) $ac_c" 1>&6 … … 676 828 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 677 829 else 678 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"830 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 679 831 ac_dummy="$PATH" 680 832 for ac_dir in $ac_dummy; do 681 833 test -z "$ac_dir" && ac_dir=. 682 if test -f $ac_dir/$ac_word; then 834 if test -f $ac_dir/$ac_word -o \ 835 -f $ac_dir/$ac_word$ac_exeext ; then 683 836 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 684 837 break … … 701 854 set dummy ranlib; ac_word=$2 702 855 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 703 echo "configure: 704: checking for $ac_word" >&5856 echo "configure:857: checking for $ac_word" >&5 704 857 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 705 858 echo $ac_n "(cached) $ac_c" 1>&6 … … 708 861 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 709 862 else 710 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"863 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 711 864 ac_dummy="$PATH" 712 865 for ac_dir in $ac_dummy; do 713 866 test -z "$ac_dir" && ac_dir=. 714 if test -f $ac_dir/$ac_word; then 867 if test -f $ac_dir/$ac_word -o \ 868 -f $ac_dir/$ac_word$ac_exeext ; then 715 869 ac_cv_prog_RANLIB="ranlib" 716 870 break … … 738 892 set dummy gcc; ac_word=$2 739 893 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 740 echo "configure: 741: checking for $ac_word" >&5894 echo "configure:895: checking for $ac_word" >&5 741 895 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 742 896 echo $ac_n "(cached) $ac_c" 1>&6 … … 745 899 ac_cv_prog_CC="$CC" # Let the user override the test. 746 900 else 747 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"901 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 748 902 ac_dummy="$PATH" 749 903 for ac_dir in $ac_dummy; do 750 904 test -z "$ac_dir" && ac_dir=. 751 if test -f $ac_dir/$ac_word; then 905 if test -f $ac_dir/$ac_word -o \ 906 -f $ac_dir/$ac_word$ac_exeext ; then 752 907 ac_cv_prog_CC="gcc" 753 908 break … … 768 923 set dummy cc; ac_word=$2 769 924 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 770 echo "configure: 771: checking for $ac_word" >&5925 echo "configure:926: checking for $ac_word" >&5 771 926 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 772 927 echo $ac_n "(cached) $ac_c" 1>&6 … … 775 930 ac_cv_prog_CC="$CC" # Let the user override the test. 776 931 else 777 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"932 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 778 933 ac_prog_rejected=no 779 934 ac_dummy="$PATH" 780 935 for ac_dir in $ac_dummy; do 781 936 test -z "$ac_dir" && ac_dir=. 782 if test -f $ac_dir/$ac_word; then 783 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 937 if test -f $ac_dir/$ac_word -o \ 938 -f $ac_dir/$ac_word$ac_exeext ; then 939 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 940 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 784 941 ac_prog_rejected=yes 785 942 continue … … 817 974 818 975 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 819 echo "configure: 820: checking whether we are using GNU C" >&5976 echo "configure:977: checking whether we are using GNU C" >&5 820 977 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 821 978 echo $ac_n "(cached) $ac_c" 1>&6 … … 826 983 #endif 827 984 EOF 828 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then985 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 829 986 ac_cv_prog_gcc=yes 830 987 else … … 842 999 CFLAGS= 843 1000 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 844 echo "configure: 845: checking whether ${CC-cc} accepts -g" >&51001 echo "configure:1002: checking whether ${CC-cc} accepts -g" >&5 845 1002 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 846 1003 echo $ac_n "(cached) $ac_c" 1>&6 … … 873 1030 874 1031 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 875 echo "configure: 876: checking for POSIXized ISC" >&51032 echo "configure:1033: checking for POSIXized ISC" >&5 876 1033 if test -d /etc/conf/kconfig.d && 877 1034 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 894 1051 895 1052 echo $ac_n "checking for working const""... $ac_c" 1>&6 896 echo "configure: 897: checking for working const" >&51053 echo "configure:1054: checking for working const" >&5 897 1054 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 898 1055 echo $ac_n "(cached) $ac_c" 1>&6 899 1056 else 900 1057 cat > conftest.$ac_ext <<EOF 901 #line 902"configure"1058 #line 1059 "configure" 902 1059 #include "confdefs.h" 903 1060 … … 948 1105 ; return 0; } 949 1106 EOF 950 if { (eval echo configure: 951: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1107 if { (eval echo configure:1108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 951 1108 rm -rf conftest* 952 1109 ac_cv_c_const=yes … … 969 1126 970 1127 echo $ac_n "checking for inline""... $ac_c" 1>&6 971 echo "configure: 972: checking for inline" >&51128 echo "configure:1129: checking for inline" >&5 972 1129 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 973 1130 echo $ac_n "(cached) $ac_c" 1>&6 … … 976 1133 for ac_kw in inline __inline__ __inline; do 977 1134 cat > conftest.$ac_ext <<EOF 978 #line 979"configure"1135 #line 1136 "configure" 979 1136 #include "confdefs.h" 980 1137 … … 983 1140 ; return 0; } 984 1141 EOF 985 if { (eval echo configure: 986: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1142 if { (eval echo configure:1143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 986 1143 rm -rf conftest* 987 1144 ac_cv_c_inline=$ac_kw; break … … 1026 1183 # ./install, which can be erroneously created by make from ./install.sh. 1027 1184 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1028 echo "configure:1 029: checking for a BSD compatible install" >&51185 echo "configure:1186: checking for a BSD compatible install" >&5 1029 1186 if test -z "$INSTALL"; then 1030 1187 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 1031 1188 echo $ac_n "(cached) $ac_c" 1>&6 1032 1189 else 1033 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1190 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 1034 1191 for ac_dir in $PATH; do 1035 1192 # Account for people who put trailing slashes in PATH elements. 1036 1193 case "$ac_dir/" in 1037 1194 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1195 # We reject the install program from OS/2 or W3.1 1196 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 1038 1197 *) 1039 1198 # OSF1 and SCO ODT 3.0 have their own names for install. … … 1041 1200 # by default. 1042 1201 for ac_prog in ginstall scoinst install; do 1043 if test -f $ac_dir/$ac_prog ; then1202 if test -f $ac_dir/$ac_prog$ac_exeext; then 1044 1203 if test $ac_prog = install && 1045 1204 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 1047 1206 : 1048 1207 else 1049 ac_cv_path_install="$ac_dir/$ac_prog -c"1208 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1050 1209 break 2 1051 1210 fi … … 1087 1246 # something. 1088 1247 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1089 echo "configure:1 090: checking how to run the C preprocessor" >&51248 echo "configure:1249: checking how to run the C preprocessor" >&5 1090 1249 # On Suns, sometimes $CPP names a directory. 1091 1250 if test -n "$CPP" && test -d "$CPP"; then … … 1102 1261 # not just through cpp. 1103 1262 cat > conftest.$ac_ext <<EOF 1104 #line 1105 "configure" 1263 #include <sys/types.h> 1264 #line 1265 "configure" 1105 1265 #include "confdefs.h" 1106 1266 #include <assert.h> … … 1108 1268 EOF 1109 1269 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1110 { (eval echo configure:1 111: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1270 { (eval echo configure:1271: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1111 1271 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1112 1272 if test -z "$ac_err"; then … … 1119 1279 CPP="${CC-cc} -E -traditional-cpp" 1120 1280 cat > conftest.$ac_ext <<EOF 1121 #line 1122 "configure" 1281 #include <sys/types.h> 1282 #line 1283 "configure" 1122 1283 #include "confdefs.h" 1123 1284 #include <assert.h> … … 1125 1286 EOF 1126 1287 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1127 { (eval echo configure:1 128: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1288 { (eval echo configure:1289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1128 1289 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1129 1290 if test -z "$ac_err"; then … … 1136 1297 CPP="${CC-cc} -nologo -E" 1137 1298 cat > conftest.$ac_ext <<EOF 1138 #line 1139 "configure" 1299 #include <sys/types.h> 1300 #line 1301 "configure" 1139 1301 #include "confdefs.h" 1140 1302 #include <assert.h> … … 1142 1304 EOF 1143 1305 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1144 { (eval echo configure:1 145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1306 { (eval echo configure:1307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1145 1307 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1146 1308 if test -z "$ac_err"; then … … 1170 1332 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1171 1333 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1172 echo "configure:1 173: checking for $ac_hdr" >&51334 echo "configure:1335: checking for $ac_hdr" >&5 1173 1335 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1174 1336 echo $ac_n "(cached) $ac_c" 1>&6 1175 1337 else 1176 1338 cat > conftest.$ac_ext <<EOF 1177 #line 1178 "configure" 1339 #include <sys/types.h> 1340 #line 1341 "configure" 1178 1341 #include "confdefs.h" 1179 1342 #include <$ac_hdr> 1180 1343 EOF 1181 1344 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1182 { (eval echo configure:1 183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1345 { (eval echo configure:1346: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1183 1346 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1184 1347 if test -z "$ac_err"; then … … 1207 1370 1208 1371 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 1209 echo "configure:1 210: checking for sys/wait.h that is POSIX.1 compatible" >&51372 echo "configure:1373: checking for sys/wait.h that is POSIX.1 compatible" >&5 1210 1373 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then 1211 1374 echo $ac_n "(cached) $ac_c" 1>&6 1212 1375 else 1213 1376 cat > conftest.$ac_ext <<EOF 1214 #line 1 215"configure"1377 #line 1378 "configure" 1215 1378 #include "confdefs.h" 1216 1379 #include <sys/types.h> … … 1228 1391 ; return 0; } 1229 1392 EOF 1230 if { (eval echo configure:1 231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1393 if { (eval echo configure:1394: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1231 1394 rm -rf conftest* 1232 1395 ac_cv_header_sys_wait_h=yes … … 1249 1412 1250 1413 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 1251 echo "configure:1 252: checking whether time.h and sys/time.h may both be included" >&51414 echo "configure:1415: checking whether time.h and sys/time.h may both be included" >&5 1252 1415 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 1253 1416 echo $ac_n "(cached) $ac_c" 1>&6 1254 1417 else 1255 1418 cat > conftest.$ac_ext <<EOF 1256 #line 1 257"configure"1419 #line 1420 "configure" 1257 1420 #include "confdefs.h" 1258 1421 #include <sys/types.h> … … 1263 1426 ; return 0; } 1264 1427 EOF 1265 if { (eval echo configure:1 266: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1428 if { (eval echo configure:1429: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1266 1429 rm -rf conftest* 1267 1430 ac_cv_header_time=yes … … 1285 1448 1286 1449 echo $ac_n "checking whether errno must be declared""... $ac_c" 1>&6 1287 echo "configure:1 288: checking whether errno must be declared" >&51450 echo "configure:1451: checking whether errno must be declared" >&5 1288 1451 if eval "test \"`echo '$''{'libiberty_cv_declare_errno'+set}'`\" = set"; then 1289 1452 echo $ac_n "(cached) $ac_c" 1>&6 1290 1453 else 1291 1454 cat > conftest.$ac_ext <<EOF 1292 #line 1 293"configure"1455 #line 1456 "configure" 1293 1456 #include "confdefs.h" 1294 1457 #include <errno.h> … … 1297 1460 ; return 0; } 1298 1461 EOF 1299 if { (eval echo configure:1 300: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1462 if { (eval echo configure:1463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1300 1463 rm -rf conftest* 1301 1464 libiberty_cv_declare_errno=no … … 1374 1537 do 1375 1538 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1376 echo "configure:1 377: checking for $ac_func" >&51539 echo "configure:1540: checking for $ac_func" >&5 1377 1540 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1378 1541 echo $ac_n "(cached) $ac_c" 1>&6 1379 1542 else 1380 1543 cat > conftest.$ac_ext <<EOF 1381 #line 1 382"configure"1544 #line 1545 "configure" 1382 1545 #include "confdefs.h" 1383 1546 /* System header to define __stub macros and hopefully few prototypes, … … 1402 1565 ; return 0; } 1403 1566 EOF 1404 if { (eval echo configure:1 405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1567 if { (eval echo configure:1568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1405 1568 rm -rf conftest* 1406 1569 eval "ac_cv_func_$ac_func=yes" … … 1429 1592 do 1430 1593 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1431 echo "configure:1 432: checking for $ac_func" >&51594 echo "configure:1595: checking for $ac_func" >&5 1432 1595 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1433 1596 echo $ac_n "(cached) $ac_c" 1>&6 1434 1597 else 1435 1598 cat > conftest.$ac_ext <<EOF 1436 #line 1 437"configure"1599 #line 1600 "configure" 1437 1600 #include "confdefs.h" 1438 1601 /* System header to define __stub macros and hopefully few prototypes, … … 1457 1620 ; return 0; } 1458 1621 EOF 1459 if { (eval echo configure:1 460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1622 if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1460 1623 rm -rf conftest* 1461 1624 eval "ac_cv_func_$ac_func=yes" … … 1484 1647 do 1485 1648 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1486 echo "configure:1 487: checking for $ac_func" >&51649 echo "configure:1650: checking for $ac_func" >&5 1487 1650 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1488 1651 echo $ac_n "(cached) $ac_c" 1>&6 1489 1652 else 1490 1653 cat > conftest.$ac_ext <<EOF 1491 #line 1 492"configure"1654 #line 1655 "configure" 1492 1655 #include "confdefs.h" 1493 1656 /* System header to define __stub macros and hopefully few prototypes, … … 1512 1675 ; return 0; } 1513 1676 EOF 1514 if { (eval echo configure:1 515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1677 if { (eval echo configure:1678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1515 1678 rm -rf conftest* 1516 1679 eval "ac_cv_func_$ac_func=yes" … … 1539 1702 do 1540 1703 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1541 echo "configure:1 542: checking for $ac_func" >&51704 echo "configure:1705: checking for $ac_func" >&5 1542 1705 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1543 1706 echo $ac_n "(cached) $ac_c" 1>&6 1544 1707 else 1545 1708 cat > conftest.$ac_ext <<EOF 1546 #line 1 547"configure"1709 #line 1710 "configure" 1547 1710 #include "confdefs.h" 1548 1711 /* System header to define __stub macros and hopefully few prototypes, … … 1567 1730 ; return 0; } 1568 1731 EOF 1569 if { (eval echo configure:1 570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1732 if { (eval echo configure:1733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1570 1733 rm -rf conftest* 1571 1734 eval "ac_cv_func_$ac_func=yes" … … 1594 1757 do 1595 1758 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1596 echo "configure:1 597: checking for $ac_func" >&51759 echo "configure:1760: checking for $ac_func" >&5 1597 1760 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1598 1761 echo $ac_n "(cached) $ac_c" 1>&6 1599 1762 else 1600 1763 cat > conftest.$ac_ext <<EOF 1601 #line 1 602"configure"1764 #line 1765 "configure" 1602 1765 #include "confdefs.h" 1603 1766 /* System header to define __stub macros and hopefully few prototypes, … … 1622 1785 ; return 0; } 1623 1786 EOF 1624 if { (eval echo configure:1 625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1787 if { (eval echo configure:1788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1625 1788 rm -rf conftest* 1626 1789 eval "ac_cv_func_$ac_func=yes" … … 1649 1812 do 1650 1813 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1651 echo "configure:1 652: checking for $ac_func" >&51814 echo "configure:1815: checking for $ac_func" >&5 1652 1815 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1653 1816 echo $ac_n "(cached) $ac_c" 1>&6 1654 1817 else 1655 1818 cat > conftest.$ac_ext <<EOF 1656 #line 1 657"configure"1819 #line 1820 "configure" 1657 1820 #include "confdefs.h" 1658 1821 /* System header to define __stub macros and hopefully few prototypes, … … 1677 1840 ; return 0; } 1678 1841 EOF 1679 if { (eval echo configure:1 680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1842 if { (eval echo configure:1843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1680 1843 rm -rf conftest* 1681 1844 eval "ac_cv_func_$ac_func=yes" … … 1704 1867 do 1705 1868 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1706 echo "configure:1 707: checking for $ac_func" >&51869 echo "configure:1870: checking for $ac_func" >&5 1707 1870 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1708 1871 echo $ac_n "(cached) $ac_c" 1>&6 1709 1872 else 1710 1873 cat > conftest.$ac_ext <<EOF 1711 #line 1 712"configure"1874 #line 1875 "configure" 1712 1875 #include "confdefs.h" 1713 1876 /* System header to define __stub macros and hopefully few prototypes, … … 1732 1895 ; return 0; } 1733 1896 EOF 1734 if { (eval echo configure:1 735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1897 if { (eval echo configure:1898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1735 1898 rm -rf conftest* 1736 1899 eval "ac_cv_func_$ac_func=yes" … … 1918 2081 # tests. This will only work if the compiler works. 1919 2082 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1920 echo "configure: 1921: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52083 echo "configure:2084: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1921 2084 1922 2085 ac_ext=c … … 1929 2092 cat > conftest.$ac_ext << EOF 1930 2093 1931 #line 1932"configure"2094 #line 2095 "configure" 1932 2095 #include "confdefs.h" 1933 2096 1934 2097 main(){return(0);} 1935 2098 EOF 1936 if { (eval echo configure: 1937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2099 if { (eval echo configure:2100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1937 2100 ac_cv_prog_cc_works=yes 1938 2101 # If we can't run a trivial program, we are probably using a cross compiler. … … 1960 2123 fi 1961 2124 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1962 echo "configure: 1963: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52125 echo "configure:2126: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1963 2126 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1964 2127 cross_compiling=$ac_cv_prog_cc_cross … … 1967 2130 do 1968 2131 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1969 echo "configure: 1970: checking for $ac_func" >&52132 echo "configure:2133: checking for $ac_func" >&5 1970 2133 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1971 2134 echo $ac_n "(cached) $ac_c" 1>&6 1972 2135 else 1973 2136 cat > conftest.$ac_ext <<EOF 1974 #line 1975"configure"2137 #line 2138 "configure" 1975 2138 #include "confdefs.h" 1976 2139 /* System header to define __stub macros and hopefully few prototypes, … … 1995 2158 ; return 0; } 1996 2159 EOF 1997 if { (eval echo configure: 1998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2160 if { (eval echo configure:2161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1998 2161 rm -rf conftest* 1999 2162 eval "ac_cv_func_$ac_func=yes" … … 2042 2205 # for constant arguments. Useless! 2043 2206 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2044 echo "configure:2 045: checking for working alloca.h" >&52207 echo "configure:2208: checking for working alloca.h" >&5 2045 2208 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2046 2209 echo $ac_n "(cached) $ac_c" 1>&6 2047 2210 else 2048 2211 cat > conftest.$ac_ext <<EOF 2049 #line 2 050"configure"2212 #line 2213 "configure" 2050 2213 #include "confdefs.h" 2051 2214 #include <alloca.h> … … 2054 2217 ; return 0; } 2055 2218 EOF 2056 if { (eval echo configure:2 057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2219 if { (eval echo configure:2220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2057 2220 rm -rf conftest* 2058 2221 ac_cv_header_alloca_h=yes … … 2075 2238 2076 2239 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2077 echo "configure:2 078: checking for alloca" >&52240 echo "configure:2241: checking for alloca" >&5 2078 2241 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2079 2242 echo $ac_n "(cached) $ac_c" 1>&6 2080 2243 else 2081 2244 cat > conftest.$ac_ext <<EOF 2082 #line 2 083"configure"2245 #line 2246 "configure" 2083 2246 #include "confdefs.h" 2084 2247 … … 2108 2271 ; return 0; } 2109 2272 EOF 2110 if { (eval echo configure:2 111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2273 if { (eval echo configure:2274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2111 2274 rm -rf conftest* 2112 2275 ac_cv_func_alloca_works=yes … … 2140 2303 2141 2304 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2142 echo "configure:2 143: checking whether alloca needs Cray hooks" >&52305 echo "configure:2306: checking whether alloca needs Cray hooks" >&5 2143 2306 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2144 2307 echo $ac_n "(cached) $ac_c" 1>&6 2145 2308 else 2146 2309 cat > conftest.$ac_ext <<EOF 2147 #line 2 148"configure"2310 #line 2311 "configure" 2148 2311 #include "confdefs.h" 2149 2312 #if defined(CRAY) && ! defined(CRAY2) … … 2170 2333 for ac_func in _getb67 GETB67 getb67; do 2171 2334 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2172 echo "configure:2 173: checking for $ac_func" >&52335 echo "configure:2336: checking for $ac_func" >&5 2173 2336 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2174 2337 echo $ac_n "(cached) $ac_c" 1>&6 2175 2338 else 2176 2339 cat > conftest.$ac_ext <<EOF 2177 #line 2 178"configure"2340 #line 2341 "configure" 2178 2341 #include "confdefs.h" 2179 2342 /* System header to define __stub macros and hopefully few prototypes, … … 2198 2361 ; return 0; } 2199 2362 EOF 2200 if { (eval echo configure:2 201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2363 if { (eval echo configure:2364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2201 2364 rm -rf conftest* 2202 2365 eval "ac_cv_func_$ac_func=yes" … … 2225 2388 2226 2389 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2227 echo "configure:2 228: checking stack direction for C alloca" >&52390 echo "configure:2391: checking stack direction for C alloca" >&5 2228 2391 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2229 2392 echo $ac_n "(cached) $ac_c" 1>&6 … … 2233 2396 else 2234 2397 cat > conftest.$ac_ext <<EOF 2235 #line 2 236"configure"2398 #line 2399 "configure" 2236 2399 #include "confdefs.h" 2237 2400 find_stack_direction () … … 2252 2415 } 2253 2416 EOF 2254 if { (eval echo configure:2 255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2417 if { (eval echo configure:2418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2255 2418 then 2256 2419 ac_cv_c_stack_direction=1 … … 2277 2440 2278 2441 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2279 echo "configure:2 280: checking for ANSI C header files" >&52442 echo "configure:2443: checking for ANSI C header files" >&5 2280 2443 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2281 2444 echo $ac_n "(cached) $ac_c" 1>&6 2282 2445 else 2283 2446 cat > conftest.$ac_ext <<EOF 2284 #line 2285 "configure" 2447 #include <sys/types.h> 2448 #line 2449 "configure" 2285 2449 #include "confdefs.h" 2286 2450 #include <stdlib.h> … … 2290 2454 EOF 2291 2455 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2292 { (eval echo configure:2 293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2456 { (eval echo configure:2457: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2293 2457 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2294 2458 if test -z "$ac_err"; then … … 2307 2471 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2308 2472 cat > conftest.$ac_ext <<EOF 2309 #line 2 310"configure"2473 #line 2474 "configure" 2310 2474 #include "confdefs.h" 2311 2475 #include <string.h> … … 2325 2489 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2326 2490 cat > conftest.$ac_ext <<EOF 2327 #line 2 328"configure"2491 #line 2492 "configure" 2328 2492 #include "confdefs.h" 2329 2493 #include <stdlib.h> … … 2346 2510 else 2347 2511 cat > conftest.$ac_ext <<EOF 2348 #line 2 349"configure"2512 #line 2513 "configure" 2349 2513 #include "confdefs.h" 2350 2514 #include <ctype.h> … … 2357 2521 2358 2522 EOF 2359 if { (eval echo configure:2 360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2523 if { (eval echo configure:2524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2360 2524 then 2361 2525 : … … 2381 2545 2382 2546 echo $ac_n "checking for pid_t""... $ac_c" 1>&6 2383 echo "configure:2 384: checking for pid_t" >&52547 echo "configure:2548: checking for pid_t" >&5 2384 2548 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 2385 2549 echo $ac_n "(cached) $ac_c" 1>&6 2386 2550 else 2387 2551 cat > conftest.$ac_ext <<EOF 2388 #line 2 389"configure"2552 #line 2553 "configure" 2389 2553 #include "confdefs.h" 2390 2554 #include <sys/types.h> … … 2415 2579 ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` 2416 2580 echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 2417 echo "configure:2 418: checking for vfork.h" >&52581 echo "configure:2582: checking for vfork.h" >&5 2418 2582 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2419 2583 echo $ac_n "(cached) $ac_c" 1>&6 2420 2584 else 2421 2585 cat > conftest.$ac_ext <<EOF 2422 #line 2423 "configure" 2586 #include <sys/types.h> 2587 #line 2588 "configure" 2423 2588 #include "confdefs.h" 2424 2589 #include <vfork.h> 2425 2590 EOF 2426 2591 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2427 { (eval echo configure:2 428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2592 { (eval echo configure:2593: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2428 2593 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2429 2594 if test -z "$ac_err"; then … … 2450 2615 2451 2616 echo $ac_n "checking for working vfork""... $ac_c" 1>&6 2452 echo "configure:2 453: checking for working vfork" >&52617 echo "configure:2618: checking for working vfork" >&5 2453 2618 if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then 2454 2619 echo $ac_n "(cached) $ac_c" 1>&6 … … 2456 2621 if test "$cross_compiling" = yes; then 2457 2622 echo $ac_n "checking for vfork""... $ac_c" 1>&6 2458 echo "configure:2 459: checking for vfork" >&52623 echo "configure:2624: checking for vfork" >&5 2459 2624 if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then 2460 2625 echo $ac_n "(cached) $ac_c" 1>&6 2461 2626 else 2462 2627 cat > conftest.$ac_ext <<EOF 2463 #line 2 464"configure"2628 #line 2629 "configure" 2464 2629 #include "confdefs.h" 2465 2630 /* System header to define __stub macros and hopefully few prototypes, … … 2484 2649 ; return 0; } 2485 2650 EOF 2486 if { (eval echo configure:2 487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2651 if { (eval echo configure:2652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2487 2652 rm -rf conftest* 2488 2653 eval "ac_cv_func_vfork=yes" … … 2506 2671 else 2507 2672 cat > conftest.$ac_ext <<EOF 2508 #line 2 509"configure"2673 #line 2674 "configure" 2509 2674 #include "confdefs.h" 2510 2675 /* Thanks to Paul Eggert for this test. */ … … 2601 2766 } 2602 2767 EOF 2603 if { (eval echo configure:2 604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2768 if { (eval echo configure:2769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2604 2769 then 2605 2770 ac_cv_func_vfork_works=yes … … 2628 2793 for v in $vars; do 2629 2794 echo $ac_n "checking for $v""... $ac_c" 1>&6 2630 echo "configure:2 631: checking for $v" >&52795 echo "configure:2796: checking for $v" >&5 2631 2796 if eval "test \"`echo '$''{'libiberty_cv_var_$v'+set}'`\" = set"; then 2632 2797 echo $ac_n "(cached) $ac_c" 1>&6 2633 2798 else 2634 2799 cat > conftest.$ac_ext <<EOF 2635 #line 2 636"configure"2800 #line 2801 "configure" 2636 2801 #include "confdefs.h" 2637 2802 int *p; … … 2640 2805 ; return 0; } 2641 2806 EOF 2642 if { (eval echo configure:2 643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2807 if { (eval echo configure:2808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2643 2808 rm -rf conftest* 2644 2809 eval "libiberty_cv_var_$v=yes" … … 2666 2831 do 2667 2832 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2668 echo "configure:2 669: checking for $ac_func" >&52833 echo "configure:2834: checking for $ac_func" >&5 2669 2834 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2670 2835 echo $ac_n "(cached) $ac_c" 1>&6 2671 2836 else 2672 2837 cat > conftest.$ac_ext <<EOF 2673 #line 2 674"configure"2838 #line 2839 "configure" 2674 2839 #include "confdefs.h" 2675 2840 /* System header to define __stub macros and hopefully few prototypes, … … 2694 2859 ; return 0; } 2695 2860 EOF 2696 if { (eval echo configure:2 697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2861 if { (eval echo configure:2862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2697 2862 rm -rf conftest* 2698 2863 eval "ac_cv_func_$ac_func=yes" … … 2724 2889 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2725 2890 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2726 echo "configure:2 727: checking for $ac_hdr" >&52891 echo "configure:2892: checking for $ac_hdr" >&5 2727 2892 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2728 2893 echo $ac_n "(cached) $ac_c" 1>&6 2729 2894 else 2730 2895 cat > conftest.$ac_ext <<EOF 2731 #line 2732 "configure" 2896 #include <sys/types.h> 2897 #line 2898 "configure" 2732 2898 #include "confdefs.h" 2733 2899 #include <$ac_hdr> 2734 2900 EOF 2735 2901 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2736 { (eval echo configure:2 737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2902 { (eval echo configure:2903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2737 2903 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2738 2904 if test -z "$ac_err"; then … … 2763 2929 do 2764 2930 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2765 echo "configure:2 766: checking for $ac_func" >&52931 echo "configure:2932: checking for $ac_func" >&5 2766 2932 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2767 2933 echo $ac_n "(cached) $ac_c" 1>&6 2768 2934 else 2769 2935 cat > conftest.$ac_ext <<EOF 2770 #line 2 771"configure"2936 #line 2937 "configure" 2771 2937 #include "confdefs.h" 2772 2938 /* System header to define __stub macros and hopefully few prototypes, … … 2791 2957 ; return 0; } 2792 2958 EOF 2793 if { (eval echo configure:2 794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2959 if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2794 2960 rm -rf conftest* 2795 2961 eval "ac_cv_func_$ac_func=yes" … … 2816 2982 2817 2983 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2818 echo "configure:2 819: checking for working mmap" >&52984 echo "configure:2985: checking for working mmap" >&5 2819 2985 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2820 2986 echo $ac_n "(cached) $ac_c" 1>&6 … … 2824 2990 else 2825 2991 cat > conftest.$ac_ext <<EOF 2826 #line 2 827"configure"2992 #line 2993 "configure" 2827 2993 #include "confdefs.h" 2828 2994 … … 2964 3130 2965 3131 EOF 2966 if { (eval echo configure: 2967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3132 if { (eval echo configure:3133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2967 3133 then 2968 3134 ac_cv_func_mmap_fixed_mapped=yes … … 2988 3154 2989 3155 echo $ac_n "checking for working strncmp""... $ac_c" 1>&6 2990 echo "configure: 2991: checking for working strncmp" >&53156 echo "configure:3157: checking for working strncmp" >&5 2991 3157 if eval "test \"`echo '$''{'ac_cv_func_strncmp_works'+set}'`\" = set"; then 2992 3158 echo $ac_n "(cached) $ac_c" 1>&6 … … 2996 3162 else 2997 3163 cat > conftest.$ac_ext <<EOF 2998 #line 2999"configure"3164 #line 3165 "configure" 2999 3165 #include "confdefs.h" 3000 3166 … … 3057 3223 3058 3224 EOF 3059 if { (eval echo configure:3 060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3225 if { (eval echo configure:3226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3060 3226 then 3061 3227 ac_cv_func_strncmp_works=yes … … 3163 3329 # Run this file to recreate the current configuration. 3164 3330 # This directory was configured as follows, 3331 EOF 3332 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 3333 cat >> $CONFIG_STATUS <<EOF 3165 3334 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 3166 3335 # … … 3188 3357 ac_given_srcdir=$srcdir 3189 3358 ac_given_INSTALL="$INSTALL" 3359 PATHIFS="$PATH_IFS" 3190 3360 3191 3361 trap 'rm -fr `echo "Makefile testsuite/Makefile config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 3198 3368 $ac_vpsub 3199 3369 $extrasub 3370 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 3200 3371 s%@SHELL@%$SHELL%g 3201 3372 s%@CFLAGS@%$CFLAGS%g … … 3221 3392 s%@infodir@%$infodir%g 3222 3393 s%@mandir@%$mandir%g 3394 s%@PATH_IFS@%$PATH_IFS%g 3395 s%@EXEEXT@%$EXEEXT%g 3223 3396 s%@host@%$host%g 3224 3397 s%@host_alias@%$host_alias%g … … 3315 3488 if test -z "$ac_dots"; then top_srcdir=. 3316 3489 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 3317 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 3490 /* | [A-Za-z]:*) 3491 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 3318 3492 *) # Relative path. 3319 3493 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 3322 3496 3323 3497 case "$ac_given_INSTALL" in 3324 [/$]* ) INSTALL="$ac_given_INSTALL" ;;3498 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 3325 3499 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 3326 3500 esac … … 3335 3509 esac 3336 3510 3337 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`3511 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 3338 3512 sed -e "$ac_comsub 3339 3513 s%@configure_input@%$configure_input%g … … 3382 3556 3383 3557 rm -f conftest.frag conftest.in conftest.out 3384 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 3558 # kso the other way around might work better with drive letters and such. 3559 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 3560 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 3385 3561 cat $ac_file_inputs > conftest.in 3386 3562 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/opcodes/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r100 r101 56 56 silent= 57 57 site= 58 sitefile=59 58 srcdir= 60 59 target=NONE … … 171 170 --no-create do not create output files 172 171 --quiet, --silent do not print \`checking...' messages 173 --site-file=FILE use FILE as the site file174 172 --version print the version of autoconf that created configure 175 173 Directory and file names: … … 342 340 site="$ac_optarg" ;; 343 341 344 -site-file | --site-file | --site-fil | --site-fi | --site-f)345 ac_prev=sitefile ;;346 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)347 sitefile="$ac_optarg" ;;348 349 342 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 350 343 ac_prev=srcdir ;; … … 512 505 513 506 # Prefer explicitly selected file to automatically selected ones. 514 if test -z "$sitefile"; then 515 if test -z "$CONFIG_SITE"; then 516 if test "x$prefix" != xNONE; then 517 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 518 else 519 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 520 fi 507 if test -z "$CONFIG_SITE"; then 508 if test "x$prefix" != xNONE; then 509 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 510 else 511 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 521 512 fi 522 else523 CONFIG_SITE="$sitefile"524 513 fi 525 514 for ac_site_file in $CONFIG_SITE; do … … 559 548 fi 560 549 550 echo $ac_n "checking for path separator""... $ac_c" 1>&6 551 echo "configure:552: checking for path separator" >&5 552 # Filter path to get backslahes into forwardslashes 553 case "`uname -s 2> /dev/null`" in 554 OS/2) 555 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 556 PATH_IFS=';' 557 ;; 558 *) 559 PATH_IFS=':' 560 ;; 561 esac 562 echo "$ac_t""${PATH_IFS}" 1>&6 563 561 564 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 562 echo "configure:56 3: checking for Cygwin environment" >&5565 echo "configure:566: checking for Cygwin environment" >&5 563 566 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 564 567 echo $ac_n "(cached) $ac_c" 1>&6 565 568 else 566 569 cat > conftest.$ac_ext <<EOF 567 #line 5 68"configure"570 #line 571 "configure" 568 571 #include "confdefs.h" 569 572 … … 576 579 ; return 0; } 577 580 EOF 578 if { (eval echo configure:5 79: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then581 if { (eval echo configure:582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 579 582 rm -rf conftest* 580 583 ac_cv_cygwin=yes … … 593 596 test "$ac_cv_cygwin" = yes && CYGWIN=yes 594 597 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 595 echo "configure:59 6: checking for mingw32 environment" >&5598 echo "configure:599: checking for mingw32 environment" >&5 596 599 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 597 600 echo $ac_n "(cached) $ac_c" 1>&6 598 601 else 599 602 cat > conftest.$ac_ext <<EOF 600 #line 60 1"configure"603 #line 604 "configure" 601 604 #include "confdefs.h" 602 605 … … 605 608 ; return 0; } 606 609 EOF 607 if { (eval echo configure:6 08: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then610 if { (eval echo configure:611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 608 611 rm -rf conftest* 609 612 ac_cv_mingw32=yes … … 621 624 MINGW32= 622 625 test "$ac_cv_mingw32" = yes && MINGW32=yes 626 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 627 echo "configure:628: checking for EMX/OS2 environment" >&5 628 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 629 echo $ac_n "(cached) $ac_c" 1>&6 630 else 631 : ${CC=gcc.exe} 632 cat > conftest.$ac_ext <<EOF 633 #line 634 "configure" 634 #include "confdefs.h" 635 636 int main() { 637 return __EMX__; 638 ; return 0; } 639 EOF 640 if { (eval echo configure:641: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 641 rm -rf conftest* 642 ac_cv_emxos2=yes 643 else 644 echo "configure: failed program was:" >&5 645 cat conftest.$ac_ext >&5 646 rm -rf conftest* 647 ac_cv_emxos2=no 648 fi 649 rm -f conftest* 650 rm -f conftest* 651 fi 652 653 echo "$ac_t""$ac_cv_emxos2" 1>&6 654 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 655 echo $ac_n "(cached) $ac_c" 1>&6 656 else 657 if test "$ac_cv_emxos2" = yes ; then 658 ac_cv_libpre= 659 else 660 ac_cv_libpre=lib 661 fi 662 663 fi 664 665 EMXOS2= 666 test "$ac_cv_emxos2" = yes && EMXOS2=yes 667 668 669 670 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 671 echo "configure:672: checking for executable suffix" >&5 672 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 673 echo $ac_n "(cached) $ac_c" 1>&6 674 else 675 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 676 ac_cv_exeext=.exe 677 else 678 rm -f conftest* 679 echo 'int main () { return 0; }' > conftest.$ac_ext 680 ac_cv_exeext= 681 if { (eval echo configure:682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 682 for file in conftest.*; do 683 case $file in 684 *.c | *.o | *.obj) ;; 685 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 686 esac 687 done 688 else 689 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 690 fi 691 rm -f conftest* 692 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 693 fi 694 fi 695 696 EXEEXT="" 697 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 698 echo "$ac_t""${ac_cv_exeext}" 1>&6 699 ac_exeext=$EXEEXT 700 623 701 624 702 … … 670 748 671 749 echo $ac_n "checking host system type""... $ac_c" 1>&6 672 echo "configure: 673: checking host system type" >&5750 echo "configure:751: checking host system type" >&5 673 751 674 752 host_alias=$host … … 691 769 692 770 echo $ac_n "checking target system type""... $ac_c" 1>&6 693 echo "configure: 694: checking target system type" >&5771 echo "configure:772: checking target system type" >&5 694 772 695 773 target_alias=$target … … 709 787 710 788 echo $ac_n "checking build system type""... $ac_c" 1>&6 711 echo "configure:7 12: checking build system type" >&5789 echo "configure:790: checking build system type" >&5 712 790 713 791 build_alias=$build … … 734 812 set dummy gcc; ac_word=$2 735 813 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 736 echo "configure: 737: checking for $ac_word" >&5814 echo "configure:815: checking for $ac_word" >&5 737 815 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 738 816 echo $ac_n "(cached) $ac_c" 1>&6 … … 741 819 ac_cv_prog_CC="$CC" # Let the user override the test. 742 820 else 743 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"821 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 744 822 ac_dummy="$PATH" 745 823 for ac_dir in $ac_dummy; do 746 824 test -z "$ac_dir" && ac_dir=. 747 if test -f $ac_dir/$ac_word; then 825 if test -f $ac_dir/$ac_word -o \ 826 -f $ac_dir/$ac_word$ac_exeext ; then 748 827 ac_cv_prog_CC="gcc" 749 828 break … … 764 843 set dummy cc; ac_word=$2 765 844 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 766 echo "configure: 767: checking for $ac_word" >&5845 echo "configure:846: checking for $ac_word" >&5 767 846 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 768 847 echo $ac_n "(cached) $ac_c" 1>&6 … … 771 850 ac_cv_prog_CC="$CC" # Let the user override the test. 772 851 else 773 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"852 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 774 853 ac_prog_rejected=no 775 854 ac_dummy="$PATH" 776 855 for ac_dir in $ac_dummy; do 777 856 test -z "$ac_dir" && ac_dir=. 778 if test -f $ac_dir/$ac_word; then 779 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 857 if test -f $ac_dir/$ac_word -o \ 858 -f $ac_dir/$ac_word$ac_exeext ; then 859 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 860 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 780 861 ac_prog_rejected=yes 781 862 continue … … 815 896 set dummy cl; ac_word=$2 816 897 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 817 echo "configure:8 18: checking for $ac_word" >&5898 echo "configure:899: checking for $ac_word" >&5 818 899 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 819 900 echo $ac_n "(cached) $ac_c" 1>&6 … … 822 903 ac_cv_prog_CC="$CC" # Let the user override the test. 823 904 else 824 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"905 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 825 906 ac_dummy="$PATH" 826 907 for ac_dir in $ac_dummy; do 827 908 test -z "$ac_dir" && ac_dir=. 828 if test -f $ac_dir/$ac_word; then 909 if test -f $ac_dir/$ac_word -o \ 910 -f $ac_dir/$ac_word$ac_exeext ; then 829 911 ac_cv_prog_CC="cl" 830 912 break … … 847 929 848 930 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 849 echo "configure: 850: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5931 echo "configure:932: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 850 932 851 933 ac_ext=c … … 858 940 cat > conftest.$ac_ext << EOF 859 941 860 #line 861"configure"942 #line 943 "configure" 861 943 #include "confdefs.h" 862 944 863 945 main(){return(0);} 864 946 EOF 865 if { (eval echo configure: 866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then947 if { (eval echo configure:948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 866 948 ac_cv_prog_cc_works=yes 867 949 # If we can't run a trivial program, we are probably using a cross compiler. … … 889 971 fi 890 972 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 891 echo "configure: 892: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5973 echo "configure:974: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 892 974 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 893 975 cross_compiling=$ac_cv_prog_cc_cross 894 976 895 977 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 896 echo "configure: 897: checking whether we are using GNU C" >&5978 echo "configure:979: checking whether we are using GNU C" >&5 897 979 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 898 980 echo $ac_n "(cached) $ac_c" 1>&6 … … 903 985 #endif 904 986 EOF 905 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9 06: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then987 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 906 988 ac_cv_prog_gcc=yes 907 989 else … … 922 1004 CFLAGS= 923 1005 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 924 echo "configure: 925: checking whether ${CC-cc} accepts -g" >&51006 echo "configure:1007: checking whether ${CC-cc} accepts -g" >&5 925 1007 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 926 1008 echo $ac_n "(cached) $ac_c" 1>&6 … … 954 1036 955 1037 echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 956 echo "configure: 957: checking for POSIXized ISC" >&51038 echo "configure:1039: checking for POSIXized ISC" >&5 957 1039 if test -d /etc/conf/kconfig.d && 958 1040 grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 … … 992 1074 # ./install, which can be erroneously created by make from ./install.sh. 993 1075 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 994 echo "configure: 995: checking for a BSD compatible install" >&51076 echo "configure:1077: checking for a BSD compatible install" >&5 995 1077 if test -z "$INSTALL"; then 996 1078 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 997 1079 echo $ac_n "(cached) $ac_c" 1>&6 998 1080 else 999 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1081 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 1000 1082 for ac_dir in $PATH; do 1001 1083 # Account for people who put trailing slashes in PATH elements. 1002 1084 case "$ac_dir/" in 1003 1085 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1086 # We reject the install program from OS/2 or W3.1 1087 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 1004 1088 *) 1005 1089 # OSF1 and SCO ODT 3.0 have their own names for install. … … 1007 1091 # by default. 1008 1092 for ac_prog in ginstall scoinst install; do 1009 if test -f $ac_dir/$ac_prog ; then1093 if test -f $ac_dir/$ac_prog$ac_exeext; then 1010 1094 if test $ac_prog = install && 1011 1095 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 1013 1097 : 1014 1098 else 1015 ac_cv_path_install="$ac_dir/$ac_prog -c"1099 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1016 1100 break 2 1017 1101 fi … … 1045 1129 1046 1130 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 1047 echo "configure:1 048: checking whether build environment is sane" >&51131 echo "configure:1132: checking whether build environment is sane" >&5 1048 1132 # Just in case 1049 1133 sleep 1 … … 1102 1186 1103 1187 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1104 echo "configure:11 05: checking whether ${MAKE-make} sets \${MAKE}" >&51188 echo "configure:1189: checking whether ${MAKE-make} sets \${MAKE}" >&5 1105 1189 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1106 1190 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1148 1232 missing_dir=`cd $ac_aux_dir && pwd` 1149 1233 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 1150 echo "configure:1 151: checking for working aclocal" >&51234 echo "configure:1235: checking for working aclocal" >&5 1151 1235 # Run test in a subshell; some versions of sh will print an error if 1152 1236 # an executable is not found, even if stderr is redirected. … … 1161 1245 1162 1246 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 1163 echo "configure:1 164: checking for working autoconf" >&51247 echo "configure:1248: checking for working autoconf" >&5 1164 1248 # Run test in a subshell; some versions of sh will print an error if 1165 1249 # an executable is not found, even if stderr is redirected. … … 1174 1258 1175 1259 echo $ac_n "checking for working automake""... $ac_c" 1>&6 1176 echo "configure:1 177: checking for working automake" >&51260 echo "configure:1261: checking for working automake" >&5 1177 1261 # Run test in a subshell; some versions of sh will print an error if 1178 1262 # an executable is not found, even if stderr is redirected. … … 1187 1271 1188 1272 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 1189 echo "configure:1 190: checking for working autoheader" >&51273 echo "configure:1274: checking for working autoheader" >&5 1190 1274 # Run test in a subshell; some versions of sh will print an error if 1191 1275 # an executable is not found, even if stderr is redirected. … … 1200 1284 1201 1285 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 1202 echo "configure:12 03: checking for working makeinfo" >&51286 echo "configure:1287: checking for working makeinfo" >&5 1203 1287 # Run test in a subshell; some versions of sh will print an error if 1204 1288 # an executable is not found, even if stderr is redirected. … … 1223 1307 set dummy ${ac_tool_prefix}ar; ac_word=$2 1224 1308 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1225 echo "configure:1 226: checking for $ac_word" >&51309 echo "configure:1310: checking for $ac_word" >&5 1226 1310 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 1227 1311 echo $ac_n "(cached) $ac_c" 1>&6 … … 1230 1314 ac_cv_prog_AR="$AR" # Let the user override the test. 1231 1315 else 1232 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1316 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1233 1317 ac_dummy="$PATH" 1234 1318 for ac_dir in $ac_dummy; do 1235 1319 test -z "$ac_dir" && ac_dir=. 1236 if test -f $ac_dir/$ac_word; then 1320 if test -f $ac_dir/$ac_word -o \ 1321 -f $ac_dir/$ac_word$ac_exeext ; then 1237 1322 ac_cv_prog_AR="${ac_tool_prefix}ar" 1238 1323 break … … 1255 1340 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1256 1341 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1257 echo "configure:1 258: checking for $ac_word" >&51342 echo "configure:1343: checking for $ac_word" >&5 1258 1343 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1259 1344 echo $ac_n "(cached) $ac_c" 1>&6 … … 1262 1347 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1263 1348 else 1264 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1349 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1265 1350 ac_dummy="$PATH" 1266 1351 for ac_dir in $ac_dummy; do 1267 1352 test -z "$ac_dir" && ac_dir=. 1268 if test -f $ac_dir/$ac_word; then 1353 if test -f $ac_dir/$ac_word -o \ 1354 -f $ac_dir/$ac_word$ac_exeext ; then 1269 1355 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1270 1356 break … … 1287 1373 set dummy ranlib; ac_word=$2 1288 1374 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1289 echo "configure:1 290: checking for $ac_word" >&51375 echo "configure:1376: checking for $ac_word" >&5 1290 1376 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1291 1377 echo $ac_n "(cached) $ac_c" 1>&6 … … 1294 1380 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1295 1381 else 1296 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1382 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1297 1383 ac_dummy="$PATH" 1298 1384 for ac_dir in $ac_dummy; do 1299 1385 test -z "$ac_dir" && ac_dir=. 1300 if test -f $ac_dir/$ac_word; then 1386 if test -f $ac_dir/$ac_word -o \ 1387 -f $ac_dir/$ac_word$ac_exeext ; then 1301 1388 ac_cv_prog_RANLIB="ranlib" 1302 1389 break … … 1402 1489 # Check if gcc -print-prog-name=ld gives a path. 1403 1490 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1404 echo "configure:14 05: checking for ld used by GCC" >&51491 echo "configure:1492: checking for ld used by GCC" >&5 1405 1492 case $host in 1406 1493 *-*-mingw*) … … 1432 1519 elif test "$with_gnu_ld" = yes; then 1433 1520 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1434 echo "configure:1 435: checking for GNU ld" >&51521 echo "configure:1522: checking for GNU ld" >&5 1435 1522 else 1436 1523 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1437 echo "configure:1 438: checking for non-GNU ld" >&51524 echo "configure:1525: checking for non-GNU ld" >&5 1438 1525 fi 1439 1526 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then … … 1470 1557 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1471 1558 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1472 echo "configure:1 473: checking if the linker ($LD) is GNU ld" >&51559 echo "configure:1560: checking if the linker ($LD) is GNU ld" >&5 1473 1560 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1474 1561 echo $ac_n "(cached) $ac_c" 1>&6 … … 1487 1574 1488 1575 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1489 echo "configure:1 490: checking for $LD option to reload object files" >&51576 echo "configure:1577: checking for $LD option to reload object files" >&5 1490 1577 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1491 1578 echo $ac_n "(cached) $ac_c" 1>&6 … … 1499 1586 1500 1587 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1501 echo "configure:15 02: checking for BSD-compatible nm" >&51588 echo "configure:1589: checking for BSD-compatible nm" >&5 1502 1589 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1503 1590 echo $ac_n "(cached) $ac_c" 1>&6 … … 1537 1624 1538 1625 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1539 echo "configure:1 540: checking whether ln -s works" >&51626 echo "configure:1627: checking whether ln -s works" >&5 1540 1627 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1541 1628 echo $ac_n "(cached) $ac_c" 1>&6 … … 1547 1634 ac_cv_prog_LN_S="ln -s" 1548 1635 else 1549 ac_cv_prog_LN_S=ln 1550 fi 1636 echo A > conftestdata; 1637 if ln conftestdata conftestdata2 2>/dev/null; then 1638 ac_cv_prog_LN_S=ln 1639 else 1640 ac_cv_prog_LN_S=cp 1641 fi 1642 fi 1643 rm -f conftestdata* 1551 1644 fi 1552 1645 LN_S="$ac_cv_prog_LN_S" … … 1558 1651 1559 1652 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1560 echo "configure:1 561: checking how to recognise dependant libraries" >&51653 echo "configure:1654: checking how to recognise dependant libraries" >&5 1561 1654 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1562 1655 echo $ac_n "(cached) $ac_c" 1>&6 … … 1701 1794 1702 1795 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1703 echo "configure:17 04: checking for object suffix" >&51796 echo "configure:1797: checking for object suffix" >&5 1704 1797 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1705 1798 echo $ac_n "(cached) $ac_c" 1>&6 … … 1707 1800 rm -f conftest* 1708 1801 echo 'int i = 1;' > conftest.$ac_ext 1709 if { (eval echo configure:1 710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1802 if { (eval echo configure:1803: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1710 1803 for ac_file in conftest.*; do 1711 1804 case $ac_file in … … 1724 1817 ac_objext=$ac_cv_objext 1725 1818 1726 1727 1728 echo $ac_n "checking for executable suffix""... $ac_c" 1>&61729 echo "configure:1730: checking for executable suffix" >&51730 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then1731 echo $ac_n "(cached) $ac_c" 1>&61732 else1733 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then1734 ac_cv_exeext=.exe1735 else1736 rm -f conftest*1737 echo 'int main () { return 0; }' > conftest.$ac_ext1738 ac_cv_exeext=1739 if { (eval echo configure:1740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1740 for file in conftest.*; do1741 case $file in1742 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1743 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;1744 esac1745 done1746 else1747 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }1748 fi1749 rm -f conftest*1750 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no1751 fi1752 fi1753 1754 EXEEXT=""1755 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}1756 echo "$ac_t""${ac_cv_exeext}" 1>&61757 ac_exeext=$EXEEXT1758 1759 1819 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 1760 1820 … … 1764 1824 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1765 1825 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1766 echo "configure:1 767: checking for ${ac_tool_prefix}file" >&51826 echo "configure:1827: checking for ${ac_tool_prefix}file" >&5 1767 1827 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1768 1828 echo $ac_n "(cached) $ac_c" 1>&6 … … 1826 1886 if test -n "$ac_tool_prefix"; then 1827 1887 echo $ac_n "checking for file""... $ac_c" 1>&6 1828 echo "configure:18 29: checking for file" >&51888 echo "configure:1889: checking for file" >&5 1829 1889 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1830 1890 echo $ac_n "(cached) $ac_c" 1>&6 … … 1897 1957 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1898 1958 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1899 echo "configure:19 00: checking for $ac_word" >&51959 echo "configure:1960: checking for $ac_word" >&5 1900 1960 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1901 1961 echo $ac_n "(cached) $ac_c" 1>&6 … … 1904 1964 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1905 1965 else 1906 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1966 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1907 1967 ac_dummy="$PATH" 1908 1968 for ac_dir in $ac_dummy; do 1909 1969 test -z "$ac_dir" && ac_dir=. 1910 if test -f $ac_dir/$ac_word; then 1970 if test -f $ac_dir/$ac_word -o \ 1971 -f $ac_dir/$ac_word$ac_exeext ; then 1911 1972 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1912 1973 break … … 1929 1990 set dummy ranlib; ac_word=$2 1930 1991 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1931 echo "configure:19 32: checking for $ac_word" >&51992 echo "configure:1993: checking for $ac_word" >&5 1932 1993 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1933 1994 echo $ac_n "(cached) $ac_c" 1>&6 … … 1936 1997 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1937 1998 else 1938 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1999 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1939 2000 ac_dummy="$PATH" 1940 2001 for ac_dir in $ac_dummy; do 1941 2002 test -z "$ac_dir" && ac_dir=. 1942 if test -f $ac_dir/$ac_word; then 2003 if test -f $ac_dir/$ac_word -o \ 2004 -f $ac_dir/$ac_word$ac_exeext ; then 1943 2005 ac_cv_prog_RANLIB="ranlib" 1944 2006 break … … 1964 2026 set dummy ${ac_tool_prefix}strip; ac_word=$2 1965 2027 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1966 echo "configure: 1967: checking for $ac_word" >&52028 echo "configure:2029: checking for $ac_word" >&5 1967 2029 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1968 2030 echo $ac_n "(cached) $ac_c" 1>&6 … … 1971 2033 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1972 2034 else 1973 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2035 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1974 2036 ac_dummy="$PATH" 1975 2037 for ac_dir in $ac_dummy; do 1976 2038 test -z "$ac_dir" && ac_dir=. 1977 if test -f $ac_dir/$ac_word; then 2039 if test -f $ac_dir/$ac_word -o \ 2040 -f $ac_dir/$ac_word$ac_exeext ; then 1978 2041 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1979 2042 break … … 1996 2059 set dummy strip; ac_word=$2 1997 2060 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1998 echo "configure: 1999: checking for $ac_word" >&52061 echo "configure:2062: checking for $ac_word" >&5 1999 2062 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2000 2063 echo $ac_n "(cached) $ac_c" 1>&6 … … 2003 2066 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2004 2067 else 2005 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2068 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2006 2069 ac_dummy="$PATH" 2007 2070 for ac_dir in $ac_dummy; do 2008 2071 test -z "$ac_dir" && ac_dir=. 2009 if test -f $ac_dir/$ac_word; then 2072 if test -f $ac_dir/$ac_word -o \ 2073 -f $ac_dir/$ac_word$ac_exeext ; then 2010 2074 ac_cv_prog_STRIP="strip" 2011 2075 break … … 2063 2127 *-*-irix6*) 2064 2128 # Find out which ABI we are using. 2065 echo '#line 2 066"configure"' > conftest.$ac_ext2066 if { (eval echo configure:2 067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2129 echo '#line 2130 "configure"' > conftest.$ac_ext 2130 if { (eval echo configure:2131: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2067 2131 case "`/usr/bin/file conftest.o`" in 2068 2132 *32-bit*) … … 2085 2149 CFLAGS="$CFLAGS -belf" 2086 2150 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2087 echo "configure:2 088: checking whether the C compiler needs -belf" >&52151 echo "configure:2152: checking whether the C compiler needs -belf" >&5 2088 2152 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2089 2153 echo $ac_n "(cached) $ac_c" 1>&6 … … 2098 2162 2099 2163 cat > conftest.$ac_ext <<EOF 2100 #line 21 01"configure"2164 #line 2165 "configure" 2101 2165 #include "confdefs.h" 2102 2166 … … 2105 2169 ; return 0; } 2106 2170 EOF 2107 if { (eval echo configure:21 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2171 if { (eval echo configure:2172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2108 2172 rm -rf conftest* 2109 2173 lt_cv_cc_needs_belf=yes … … 2293 2357 2294 2358 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2295 echo "configure:2 296: checking whether to enable maintainer-specific portions of Makefiles" >&52359 echo "configure:2360: checking whether to enable maintainer-specific portions of Makefiles" >&5 2296 2360 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2297 2361 if test "${enable_maintainer_mode+set}" = set; then … … 2317 2381 2318 2382 2383 2319 2384 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2320 echo "configure:23 21: checking for executable suffix" >&52385 echo "configure:2386: checking for executable suffix" >&5 2321 2386 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2322 2387 echo $ac_n "(cached) $ac_c" 1>&6 2323 2388 else 2324 if test "$CYGWIN" = yes || test "$MINGW32" = yes ; then2389 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 2325 2390 ac_cv_exeext=.exe 2326 2391 else … … 2328 2393 echo 'int main () { return 0; }' > conftest.$ac_ext 2329 2394 ac_cv_exeext= 2330 if { (eval echo configure:23 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2395 if { (eval echo configure:2396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2331 2396 for file in conftest.*; do 2332 2397 case $file in 2333 *.c | *.o | *.obj | *.ilk | *.pdb) ;;2398 *.c | *.o | *.obj) ;; 2334 2399 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 2335 2400 esac … … 2354 2419 set dummy gcc; ac_word=$2 2355 2420 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2356 echo "configure:2 357: checking for $ac_word" >&52421 echo "configure:2422: checking for $ac_word" >&5 2357 2422 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2358 2423 echo $ac_n "(cached) $ac_c" 1>&6 … … 2361 2426 ac_cv_prog_CC="$CC" # Let the user override the test. 2362 2427 else 2363 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2428 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2364 2429 ac_dummy="$PATH" 2365 2430 for ac_dir in $ac_dummy; do 2366 2431 test -z "$ac_dir" && ac_dir=. 2367 if test -f $ac_dir/$ac_word; then 2432 if test -f $ac_dir/$ac_word -o \ 2433 -f $ac_dir/$ac_word$ac_exeext ; then 2368 2434 ac_cv_prog_CC="gcc" 2369 2435 break … … 2384 2450 set dummy cc; ac_word=$2 2385 2451 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2386 echo "configure:2 387: checking for $ac_word" >&52452 echo "configure:2453: checking for $ac_word" >&5 2387 2453 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2388 2454 echo $ac_n "(cached) $ac_c" 1>&6 … … 2391 2457 ac_cv_prog_CC="$CC" # Let the user override the test. 2392 2458 else 2393 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2459 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2394 2460 ac_prog_rejected=no 2395 2461 ac_dummy="$PATH" 2396 2462 for ac_dir in $ac_dummy; do 2397 2463 test -z "$ac_dir" && ac_dir=. 2398 if test -f $ac_dir/$ac_word; then 2399 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 2464 if test -f $ac_dir/$ac_word -o \ 2465 -f $ac_dir/$ac_word$ac_exeext ; then 2466 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 2467 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 2400 2468 ac_prog_rejected=yes 2401 2469 continue … … 2435 2503 set dummy cl; ac_word=$2 2436 2504 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2437 echo "configure:2 438: checking for $ac_word" >&52505 echo "configure:2506: checking for $ac_word" >&5 2438 2506 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2439 2507 echo $ac_n "(cached) $ac_c" 1>&6 … … 2442 2510 ac_cv_prog_CC="$CC" # Let the user override the test. 2443 2511 else 2444 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2512 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2445 2513 ac_dummy="$PATH" 2446 2514 for ac_dir in $ac_dummy; do 2447 2515 test -z "$ac_dir" && ac_dir=. 2448 if test -f $ac_dir/$ac_word; then 2516 if test -f $ac_dir/$ac_word -o \ 2517 -f $ac_dir/$ac_word$ac_exeext ; then 2449 2518 ac_cv_prog_CC="cl" 2450 2519 break … … 2467 2536 2468 2537 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2469 echo "configure:2 470: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52538 echo "configure:2539: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2470 2539 2471 2540 ac_ext=c … … 2478 2547 cat > conftest.$ac_ext << EOF 2479 2548 2480 #line 2 481"configure"2549 #line 2550 "configure" 2481 2550 #include "confdefs.h" 2482 2551 2483 2552 main(){return(0);} 2484 2553 EOF 2485 if { (eval echo configure:2 486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2554 if { (eval echo configure:2555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2486 2555 ac_cv_prog_cc_works=yes 2487 2556 # If we can't run a trivial program, we are probably using a cross compiler. … … 2509 2578 fi 2510 2579 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2511 echo "configure:25 12: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52580 echo "configure:2581: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2512 2581 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2513 2582 cross_compiling=$ac_cv_prog_cc_cross 2514 2583 2515 2584 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2516 echo "configure:25 17: checking whether we are using GNU C" >&52585 echo "configure:2586: checking whether we are using GNU C" >&5 2517 2586 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2518 2587 echo $ac_n "(cached) $ac_c" 1>&6 … … 2523 2592 #endif 2524 2593 EOF 2525 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:25 26: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2594 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2526 2595 ac_cv_prog_gcc=yes 2527 2596 else … … 2542 2611 CFLAGS= 2543 2612 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2544 echo "configure:2 545: checking whether ${CC-cc} accepts -g" >&52613 echo "configure:2614: checking whether ${CC-cc} accepts -g" >&5 2545 2614 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2546 2615 echo $ac_n "(cached) $ac_c" 1>&6 … … 2576 2645 ALL_LINGUAS= 2577 2646 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2578 echo "configure:2 579: checking how to run the C preprocessor" >&52647 echo "configure:2648: checking how to run the C preprocessor" >&5 2579 2648 # On Suns, sometimes $CPP names a directory. 2580 2649 if test -n "$CPP" && test -d "$CPP"; then … … 2591 2660 # not just through cpp. 2592 2661 cat > conftest.$ac_ext <<EOF 2593 #line 2594 "configure" 2662 #include <sys/types.h> 2663 #line 2664 "configure" 2594 2664 #include "confdefs.h" 2595 2665 #include <assert.h> … … 2597 2667 EOF 2598 2668 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2599 { (eval echo configure:26 00: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2669 { (eval echo configure:2670: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2600 2670 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2601 2671 if test -z "$ac_err"; then … … 2608 2678 CPP="${CC-cc} -E -traditional-cpp" 2609 2679 cat > conftest.$ac_ext <<EOF 2610 #line 2611 "configure" 2680 #include <sys/types.h> 2681 #line 2682 "configure" 2611 2682 #include "confdefs.h" 2612 2683 #include <assert.h> … … 2614 2685 EOF 2615 2686 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2616 { (eval echo configure:26 17: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2687 { (eval echo configure:2688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2617 2688 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2618 2689 if test -z "$ac_err"; then … … 2625 2696 CPP="${CC-cc} -nologo -E" 2626 2697 cat > conftest.$ac_ext <<EOF 2627 #line 2628 "configure" 2698 #include <sys/types.h> 2699 #line 2700 "configure" 2628 2700 #include "confdefs.h" 2629 2701 #include <assert.h> … … 2631 2703 EOF 2632 2704 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2633 { (eval echo configure:2 634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2705 { (eval echo configure:2706: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2634 2706 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2635 2707 if test -z "$ac_err"; then … … 2658 2730 set dummy ranlib; ac_word=$2 2659 2731 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2660 echo "configure:2 661: checking for $ac_word" >&52732 echo "configure:2733: checking for $ac_word" >&5 2661 2733 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2662 2734 echo $ac_n "(cached) $ac_c" 1>&6 … … 2665 2737 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 2666 2738 else 2667 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2739 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2668 2740 ac_dummy="$PATH" 2669 2741 for ac_dir in $ac_dummy; do 2670 2742 test -z "$ac_dir" && ac_dir=. 2671 if test -f $ac_dir/$ac_word; then 2743 if test -f $ac_dir/$ac_word -o \ 2744 -f $ac_dir/$ac_word$ac_exeext ; then 2672 2745 ac_cv_prog_RANLIB="ranlib" 2673 2746 break … … 2686 2759 2687 2760 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2688 echo "configure:2 689: checking for ANSI C header files" >&52761 echo "configure:2762: checking for ANSI C header files" >&5 2689 2762 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2690 2763 echo $ac_n "(cached) $ac_c" 1>&6 2691 2764 else 2692 2765 cat > conftest.$ac_ext <<EOF 2693 #line 2694 "configure" 2766 #include <sys/types.h> 2767 #line 2768 "configure" 2694 2768 #include "confdefs.h" 2695 2769 #include <stdlib.h> … … 2699 2773 EOF 2700 2774 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2701 { (eval echo configure:27 02: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2775 { (eval echo configure:2776: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2702 2776 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2703 2777 if test -z "$ac_err"; then … … 2716 2790 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2717 2791 cat > conftest.$ac_ext <<EOF 2718 #line 27 19"configure"2792 #line 2793 "configure" 2719 2793 #include "confdefs.h" 2720 2794 #include <string.h> … … 2734 2808 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2735 2809 cat > conftest.$ac_ext <<EOF 2736 #line 2 737"configure"2810 #line 2811 "configure" 2737 2811 #include "confdefs.h" 2738 2812 #include <stdlib.h> … … 2755 2829 else 2756 2830 cat > conftest.$ac_ext <<EOF 2757 #line 2 758"configure"2831 #line 2832 "configure" 2758 2832 #include "confdefs.h" 2759 2833 #include <ctype.h> … … 2766 2840 2767 2841 EOF 2768 if { (eval echo configure:2 769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2842 if { (eval echo configure:2843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2769 2843 then 2770 2844 : … … 2790 2864 2791 2865 echo $ac_n "checking for working const""... $ac_c" 1>&6 2792 echo "configure:2 793: checking for working const" >&52866 echo "configure:2867: checking for working const" >&5 2793 2867 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 2794 2868 echo $ac_n "(cached) $ac_c" 1>&6 2795 2869 else 2796 2870 cat > conftest.$ac_ext <<EOF 2797 #line 2 798"configure"2871 #line 2872 "configure" 2798 2872 #include "confdefs.h" 2799 2873 … … 2844 2918 ; return 0; } 2845 2919 EOF 2846 if { (eval echo configure:2 847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2920 if { (eval echo configure:2921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2847 2921 rm -rf conftest* 2848 2922 ac_cv_c_const=yes … … 2865 2939 2866 2940 echo $ac_n "checking for inline""... $ac_c" 1>&6 2867 echo "configure:2 868: checking for inline" >&52941 echo "configure:2942: checking for inline" >&5 2868 2942 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 2869 2943 echo $ac_n "(cached) $ac_c" 1>&6 … … 2872 2946 for ac_kw in inline __inline__ __inline; do 2873 2947 cat > conftest.$ac_ext <<EOF 2874 #line 2 875"configure"2948 #line 2949 "configure" 2875 2949 #include "confdefs.h" 2876 2950 … … 2879 2953 ; return 0; } 2880 2954 EOF 2881 if { (eval echo configure:2 882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2955 if { (eval echo configure:2956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2882 2956 rm -rf conftest* 2883 2957 ac_cv_c_inline=$ac_kw; break … … 2905 2979 2906 2980 echo $ac_n "checking for off_t""... $ac_c" 1>&6 2907 echo "configure:29 08: checking for off_t" >&52981 echo "configure:2982: checking for off_t" >&5 2908 2982 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 2909 2983 echo $ac_n "(cached) $ac_c" 1>&6 2910 2984 else 2911 2985 cat > conftest.$ac_ext <<EOF 2912 #line 29 13"configure"2986 #line 2987 "configure" 2913 2987 #include "confdefs.h" 2914 2988 #include <sys/types.h> … … 2938 3012 2939 3013 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2940 echo "configure: 2941: checking for size_t" >&53014 echo "configure:3015: checking for size_t" >&5 2941 3015 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2942 3016 echo $ac_n "(cached) $ac_c" 1>&6 2943 3017 else 2944 3018 cat > conftest.$ac_ext <<EOF 2945 #line 2946"configure"3019 #line 3020 "configure" 2946 3020 #include "confdefs.h" 2947 3021 #include <sys/types.h> … … 2973 3047 # for constant arguments. Useless! 2974 3048 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2975 echo "configure: 2976: checking for working alloca.h" >&53049 echo "configure:3050: checking for working alloca.h" >&5 2976 3050 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2977 3051 echo $ac_n "(cached) $ac_c" 1>&6 2978 3052 else 2979 3053 cat > conftest.$ac_ext <<EOF 2980 #line 2981"configure"3054 #line 3055 "configure" 2981 3055 #include "confdefs.h" 2982 3056 #include <alloca.h> … … 2985 3059 ; return 0; } 2986 3060 EOF 2987 if { (eval echo configure: 2988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3061 if { (eval echo configure:3062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2988 3062 rm -rf conftest* 2989 3063 ac_cv_header_alloca_h=yes … … 3006 3080 3007 3081 echo $ac_n "checking for alloca""... $ac_c" 1>&6 3008 echo "configure:30 09: checking for alloca" >&53082 echo "configure:3083: checking for alloca" >&5 3009 3083 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 3010 3084 echo $ac_n "(cached) $ac_c" 1>&6 3011 3085 else 3012 3086 cat > conftest.$ac_ext <<EOF 3013 #line 30 14"configure"3087 #line 3088 "configure" 3014 3088 #include "confdefs.h" 3015 3089 … … 3039 3113 ; return 0; } 3040 3114 EOF 3041 if { (eval echo configure:3 042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3115 if { (eval echo configure:3116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3042 3116 rm -rf conftest* 3043 3117 ac_cv_func_alloca_works=yes … … 3071 3145 3072 3146 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 3073 echo "configure:3 074: checking whether alloca needs Cray hooks" >&53147 echo "configure:3148: checking whether alloca needs Cray hooks" >&5 3074 3148 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 3075 3149 echo $ac_n "(cached) $ac_c" 1>&6 3076 3150 else 3077 3151 cat > conftest.$ac_ext <<EOF 3078 #line 3 079"configure"3152 #line 3153 "configure" 3079 3153 #include "confdefs.h" 3080 3154 #if defined(CRAY) && ! defined(CRAY2) … … 3101 3175 for ac_func in _getb67 GETB67 getb67; do 3102 3176 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3103 echo "configure:31 04: checking for $ac_func" >&53177 echo "configure:3178: checking for $ac_func" >&5 3104 3178 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3105 3179 echo $ac_n "(cached) $ac_c" 1>&6 3106 3180 else 3107 3181 cat > conftest.$ac_ext <<EOF 3108 #line 31 09"configure"3182 #line 3183 "configure" 3109 3183 #include "confdefs.h" 3110 3184 /* System header to define __stub macros and hopefully few prototypes, … … 3129 3203 ; return 0; } 3130 3204 EOF 3131 if { (eval echo configure:3 132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3205 if { (eval echo configure:3206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3132 3206 rm -rf conftest* 3133 3207 eval "ac_cv_func_$ac_func=yes" … … 3156 3230 3157 3231 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 3158 echo "configure:3 159: checking stack direction for C alloca" >&53232 echo "configure:3233: checking stack direction for C alloca" >&5 3159 3233 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 3160 3234 echo $ac_n "(cached) $ac_c" 1>&6 … … 3164 3238 else 3165 3239 cat > conftest.$ac_ext <<EOF 3166 #line 3 167"configure"3240 #line 3241 "configure" 3167 3241 #include "confdefs.h" 3168 3242 find_stack_direction () … … 3183 3257 } 3184 3258 EOF 3185 if { (eval echo configure:3 186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3259 if { (eval echo configure:3260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3186 3260 then 3187 3261 ac_cv_c_stack_direction=1 … … 3208 3282 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3209 3283 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3210 echo "configure:32 11: checking for $ac_hdr" >&53284 echo "configure:3285: checking for $ac_hdr" >&5 3211 3285 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3212 3286 echo $ac_n "(cached) $ac_c" 1>&6 3213 3287 else 3214 3288 cat > conftest.$ac_ext <<EOF 3215 #line 3216 "configure" 3289 #include <sys/types.h> 3290 #line 3291 "configure" 3216 3291 #include "confdefs.h" 3217 3292 #include <$ac_hdr> 3218 3293 EOF 3219 3294 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3220 { (eval echo configure:32 21: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3295 { (eval echo configure:3296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3221 3296 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3222 3297 if test -z "$ac_err"; then … … 3247 3322 do 3248 3323 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3249 echo "configure:3 250: checking for $ac_func" >&53324 echo "configure:3325: checking for $ac_func" >&5 3250 3325 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3251 3326 echo $ac_n "(cached) $ac_c" 1>&6 3252 3327 else 3253 3328 cat > conftest.$ac_ext <<EOF 3254 #line 3 255"configure"3329 #line 3330 "configure" 3255 3330 #include "confdefs.h" 3256 3331 /* System header to define __stub macros and hopefully few prototypes, … … 3275 3350 ; return 0; } 3276 3351 EOF 3277 if { (eval echo configure:3 278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3352 if { (eval echo configure:3353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3278 3353 rm -rf conftest* 3279 3354 eval "ac_cv_func_$ac_func=yes" … … 3300 3375 3301 3376 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 3302 echo "configure:33 03: checking for working mmap" >&53377 echo "configure:3378: checking for working mmap" >&5 3303 3378 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 3304 3379 echo $ac_n "(cached) $ac_c" 1>&6 … … 3308 3383 else 3309 3384 cat > conftest.$ac_ext <<EOF 3310 #line 33 11"configure"3385 #line 3386 "configure" 3311 3386 #include "confdefs.h" 3312 3387 … … 3448 3523 3449 3524 EOF 3450 if { (eval echo configure:3 451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3525 if { (eval echo configure:3526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3451 3526 then 3452 3527 ac_cv_func_mmap_fixed_mapped=yes … … 3476 3551 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3477 3552 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3478 echo "configure:3 479: checking for $ac_hdr" >&53553 echo "configure:3554: checking for $ac_hdr" >&5 3479 3554 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3480 3555 echo $ac_n "(cached) $ac_c" 1>&6 3481 3556 else 3482 3557 cat > conftest.$ac_ext <<EOF 3483 #line 3484 "configure" 3558 #include <sys/types.h> 3559 #line 3560 "configure" 3484 3560 #include "confdefs.h" 3485 3561 #include <$ac_hdr> 3486 3562 EOF 3487 3563 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3488 { (eval echo configure:3 489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3564 { (eval echo configure:3565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3489 3565 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3490 3566 if test -z "$ac_err"; then … … 3516 3592 do 3517 3593 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3518 echo "configure:35 19: checking for $ac_func" >&53594 echo "configure:3595: checking for $ac_func" >&5 3519 3595 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3520 3596 echo $ac_n "(cached) $ac_c" 1>&6 3521 3597 else 3522 3598 cat > conftest.$ac_ext <<EOF 3523 #line 3 524"configure"3599 #line 3600 "configure" 3524 3600 #include "confdefs.h" 3525 3601 /* System header to define __stub macros and hopefully few prototypes, … … 3544 3620 ; return 0; } 3545 3621 EOF 3546 if { (eval echo configure:3 547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3622 if { (eval echo configure:3623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3547 3623 rm -rf conftest* 3548 3624 eval "ac_cv_func_$ac_func=yes" … … 3573 3649 do 3574 3650 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3575 echo "configure:3 576: checking for $ac_func" >&53651 echo "configure:3652: checking for $ac_func" >&5 3576 3652 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3577 3653 echo $ac_n "(cached) $ac_c" 1>&6 3578 3654 else 3579 3655 cat > conftest.$ac_ext <<EOF 3580 #line 3 581"configure"3656 #line 3657 "configure" 3581 3657 #include "confdefs.h" 3582 3658 /* System header to define __stub macros and hopefully few prototypes, … … 3601 3677 ; return 0; } 3602 3678 EOF 3603 if { (eval echo configure:36 04: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3679 if { (eval echo configure:3680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3604 3680 rm -rf conftest* 3605 3681 eval "ac_cv_func_$ac_func=yes" … … 3635 3711 if test $ac_cv_header_locale_h = yes; then 3636 3712 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 3637 echo "configure:3 638: checking for LC_MESSAGES" >&53713 echo "configure:3714: checking for LC_MESSAGES" >&5 3638 3714 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then 3639 3715 echo $ac_n "(cached) $ac_c" 1>&6 3640 3716 else 3641 3717 cat > conftest.$ac_ext <<EOF 3642 #line 3 643"configure"3718 #line 3719 "configure" 3643 3719 #include "confdefs.h" 3644 3720 #include <locale.h> … … 3647 3723 ; return 0; } 3648 3724 EOF 3649 if { (eval echo configure:3 650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3725 if { (eval echo configure:3726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3650 3726 rm -rf conftest* 3651 3727 am_cv_val_LC_MESSAGES=yes … … 3668 3744 fi 3669 3745 echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 3670 echo "configure:3 671: checking whether NLS is requested" >&53746 echo "configure:3747: checking whether NLS is requested" >&5 3671 3747 # Check whether --enable-nls or --disable-nls was given. 3672 3748 if test "${enable_nls+set}" = set; then … … 3688 3764 3689 3765 echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 3690 echo "configure:3 691: checking whether included gettext is requested" >&53766 echo "configure:3767: checking whether included gettext is requested" >&5 3691 3767 # Check whether --with-included-gettext or --without-included-gettext was given. 3692 3768 if test "${with_included_gettext+set}" = set; then … … 3707 3783 ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` 3708 3784 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 3709 echo "configure:37 10: checking for libintl.h" >&53785 echo "configure:3786: checking for libintl.h" >&5 3710 3786 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3711 3787 echo $ac_n "(cached) $ac_c" 1>&6 3712 3788 else 3713 3789 cat > conftest.$ac_ext <<EOF 3714 #line 3715 "configure" 3790 #include <sys/types.h> 3791 #line 3792 "configure" 3715 3792 #include "confdefs.h" 3716 3793 #include <libintl.h> 3717 3794 EOF 3718 3795 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3719 { (eval echo configure:37 20: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3796 { (eval echo configure:3797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3720 3797 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3721 3798 if test -z "$ac_err"; then … … 3734 3811 echo "$ac_t""yes" 1>&6 3735 3812 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 3736 echo "configure:3 737: checking for gettext in libc" >&53813 echo "configure:3814: checking for gettext in libc" >&5 3737 3814 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then 3738 3815 echo $ac_n "(cached) $ac_c" 1>&6 3739 3816 else 3740 3817 cat > conftest.$ac_ext <<EOF 3741 #line 3 742"configure"3818 #line 3819 "configure" 3742 3819 #include "confdefs.h" 3743 3820 #include <libintl.h> … … 3746 3823 ; return 0; } 3747 3824 EOF 3748 if { (eval echo configure:3 749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3825 if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3749 3826 rm -rf conftest* 3750 3827 gt_cv_func_gettext_libc=yes … … 3762 3839 if test "$gt_cv_func_gettext_libc" != "yes"; then 3763 3840 echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 3764 echo "configure:3 765: checking for bindtextdomain in -lintl" >&53841 echo "configure:3842: checking for bindtextdomain in -lintl" >&5 3765 3842 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` 3766 3843 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3770 3847 LIBS="-lintl $LIBS" 3771 3848 cat > conftest.$ac_ext <<EOF 3772 #line 3 773"configure"3849 #line 3850 "configure" 3773 3850 #include "confdefs.h" 3774 3851 /* Override any gcc2 internal prototype to avoid an error. */ … … 3781 3858 ; return 0; } 3782 3859 EOF 3783 if { (eval echo configure:3 784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3860 if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3784 3861 rm -rf conftest* 3785 3862 eval "ac_cv_lib_$ac_lib_var=yes" … … 3797 3874 echo "$ac_t""yes" 1>&6 3798 3875 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 3799 echo "configure:38 00: checking for gettext in libintl" >&53876 echo "configure:3877: checking for gettext in libintl" >&5 3800 3877 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then 3801 3878 echo $ac_n "(cached) $ac_c" 1>&6 3802 3879 else 3803 3880 cat > conftest.$ac_ext <<EOF 3804 #line 38 05"configure"3881 #line 3882 "configure" 3805 3882 #include "confdefs.h" 3806 3883 … … 3809 3886 ; return 0; } 3810 3887 EOF 3811 if { (eval echo configure:38 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3888 if { (eval echo configure:3889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3812 3889 rm -rf conftest* 3813 3890 gt_cv_func_gettext_libintl=yes … … 3837 3914 set dummy msgfmt; ac_word=$2 3838 3915 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3839 echo "configure:3 840: checking for $ac_word" >&53916 echo "configure:3917: checking for $ac_word" >&5 3840 3917 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 3841 3918 echo $ac_n "(cached) $ac_c" 1>&6 … … 3846 3923 ;; 3847 3924 *) 3848 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"3925 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3849 3926 for ac_dir in $PATH; do 3850 3927 test -z "$ac_dir" && ac_dir=. … … 3871 3948 do 3872 3949 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3873 echo "configure:3 874: checking for $ac_func" >&53950 echo "configure:3951: checking for $ac_func" >&5 3874 3951 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3875 3952 echo $ac_n "(cached) $ac_c" 1>&6 3876 3953 else 3877 3954 cat > conftest.$ac_ext <<EOF 3878 #line 3 879"configure"3955 #line 3956 "configure" 3879 3956 #include "confdefs.h" 3880 3957 /* System header to define __stub macros and hopefully few prototypes, … … 3899 3976 ; return 0; } 3900 3977 EOF 3901 if { (eval echo configure:39 02: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3978 if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3902 3979 rm -rf conftest* 3903 3980 eval "ac_cv_func_$ac_func=yes" … … 3926 4003 set dummy gmsgfmt; ac_word=$2 3927 4004 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3928 echo "configure: 3929: checking for $ac_word" >&54005 echo "configure:4006: checking for $ac_word" >&5 3929 4006 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 3930 4007 echo $ac_n "(cached) $ac_c" 1>&6 3931 4008 else 3932 4009 case "$GMSGFMT" in 3933 /* )4010 /* | [a-zA-Z]:*) 3934 4011 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 3935 4012 ;; 3936 ?:/*) 4013 ?:/*) 3937 4014 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 3938 4015 ;; 3939 4016 *) 3940 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4017 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 3941 4018 ac_dummy="$PATH" 3942 for ac_dir in $ac_dummy; do 4019 for ac_dir in $ac_dummy; do 3943 4020 test -z "$ac_dir" && ac_dir=. 3944 4021 if test -f $ac_dir/$ac_word; then 3945 4022 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4023 break 4024 fi 4025 if test -f $ac_dir/$ac_word$ac_exeext; then 4026 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 3946 4027 break 3947 4028 fi … … 3962 4043 set dummy xgettext; ac_word=$2 3963 4044 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3964 echo "configure: 3965: checking for $ac_word" >&54045 echo "configure:4046: checking for $ac_word" >&5 3965 4046 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 3966 4047 echo $ac_n "(cached) $ac_c" 1>&6 … … 3971 4052 ;; 3972 4053 *) 3973 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4054 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 3974 4055 for ac_dir in $PATH; do 3975 4056 test -z "$ac_dir" && ac_dir=. … … 3994 4075 3995 4076 cat > conftest.$ac_ext <<EOF 3996 #line 3997"configure"4077 #line 4078 "configure" 3997 4078 #include "confdefs.h" 3998 4079 … … 4002 4083 ; return 0; } 4003 4084 EOF 4004 if { (eval echo configure:40 05: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4085 if { (eval echo configure:4086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4005 4086 rm -rf conftest* 4006 4087 CATOBJEXT=.gmo … … 4034 4115 set dummy msgfmt; ac_word=$2 4035 4116 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4036 echo "configure:4 037: checking for $ac_word" >&54117 echo "configure:4118: checking for $ac_word" >&5 4037 4118 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then 4038 4119 echo $ac_n "(cached) $ac_c" 1>&6 … … 4043 4124 ;; 4044 4125 *) 4045 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4126 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4046 4127 for ac_dir in $PATH; do 4047 4128 test -z "$ac_dir" && ac_dir=. … … 4068 4149 set dummy gmsgfmt; ac_word=$2 4069 4150 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4070 echo "configure:4 071: checking for $ac_word" >&54151 echo "configure:4152: checking for $ac_word" >&5 4071 4152 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then 4072 4153 echo $ac_n "(cached) $ac_c" 1>&6 4073 4154 else 4074 4155 case "$GMSGFMT" in 4075 /* )4156 /* | [a-zA-Z]:*) 4076 4157 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. 4077 4158 ;; 4078 ?:/*) 4159 ?:/*) 4079 4160 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. 4080 4161 ;; 4081 4162 *) 4082 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"4163 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 4083 4164 ac_dummy="$PATH" 4084 for ac_dir in $ac_dummy; do 4165 for ac_dir in $ac_dummy; do 4085 4166 test -z "$ac_dir" && ac_dir=. 4086 4167 if test -f $ac_dir/$ac_word; then 4087 4168 ac_cv_path_GMSGFMT="$ac_dir/$ac_word" 4169 break 4170 fi 4171 if test -f $ac_dir/$ac_word$ac_exeext; then 4172 ac_cv_path_GMSGFMT="$ac_dir/$ac_word$ac_exeext" 4088 4173 break 4089 4174 fi … … 4104 4189 set dummy xgettext; ac_word=$2 4105 4190 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 4106 echo "configure:41 07: checking for $ac_word" >&54191 echo "configure:4192: checking for $ac_word" >&5 4107 4192 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then 4108 4193 echo $ac_n "(cached) $ac_c" 1>&6 … … 4113 4198 ;; 4114 4199 *) 4115 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${ IFS}:"4200 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}" 4116 4201 for ac_dir in $PATH; do 4117 4202 test -z "$ac_dir" && ac_dir=. … … 4194 4279 else 4195 4280 echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 4196 echo "configure:4 197: checking for catalogs to be installed" >&54281 echo "configure:4282: checking for catalogs to be installed" >&5 4197 4282 NEW_LINGUAS= 4198 4283 for lang in ${LINGUAS=$ALL_LINGUAS}; do … … 4222 4307 ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` 4223 4308 echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 4224 echo "configure:4 225: checking for linux/version.h" >&54309 echo "configure:4310: checking for linux/version.h" >&5 4225 4310 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4226 4311 echo $ac_n "(cached) $ac_c" 1>&6 4227 4312 else 4228 4313 cat > conftest.$ac_ext <<EOF 4229 #line 4230 "configure" 4314 #include <sys/types.h> 4315 #line 4316 "configure" 4230 4316 #include "confdefs.h" 4231 4317 #include <linux/version.h> 4232 4318 EOF 4233 4319 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4234 { (eval echo configure:4 235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4320 { (eval echo configure:4321: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4235 4321 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4236 4322 if test -z "$ac_err"; then … … 4280 4366 test -d po || mkdir po 4281 4367 if test "x$srcdir" != "x."; then 4282 if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then4368 if test "x`echo $srcdir | sed -e 's@.\:/.*@@' -e 's@/.*@@' `" = "x"; then 4283 4369 posrcprefix="$srcdir/" 4284 4370 else … … 4309 4395 # ./install, which can be erroneously created by make from ./install.sh. 4310 4396 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 4311 echo "configure:43 12: checking for a BSD compatible install" >&54397 echo "configure:4398: checking for a BSD compatible install" >&5 4312 4398 if test -z "$INSTALL"; then 4313 4399 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 4314 4400 echo $ac_n "(cached) $ac_c" 1>&6 4315 4401 else 4316 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"4402 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 4317 4403 for ac_dir in $PATH; do 4318 4404 # Account for people who put trailing slashes in PATH elements. 4319 4405 case "$ac_dir/" in 4320 4406 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 4407 # We reject the install program from OS/2 or W3.1 4408 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 4321 4409 *) 4322 4410 # OSF1 and SCO ODT 3.0 have their own names for install. … … 4324 4412 # by default. 4325 4413 for ac_prog in ginstall scoinst install; do 4326 if test -f $ac_dir/$ac_prog ; then4414 if test -f $ac_dir/$ac_prog$ac_exeext; then 4327 4415 if test $ac_prog = install && 4328 4416 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 4330 4418 : 4331 4419 else 4332 ac_cv_path_install="$ac_dir/$ac_prog -c"4420 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 4333 4421 break 2 4334 4422 fi … … 4366 4454 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4367 4455 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4368 echo "configure:4 369: checking for $ac_hdr" >&54456 echo "configure:4457: checking for $ac_hdr" >&5 4369 4457 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4370 4458 echo $ac_n "(cached) $ac_c" 1>&6 4371 4459 else 4372 4460 cat > conftest.$ac_ext <<EOF 4373 #line 4374 "configure" 4461 #include <sys/types.h> 4462 #line 4463 "configure" 4374 4463 #include "confdefs.h" 4375 4464 #include <$ac_hdr> 4376 4465 EOF 4377 4466 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4378 { (eval echo configure:4 379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4467 { (eval echo configure:4468: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4379 4468 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4380 4469 if test -z "$ac_err"; then … … 4656 4745 # Run this file to recreate the current configuration. 4657 4746 # This directory was configured as follows, 4747 EOF 4748 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 4749 cat >> $CONFIG_STATUS <<EOF 4658 4750 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 4659 4751 # … … 4681 4773 ac_given_srcdir=$srcdir 4682 4774 ac_given_INSTALL="$INSTALL" 4775 PATHIFS="$PATH_IFS" 4683 4776 4684 4777 trap 'rm -fr `echo "Makefile po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 4691 4784 $ac_vpsub 4692 4785 $extrasub 4786 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 4693 4787 s%@SHELL@%$SHELL%g 4694 4788 s%@CFLAGS@%$CFLAGS%g … … 4714 4808 s%@infodir@%$infodir%g 4715 4809 s%@mandir@%$mandir%g 4810 s%@PATH_IFS@%$PATH_IFS%g 4811 s%@EXEEXT@%$EXEEXT%g 4716 4812 s%@host@%$host%g 4717 4813 s%@host_alias@%$host_alias%g … … 4745 4841 s%@LN_S@%$LN_S%g 4746 4842 s%@OBJEXT@%$OBJEXT%g 4747 s%@EXEEXT@%$EXEEXT%g4748 4843 s%@STRIP@%$STRIP%g 4749 4844 s%@LIBTOOL@%$LIBTOOL%g … … 4852 4947 if test -z "$ac_dots"; then top_srcdir=. 4853 4948 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 4854 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 4949 /* | [A-Za-z]:*) 4950 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 4855 4951 *) # Relative path. 4856 4952 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 4859 4955 4860 4956 case "$ac_given_INSTALL" in 4861 [/$]* ) INSTALL="$ac_given_INSTALL" ;;4957 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 4862 4958 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 4863 4959 esac … … 4872 4968 esac 4873 4969 4874 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`4970 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 4875 4971 sed -e "$ac_comsub 4876 4972 s%@configure_input@%$configure_input%g … … 4919 5015 4920 5016 rm -f conftest.frag conftest.in conftest.out 4921 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 5017 # kso the other way around might work better with drive letters and such. 5018 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 5019 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 4922 5020 cat $ac_file_inputs > conftest.in 4923 5021 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.