Changeset 80 for trunk/src/gcc/fastjar
- Timestamp:
- May 2, 2003, 12:30:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/fastjar/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r79 r80 34 34 silent= 35 35 site= 36 sitefile=37 36 srcdir= 38 37 target=NONE … … 149 148 --no-create do not create output files 150 149 --quiet, --silent do not print \`checking...' messages 151 --site-file=FILE use FILE as the site file152 150 --version print the version of autoconf that created configure 153 151 Directory and file names: … … 320 318 site="$ac_optarg" ;; 321 319 322 -site-file | --site-file | --site-fil | --site-fi | --site-f)323 ac_prev=sitefile ;;324 -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)325 sitefile="$ac_optarg" ;;326 327 320 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 328 321 ac_prev=srcdir ;; … … 490 483 491 484 # Prefer explicitly selected file to automatically selected ones. 492 if test -z "$sitefile"; then 493 if test -z "$CONFIG_SITE"; then 494 if test "x$prefix" != xNONE; then 495 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 496 else 497 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 498 fi 485 if test -z "$CONFIG_SITE"; then 486 if test "x$prefix" != xNONE; then 487 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 488 else 489 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 499 490 fi 500 else501 CONFIG_SITE="$sitefile"502 491 fi 503 492 for ac_site_file in $CONFIG_SITE; do … … 536 525 ac_n= ac_c='\c' ac_t= 537 526 fi 527 528 echo $ac_n "checking for path separator""... $ac_c" 1>&6 529 echo "configure:530: checking for path separator" >&5 530 # Filter path to get backslahes into forwardslashes 531 case "`uname -s 2> /dev/null`" in 532 OS/2) 533 PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'` 534 PATH_IFS=';' 535 ;; 536 *) 537 PATH_IFS=':' 538 ;; 539 esac 540 echo "$ac_t""${PATH_IFS}" 1>&6 541 542 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 543 echo "configure:544: checking for Cygwin environment" >&5 544 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 545 echo $ac_n "(cached) $ac_c" 1>&6 546 else 547 cat > conftest.$ac_ext <<EOF 548 #line 549 "configure" 549 #include "confdefs.h" 550 551 int main() { 552 553 #ifndef __CYGWIN__ 554 #define __CYGWIN__ __CYGWIN32__ 555 #endif 556 return __CYGWIN__; 557 ; return 0; } 558 EOF 559 if { (eval echo configure:560: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 560 rm -rf conftest* 561 ac_cv_cygwin=yes 562 else 563 echo "configure: failed program was:" >&5 564 cat conftest.$ac_ext >&5 565 rm -rf conftest* 566 ac_cv_cygwin=no 567 fi 568 rm -f conftest* 569 rm -f conftest* 570 fi 571 572 echo "$ac_t""$ac_cv_cygwin" 1>&6 573 CYGWIN= 574 test "$ac_cv_cygwin" = yes && CYGWIN=yes 575 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 576 echo "configure:577: checking for mingw32 environment" >&5 577 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 578 echo $ac_n "(cached) $ac_c" 1>&6 579 else 580 cat > conftest.$ac_ext <<EOF 581 #line 582 "configure" 582 #include "confdefs.h" 583 584 int main() { 585 return __MINGW32__; 586 ; return 0; } 587 EOF 588 if { (eval echo configure:589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 589 rm -rf conftest* 590 ac_cv_mingw32=yes 591 else 592 echo "configure: failed program was:" >&5 593 cat conftest.$ac_ext >&5 594 rm -rf conftest* 595 ac_cv_mingw32=no 596 fi 597 rm -f conftest* 598 rm -f conftest* 599 fi 600 601 echo "$ac_t""$ac_cv_mingw32" 1>&6 602 MINGW32= 603 test "$ac_cv_mingw32" = yes && MINGW32=yes 604 echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6 605 echo "configure:606: checking for EMX/OS2 environment" >&5 606 if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then 607 echo $ac_n "(cached) $ac_c" 1>&6 608 else 609 : ${CC=gcc.exe} 610 cat > conftest.$ac_ext <<EOF 611 #line 612 "configure" 612 #include "confdefs.h" 613 614 int main() { 615 return __EMX__; 616 ; return 0; } 617 EOF 618 if { (eval echo configure:619: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 619 rm -rf conftest* 620 ac_cv_emxos2=yes 621 else 622 echo "configure: failed program was:" >&5 623 cat conftest.$ac_ext >&5 624 rm -rf conftest* 625 ac_cv_emxos2=no 626 fi 627 rm -f conftest* 628 rm -f conftest* 629 fi 630 631 echo "$ac_t""$ac_cv_emxos2" 1>&6 632 if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then 633 echo $ac_n "(cached) $ac_c" 1>&6 634 else 635 if test "$ac_cv_emxos2" = yes ; then 636 ac_cv_libpre= 637 else 638 ac_cv_libpre=lib 639 fi 640 641 fi 642 643 EMXOS2= 644 test "$ac_cv_emxos2" = yes && EMXOS2=yes 645 646 647 648 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 649 echo "configure:650: checking for executable suffix" >&5 650 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 651 echo $ac_n "(cached) $ac_c" 1>&6 652 else 653 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 654 ac_cv_exeext=.exe 655 else 656 rm -f conftest* 657 echo 'int main () { return 0; }' > conftest.$ac_ext 658 ac_cv_exeext= 659 if { (eval echo configure:660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 660 for file in conftest.*; do 661 case $file in 662 *.c | *.o | *.obj) ;; 663 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 664 esac 665 done 666 else 667 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; } 668 fi 669 rm -f conftest* 670 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no 671 fi 672 fi 673 674 EXEEXT="" 675 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} 676 echo "$ac_t""${ac_cv_exeext}" 1>&6 677 ac_exeext=$EXEEXT 538 678 539 679 … … 569 709 # ./install, which can be erroneously created by make from ./install.sh. 570 710 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 571 echo "configure: 572: checking for a BSD compatible install" >&5711 echo "configure:712: checking for a BSD compatible install" >&5 572 712 if test -z "$INSTALL"; then 573 713 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 574 714 echo $ac_n "(cached) $ac_c" 1>&6 575 715 else 576 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"716 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 577 717 for ac_dir in $PATH; do 578 718 # Account for people who put trailing slashes in PATH elements. 579 719 case "$ac_dir/" in 580 720 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 721 # We reject the install program from OS/2 or W3.1 722 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 581 723 *) 582 724 # OSF1 and SCO ODT 3.0 have their own names for install. … … 584 726 # by default. 585 727 for ac_prog in ginstall scoinst install; do 586 if test -f $ac_dir/$ac_prog ; then728 if test -f $ac_dir/$ac_prog$ac_exeext; then 587 729 if test $ac_prog = install && 588 730 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 590 732 : 591 733 else 592 ac_cv_path_install="$ac_dir/$ac_prog -c"734 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 593 735 break 2 594 736 fi … … 622 764 623 765 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 624 echo "configure: 625: checking whether build environment is sane" >&5766 echo "configure:767: checking whether build environment is sane" >&5 625 767 # Just in case 626 768 sleep 1 … … 679 821 680 822 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 681 echo "configure: 682: checking whether ${MAKE-make} sets \${MAKE}" >&5823 echo "configure:824: checking whether ${MAKE-make} sets \${MAKE}" >&5 682 824 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 683 825 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 725 867 missing_dir=`cd $ac_aux_dir && pwd` 726 868 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 727 echo "configure: 728: checking for working aclocal" >&5869 echo "configure:870: checking for working aclocal" >&5 728 870 # Run test in a subshell; some versions of sh will print an error if 729 871 # an executable is not found, even if stderr is redirected. … … 738 880 739 881 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 740 echo "configure: 741: checking for working autoconf" >&5882 echo "configure:883: checking for working autoconf" >&5 741 883 # Run test in a subshell; some versions of sh will print an error if 742 884 # an executable is not found, even if stderr is redirected. … … 751 893 752 894 echo $ac_n "checking for working automake""... $ac_c" 1>&6 753 echo "configure: 754: checking for working automake" >&5895 echo "configure:896: checking for working automake" >&5 754 896 # Run test in a subshell; some versions of sh will print an error if 755 897 # an executable is not found, even if stderr is redirected. … … 764 906 765 907 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 766 echo "configure: 767: checking for working autoheader" >&5908 echo "configure:909: checking for working autoheader" >&5 767 909 # Run test in a subshell; some versions of sh will print an error if 768 910 # an executable is not found, even if stderr is redirected. … … 777 919 778 920 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 779 echo "configure: 780: checking for working makeinfo" >&5921 echo "configure:922: checking for working makeinfo" >&5 780 922 # Run test in a subshell; some versions of sh will print an error if 781 923 # an executable is not found, even if stderr is redirected. … … 797 939 set dummy gcc; ac_word=$2 798 940 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 799 echo "configure: 800: checking for $ac_word" >&5941 echo "configure:942: checking for $ac_word" >&5 800 942 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 801 943 echo $ac_n "(cached) $ac_c" 1>&6 … … 804 946 ac_cv_prog_CC="$CC" # Let the user override the test. 805 947 else 806 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"948 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 807 949 ac_dummy="$PATH" 808 950 for ac_dir in $ac_dummy; do 809 951 test -z "$ac_dir" && ac_dir=. 810 if test -f $ac_dir/$ac_word; then 952 if test -f $ac_dir/$ac_word -o \ 953 -f $ac_dir/$ac_word$ac_exeext ; then 811 954 ac_cv_prog_CC="gcc" 812 955 break … … 827 970 set dummy cc; ac_word=$2 828 971 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 829 echo "configure: 830: checking for $ac_word" >&5972 echo "configure:973: checking for $ac_word" >&5 830 973 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 831 974 echo $ac_n "(cached) $ac_c" 1>&6 … … 834 977 ac_cv_prog_CC="$CC" # Let the user override the test. 835 978 else 836 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"979 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 837 980 ac_prog_rejected=no 838 981 ac_dummy="$PATH" 839 982 for ac_dir in $ac_dummy; do 840 983 test -z "$ac_dir" && ac_dir=. 841 if test -f $ac_dir/$ac_word; then 842 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 984 if test -f $ac_dir/$ac_word -o \ 985 -f $ac_dir/$ac_word$ac_exeext ; then 986 if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \ 987 "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then 843 988 ac_prog_rejected=yes 844 989 continue … … 878 1023 set dummy cl; ac_word=$2 879 1024 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 880 echo "configure: 881: checking for $ac_word" >&51025 echo "configure:1026: checking for $ac_word" >&5 881 1026 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 882 1027 echo $ac_n "(cached) $ac_c" 1>&6 … … 885 1030 ac_cv_prog_CC="$CC" # Let the user override the test. 886 1031 else 887 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1032 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 888 1033 ac_dummy="$PATH" 889 1034 for ac_dir in $ac_dummy; do 890 1035 test -z "$ac_dir" && ac_dir=. 891 if test -f $ac_dir/$ac_word; then 1036 if test -f $ac_dir/$ac_word -o \ 1037 -f $ac_dir/$ac_word$ac_exeext ; then 892 1038 ac_cv_prog_CC="cl" 893 1039 break … … 910 1056 911 1057 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 912 echo "configure: 913: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51058 echo "configure:1059: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 913 1059 914 1060 ac_ext=c … … 921 1067 cat > conftest.$ac_ext << EOF 922 1068 923 #line 924"configure"1069 #line 1070 "configure" 924 1070 #include "confdefs.h" 925 1071 926 1072 main(){return(0);} 927 1073 EOF 928 if { (eval echo configure: 929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1074 if { (eval echo configure:1075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 929 1075 ac_cv_prog_cc_works=yes 930 1076 # If we can't run a trivial program, we are probably using a cross compiler. … … 952 1098 fi 953 1099 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 954 echo "configure: 955: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51100 echo "configure:1101: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 955 1101 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 956 1102 cross_compiling=$ac_cv_prog_cc_cross 957 1103 958 1104 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 959 echo "configure: 960: checking whether we are using GNU C" >&51105 echo "configure:1106: checking whether we are using GNU C" >&5 960 1106 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 961 1107 echo $ac_n "(cached) $ac_c" 1>&6 … … 966 1112 #endif 967 1113 EOF 968 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure: 969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1114 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 969 1115 ac_cv_prog_gcc=yes 970 1116 else … … 985 1131 CFLAGS= 986 1132 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 987 echo "configure: 988: checking whether ${CC-cc} accepts -g" >&51133 echo "configure:1134: checking whether ${CC-cc} accepts -g" >&5 988 1134 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 989 1135 echo $ac_n "(cached) $ac_c" 1>&6 … … 1028 1174 # ./install, which can be erroneously created by make from ./install.sh. 1029 1175 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1030 echo "configure:1 031: checking for a BSD compatible install" >&51176 echo "configure:1177: checking for a BSD compatible install" >&5 1031 1177 if test -z "$INSTALL"; then 1032 1178 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 1033 1179 echo $ac_n "(cached) $ac_c" 1>&6 1034 1180 else 1035 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=" :"1181 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS" 1036 1182 for ac_dir in $PATH; do 1037 1183 # Account for people who put trailing slashes in PATH elements. 1038 1184 case "$ac_dir/" in 1039 1185 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 1186 # We reject the install program from OS/2 or W3.1 1187 */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;; 1040 1188 *) 1041 1189 # OSF1 and SCO ODT 3.0 have their own names for install. … … 1043 1191 # by default. 1044 1192 for ac_prog in ginstall scoinst install; do 1045 if test -f $ac_dir/$ac_prog ; then1193 if test -f $ac_dir/$ac_prog$ac_exeext; then 1046 1194 if test $ac_prog = install && 1047 1195 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then … … 1049 1197 : 1050 1198 else 1051 ac_cv_path_install="$ac_dir/$ac_prog -c"1199 ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c" 1052 1200 break 2 1053 1201 fi … … 1083 1231 set dummy rm; ac_word=$2 1084 1232 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1085 echo "configure:1 086: checking for $ac_word" >&51233 echo "configure:1234: checking for $ac_word" >&5 1086 1234 if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 1087 1235 echo $ac_n "(cached) $ac_c" 1>&6 1088 1236 else 1089 1237 case "$RM" in 1090 /* )1238 /* | [a-zA-Z]:*) 1091 1239 ac_cv_path_RM="$RM" # Let the user override the test with a path. 1092 1240 ;; 1093 ?:/*) 1241 ?:/*) 1094 1242 ac_cv_path_RM="$RM" # Let the user override the test with a dos path. 1095 1243 ;; 1096 1244 *) 1097 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1098 ac_dummy=" $PATH:/bin:/usr/bin:/usr/local/bin"1099 for ac_dir in $ac_dummy; do 1245 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1246 ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`" 1247 for ac_dir in $ac_dummy; do 1100 1248 test -z "$ac_dir" && ac_dir=. 1101 1249 if test -f $ac_dir/$ac_word; then 1102 1250 ac_cv_path_RM="$ac_dir/$ac_word" 1251 break 1252 fi 1253 if test -f $ac_dir/$ac_word$ac_exeext; then 1254 ac_cv_path_RM="$ac_dir/$ac_word$ac_exeext" 1103 1255 break 1104 1256 fi … … 1119 1271 set dummy cp; ac_word=$2 1120 1272 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1121 echo "configure:1 122: checking for $ac_word" >&51273 echo "configure:1274: checking for $ac_word" >&5 1122 1274 if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 1123 1275 echo $ac_n "(cached) $ac_c" 1>&6 1124 1276 else 1125 1277 case "$CP" in 1126 /* )1278 /* | [a-zA-Z]:*) 1127 1279 ac_cv_path_CP="$CP" # Let the user override the test with a path. 1128 1280 ;; 1129 ?:/*) 1281 ?:/*) 1130 1282 ac_cv_path_CP="$CP" # Let the user override the test with a dos path. 1131 1283 ;; 1132 1284 *) 1133 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1134 ac_dummy=" $PATH:/bin:/usr/bin:/usr/local/bin"1135 for ac_dir in $ac_dummy; do 1285 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1286 ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`" 1287 for ac_dir in $ac_dummy; do 1136 1288 test -z "$ac_dir" && ac_dir=. 1137 1289 if test -f $ac_dir/$ac_word; then 1138 1290 ac_cv_path_CP="$ac_dir/$ac_word" 1291 break 1292 fi 1293 if test -f $ac_dir/$ac_word$ac_exeext; then 1294 ac_cv_path_CP="$ac_dir/$ac_word$ac_exeext" 1139 1295 break 1140 1296 fi … … 1155 1311 set dummy strip; ac_word=$2 1156 1312 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1157 echo "configure:1 158: checking for $ac_word" >&51313 echo "configure:1314: checking for $ac_word" >&5 1158 1314 if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then 1159 1315 echo $ac_n "(cached) $ac_c" 1>&6 1160 1316 else 1161 1317 case "$STRIP" in 1162 /* )1318 /* | [a-zA-Z]:*) 1163 1319 ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path. 1164 1320 ;; 1165 ?:/*) 1321 ?:/*) 1166 1322 ac_cv_path_STRIP="$STRIP" # Let the user override the test with a dos path. 1167 1323 ;; 1168 1324 *) 1169 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1170 ac_dummy=" $PATH:/bin:/usr/bin:/usr/local/bin"1171 for ac_dir in $ac_dummy; do 1325 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1326 ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`" 1327 for ac_dir in $ac_dummy; do 1172 1328 test -z "$ac_dir" && ac_dir=. 1173 1329 if test -f $ac_dir/$ac_word; then 1174 1330 ac_cv_path_STRIP="$ac_dir/$ac_word" 1331 break 1332 fi 1333 if test -f $ac_dir/$ac_word$ac_exeext; then 1334 ac_cv_path_STRIP="$ac_dir/$ac_word$ac_exeext" 1175 1335 break 1176 1336 fi … … 1191 1351 set dummy chmod; ac_word=$2 1192 1352 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1193 echo "configure:1 194: checking for $ac_word" >&51353 echo "configure:1354: checking for $ac_word" >&5 1194 1354 if eval "test \"`echo '$''{'ac_cv_path_CHMOD'+set}'`\" = set"; then 1195 1355 echo $ac_n "(cached) $ac_c" 1>&6 1196 1356 else 1197 1357 case "$CHMOD" in 1198 /* )1358 /* | [a-zA-Z]:*) 1199 1359 ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path. 1200 1360 ;; 1201 ?:/*) 1361 ?:/*) 1202 1362 ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a dos path. 1203 1363 ;; 1204 1364 *) 1205 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" :"1206 ac_dummy=" $PATH:/bin:/usr/bin:/usr/local/bin"1207 for ac_dir in $ac_dummy; do 1365 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS" 1366 ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`" 1367 for ac_dir in $ac_dummy; do 1208 1368 test -z "$ac_dir" && ac_dir=. 1209 1369 if test -f $ac_dir/$ac_word; then 1210 1370 ac_cv_path_CHMOD="$ac_dir/$ac_word" 1371 break 1372 fi 1373 if test -f $ac_dir/$ac_word$ac_exeext; then 1374 ac_cv_path_CHMOD="$ac_dir/$ac_word$ac_exeext" 1211 1375 break 1212 1376 fi … … 1224 1388 fi 1225 1389 1226 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 1227 echo "configure:1228: checking for Cygwin environment" >&5 1228 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 1229 echo $ac_n "(cached) $ac_c" 1>&6 1230 else 1231 cat > conftest.$ac_ext <<EOF 1232 #line 1233 "configure" 1233 #include "confdefs.h" 1234 1235 int main() { 1236 1237 #ifndef __CYGWIN__ 1238 #define __CYGWIN__ __CYGWIN32__ 1239 #endif 1240 return __CYGWIN__; 1241 ; return 0; } 1242 EOF 1243 if { (eval echo configure:1244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1244 rm -rf conftest* 1245 ac_cv_cygwin=yes 1246 else 1247 echo "configure: failed program was:" >&5 1248 cat conftest.$ac_ext >&5 1249 rm -rf conftest* 1250 ac_cv_cygwin=no 1251 fi 1252 rm -f conftest* 1253 rm -f conftest* 1254 fi 1255 1256 echo "$ac_t""$ac_cv_cygwin" 1>&6 1257 CYGWIN= 1258 test "$ac_cv_cygwin" = yes && CYGWIN=yes 1259 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 1260 echo "configure:1261: checking for mingw32 environment" >&5 1261 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 1262 echo $ac_n "(cached) $ac_c" 1>&6 1263 else 1264 cat > conftest.$ac_ext <<EOF 1265 #line 1266 "configure" 1266 #include "confdefs.h" 1267 1268 int main() { 1269 return __MINGW32__; 1270 ; return 0; } 1271 EOF 1272 if { (eval echo configure:1273: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1273 rm -rf conftest* 1274 ac_cv_mingw32=yes 1275 else 1276 echo "configure: failed program was:" >&5 1277 cat conftest.$ac_ext >&5 1278 rm -rf conftest* 1279 ac_cv_mingw32=no 1280 fi 1281 rm -f conftest* 1282 rm -f conftest* 1283 fi 1284 1285 echo "$ac_t""$ac_cv_mingw32" 1>&6 1286 MINGW32= 1287 test "$ac_cv_mingw32" = yes && MINGW32=yes 1390 1288 1391 1289 1392 1290 1393 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 1291 echo "configure:1 292: checking for executable suffix" >&51394 echo "configure:1395: checking for executable suffix" >&5 1292 1395 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 1293 1396 echo $ac_n "(cached) $ac_c" 1>&6 1294 1397 else 1295 if test "$CYGWIN" = yes || test "$MINGW32" = yes ; then1398 if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then 1296 1399 ac_cv_exeext=.exe 1297 1400 else … … 1299 1402 echo 'int main () { return 0; }' > conftest.$ac_ext 1300 1403 ac_cv_exeext= 1301 if { (eval echo configure:1 302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then1404 if { (eval echo configure:1405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 1302 1405 for file in conftest.*; do 1303 1406 case $file in 1304 *.c | *.o | *.obj | *.ilk | *.pdb) ;;1407 *.c | *.o | *.obj) ;; 1305 1408 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; 1306 1409 esac … … 1321 1424 1322 1425 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 1323 echo "configure:1 324: checking whether to enable maintainer-specific portions of Makefiles" >&51426 echo "configure:1427: checking whether to enable maintainer-specific portions of Makefiles" >&5 1324 1427 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 1325 1428 if test "${enable_maintainer_mode+set}" = set; then … … 1354 1457 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1355 1458 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 1356 echo "configure:1 357: checking for $ac_hdr that defines DIR" >&51459 echo "configure:1460: checking for $ac_hdr that defines DIR" >&5 1357 1460 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then 1358 1461 echo $ac_n "(cached) $ac_c" 1>&6 1359 1462 else 1360 1463 cat > conftest.$ac_ext <<EOF 1361 #line 1 362"configure"1464 #line 1465 "configure" 1362 1465 #include "confdefs.h" 1363 1466 #include <sys/types.h> … … 1367 1470 ; return 0; } 1368 1471 EOF 1369 if { (eval echo configure:1 370: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1472 if { (eval echo configure:1473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1370 1473 rm -rf conftest* 1371 1474 eval "ac_cv_header_dirent_$ac_safe=yes" … … 1392 1495 if test $ac_header_dirent = dirent.h; then 1393 1496 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 1394 echo "configure:1 395: checking for opendir in -ldir" >&51497 echo "configure:1498: checking for opendir in -ldir" >&5 1395 1498 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` 1396 1499 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1400 1503 LIBS="-ldir $LIBS" 1401 1504 cat > conftest.$ac_ext <<EOF 1402 #line 1 403"configure"1505 #line 1506 "configure" 1403 1506 #include "confdefs.h" 1404 1507 /* Override any gcc2 internal prototype to avoid an error. */ … … 1411 1514 ; return 0; } 1412 1515 EOF 1413 if { (eval echo configure:1 414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1516 if { (eval echo configure:1517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1414 1517 rm -rf conftest* 1415 1518 eval "ac_cv_lib_$ac_lib_var=yes" … … 1433 1536 else 1434 1537 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 1435 echo "configure:1 436: checking for opendir in -lx" >&51538 echo "configure:1539: checking for opendir in -lx" >&5 1436 1539 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` 1437 1540 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1441 1544 LIBS="-lx $LIBS" 1442 1545 cat > conftest.$ac_ext <<EOF 1443 #line 1 444"configure"1546 #line 1547 "configure" 1444 1547 #include "confdefs.h" 1445 1548 /* Override any gcc2 internal prototype to avoid an error. */ … … 1452 1555 ; return 0; } 1453 1556 EOF 1454 if { (eval echo configure:1 455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1557 if { (eval echo configure:1558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1455 1558 rm -rf conftest* 1456 1559 eval "ac_cv_lib_$ac_lib_var=yes" … … 1475 1578 1476 1579 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1477 echo "configure:1 478: checking how to run the C preprocessor" >&51580 echo "configure:1581: checking how to run the C preprocessor" >&5 1478 1581 # On Suns, sometimes $CPP names a directory. 1479 1582 if test -n "$CPP" && test -d "$CPP"; then … … 1490 1593 # not just through cpp. 1491 1594 cat > conftest.$ac_ext <<EOF 1492 #line 1493 "configure" 1595 #include <sys/types.h> 1596 #line 1597 "configure" 1493 1597 #include "confdefs.h" 1494 1598 #include <assert.h> … … 1496 1600 EOF 1497 1601 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1498 { (eval echo configure:1 499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1602 { (eval echo configure:1603: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1499 1603 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1500 1604 if test -z "$ac_err"; then … … 1507 1611 CPP="${CC-cc} -E -traditional-cpp" 1508 1612 cat > conftest.$ac_ext <<EOF 1509 #line 1510 "configure" 1613 #include <sys/types.h> 1614 #line 1615 "configure" 1510 1615 #include "confdefs.h" 1511 1616 #include <assert.h> … … 1513 1618 EOF 1514 1619 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1515 { (eval echo configure:1 516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1620 { (eval echo configure:1621: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1516 1621 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1517 1622 if test -z "$ac_err"; then … … 1524 1629 CPP="${CC-cc} -nologo -E" 1525 1630 cat > conftest.$ac_ext <<EOF 1526 #line 1527 "configure" 1631 #include <sys/types.h> 1632 #line 1633 "configure" 1527 1633 #include "confdefs.h" 1528 1634 #include <assert.h> … … 1530 1636 EOF 1531 1637 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1532 { (eval echo configure:1 533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1638 { (eval echo configure:1639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1533 1639 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1534 1640 if test -z "$ac_err"; then … … 1555 1661 1556 1662 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1557 echo "configure:1 558: checking for ANSI C header files" >&51663 echo "configure:1664: checking for ANSI C header files" >&5 1558 1664 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1559 1665 echo $ac_n "(cached) $ac_c" 1>&6 1560 1666 else 1561 1667 cat > conftest.$ac_ext <<EOF 1562 #line 1563 "configure" 1668 #include <sys/types.h> 1669 #line 1670 "configure" 1563 1670 #include "confdefs.h" 1564 1671 #include <stdlib.h> … … 1568 1675 EOF 1569 1676 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1570 { (eval echo configure:1 571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1677 { (eval echo configure:1678: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1571 1678 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1572 1679 if test -z "$ac_err"; then … … 1585 1692 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1586 1693 cat > conftest.$ac_ext <<EOF 1587 #line 1 588"configure"1694 #line 1695 "configure" 1588 1695 #include "confdefs.h" 1589 1696 #include <string.h> … … 1603 1710 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1604 1711 cat > conftest.$ac_ext <<EOF 1605 #line 1 606"configure"1712 #line 1713 "configure" 1606 1713 #include "confdefs.h" 1607 1714 #include <stdlib.h> … … 1624 1731 else 1625 1732 cat > conftest.$ac_ext <<EOF 1626 #line 1 627"configure"1733 #line 1734 "configure" 1627 1734 #include "confdefs.h" 1628 1735 #include <ctype.h> … … 1635 1742 1636 1743 EOF 1637 if { (eval echo configure:1 638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1744 if { (eval echo configure:1745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1638 1745 then 1639 1746 : … … 1659 1766 1660 1767 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 1661 echo "configure:1 662: checking whether struct tm is in sys/time.h or time.h" >&51768 echo "configure:1769: checking whether struct tm is in sys/time.h or time.h" >&5 1662 1769 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 1663 1770 echo $ac_n "(cached) $ac_c" 1>&6 1664 1771 else 1665 1772 cat > conftest.$ac_ext <<EOF 1666 #line 1 667"configure"1773 #line 1774 "configure" 1667 1774 #include "confdefs.h" 1668 1775 #include <sys/types.h> … … 1672 1779 ; return 0; } 1673 1780 EOF 1674 if { (eval echo configure:1 675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1781 if { (eval echo configure:1782: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1675 1782 rm -rf conftest* 1676 1783 ac_cv_struct_tm=time.h … … 1696 1803 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1697 1804 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1698 echo "configure:1 699: checking for $ac_hdr" >&51805 echo "configure:1806: checking for $ac_hdr" >&5 1699 1806 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1700 1807 echo $ac_n "(cached) $ac_c" 1>&6 1701 1808 else 1702 1809 cat > conftest.$ac_ext <<EOF 1703 #line 1704 "configure" 1810 #include <sys/types.h> 1811 #line 1812 "configure" 1704 1812 #include "confdefs.h" 1705 1813 #include <$ac_hdr> 1706 1814 EOF 1707 1815 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1708 { (eval echo configure:1 709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1816 { (eval echo configure:1817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1709 1817 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1710 1818 if test -z "$ac_err"; then … … 1734 1842 1735 1843 echo $ac_n "checking for off_t""... $ac_c" 1>&6 1736 echo "configure:1 737: checking for off_t" >&51844 echo "configure:1845: checking for off_t" >&5 1737 1845 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then 1738 1846 echo $ac_n "(cached) $ac_c" 1>&6 1739 1847 else 1740 1848 cat > conftest.$ac_ext <<EOF 1741 #line 1 742"configure"1849 #line 1850 "configure" 1742 1850 #include "confdefs.h" 1743 1851 #include <sys/types.h> … … 1767 1875 1768 1876 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 1769 echo "configure:1 770: checking whether struct tm is in sys/time.h or time.h" >&51877 echo "configure:1878: checking whether struct tm is in sys/time.h or time.h" >&5 1770 1878 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 1771 1879 echo $ac_n "(cached) $ac_c" 1>&6 1772 1880 else 1773 1881 cat > conftest.$ac_ext <<EOF 1774 #line 1 775"configure"1882 #line 1883 "configure" 1775 1883 #include "confdefs.h" 1776 1884 #include <sys/types.h> … … 1780 1888 ; return 0; } 1781 1889 EOF 1782 if { (eval echo configure:1 783: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1890 if { (eval echo configure:1891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1783 1891 rm -rf conftest* 1784 1892 ac_cv_struct_tm=time.h … … 1802 1910 1803 1911 echo $ac_n "checking size of char""... $ac_c" 1>&6 1804 echo "configure:1 805: checking size of char" >&51912 echo "configure:1913: checking size of char" >&5 1805 1913 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 1806 1914 echo $ac_n "(cached) $ac_c" 1>&6 … … 1810 1918 else 1811 1919 cat > conftest.$ac_ext <<EOF 1812 #line 1 813"configure"1920 #line 1921 "configure" 1813 1921 #include "confdefs.h" 1814 1922 #include <stdio.h> … … 1821 1929 } 1822 1930 EOF 1823 if { (eval echo configure:1 824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1931 if { (eval echo configure:1932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1824 1932 then 1825 1933 ac_cv_sizeof_char=`cat conftestval` … … 1841 1949 1842 1950 echo $ac_n "checking size of short""... $ac_c" 1>&6 1843 echo "configure:1 844: checking size of short" >&51951 echo "configure:1952: checking size of short" >&5 1844 1952 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 1845 1953 echo $ac_n "(cached) $ac_c" 1>&6 … … 1849 1957 else 1850 1958 cat > conftest.$ac_ext <<EOF 1851 #line 1 852"configure"1959 #line 1960 "configure" 1852 1960 #include "confdefs.h" 1853 1961 #include <stdio.h> … … 1860 1968 } 1861 1969 EOF 1862 if { (eval echo configure:1 863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1970 if { (eval echo configure:1971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1863 1971 then 1864 1972 ac_cv_sizeof_short=`cat conftestval` … … 1880 1988 1881 1989 echo $ac_n "checking size of int""... $ac_c" 1>&6 1882 echo "configure:1 883: checking size of int" >&51990 echo "configure:1991: checking size of int" >&5 1883 1991 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 1884 1992 echo $ac_n "(cached) $ac_c" 1>&6 … … 1888 1996 else 1889 1997 cat > conftest.$ac_ext <<EOF 1890 #line 1 891"configure"1998 #line 1999 "configure" 1891 1999 #include "confdefs.h" 1892 2000 #include <stdio.h> … … 1899 2007 } 1900 2008 EOF 1901 if { (eval echo configure: 1902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2009 if { (eval echo configure:2010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1902 2010 then 1903 2011 ac_cv_sizeof_int=`cat conftestval` … … 1919 2027 1920 2028 echo $ac_n "checking size of long""... $ac_c" 1>&6 1921 echo "configure: 1922: checking size of long" >&52029 echo "configure:2030: checking size of long" >&5 1922 2030 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 1923 2031 echo $ac_n "(cached) $ac_c" 1>&6 … … 1927 2035 else 1928 2036 cat > conftest.$ac_ext <<EOF 1929 #line 1930"configure"2037 #line 2038 "configure" 1930 2038 #include "confdefs.h" 1931 2039 #include <stdio.h> … … 1938 2046 } 1939 2047 EOF 1940 if { (eval echo configure: 1941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2048 if { (eval echo configure:2049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1941 2049 then 1942 2050 ac_cv_sizeof_long=`cat conftestval` … … 1958 2066 1959 2067 echo $ac_n "checking size of long long""... $ac_c" 1>&6 1960 echo "configure: 1961: checking size of long long" >&52068 echo "configure:2069: checking size of long long" >&5 1961 2069 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 1962 2070 echo $ac_n "(cached) $ac_c" 1>&6 … … 1966 2074 else 1967 2075 cat > conftest.$ac_ext <<EOF 1968 #line 1969"configure"2076 #line 2077 "configure" 1969 2077 #include "confdefs.h" 1970 2078 #include <stdio.h> … … 1977 2085 } 1978 2086 EOF 1979 if { (eval echo configure: 1980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2087 if { (eval echo configure:2088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1980 2088 then 1981 2089 ac_cv_sizeof_long_long=`cat conftestval` … … 1998 2106 1999 2107 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 2000 echo "configure:2 001: checking whether byte ordering is bigendian" >&52108 echo "configure:2109: checking whether byte ordering is bigendian" >&5 2001 2109 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 2002 2110 echo $ac_n "(cached) $ac_c" 1>&6 … … 2005 2113 # See if sys/param.h defines the BYTE_ORDER macro. 2006 2114 cat > conftest.$ac_ext <<EOF 2007 #line 2 008"configure"2115 #line 2116 "configure" 2008 2116 #include "confdefs.h" 2009 2117 #include <sys/types.h> … … 2016 2124 ; return 0; } 2017 2125 EOF 2018 if { (eval echo configure:2 019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2126 if { (eval echo configure:2127: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2019 2127 rm -rf conftest* 2020 2128 # It does; now see whether it defined to BIG_ENDIAN or not. 2021 2129 cat > conftest.$ac_ext <<EOF 2022 #line 2 023"configure"2130 #line 2131 "configure" 2023 2131 #include "confdefs.h" 2024 2132 #include <sys/types.h> … … 2031 2139 ; return 0; } 2032 2140 EOF 2033 if { (eval echo configure:2 034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2141 if { (eval echo configure:2142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2034 2142 rm -rf conftest* 2035 2143 ac_cv_c_bigendian=yes … … 2051 2159 else 2052 2160 cat > conftest.$ac_ext <<EOF 2053 #line 2 054"configure"2161 #line 2162 "configure" 2054 2162 #include "confdefs.h" 2055 2163 main () { … … 2064 2172 } 2065 2173 EOF 2066 if { (eval echo configure:2 067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2174 if { (eval echo configure:2175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2067 2175 then 2068 2176 ac_cv_c_bigendian=no … … 2101 2209 if test "$with_system_zlib" = yes; then 2102 2210 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 2103 echo "configure:2 104: checking for deflate in -lz" >&52211 echo "configure:2212: checking for deflate in -lz" >&5 2104 2212 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` 2105 2213 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2109 2217 LIBS="-lz $LIBS" 2110 2218 cat > conftest.$ac_ext <<EOF 2111 #line 2 112"configure"2219 #line 2220 "configure" 2112 2220 #include "confdefs.h" 2113 2221 /* Override any gcc2 internal prototype to avoid an error. */ … … 2120 2228 ; return 0; } 2121 2229 EOF 2122 if { (eval echo configure:2 123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2230 if { (eval echo configure:2231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2123 2231 rm -rf conftest* 2124 2232 eval "ac_cv_lib_$ac_lib_var=yes" … … 2230 2338 # Run this file to recreate the current configuration. 2231 2339 # This directory was configured as follows, 2340 EOF 2341 echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS 2342 cat >> $CONFIG_STATUS <<EOF 2232 2343 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 2233 2344 # … … 2255 2366 ac_given_srcdir=$srcdir 2256 2367 ac_given_INSTALL="$INSTALL" 2368 PATHIFS="$PATH_IFS" 2257 2369 2258 2370 trap 'rm -fr `echo "Makefile install-defs.sh config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 2265 2377 $ac_vpsub 2266 2378 $extrasub 2379 s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g 2267 2380 s%@SHELL@%$SHELL%g 2268 2381 s%@CFLAGS@%$CFLAGS%g … … 2288 2401 s%@infodir@%$infodir%g 2289 2402 s%@mandir@%$mandir%g 2403 s%@PATH_IFS@%$PATH_IFS%g 2404 s%@EXEEXT@%$EXEEXT%g 2290 2405 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 2291 2406 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g … … 2304 2419 s%@STRIP@%$STRIP%g 2305 2420 s%@CHMOD@%$CHMOD%g 2306 s%@EXEEXT@%$EXEEXT%g2307 2421 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g 2308 2422 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g … … 2383 2497 if test -z "$ac_dots"; then top_srcdir=. 2384 2498 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 2385 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 2499 /* | [A-Za-z]:*) 2500 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 2386 2501 *) # Relative path. 2387 2502 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" … … 2390 2505 2391 2506 case "$ac_given_INSTALL" in 2392 [/$]* ) INSTALL="$ac_given_INSTALL" ;;2507 [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 2393 2508 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2394 2509 esac … … 2403 2518 esac 2404 2519 2405 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s% :% $ac_given_srcdir/%g"`2520 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"` 2406 2521 sed -e "$ac_comsub 2407 2522 s%@configure_input@%$configure_input%g … … 2450 2565 2451 2566 rm -f conftest.frag conftest.in conftest.out 2452 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 2567 # kso the other way around might work better with drive letters and such. 2568 # ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` 2569 ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" ` 2453 2570 cat $ac_file_inputs > conftest.in 2454 2571 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.