Changeset 80 for trunk/src/gcc/libjava/libltdl/configure
- Timestamp:
- May 2, 2003, 12:30:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libjava/libltdl/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r79 r80 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 … … 691 769 # ./install, which can be erroneously created by make from ./install.sh. 692 770 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 693 echo "configure: 694: checking for a BSD compatible install" >&5771 echo "configure:772: checking for a BSD compatible install" >&5 694 772 if test -z "$INSTALL"; then 695 773 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 696 774 echo $ac_n "(cached) $ac_c" 1>&6 697 775 else 698 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"776 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 699 777 for ac_dir in $PATH; do 700 778 # Account for people who put trailing slashes in PATH elements. 701 779 case "$ac_dir/" in 702 780 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 781 # We reject the install program from OS/2 or W3.1 782 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 703 783 *) 704 784 # OSF1 and SCO ODT 3.0 have their own names for install. … … 706 786 # by default. 707 787 for ac_prog in ginstall scoinst install; do 708 if test -f $ac_dir/$ac_prog ; then788 if test -f $ac_dir/$ac_prog$ac_exeext; then 709 789 if test $ac_prog = install && 710 790 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 712 792 : 713 793 else 714 ac_cv_path_install="$ac_dir/$ac_prog -c"794 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 715 795 break 2 716 796 fi … … 744 824 745 825 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 746 echo "configure: 747: checking whether build environment is sane" >&5826 echo "configure:827: checking whether build environment is sane" >&5 747 827 # Just in case 748 828 sleep 1 … … 801 881 802 882 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 803 echo "configure:8 04: checking whether ${MAKE-make} sets \${MAKE}" >&5883 echo "configure:884: checking whether ${MAKE-make} sets \${MAKE}" >&5 804 884 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 805 885 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 840 920 missing_dir=`cd $ac_aux_dir && pwd` 841 921 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 842 echo "configure: 843: checking for working aclocal" >&5922 echo "configure:923: checking for working aclocal" >&5 843 923 # Run test in a subshell; some versions of sh will print an error if 844 924 # an executable is not found, even if stderr is redirected. … … 853 933 854 934 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 855 echo "configure: 856: checking for working autoconf" >&5935 echo "configure:936: checking for working autoconf" >&5 856 936 # Run test in a subshell; some versions of sh will print an error if 857 937 # an executable is not found, even if stderr is redirected. … … 866 946 867 947 echo $ac_n "checking for working automake""... $ac_c" 1>&6 868 echo "configure: 869: checking for working automake" >&5948 echo "configure:949: checking for working automake" >&5 869 949 # Run test in a subshell; some versions of sh will print an error if 870 950 # an executable is not found, even if stderr is redirected. … … 879 959 880 960 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 881 echo "configure: 882: checking for working autoheader" >&5961 echo "configure:962: checking for working autoheader" >&5 882 962 # Run test in a subshell; some versions of sh will print an error if 883 963 # an executable is not found, even if stderr is redirected. … … 892 972 893 973 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 894 echo "configure: 895: checking for working makeinfo" >&5974 echo "configure:975: checking for working makeinfo" >&5 895 975 # Run test in a subshell; some versions of sh will print an error if 896 976 # an executable is not found, even if stderr is redirected. … … 909 989 910 990 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 911 echo "configure:9 12: checking whether to enable maintainer-specific portions of Makefiles" >&5991 echo "configure:992: checking whether to enable maintainer-specific portions of Makefiles" >&5 912 992 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 913 993 if test "${enable_maintainer_mode+set}" = set; then … … 935 1015 set dummy gcc; ac_word=$2 936 1016 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 937 echo "configure: 938: checking for $ac_word" >&51017 echo "configure:1018: checking for $ac_word" >&5 938 1018 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 939 1019 echo $ac_n "(cached) $ac_c" 1>&6 … … 942 1022 ac_cv_prog_CC="$CC" # Let the user override the test. 943 1023 else 944 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1024 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 945 1025 ac_dummy="$PATH" 946 1026 for ac_dir in $ac_dummy; do 947 1027 test -z "$ac_dir" && ac_dir=. 948 if test -f $ac_dir/$ac_word; then 1028 if test -f $ac_dir/$ac_word -o \ 1029 -f $ac_dir/$ac_word$ac_exeext ; then 949 1030 ac_cv_prog_CC="gcc" 950 1031 break … … 965 1046 set dummy cc; ac_word=$2 966 1047 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 967 echo "configure: 968: checking for $ac_word" >&51048 echo "configure:1049: checking for $ac_word" >&5 968 1049 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 969 1050 echo $ac_n "(cached) $ac_c" 1>&6 … … 972 1053 ac_cv_prog_CC="$CC" # Let the user override the test. 973 1054 else 974 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1055 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 975 1056 ac_prog_rejected=no 976 1057 ac_dummy="$PATH" 977 1058 for ac_dir in $ac_dummy; do 978 1059 test -z "$ac_dir" && ac_dir=. 979 if test -f $ac_dir/$ac_word; then 980 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1060 if test -f $ac_dir/$ac_word -o \ 1061 -f $ac_dir/$ac_word$ac_exeext ; then 1062 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 1063 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 981 1064 ac_prog_rejected=yes 982 1065 continue … … 1016 1099 set dummy cl; ac_word=$2 1017 1100 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1018 echo "configure:1 019: checking for $ac_word" >&51101 echo "configure:1102: checking for $ac_word" >&5 1019 1102 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1020 1103 echo $ac_n "(cached) $ac_c" 1>&6 … … 1023 1106 ac_cv_prog_CC="$CC" # Let the user override the test. 1024 1107 else 1025 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1108 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1026 1109 ac_dummy="$PATH" 1027 1110 for ac_dir in $ac_dummy; do 1028 1111 test -z "$ac_dir" && ac_dir=. 1029 if test -f $ac_dir/$ac_word; then 1112 if test -f $ac_dir/$ac_word -o \ 1113 -f $ac_dir/$ac_word$ac_exeext ; then 1030 1114 ac_cv_prog_CC="cl" 1031 1115 break … … 1048 1132 1049 1133 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1050 echo "configure:1 051: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51134 echo "configure:1135: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1051 1135 1052 1136 ac_ext=c … … 1059 1143 cat > conftest.$ac_ext << EOF 1060 1144 1061 #line 1 062"configure"1145 #line 1146 "configure" 1062 1146 #include "confdefs.h" 1063 1147 1064 1148 main(){return(0);} 1065 1149 EOF 1066 if { (eval echo configure:1 067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1150 if { (eval echo configure:1151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1067 1151 ac_cv_prog_cc_works=yes 1068 1152 # If we can't run a trivial program, we are probably using a cross compiler. … … 1090 1174 fi 1091 1175 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1092 echo "configure:1 093: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51176 echo "configure:1177: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1093 1177 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1094 1178 cross_compiling=$ac_cv_prog_cc_cross 1095 1179 1096 1180 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1097 echo "configure:1 098: checking whether we are using GNU C" >&51181 echo "configure:1182: checking whether we are using GNU C" >&5 1098 1182 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1099 1183 echo $ac_n "(cached) $ac_c" 1>&6 … … 1104 1188 #endif 1105 1189 EOF 1106 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:11 07: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1190 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1107 1191 ac_cv_prog_gcc=yes 1108 1192 else … … 1123 1207 CFLAGS= 1124 1208 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1125 echo "configure:1 126: checking whether ${CC-cc} accepts -g" >&51209 echo "configure:1210: checking whether ${CC-cc} accepts -g" >&5 1126 1210 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1127 1211 echo $ac_n "(cached) $ac_c" 1>&6 … … 1155 1239 1156 1240 echo $ac_n "checking for working const""... $ac_c" 1>&6 1157 echo "configure:1 158: checking for working const" >&51241 echo "configure:1242: checking for working const" >&5 1158 1242 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1159 1243 echo $ac_n "(cached) $ac_c" 1>&6 1160 1244 else 1161 1245 cat > conftest.$ac_ext <<EOF 1162 #line 1 163"configure"1246 #line 1247 "configure" 1163 1247 #include "confdefs.h" 1164 1248 … … 1209 1293 ; return 0; } 1210 1294 EOF 1211 if { (eval echo configure:12 12: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1295 if { (eval echo configure:1296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1212 1296 rm -rf conftest* 1213 1297 ac_cv_c_const=yes … … 1230 1314 1231 1315 echo $ac_n "checking for inline""... $ac_c" 1>&6 1232 echo "configure:1 233: checking for inline" >&51316 echo "configure:1317: checking for inline" >&5 1233 1317 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 1234 1318 echo $ac_n "(cached) $ac_c" 1>&6 … … 1237 1321 for ac_kw in inline __inline__ __inline; do 1238 1322 cat > conftest.$ac_ext <<EOF 1239 #line 1 240"configure"1323 #line 1324 "configure" 1240 1324 #include "confdefs.h" 1241 1325 … … 1244 1328 ; return 0; } 1245 1329 EOF 1246 if { (eval echo configure:1 247: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1330 if { (eval echo configure:1331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1247 1331 rm -rf conftest* 1248 1332 ac_cv_c_inline=$ac_kw; break … … 1347 1431 1348 1432 echo $ac_n "checking host system type""... $ac_c" 1>&6 1349 echo "configure:1 350: checking host system type" >&51433 echo "configure:1434: checking host system type" >&5 1350 1434 1351 1435 host_alias=$host … … 1368 1452 1369 1453 echo $ac_n "checking build system type""... $ac_c" 1>&6 1370 echo "configure:1 371: checking build system type" >&51454 echo "configure:1455: checking build system type" >&5 1371 1455 1372 1456 build_alias=$build … … 1397 1481 # Check if gcc -print-prog-name=ld gives a path. 1398 1482 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 1399 echo "configure:14 00: checking for ld used by GCC" >&51483 echo "configure:1484: checking for ld used by GCC" >&5 1400 1484 case $host in 1401 1485 *-*-mingw*) … … 1427 1511 elif test "$with_gnu_ld" = yes; then 1428 1512 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 1429 echo "configure:1 430: checking for GNU ld" >&51513 echo "configure:1514: checking for GNU ld" >&5 1430 1514 else 1431 1515 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 1432 echo "configure:1 433: checking for non-GNU ld" >&51516 echo "configure:1517: checking for non-GNU ld" >&5 1433 1517 fi 1434 1518 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then … … 1465 1549 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1466 1550 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1467 echo "configure:1 468: checking if the linker ($LD) is GNU ld" >&51551 echo "configure:1552: checking if the linker ($LD) is GNU ld" >&5 1468 1552 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1469 1553 echo $ac_n "(cached) $ac_c" 1>&6 … … 1482 1566 1483 1567 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 1484 echo "configure:1 485: checking for $LD option to reload object files" >&51568 echo "configure:1569: checking for $LD option to reload object files" >&5 1485 1569 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 1486 1570 echo $ac_n "(cached) $ac_c" 1>&6 … … 1494 1578 1495 1579 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1496 echo "configure:1 497: checking for BSD-compatible nm" >&51580 echo "configure:1581: checking for BSD-compatible nm" >&5 1497 1581 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1498 1582 echo $ac_n "(cached) $ac_c" 1>&6 … … 1532 1616 1533 1617 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1534 echo "configure:1 535: checking whether ln -s works" >&51618 echo "configure:1619: checking whether ln -s works" >&5 1535 1619 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1536 1620 echo $ac_n "(cached) $ac_c" 1>&6 … … 1542 1626 ac_cv_prog_LN_S="ln -s" 1543 1627 else 1544 ac_cv_prog_LN_S=ln 1545 fi 1628 echo A > conftestdata; 1629 if ln conftestdata conftestdata2 2>/dev/null; then 1630 ac_cv_prog_LN_S=ln 1631 else 1632 ac_cv_prog_LN_S=cp 1633 fi 1634 fi 1635 rm -f conftestdata* 1546 1636 fi 1547 1637 LN_S="$ac_cv_prog_LN_S" … … 1553 1643 1554 1644 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 1555 echo "configure:1 556: checking how to recognise dependant libraries" >&51645 echo "configure:1646: checking how to recognise dependant libraries" >&5 1556 1646 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 1557 1647 echo $ac_n "(cached) $ac_c" 1>&6 … … 1696 1786 1697 1787 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1698 echo "configure:1 699: checking for object suffix" >&51788 echo "configure:1789: checking for object suffix" >&5 1699 1789 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1700 1790 echo $ac_n "(cached) $ac_c" 1>&6 … … 1702 1792 rm -f conftest* 1703 1793 echo 'int i = 1;' > conftest.$ac_ext 1704 if { (eval echo configure:17 05: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1794 if { (eval echo configure:1795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1705 1795 for ac_file in conftest.*; do 1706 1796 case $ac_file in … … 1719 1809 ac_objext=$ac_cv_objext 1720 1810 1721 1722 1723 echo $ac_n "checking for executable suffix""... $ac_c" 1>&61724 echo "configure:1725: checking for executable suffix" >&51725 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then1726 echo $ac_n "(cached) $ac_c" 1>&61727 else1728 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then1729 ac_cv_exeext=.exe1730 else1731 rm -f conftest*1732 echo 'int main () { return 0; }' > conftest.$ac_ext1733 ac_cv_exeext=1734 if { (eval echo configure:1735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1735 for file in conftest.*; do1736 case $file in1737 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1738 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;1739 esac1740 done1741 else1742 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }1743 fi1744 rm -f conftest*1745 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no1746 fi1747 fi1748 1749 EXEEXT=""1750 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}1751 echo "$ac_t""${ac_cv_exeext}" 1>&61752 ac_exeext=$EXEEXT1753 1754 1811 if test $host != $build; then 1755 1812 ac_tool_prefix=${host_alias}- … … 1765 1822 if test "$file_magic_cmd" = '${MAGIC}'; then 1766 1823 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1767 echo "configure:1 768: checking for ${ac_tool_prefix}file" >&51824 echo "configure:1825: checking for ${ac_tool_prefix}file" >&5 1768 1825 if eval "test \"`echo '$''{'lt_cv_path_MAGIC'+set}'`\" = set"; then 1769 1826 echo $ac_n "(cached) $ac_c" 1>&6 … … 1827 1884 if test -n "$ac_tool_prefix"; then 1828 1885 echo $ac_n "checking for file""... $ac_c" 1>&6 1829 echo "configure:18 30: checking for file" >&51886 echo "configure:1887: checking for file" >&5 1830 1887 if eval "test \"`echo '$''{'lt_cv_path_MAGIC'+set}'`\" = set"; then 1831 1888 echo $ac_n "(cached) $ac_c" 1>&6 … … 1898 1955 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1899 1956 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1900 echo "configure:19 01: checking for $ac_word" >&51957 echo "configure:1958: checking for $ac_word" >&5 1901 1958 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1902 1959 echo $ac_n "(cached) $ac_c" 1>&6 … … 1905 1962 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1906 1963 else 1907 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1964 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1908 1965 ac_dummy="$PATH" 1909 1966 for ac_dir in $ac_dummy; do 1910 1967 test -z "$ac_dir" && ac_dir=. 1911 if test -f $ac_dir/$ac_word; then 1968 if test -f $ac_dir/$ac_word -o \ 1969 -f $ac_dir/$ac_word$ac_exeext ; then 1912 1970 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1913 1971 break … … 1930 1988 set dummy ranlib; ac_word=$2 1931 1989 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1932 echo "configure:19 33: checking for $ac_word" >&51990 echo "configure:1991: checking for $ac_word" >&5 1933 1991 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1934 1992 echo $ac_n "(cached) $ac_c" 1>&6 … … 1937 1995 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1938 1996 else 1939 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1997 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1940 1998 ac_dummy="$PATH" 1941 1999 for ac_dir in $ac_dummy; do 1942 2000 test -z "$ac_dir" && ac_dir=. 1943 if test -f $ac_dir/$ac_word; then 2001 if test -f $ac_dir/$ac_word -o \ 2002 -f $ac_dir/$ac_word$ac_exeext ; then 1944 2003 ac_cv_prog_RANLIB="ranlib" 1945 2004 break … … 1965 2024 set dummy ${ac_tool_prefix}strip; ac_word=$2 1966 2025 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1967 echo "configure: 1968: checking for $ac_word" >&52026 echo "configure:2027: checking for $ac_word" >&5 1968 2027 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1969 2028 echo $ac_n "(cached) $ac_c" 1>&6 … … 1972 2031 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1973 2032 else 1974 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2033 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1975 2034 ac_dummy="$PATH" 1976 2035 for ac_dir in $ac_dummy; do 1977 2036 test -z "$ac_dir" && ac_dir=. 1978 if test -f $ac_dir/$ac_word; then 2037 if test -f $ac_dir/$ac_word -o \ 2038 -f $ac_dir/$ac_word$ac_exeext ; then 1979 2039 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1980 2040 break … … 1997 2057 set dummy strip; ac_word=$2 1998 2058 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1999 echo "configure:20 00: checking for $ac_word" >&52059 echo "configure:2060: checking for $ac_word" >&5 2000 2060 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2001 2061 echo $ac_n "(cached) $ac_c" 1>&6 … … 2004 2064 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2005 2065 else 2006 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2066 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2007 2067 ac_dummy="$PATH" 2008 2068 for ac_dir in $ac_dummy; do 2009 2069 test -z "$ac_dir" && ac_dir=. 2010 if test -f $ac_dir/$ac_word; then 2070 if test -f $ac_dir/$ac_word -o \ 2071 -f $ac_dir/$ac_word$ac_exeext ; then 2011 2072 ac_cv_prog_STRIP="strip" 2012 2073 break … … 2064 2125 *-*-irix6*) 2065 2126 # Find out which ABI we are using. 2066 echo '#line 2 067"configure"' > conftest.$ac_ext2067 if { (eval echo configure:2 068: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2127 echo '#line 2128 "configure"' > conftest.$ac_ext 2128 if { (eval echo configure:2129: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2068 2129 case "`/usr/bin/file conftest.o`" in 2069 2130 *32-bit*) … … 2086 2147 CFLAGS="$CFLAGS -belf" 2087 2148 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2088 echo "configure:2 089: checking whether the C compiler needs -belf" >&52149 echo "configure:2150: checking whether the C compiler needs -belf" >&5 2089 2150 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2090 2151 echo $ac_n "(cached) $ac_c" 1>&6 … … 2099 2160 2100 2161 cat > conftest.$ac_ext <<EOF 2101 #line 21 02"configure"2162 #line 2163 "configure" 2102 2163 #include "confdefs.h" 2103 2164 … … 2106 2167 ; return 0; } 2107 2168 EOF 2108 if { (eval echo configure:21 09: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2169 if { (eval echo configure:2170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2109 2170 rm -rf conftest* 2110 2171 lt_cv_cc_needs_belf=yes … … 2136 2197 set dummy ${ac_tool_prefix}dlltool; ac_word=$2 2137 2198 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2138 echo "configure:2 139: checking for $ac_word" >&52199 echo "configure:2200: checking for $ac_word" >&5 2139 2200 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then 2140 2201 echo $ac_n "(cached) $ac_c" 1>&6 … … 2143 2204 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 2144 2205 else 2145 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2206 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2146 2207 ac_dummy="$PATH" 2147 2208 for ac_dir in $ac_dummy; do 2148 2209 test -z "$ac_dir" && ac_dir=. 2149 if test -f $ac_dir/$ac_word; then 2210 if test -f $ac_dir/$ac_word -o \ 2211 -f $ac_dir/$ac_word$ac_exeext ; then 2150 2212 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 2151 2213 break … … 2168 2230 set dummy dlltool; ac_word=$2 2169 2231 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2170 echo "configure:2 171: checking for $ac_word" >&52232 echo "configure:2233: checking for $ac_word" >&5 2171 2233 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then 2172 2234 echo $ac_n "(cached) $ac_c" 1>&6 … … 2175 2237 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. 2176 2238 else 2177 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2239 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2178 2240 ac_dummy="$PATH" 2179 2241 for ac_dir in $ac_dummy; do 2180 2242 test -z "$ac_dir" && ac_dir=. 2181 if test -f $ac_dir/$ac_word; then 2243 if test -f $ac_dir/$ac_word -o \ 2244 -f $ac_dir/$ac_word$ac_exeext ; then 2182 2245 ac_cv_prog_DLLTOOL="dlltool" 2183 2246 break … … 2203 2266 set dummy ${ac_tool_prefix}as; ac_word=$2 2204 2267 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2205 echo "configure:22 06: checking for $ac_word" >&52268 echo "configure:2269: checking for $ac_word" >&5 2206 2269 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then 2207 2270 echo $ac_n "(cached) $ac_c" 1>&6 … … 2210 2273 ac_cv_prog_AS="$AS" # Let the user override the test. 2211 2274 else 2212 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2275 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2213 2276 ac_dummy="$PATH" 2214 2277 for ac_dir in $ac_dummy; do 2215 2278 test -z "$ac_dir" && ac_dir=. 2216 if test -f $ac_dir/$ac_word; then 2279 if test -f $ac_dir/$ac_word -o \ 2280 -f $ac_dir/$ac_word$ac_exeext ; then 2217 2281 ac_cv_prog_AS="${ac_tool_prefix}as" 2218 2282 break … … 2235 2299 set dummy as; ac_word=$2 2236 2300 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2237 echo "configure:2 238: checking for $ac_word" >&52301 echo "configure:2302: checking for $ac_word" >&5 2238 2302 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then 2239 2303 echo $ac_n "(cached) $ac_c" 1>&6 … … 2242 2306 ac_cv_prog_AS="$AS" # Let the user override the test. 2243 2307 else 2244 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2308 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2245 2309 ac_dummy="$PATH" 2246 2310 for ac_dir in $ac_dummy; do 2247 2311 test -z "$ac_dir" && ac_dir=. 2248 if test -f $ac_dir/$ac_word; then 2312 if test -f $ac_dir/$ac_word -o \ 2313 -f $ac_dir/$ac_word$ac_exeext ; then 2249 2314 ac_cv_prog_AS="as" 2250 2315 break … … 2270 2335 set dummy ${ac_tool_prefix}objdump; ac_word=$2 2271 2336 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2272 echo "configure:2 273: checking for $ac_word" >&52337 echo "configure:2338: checking for $ac_word" >&5 2273 2338 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then 2274 2339 echo $ac_n "(cached) $ac_c" 1>&6 … … 2277 2342 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 2278 2343 else 2279 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2344 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2280 2345 ac_dummy="$PATH" 2281 2346 for ac_dir in $ac_dummy; do 2282 2347 test -z "$ac_dir" && ac_dir=. 2283 if test -f $ac_dir/$ac_word; then 2348 if test -f $ac_dir/$ac_word -o \ 2349 -f $ac_dir/$ac_word$ac_exeext ; then 2284 2350 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 2285 2351 break … … 2302 2368 set dummy objdump; ac_word=$2 2303 2369 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2304 echo "configure:23 05: checking for $ac_word" >&52370 echo "configure:2371: checking for $ac_word" >&5 2305 2371 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then 2306 2372 echo $ac_n "(cached) $ac_c" 1>&6 … … 2309 2375 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. 2310 2376 else 2311 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"2377 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 2312 2378 ac_dummy="$PATH" 2313 2379 for ac_dir in $ac_dummy; do 2314 2380 test -z "$ac_dir" && ac_dir=. 2315 if test -f $ac_dir/$ac_word; then 2381 if test -f $ac_dir/$ac_word -o \ 2382 -f $ac_dir/$ac_word$ac_exeext ; then 2316 2383 ac_cv_prog_OBJDUMP="objdump" 2317 2384 break … … 2338 2405 # can override, but on older systems we have to supply one 2339 2406 echo $ac_n "checking if libtool should supply DllMain function""... $ac_c" 1>&6 2340 echo "configure:2 341: checking if libtool should supply DllMain function" >&52407 echo "configure:2408: checking if libtool should supply DllMain function" >&5 2341 2408 if eval "test \"`echo '$''{'lt_cv_need_dllmain'+set}'`\" = set"; then 2342 2409 echo $ac_n "(cached) $ac_c" 1>&6 2343 2410 else 2344 2411 cat > conftest.$ac_ext <<EOF 2345 #line 2 346"configure"2412 #line 2413 "configure" 2346 2413 #include "confdefs.h" 2347 2414 … … 2351 2418 ; return 0; } 2352 2419 EOF 2353 if { (eval echo configure:2 354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2420 if { (eval echo configure:2421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2354 2421 rm -rf conftest* 2355 2422 lt_cv_need_dllmain=no … … 2372 2439 CFLAGS="$CFLAGS -mdll" 2373 2440 echo $ac_n "checking how to link DLLs""... $ac_c" 1>&6 2374 echo "configure:2 375: checking how to link DLLs" >&52441 echo "configure:2442: checking how to link DLLs" >&5 2375 2442 if eval "test \"`echo '$''{'lt_cv_cc_dll_switch'+set}'`\" = set"; then 2376 2443 echo $ac_n "(cached) $ac_c" 1>&6 2377 2444 else 2378 2445 cat > conftest.$ac_ext <<EOF 2379 #line 2 380"configure"2446 #line 2447 "configure" 2380 2447 #include "confdefs.h" 2381 2448 … … 2384 2451 ; return 0; } 2385 2452 EOF 2386 if { (eval echo configure:2 387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2453 if { (eval echo configure:2454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2387 2454 rm -rf conftest* 2388 2455 lt_cv_cc_dll_switch=-mdll … … 2496 2563 2497 2564 echo $ac_n "checking for garbage collector to use""... $ac_c" 1>&6 2498 echo "configure:2 499: checking for garbage collector to use" >&52565 echo "configure:2566: checking for garbage collector to use" >&5 2499 2566 # Check whether --enable-java-gc or --disable-java-gc was given. 2500 2567 if test "${enable_java_gc+set}" = set; then … … 2519 2586 2520 2587 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2521 echo "configure:25 22: checking how to run the C preprocessor" >&52588 echo "configure:2589: checking how to run the C preprocessor" >&5 2522 2589 # On Suns, sometimes $CPP names a directory. 2523 2590 if test -n "$CPP" && test -d "$CPP"; then … … 2534 2601 # not just through cpp. 2535 2602 cat > conftest.$ac_ext <<EOF 2536 #line 2537 "configure" 2603 #include <sys/types.h> 2604 #line 2605 "configure" 2537 2605 #include "confdefs.h" 2538 2606 #include <assert.h> … … 2540 2608 EOF 2541 2609 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2542 { (eval echo configure:2 543: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2610 { (eval echo configure:2611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2543 2611 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2544 2612 if test -z "$ac_err"; then … … 2551 2619 CPP="${CC-cc} -E -traditional-cpp" 2552 2620 cat > conftest.$ac_ext <<EOF 2553 #line 2554 "configure" 2621 #include <sys/types.h> 2622 #line 2623 "configure" 2554 2623 #include "confdefs.h" 2555 2624 #include <assert.h> … … 2557 2626 EOF 2558 2627 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2559 { (eval echo configure:2 560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2628 { (eval echo configure:2629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2560 2629 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2561 2630 if test -z "$ac_err"; then … … 2568 2637 CPP="${CC-cc} -nologo -E" 2569 2638 cat > conftest.$ac_ext <<EOF 2570 #line 2571 "configure" 2639 #include <sys/types.h> 2640 #line 2641 "configure" 2571 2641 #include "confdefs.h" 2572 2642 #include <assert.h> … … 2574 2644 EOF 2575 2645 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2576 { (eval echo configure:2 577: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2646 { (eval echo configure:2647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2577 2647 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2578 2648 if test -z "$ac_err"; then … … 2606 2676 # Check for command to grab the raw symbol name followed by C symbol from nm. 2607 2677 echo $ac_n "checking command to parse $NM output""... $ac_c" 1>&6 2608 echo "configure:26 09: checking command to parse $NM output" >&52678 echo "configure:2679: checking command to parse $NM output" >&5 2609 2679 if eval "test \"`echo '$''{'ac_cv_sys_global_symbol_pipe'+set}'`\" = set"; then 2610 2680 echo $ac_n "(cached) $ac_c" 1>&6 … … 2669 2739 EOF 2670 2740 2671 if { (eval echo configure:2 672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2741 if { (eval echo configure:2742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2672 2742 # Now try to grab the symbols. 2673 2743 ac_nlist=conftest.nm 2674 2744 2675 if { (eval echo configure:2 676: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then2745 if { (eval echo configure:2746: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then 2676 2746 2677 2747 # Try sorting and uniquifying the output. … … 2725 2795 LIBS="conftstm.$ac_objext" 2726 2796 CFLAGS="$CFLAGS$no_builtin_flag" 2727 if { (eval echo configure:27 28: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2797 if { (eval echo configure:2798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2728 2798 ac_pipe_works=yes 2729 2799 else … … 2771 2841 2772 2842 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2773 echo "configure:2 774: checking for ANSI C header files" >&52843 echo "configure:2844: checking for ANSI C header files" >&5 2774 2844 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 2775 2845 echo $ac_n "(cached) $ac_c" 1>&6 2776 2846 else 2777 2847 cat > conftest.$ac_ext <<EOF 2778 #line 2779 "configure" 2848 #include <sys/types.h> 2849 #line 2850 "configure" 2779 2850 #include "confdefs.h" 2780 2851 #include <stdlib.h> … … 2784 2855 EOF 2785 2856 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2786 { (eval echo configure:2 787: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2857 { (eval echo configure:2858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2787 2858 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2788 2859 if test -z "$ac_err"; then … … 2801 2872 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2802 2873 cat > conftest.$ac_ext <<EOF 2803 #line 28 04"configure"2874 #line 2875 "configure" 2804 2875 #include "confdefs.h" 2805 2876 #include <string.h> … … 2819 2890 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2820 2891 cat > conftest.$ac_ext <<EOF 2821 #line 28 22"configure"2892 #line 2893 "configure" 2822 2893 #include "confdefs.h" 2823 2894 #include <stdlib.h> … … 2840 2911 else 2841 2912 cat > conftest.$ac_ext <<EOF 2842 #line 2 843"configure"2913 #line 2914 "configure" 2843 2914 #include "confdefs.h" 2844 2915 #include <ctype.h> … … 2851 2922 2852 2923 EOF 2853 if { (eval echo configure:2 854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2924 if { (eval echo configure:2925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2854 2925 then 2855 2926 : … … 2901 2972 2902 2973 echo $ac_n "checking which extension is used for shared libraries""... $ac_c" 1>&6 2903 echo "configure:29 04: checking which extension is used for shared libraries" >&52974 echo "configure:2975: checking which extension is used for shared libraries" >&5 2904 2975 if eval "test \"`echo '$''{'libltdl_cv_shlibext'+set}'`\" = set"; then 2905 2976 echo $ac_n "(cached) $ac_c" 1>&6 … … 2928 2999 2929 3000 echo $ac_n "checking which variable specifies run-time library path""... $ac_c" 1>&6 2930 echo "configure: 2931: checking which variable specifies run-time library path" >&53001 echo "configure:3002: checking which variable specifies run-time library path" >&5 2931 3002 if eval "test \"`echo '$''{'libltdl_cv_shlibpath_var'+set}'`\" = set"; then 2932 3003 echo $ac_n "(cached) $ac_c" 1>&6 … … 2944 3015 2945 3016 echo $ac_n "checking for the default library search path""... $ac_c" 1>&6 2946 echo "configure: 2947: checking for the default library search path" >&53017 echo "configure:3018: checking for the default library search path" >&5 2947 3018 if eval "test \"`echo '$''{'libltdl_cv_sys_search_path'+set}'`\" = set"; then 2948 3019 echo $ac_n "(cached) $ac_c" 1>&6 … … 2972 3043 2973 3044 echo $ac_n "checking for objdir""... $ac_c" 1>&6 2974 echo "configure: 2975: checking for objdir" >&53045 echo "configure:3046: checking for objdir" >&5 2975 3046 if eval "test \"`echo '$''{'libltdl_cv_objdir'+set}'`\" = set"; then 2976 3047 echo $ac_n "(cached) $ac_c" 1>&6 … … 2999 3070 3000 3071 echo $ac_n "checking whether libtool supports -dlopen/-dlpreopen""... $ac_c" 1>&6 3001 echo "configure:30 02: checking whether libtool supports -dlopen/-dlpreopen" >&53072 echo "configure:3073: checking whether libtool supports -dlopen/-dlpreopen" >&5 3002 3073 if eval "test \"`echo '$''{'libltdl_cv_preloaded_symbols'+set}'`\" = set"; then 3003 3074 echo $ac_n "(cached) $ac_c" 1>&6 … … 3021 3092 LIBADD_DL= 3022 3093 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 3023 echo "configure:30 24: checking for dlopen in -ldl" >&53094 echo "configure:3095: checking for dlopen in -ldl" >&5 3024 3095 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 3025 3096 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3029 3100 LIBS="-ldl $LIBS" 3030 3101 cat > conftest.$ac_ext <<EOF 3031 #line 3 032"configure"3102 #line 3103 "configure" 3032 3103 #include "confdefs.h" 3033 3104 /* Override any gcc2 internal prototype to avoid an error. */ … … 3040 3111 ; return 0; } 3041 3112 EOF 3042 if { (eval echo configure:3 043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3113 if { (eval echo configure:3114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3043 3114 rm -rf conftest* 3044 3115 eval "ac_cv_lib_$ac_lib_var=yes" … … 3062 3133 echo "$ac_t""no" 1>&6 3063 3134 echo $ac_n "checking for dlopen""... $ac_c" 1>&6 3064 echo "configure:3 065: checking for dlopen" >&53135 echo "configure:3136: checking for dlopen" >&5 3065 3136 if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then 3066 3137 echo $ac_n "(cached) $ac_c" 1>&6 3067 3138 else 3068 3139 cat > conftest.$ac_ext <<EOF 3069 #line 3 070"configure"3140 #line 3141 "configure" 3070 3141 #include "confdefs.h" 3071 3142 /* System header to define __stub macros and hopefully few prototypes, … … 3090 3161 ; return 0; } 3091 3162 EOF 3092 if { (eval echo configure:3 093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3163 if { (eval echo configure:3164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3093 3164 rm -rf conftest* 3094 3165 eval "ac_cv_func_dlopen=yes" … … 3111 3182 echo "$ac_t""no" 1>&6 3112 3183 echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 3113 echo "configure:31 14: checking for dlopen in -lsvld" >&53184 echo "configure:3185: checking for dlopen in -lsvld" >&5 3114 3185 ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'` 3115 3186 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3119 3190 LIBS="-lsvld $LIBS" 3120 3191 cat > conftest.$ac_ext <<EOF 3121 #line 31 22"configure"3192 #line 3193 "configure" 3122 3193 #include "confdefs.h" 3123 3194 /* Override any gcc2 internal prototype to avoid an error. */ … … 3130 3201 ; return 0; } 3131 3202 EOF 3132 if { (eval echo configure:3 133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3203 if { (eval echo configure:3204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3133 3204 rm -rf conftest* 3134 3205 eval "ac_cv_lib_$ac_lib_var=yes" … … 3159 3230 3160 3231 echo $ac_n "checking for shl_load""... $ac_c" 1>&6 3161 echo "configure:3 162: checking for shl_load" >&53232 echo "configure:3233: checking for shl_load" >&5 3162 3233 if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then 3163 3234 echo $ac_n "(cached) $ac_c" 1>&6 3164 3235 else 3165 3236 cat > conftest.$ac_ext <<EOF 3166 #line 3 167"configure"3237 #line 3238 "configure" 3167 3238 #include "confdefs.h" 3168 3239 /* System header to define __stub macros and hopefully few prototypes, … … 3187 3258 ; return 0; } 3188 3259 EOF 3189 if { (eval echo configure:3 190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3260 if { (eval echo configure:3261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3190 3261 rm -rf conftest* 3191 3262 eval "ac_cv_func_shl_load=yes" … … 3208 3279 echo "$ac_t""no" 1>&6 3209 3280 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 3210 echo "configure:32 11: checking for shl_load in -ldld" >&53281 echo "configure:3282: checking for shl_load in -ldld" >&5 3211 3282 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 3212 3283 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3216 3287 LIBS="-ldld $LIBS" 3217 3288 cat > conftest.$ac_ext <<EOF 3218 #line 32 19"configure"3289 #line 3290 "configure" 3219 3290 #include "confdefs.h" 3220 3291 /* Override any gcc2 internal prototype to avoid an error. */ … … 3227 3298 ; return 0; } 3228 3299 EOF 3229 if { (eval echo configure:3 230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3300 if { (eval echo configure:3301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3230 3301 rm -rf conftest* 3231 3302 eval "ac_cv_lib_$ac_lib_var=yes" … … 3255 3326 3256 3327 echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6 3257 echo "configure:3 258: checking for dld_link in -ldld" >&53328 echo "configure:3329: checking for dld_link in -ldld" >&5 3258 3329 ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'` 3259 3330 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3263 3334 LIBS="-ldld $LIBS" 3264 3335 cat > conftest.$ac_ext <<EOF 3265 #line 3 266"configure"3336 #line 3337 "configure" 3266 3337 #include "confdefs.h" 3267 3338 /* Override any gcc2 internal prototype to avoid an error. */ … … 3274 3345 ; return 0; } 3275 3346 EOF 3276 if { (eval echo configure:3 277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3347 if { (eval echo configure:3348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3277 3348 rm -rf conftest* 3278 3349 eval "ac_cv_lib_$ac_lib_var=yes" … … 3305 3376 do 3306 3377 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3307 echo "configure:33 08: checking for $ac_func" >&53378 echo "configure:3379: checking for $ac_func" >&5 3308 3379 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3309 3380 echo $ac_n "(cached) $ac_c" 1>&6 3310 3381 else 3311 3382 cat > conftest.$ac_ext <<EOF 3312 #line 33 13"configure"3383 #line 3384 "configure" 3313 3384 #include "confdefs.h" 3314 3385 /* System header to define __stub macros and hopefully few prototypes, … … 3333 3404 ; return 0; } 3334 3405 EOF 3335 if { (eval echo configure:3 336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3406 if { (eval echo configure:3407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3336 3407 rm -rf conftest* 3337 3408 eval "ac_cv_func_$ac_func=yes" … … 3361 3432 3362 3433 echo $ac_n "checking for _ prefix in compiled symbols""... $ac_c" 1>&6 3363 echo "configure:3 364: checking for _ prefix in compiled symbols" >&53434 echo "configure:3435: checking for _ prefix in compiled symbols" >&5 3364 3435 if eval "test \"`echo '$''{'ac_cv_sys_symbol_underscore'+set}'`\" = set"; then 3365 3436 echo $ac_n "(cached) $ac_c" 1>&6 … … 3370 3441 int main(){nm_test_func;return 0;} 3371 3442 EOF 3372 if { (eval echo configure:3 373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3443 if { (eval echo configure:3444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3373 3444 # Now try to grab the symbols. 3374 3445 ac_nlist=conftest.nm 3375 if { (eval echo configure:3 376: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then3446 if { (eval echo configure:3447: \"$NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $ac_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5; } && test -s "$ac_nlist"; then 3376 3447 # See whether the symbols have a leading underscore. 3377 3448 if egrep '^. _nm_test_func' "$ac_nlist" >/dev/null; then … … 3400 3471 test x"$ac_cv_lib_dl_dlopen" = xyes ; then 3401 3472 echo $ac_n "checking whether we have to add an underscore for dlsym""... $ac_c" 1>&6 3402 echo "configure:34 03: checking whether we have to add an underscore for dlsym" >&53473 echo "configure:3474: checking whether we have to add an underscore for dlsym" >&5 3403 3474 if eval "test \"`echo '$''{'libltdl_cv_need_uscore'+set}'`\" = set"; then 3404 3475 echo $ac_n "(cached) $ac_c" 1>&6 … … 3409 3480 else 3410 3481 cat > conftest.$ac_ext <<EOF 3411 #line 34 12"configure"3482 #line 3483 "configure" 3412 3483 #include "confdefs.h" 3413 3484 … … 3456 3527 3457 3528 EOF 3458 if { (eval echo configure:3 459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3529 if { (eval echo configure:3530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3459 3530 then 3460 3531 libltdl_cv_need_uscore=no … … 3488 3559 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3489 3560 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3490 echo "configure:3 491: checking for $ac_hdr" >&53561 echo "configure:3562: checking for $ac_hdr" >&5 3491 3562 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3492 3563 echo $ac_n "(cached) $ac_c" 1>&6 3493 3564 else 3494 3565 cat > conftest.$ac_ext <<EOF 3495 #line 3496 "configure" 3566 #include <sys/types.h> 3567 #line 3568 "configure" 3496 3568 #include "confdefs.h" 3497 3569 #include <$ac_hdr> 3498 3570 EOF 3499 3571 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3500 { (eval echo configure:35 01: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3572 { (eval echo configure:3573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3501 3573 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3502 3574 if test -z "$ac_err"; then … … 3528 3600 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3529 3601 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3530 echo "configure:3 531: checking for $ac_hdr" >&53602 echo "configure:3603: checking for $ac_hdr" >&5 3531 3603 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3532 3604 echo $ac_n "(cached) $ac_c" 1>&6 3533 3605 else 3534 3606 cat > conftest.$ac_ext <<EOF 3535 #line 3536 "configure" 3607 #include <sys/types.h> 3608 #line 3609 "configure" 3536 3609 #include "confdefs.h" 3537 3610 #include <$ac_hdr> 3538 3611 EOF 3539 3612 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3540 { (eval echo configure:3 541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3613 { (eval echo configure:3614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3541 3614 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3542 3615 if test -z "$ac_err"; then … … 3567 3640 do 3568 3641 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3569 echo "configure:3 570: checking for $ac_func" >&53642 echo "configure:3643: checking for $ac_func" >&5 3570 3643 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3571 3644 echo $ac_n "(cached) $ac_c" 1>&6 3572 3645 else 3573 3646 cat > conftest.$ac_ext <<EOF 3574 #line 3 575"configure"3647 #line 3648 "configure" 3575 3648 #include "confdefs.h" 3576 3649 /* System header to define __stub macros and hopefully few prototypes, … … 3595 3668 ; return 0; } 3596 3669 EOF 3597 if { (eval echo configure:3 598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3670 if { (eval echo configure:3671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3598 3671 rm -rf conftest* 3599 3672 eval "ac_cv_func_$ac_func=yes" … … 3622 3695 do 3623 3696 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3624 echo "configure:36 25: checking for $ac_func" >&53697 echo "configure:3698: checking for $ac_func" >&5 3625 3698 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3626 3699 echo $ac_n "(cached) $ac_c" 1>&6 3627 3700 else 3628 3701 cat > conftest.$ac_ext <<EOF 3629 #line 3 630"configure"3702 #line 3703 "configure" 3630 3703 #include "confdefs.h" 3631 3704 /* System header to define __stub macros and hopefully few prototypes, … … 3650 3723 ; return 0; } 3651 3724 EOF 3652 if { (eval echo configure:3 653: \"$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 3653 3726 rm -rf conftest* 3654 3727 eval "ac_cv_func_$ac_func=yes" … … 3677 3750 do 3678 3751 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3679 echo "configure:3 680: checking for $ac_func" >&53752 echo "configure:3753: checking for $ac_func" >&5 3680 3753 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 3681 3754 echo $ac_n "(cached) $ac_c" 1>&6 3682 3755 else 3683 3756 cat > conftest.$ac_ext <<EOF 3684 #line 3 685"configure"3757 #line 3758 "configure" 3685 3758 #include "confdefs.h" 3686 3759 /* System header to define __stub macros and hopefully few prototypes, … … 3705 3778 ; return 0; } 3706 3779 EOF 3707 if { (eval echo configure:37 08: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3780 if { (eval echo configure:3781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3708 3781 rm -rf conftest* 3709 3782 eval "ac_cv_func_$ac_func=yes" … … 3807 3880 # Run this file to recreate the current configuration. 3808 3881 # This directory was configured as follows, 3882 EOF 3883 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 3884 cat >> $CONFIG_STATUS <<EOF 3809 3885 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 3810 3886 # … … 3832 3908 ac_given_srcdir=$srcdir 3833 3909 ac_given_INSTALL="$INSTALL" 3910 PATHIFS="$PATH_IFS" 3834 3911 3835 3912 trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 3842 3919 $ac_vpsub 3843 3920 $extrasub 3921 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 3844 3922 s%@SHELL@%$SHELL%g 3845 3923 s%@CFLAGS@%$CFLAGS%g … … 3865 3943 s%@infodir@%$infodir%g 3866 3944 s%@mandir@%$mandir%g 3945 s%@PATH_IFS@%$PATH_IFS%g 3946 s%@EXEEXT@%$EXEEXT%g 3867 3947 s%@mkinstalldirs@%$mkinstalldirs%g 3868 3948 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g … … 3893 3973 s%@LN_S@%$LN_S%g 3894 3974 s%@OBJEXT@%$OBJEXT%g 3895 s%@EXEEXT@%$EXEEXT%g3896 3975 s%@RANLIB@%$RANLIB%g 3897 3976 s%@STRIP@%$STRIP%g … … 3978 4057 if test -z "$ac_dots"; then top_srcdir=. 3979 4058 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 3980 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 4059 /* | [A-Za-z]:*) 4060 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 3981 4061 *) # Relative path. 3982 4062 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 3985 4065 3986 4066 case "$ac_given_INSTALL" in 3987 [/$]* ) INSTALL="$ac_given_INSTALL" ;;4067 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 3988 4068 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 3989 4069 esac … … 3998 4078 esac 3999 4079 4000 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`4080 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 4001 4081 sed -e "$ac_comsub 4002 4082 s%@configure_input@%$configure_input%g … … 4045 4125 4046 4126 rm -f conftest.frag conftest.in conftest.out 4047 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 4127 # kso the other way around might work better with drive letters and such. 4128 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 4129 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 4048 4130 cat $ac_file_inputs > conftest.in 4049 4131 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.