Changeset 28328
- Timestamp:
- 2013-09-27T19:20:47+12:00 (10 years ago)
- Location:
- main/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/build-src/configure
r28309 r28328 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 3.3 # Generated by GNU Autoconf 2.61. 4 4 # 5 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 7 7 # This configure script is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy, distribute and modify it. … … 16 16 emulate sh 17 17 NULLCMD=: 18 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 19 19 # is contrary to our usage. Disable this feature. 20 20 alias -g '${1+"$@"}'='"$@"' … … 38 38 as_cr_alnum=$as_cr_Letters$as_cr_digits 39 39 40 as_nl='41 '42 export as_nl43 # Printing a long string crashes Solaris 7 /usr/bin/printf.44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then48 as_echo='printf %s\n'49 as_echo_n='printf %s'50 else51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'53 as_echo_n='/usr/ucb/echo -n'54 else55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'56 as_echo_n_body='eval57 arg=$1;58 case $arg in59 *"$as_nl"*)60 expr "X$arg" : "X\\(.*\\)$as_nl";61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;62 esac;63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"64 '65 export as_echo_n_body66 as_echo_n='sh -c $as_echo_n_body as_echo'67 fi68 export as_echo_body69 as_echo='sh -c $as_echo_body as_echo'70 fi71 72 40 # The user is always right. 73 41 if test "${PATH_SEPARATOR+set}" != set; then 74 PATH_SEPARATOR=: 75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 77 PATH_SEPARATOR=';' 78 } 42 echo "#! /bin/sh" >conf$$.sh 43 echo "exit 0" >>conf$$.sh 44 chmod +x conf$$.sh 45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 46 PATH_SEPARATOR=';' 47 else 48 PATH_SEPARATOR=: 49 fi 50 rm -f conf$$.sh 79 51 fi 80 52 … … 92 64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 93 65 # splitting by setting IFS to empty value.) 66 as_nl=' 67 ' 94 68 IFS=" "" $as_nl" 95 69 … … 114 88 fi 115 89 if test ! -f "$as_myself"; then 116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&290 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 117 91 { (exit 1); exit 1; } 118 92 fi … … 127 101 128 102 # NLS nuisances. 129 LC_ALL=C 130 export LC_ALL 131 LANGUAGE=C 132 export LANGUAGE 103 for as_var in \ 104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 106 LC_TELEPHONE LC_TIME 107 do 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 109 eval $as_var=C; export $as_var 110 else 111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 112 fi 113 done 133 114 134 115 # Required to use basename. … … 152 133 X"$0" : 'X\(//\)$' \| \ 153 134 X"$0" : 'X\(/\)' \| . 2>/dev/null || 154 $as_echo X/"$0" |135 echo X/"$0" | 155 136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 156 137 s//\1/ … … 178 159 fi 179 160 180 if test $as_have_required = yes && (eval ":161 if test $as_have_required = yes && (eval ": 181 162 (as_func_return () { 182 163 (exit \$1) … … 260 241 emulate sh 261 242 NULLCMD=: 262 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 263 244 # is contrary to our usage. Disable this feature. 264 245 alias -g '${1+"$@"}'='"$@"' … … 281 262 emulate sh 282 263 NULLCMD=: 283 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 284 265 # is contrary to our usage. Disable this feature. 285 266 alias -g '${1+"$@"}'='"$@"' … … 361 342 if test "x$CONFIG_SHELL" != x; then 362 343 for as_var in BASH_ENV ENV 363 364 365 366 344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 345 done 346 export CONFIG_SHELL 347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 367 348 fi 368 349 … … 433 414 test \$exitcode = 0") || { 434 415 echo No shell found that supports shell functions. 435 echo Please tell [email protected] about your system, 436 echo including any error possibly output before this message. 437 echo This can help us improve future autoconf versions. 438 echo Configuration will now proceed without shell functions. 416 echo Please tell [email protected] about your system, 417 echo including any error possibly output before this 418 echo message 439 419 } 440 420 … … 472 452 ' >$as_me.lineno && 473 453 chmod +x "$as_me.lineno" || 474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 475 455 { (exit 1); exit 1; }; } 476 456 … … 500 480 ECHO_N='-n';; 501 481 esac 482 502 483 if expr a : '\(a\)' >/dev/null 2>&1 && 503 484 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 512 493 else 513 494 rm -f conf$$.dir 514 mkdir conf$$.dir 2>/dev/null 515 fi 516 if (echo >conf$$.file) 2>/dev/null; then 517 if ln -s conf$$.file conf$$ 2>/dev/null; then 518 as_ln_s='ln -s' 519 # ... but there are two gotchas: 520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 522 # In both cases, we have to default to `cp -p'. 523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 524 as_ln_s='cp -p' 525 elif ln conf$$.file conf$$ 2>/dev/null; then 526 as_ln_s=ln 527 else 495 mkdir conf$$.dir 496 fi 497 echo >conf$$.file 498 if ln -s conf$$.file conf$$ 2>/dev/null; then 499 as_ln_s='ln -s' 500 # ... but there are two gotchas: 501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 503 # In both cases, we have to default to `cp -p'. 504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 528 505 as_ln_s='cp -p' 529 fi 506 elif ln conf$$.file conf$$ 2>/dev/null; then 507 as_ln_s=ln 530 508 else 531 509 as_ln_s='cp -p' … … 552 530 eval sh -c '\'' 553 531 if test -d "$1"; then 554 532 test -d "$1/."; 555 533 else 556 534 case $1 in 557 535 -*)set "./$1";; 558 536 esac; 559 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 635 613 #endif" 636 614 637 enable_option_checking=no 638 ac_subst_vars='LTLIBOBJS 615 ac_subst_vars='SHELL 616 PATH_SEPARATOR 617 PACKAGE_NAME 618 PACKAGE_TARNAME 619 PACKAGE_VERSION 620 PACKAGE_STRING 621 PACKAGE_BUGREPORT 622 exec_prefix 623 prefix 624 program_transform_name 625 bindir 626 sbindir 627 libexecdir 628 datarootdir 629 datadir 630 sysconfdir 631 sharedstatedir 632 localstatedir 633 includedir 634 oldincludedir 635 docdir 636 infodir 637 htmldir 638 dvidir 639 pdfdir 640 psdir 641 libdir 642 localedir 643 mandir 644 DEFS 645 ECHO_C 646 ECHO_N 647 ECHO_T 648 LIBS 649 build_alias 650 host_alias 651 target_alias 652 PACKAGE 653 VERSION 654 USE_FASTCGI 655 USE_LANGACTION 656 USE_CORBA 657 MICO_DIR 658 USE_Z3950 659 USE_YAZ 660 ENABLE_JAVA 661 USE_WVWARE 662 USE_JDBM 663 USE_GDBM 664 ENABLE_ACCENTFOLD 665 USE_SQLITE 666 ENABLE_GNOMELIB_EXT 667 LDFLAGS 668 CFLAGS 669 CC 670 CPPFLAGS 671 ac_ct_CC 672 EXEEXT 673 OBJEXT 674 CXX 675 CXXFLAGS 676 ac_ct_CXX 677 JAVAC 678 JAVACFLAGS 679 JAVA 680 uudecode 681 AWK 682 YACC 683 YFLAGS 684 build 685 build_cpu 686 build_vendor 687 build_os 688 host 689 host_cpu 690 host_vendor 691 host_os 692 target 693 target_cpu 694 target_vendor 695 target_os 696 INSTALL_PROGRAM 697 INSTALL_SCRIPT 698 INSTALL_DATA 699 LN_S 700 SET_MAKE 701 RANLIB 702 STRIP 703 ARCH_DEP_FLAGS 704 MICO_VER 705 CPP 706 GREP 707 EGREP 708 U 709 ANSI2KNR 710 ALLOCA 711 LIBOBJS 712 STATIC 713 gsdlos 714 MODULEDIRS 639 715 subdirs 640 MODULEDIRS 641 gsdlos 642 STATIC 643 LIBOBJS 644 ALLOCA 645 ANSI2KNR 646 U 647 EGREP 648 GREP 649 CPP 650 MICO_VER 651 ARCH_DEP_FLAGS 652 STRIP 653 RANLIB 654 SET_MAKE 655 LN_S 656 INSTALL_DATA 657 INSTALL_SCRIPT 658 INSTALL_PROGRAM 659 target_os 660 target_vendor 661 target_cpu 662 target 663 host_os 664 host_vendor 665 host_cpu 666 host 667 build_os 668 build_vendor 669 build_cpu 670 build 671 YFLAGS 672 YACC 673 AWK 674 uudecode 675 JAVA 676 JAVACFLAGS 677 JAVAC 678 ac_ct_CXX 679 CXXFLAGS 680 CXX 681 OBJEXT 682 EXEEXT 683 ac_ct_CC 684 CPPFLAGS 685 CC 686 CFLAGS 687 LDFLAGS 688 ENABLE_GNOMELIB_EXT 689 USE_SQLITE 690 ENABLE_ACCENTFOLD 691 USE_GDBM 692 USE_JDBM 693 USE_WVWARE 694 ENABLE_JAVA 695 USE_YAZ 696 USE_Z3950 697 MICO_DIR 698 USE_CORBA 699 USE_LANGACTION 700 USE_FASTCGI 701 VERSION 702 PACKAGE 703 target_alias 704 host_alias 705 build_alias 706 LIBS 707 ECHO_T 708 ECHO_N 709 ECHO_C 710 DEFS 711 mandir 712 localedir 713 libdir 714 psdir 715 pdfdir 716 dvidir 717 htmldir 718 infodir 719 docdir 720 oldincludedir 721 includedir 722 localstatedir 723 sharedstatedir 724 sysconfdir 725 datadir 726 datarootdir 727 libexecdir 728 sbindir 729 bindir 730 program_transform_name 731 prefix 732 exec_prefix 733 PACKAGE_BUGREPORT 734 PACKAGE_STRING 735 PACKAGE_VERSION 736 PACKAGE_TARNAME 737 PACKAGE_NAME 738 PATH_SEPARATOR 739 SHELL' 716 LTLIBOBJS' 740 717 ac_subst_files='' 741 ac_user_opts='742 enable_option_checking743 enable_corba744 with_micodir745 enable_z3950746 enable_yaz747 enable_java748 enable_wvware749 enable_jdbm750 enable_gdbm751 enable_accentfold752 enable_sqlite753 enable_gnome_lib_ext754 with_dmalloc755 with_regex756 '757 718 ac_precious_vars='build_alias 758 719 host_alias … … 774 735 ac_init_help= 775 736 ac_init_version=false 776 ac_unrecognized_opts=777 ac_unrecognized_sep=778 737 # The variables have the same names as the options, with 779 738 # dashes changed to underlines. … … 874 833 875 834 -disable-* | --disable-*) 876 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`835 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 877 836 # Reject names that are not valid shell variable names. 878 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&879 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2837 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 838 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 880 839 { (exit 1); exit 1; }; } 881 ac_useropt_orig=$ac_useropt 882 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 883 case $ac_user_opts in 884 *" 885 "enable_$ac_useropt" 886 "*) ;; 887 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 888 ac_unrecognized_sep=', ';; 889 esac 890 eval enable_$ac_useropt=no ;; 840 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 841 eval enable_$ac_feature=no ;; 891 842 892 843 -docdir | --docdir | --docdi | --doc | --do) … … 901 852 902 853 -enable-* | --enable-*) 903 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`854 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 904 855 # Reject names that are not valid shell variable names. 905 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&906 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2856 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 857 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 907 858 { (exit 1); exit 1; }; } 908 ac_useropt_orig=$ac_useropt 909 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 910 case $ac_user_opts in 911 *" 912 "enable_$ac_useropt" 913 "*) ;; 914 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 915 ac_unrecognized_sep=', ';; 916 esac 917 eval enable_$ac_useropt=\$ac_optarg ;; 859 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 860 eval enable_$ac_feature=\$ac_optarg ;; 918 861 919 862 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1106 1049 1107 1050 -with-* | --with-*) 1108 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1051 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1109 1052 # Reject names that are not valid shell variable names. 1110 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1111 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21053 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1054 { echo "$as_me: error: invalid package name: $ac_package" >&2 1112 1055 { (exit 1); exit 1; }; } 1113 ac_useropt_orig=$ac_useropt 1114 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1115 case $ac_user_opts in 1116 *" 1117 "with_$ac_useropt" 1118 "*) ;; 1119 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1120 ac_unrecognized_sep=', ';; 1121 esac 1122 eval with_$ac_useropt=\$ac_optarg ;; 1056 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1057 eval with_$ac_package=\$ac_optarg ;; 1123 1058 1124 1059 -without-* | --without-*) 1125 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1060 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1126 1061 # Reject names that are not valid shell variable names. 1127 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1128 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21062 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1063 { echo "$as_me: error: invalid package name: $ac_package" >&2 1129 1064 { (exit 1); exit 1; }; } 1130 ac_useropt_orig=$ac_useropt 1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1132 case $ac_user_opts in 1133 *" 1134 "with_$ac_useropt" 1135 "*) ;; 1136 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1137 ac_unrecognized_sep=', ';; 1138 esac 1139 eval with_$ac_useropt=no ;; 1065 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1066 eval with_$ac_package=no ;; 1140 1067 1141 1068 --x) … … 1157 1084 x_libraries=$ac_optarg ;; 1158 1085 1159 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1086 -*) { echo "$as_me: error: unrecognized option: $ac_option 1160 1087 Try \`$0 --help' for more information." >&2 1161 1088 { (exit 1); exit 1; }; } … … 1166 1093 # Reject names that are not valid shell variable names. 1167 1094 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1168 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21095 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1169 1096 { (exit 1); exit 1; }; } 1170 1097 eval $ac_envvar=\$ac_optarg … … 1173 1100 *) 1174 1101 # FIXME: should be removed in autoconf 3.0. 1175 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21102 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1176 1103 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1177 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21104 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1178 1105 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1179 1106 ;; … … 1184 1111 if test -n "$ac_prev"; then 1185 1112 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1186 { $as_echo "$as_me: error: missing argument to $ac_option" >&21113 { echo "$as_me: error: missing argument to $ac_option" >&2 1187 1114 { (exit 1); exit 1; }; } 1188 1115 fi 1189 1116 1190 if test -n "$ac_unrecognized_opts"; then 1191 case $enable_option_checking in 1192 no) ;; 1193 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1194 { (exit 1); exit 1; }; } ;; 1195 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1196 esac 1197 fi 1198 1199 # Check all directory arguments for consistency. 1117 # Be sure to have absolute directory names. 1200 1118 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1201 1119 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1204 1122 do 1205 1123 eval ac_val=\$$ac_var 1206 # Remove trailing slashes.1207 case $ac_val in1208 */ )1209 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1210 eval $ac_var=\$ac_val;;1211 esac1212 # Be sure to have absolute directory names.1213 1124 case $ac_val in 1214 1125 [\\/$]* | ?:[\\/]* ) continue;; 1215 1126 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1216 1127 esac 1217 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21128 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1218 1129 { (exit 1); exit 1; }; } 1219 1130 done … … 1230 1141 if test "x$build_alias" = x; then 1231 1142 cross_compiling=maybe 1232 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1143 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1233 1144 If a cross compiler is detected then cross compile mode will be used." >&2 1234 1145 elif test "x$build_alias" != "x$host_alias"; then … … 1246 1157 ac_ls_di=`ls -di .` && 1247 1158 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1248 { $as_echo "$as_me: error: working directory cannot be determined" >&21159 { echo "$as_me: error: Working directory cannot be determined" >&2 1249 1160 { (exit 1); exit 1; }; } 1250 1161 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1251 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21162 { echo "$as_me: error: pwd does not report name of working directory" >&2 1252 1163 { (exit 1); exit 1; }; } 1253 1164 … … 1257 1168 ac_srcdir_defaulted=yes 1258 1169 # Try the directory containing this script, then the parent directory. 1259 ac_confdir=`$as_dirname -- "$ as_myself" ||1260 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1261 X"$ as_myself" : 'X\(//\)[^/]' \| \1262 X"$ as_myself" : 'X\(//\)$' \| \1263 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1264 $as_echo X"$as_myself" |1170 ac_confdir=`$as_dirname -- "$0" || 1171 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1172 X"$0" : 'X\(//\)[^/]' \| \ 1173 X"$0" : 'X\(//\)$' \| \ 1174 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1175 echo X"$0" | 1265 1176 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1266 1177 s//\1/ … … 1289 1200 if test ! -r "$srcdir/$ac_unique_file"; then 1290 1201 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1291 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21202 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1292 1203 { (exit 1); exit 1; }; } 1293 1204 fi 1294 1205 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1295 1206 ac_abs_confdir=`( 1296 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21207 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1297 1208 { (exit 1); exit 1; }; } 1298 1209 pwd)` … … 1343 1254 Installation directories: 1344 1255 --prefix=PREFIX install architecture-independent files in PREFIX 1345 1256 [$ac_default_prefix] 1346 1257 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1347 1258 [PREFIX] 1348 1259 1349 1260 By default, \`make install' will install all the files in … … 1355 1266 1356 1267 Fine tuning of the installation directories: 1357 --bindir=DIR 1358 --sbindir=DIR 1359 --libexecdir=DIR 1360 --sysconfdir=DIR 1361 --sharedstatedir=DIR 1362 --localstatedir=DIR 1363 --libdir=DIR 1364 --includedir=DIR 1365 --oldincludedir=DIR 1366 --datarootdir=DIR 1367 --datadir=DIR 1368 --infodir=DIR 1369 --localedir=DIR 1370 --mandir=DIR 1371 --docdir=DIR 1372 --htmldir=DIR 1373 --dvidir=DIR 1374 --pdfdir=DIR 1375 --psdir=DIR 1268 --bindir=DIR user executables [EPREFIX/bin] 1269 --sbindir=DIR system admin executables [EPREFIX/sbin] 1270 --libexecdir=DIR program executables [EPREFIX/libexec] 1271 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1272 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1273 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1274 --libdir=DIR object code libraries [EPREFIX/lib] 1275 --includedir=DIR C header files [PREFIX/include] 1276 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1277 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1278 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1279 --infodir=DIR info documentation [DATAROOTDIR/info] 1280 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1281 --mandir=DIR man documentation [DATAROOTDIR/man] 1282 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1283 --htmldir=DIR html documentation [DOCDIR] 1284 --dvidir=DIR dvi documentation [DOCDIR] 1285 --pdfdir=DIR pdf documentation [DOCDIR] 1286 --psdir=DIR ps documentation [DOCDIR] 1376 1287 _ACEOF 1377 1288 … … 1390 1301 1391 1302 Optional Features: 1392 --disable-option-checking ignore unrecognized --enable/--with options1393 1303 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1394 1304 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1439 1349 # If there are subdirs, report their specific --help. 1440 1350 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1441 test -d "$ac_dir" || 1442 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1443 continue 1351 test -d "$ac_dir" || continue 1444 1352 ac_builddir=. 1445 1353 … … 1447 1355 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1448 1356 *) 1449 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1357 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1450 1358 # A ".." for each directory in $ac_dir_suffix. 1451 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1359 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1452 1360 case $ac_top_builddir_sub in 1453 1361 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1485 1393 $SHELL "$ac_srcdir/configure" --help=recursive 1486 1394 else 1487 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21395 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1488 1396 fi || ac_status=$? 1489 1397 cd "$ac_pwd" || { ac_status=$?; break; } … … 1495 1403 cat <<\_ACEOF 1496 1404 configure 1497 generated by GNU Autoconf 2.6 31405 generated by GNU Autoconf 2.61 1498 1406 1499 1407 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1500 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1408 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1501 1409 This configure script is free software; the Free Software Foundation 1502 1410 gives unlimited permission to copy, distribute and modify it. … … 1509 1417 1510 1418 It was created by $as_me, which was 1511 generated by GNU Autoconf 2.6 3. Invocation command line was1419 generated by GNU Autoconf 2.61. Invocation command line was 1512 1420 1513 1421 $ $0 $@ … … 1545 1453 IFS=$as_save_IFS 1546 1454 test -z "$as_dir" && as_dir=. 1547 $as_echo "PATH: $as_dir"1455 echo "PATH: $as_dir" 1548 1456 done 1549 1457 IFS=$as_save_IFS … … 1580 1488 continue ;; 1581 1489 *\'*) 1582 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1490 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1583 1491 esac 1584 1492 case $ac_pass in … … 1632 1540 *${as_nl}*) 1633 1541 case $ac_var in #( 1634 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&51635 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1542 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1543 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1636 1544 esac 1637 1545 case $ac_var in #( 1638 1546 _ | IFS | as_nl) ;; #( 1639 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1640 1547 *) $as_unset $ac_var ;; 1641 1548 esac ;; … … 1667 1574 eval ac_val=\$$ac_var 1668 1575 case $ac_val in 1669 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1576 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1670 1577 esac 1671 $as_echo "$ac_var='\''$ac_val'\''"1578 echo "$ac_var='\''$ac_val'\''" 1672 1579 done | sort 1673 1580 echo … … 1684 1591 eval ac_val=\$$ac_var 1685 1592 case $ac_val in 1686 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1593 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1687 1594 esac 1688 $as_echo "$ac_var='\''$ac_val'\''"1595 echo "$ac_var='\''$ac_val'\''" 1689 1596 done | sort 1690 1597 echo … … 1702 1609 fi 1703 1610 test "$ac_signal" != 0 && 1704 $as_echo "$as_me: caught signal $ac_signal"1705 $as_echo "$as_me: exit $exit_status"1611 echo "$as_me: caught signal $ac_signal" 1612 echo "$as_me: exit $exit_status" 1706 1613 } >&5 1707 1614 rm -f core *.core core.conftest.* && … … 1745 1652 1746 1653 # Let the site file select an alternate cache file if it wants to. 1747 # Prefer an explicitly selected file to automatically selected ones. 1748 ac_site_file1=NONE 1749 ac_site_file2=NONE 1654 # Prefer explicitly selected file to automatically selected ones. 1750 1655 if test -n "$CONFIG_SITE"; then 1751 ac_site_file1=$CONFIG_SITE1656 set x "$CONFIG_SITE" 1752 1657 elif test "x$prefix" != xNONE; then 1753 ac_site_file1=$prefix/share/config.site1754 ac_site_file2=$prefix/etc/config.site1755 else 1756 ac_site_file1=$ac_default_prefix/share/config.site 1757 ac_site_file2=$ac_default_prefix/etc/config.site 1758 fi 1759 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1658 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1659 else 1660 set x "$ac_default_prefix/share/config.site" \ 1661 "$ac_default_prefix/etc/config.site" 1662 fi 1663 shift 1664 for ac_site_file 1760 1665 do 1761 test "x$ac_site_file" = xNONE && continue1762 1666 if test -r "$ac_site_file"; then 1763 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51764 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1667 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1668 echo "$as_me: loading site script $ac_site_file" >&6;} 1765 1669 sed 's/^/| /' "$ac_site_file" >&5 1766 1670 . "$ac_site_file" … … 1772 1676 # files actually), so we avoid doing that. 1773 1677 if test -f "$cache_file"; then 1774 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51775 $as_echo "$as_me: loading cache $cache_file" >&6;}1678 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1679 echo "$as_me: loading cache $cache_file" >&6;} 1776 1680 case $cache_file in 1777 1681 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1780 1684 fi 1781 1685 else 1782 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51783 $as_echo "$as_me: creating cache $cache_file" >&6;}1686 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1687 echo "$as_me: creating cache $cache_file" >&6;} 1784 1688 >$cache_file 1785 1689 fi … … 1795 1699 case $ac_old_set,$ac_new_set in 1796 1700 set,) 1797 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51798 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1701 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1702 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1799 1703 ac_cache_corrupted=: ;; 1800 1704 ,set) 1801 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51802 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1705 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1706 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1803 1707 ac_cache_corrupted=: ;; 1804 1708 ,);; 1805 1709 *) 1806 1710 if test "x$ac_old_val" != "x$ac_new_val"; then 1807 # differences in whitespace do not lead to failure. 1808 ac_old_val_w=`echo x $ac_old_val` 1809 ac_new_val_w=`echo x $ac_new_val` 1810 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1811 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1812 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1813 ac_cache_corrupted=: 1814 else 1815 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1816 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1817 eval $ac_var=\$ac_old_val 1818 fi 1819 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1820 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1821 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1822 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1711 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1712 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1713 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1714 echo "$as_me: former value: $ac_old_val" >&2;} 1715 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1716 echo "$as_me: current value: $ac_new_val" >&2;} 1717 ac_cache_corrupted=: 1823 1718 fi;; 1824 1719 esac … … 1826 1721 if test "$ac_new_set" = set; then 1827 1722 case $ac_new_val in 1828 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1723 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1829 1724 *) ac_arg=$ac_var=$ac_new_val ;; 1830 1725 esac … … 1836 1731 done 1837 1732 if $ac_cache_corrupted; then 1838 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 1839 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1840 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1841 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1842 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1843 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1733 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1734 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1735 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1736 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1844 1737 { (exit 1); exit 1; }; } 1845 1738 fi … … 1912 1805 USE_CORBA=1 1913 1806 cat >>confdefs.h <<\_ACEOF 1914 #define USE_CORBA /**/1807 #define USE_CORBA 1915 1808 _ACEOF 1916 1809 … … 1944 1837 USE_Z3950=1 1945 1838 cat >>confdefs.h <<\_ACEOF 1946 #define USE_Z3950 /**/1839 #define USE_Z3950 1947 1840 _ACEOF 1948 1841 … … 1962 1855 USE_YAZ=1 1963 1856 cat >>confdefs.h <<\_ACEOF 1964 #define USE_YAZ /**/1857 #define USE_YAZ 1965 1858 _ACEOF 1966 1859 … … 2000 1893 USE_WVWARE=1 2001 1894 cat >>confdefs.h <<\_ACEOF 2002 #define USE_WVWARE /**/1895 #define USE_WVWARE 2003 1896 _ACEOF 2004 1897 … … 2018 1911 USE_JDBM=1 2019 1912 cat >>confdefs.h <<\_ACEOF 2020 #define USE_JDBM /**/1913 #define USE_JDBM 2021 1914 _ACEOF 2022 1915 … … 2036 1929 USE_GDBM=1 2037 1930 cat >>confdefs.h <<\_ACEOF 2038 #define USE_GDBM /**/1931 #define USE_GDBM 2039 1932 _ACEOF 2040 1933 … … 2054 1947 ENABLE_ACCENTFOLD=1 2055 1948 cat >>confdefs.h <<\_ACEOF 2056 #define ENABLE_ACCENTFOLD /**/1949 #define ENABLE_ACCENTFOLD 2057 1950 _ACEOF 2058 1951 … … 2072 1965 USE_SQLITE=1 2073 1966 cat >>confdefs.h <<\_ACEOF 2074 #define USE_SQLITE /**/1967 #define USE_SQLITE 2075 1968 _ACEOF 2076 1969 … … 2128 2021 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2129 2022 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2130 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52131 $as_echo_n "checking for $ac_word..." >&6; }2023 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2024 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2132 2025 if test "${ac_cv_prog_CC+set}" = set; then 2133 $as_echo_n "(cached)" >&62026 echo $ECHO_N "(cached) $ECHO_C" >&6 2134 2027 else 2135 2028 if test -n "$CC"; then … … 2144 2037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2145 2038 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2146 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52039 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2147 2040 break 2 2148 2041 fi … … 2155 2048 CC=$ac_cv_prog_CC 2156 2049 if test -n "$CC"; then 2157 { $as_echo "$as_me:$LINENO: result: $CC" >&52158 $as_echo "$CC" >&6; }2159 else 2160 { $as_echo "$as_me:$LINENO: result: no" >&52161 $as_echo "no" >&6; }2050 { echo "$as_me:$LINENO: result: $CC" >&5 2051 echo "${ECHO_T}$CC" >&6; } 2052 else 2053 { echo "$as_me:$LINENO: result: no" >&5 2054 echo "${ECHO_T}no" >&6; } 2162 2055 fi 2163 2056 … … 2168 2061 # Extract the first word of "gcc", so it can be a program name with args. 2169 2062 set dummy gcc; ac_word=$2 2170 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52171 $as_echo_n "checking for $ac_word..." >&6; }2063 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2064 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2172 2065 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2173 $as_echo_n "(cached)" >&62066 echo $ECHO_N "(cached) $ECHO_C" >&6 2174 2067 else 2175 2068 if test -n "$ac_ct_CC"; then … … 2184 2077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2185 2078 ac_cv_prog_ac_ct_CC="gcc" 2186 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52079 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2187 2080 break 2 2188 2081 fi … … 2195 2088 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2196 2089 if test -n "$ac_ct_CC"; then 2197 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52198 $as_echo "$ac_ct_CC" >&6; }2199 else 2200 { $as_echo "$as_me:$LINENO: result: no" >&52201 $as_echo "no" >&6; }2090 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2091 echo "${ECHO_T}$ac_ct_CC" >&6; } 2092 else 2093 { echo "$as_me:$LINENO: result: no" >&5 2094 echo "${ECHO_T}no" >&6; } 2202 2095 fi 2203 2096 … … 2207 2100 case $cross_compiling:$ac_tool_warned in 2208 2101 yes:) 2209 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2210 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2102 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2103 whose name does not start with the host triplet. If you think this 2104 configuration is useful to you, please write to [email protected]." >&5 2105 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2106 whose name does not start with the host triplet. If you think this 2107 configuration is useful to you, please write to [email protected]." >&2;} 2211 2108 ac_tool_warned=yes ;; 2212 2109 esac … … 2221 2118 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2222 2119 set dummy ${ac_tool_prefix}cc; ac_word=$2 2223 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52224 $as_echo_n "checking for $ac_word..." >&6; }2120 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2121 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2225 2122 if test "${ac_cv_prog_CC+set}" = set; then 2226 $as_echo_n "(cached)" >&62123 echo $ECHO_N "(cached) $ECHO_C" >&6 2227 2124 else 2228 2125 if test -n "$CC"; then … … 2237 2134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2238 2135 ac_cv_prog_CC="${ac_tool_prefix}cc" 2239 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2240 2137 break 2 2241 2138 fi … … 2248 2145 CC=$ac_cv_prog_CC 2249 2146 if test -n "$CC"; then 2250 { $as_echo "$as_me:$LINENO: result: $CC" >&52251 $as_echo "$CC" >&6; }2252 else 2253 { $as_echo "$as_me:$LINENO: result: no" >&52254 $as_echo "no" >&6; }2147 { echo "$as_me:$LINENO: result: $CC" >&5 2148 echo "${ECHO_T}$CC" >&6; } 2149 else 2150 { echo "$as_me:$LINENO: result: no" >&5 2151 echo "${ECHO_T}no" >&6; } 2255 2152 fi 2256 2153 … … 2261 2158 # Extract the first word of "cc", so it can be a program name with args. 2262 2159 set dummy cc; ac_word=$2 2263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52264 $as_echo_n "checking for $ac_word..." >&6; }2160 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2265 2162 if test "${ac_cv_prog_CC+set}" = set; then 2266 $as_echo_n "(cached)" >&62163 echo $ECHO_N "(cached) $ECHO_C" >&6 2267 2164 else 2268 2165 if test -n "$CC"; then … … 2282 2179 fi 2283 2180 ac_cv_prog_CC="cc" 2284 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52181 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2285 2182 break 2 2286 2183 fi … … 2305 2202 CC=$ac_cv_prog_CC 2306 2203 if test -n "$CC"; then 2307 { $as_echo "$as_me:$LINENO: result: $CC" >&52308 $as_echo "$CC" >&6; }2309 else 2310 { $as_echo "$as_me:$LINENO: result: no" >&52311 $as_echo "no" >&6; }2204 { echo "$as_me:$LINENO: result: $CC" >&5 2205 echo "${ECHO_T}$CC" >&6; } 2206 else 2207 { echo "$as_me:$LINENO: result: no" >&5 2208 echo "${ECHO_T}no" >&6; } 2312 2209 fi 2313 2210 … … 2320 2217 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2321 2218 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2322 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52323 $as_echo_n "checking for $ac_word..." >&6; }2219 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2220 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2324 2221 if test "${ac_cv_prog_CC+set}" = set; then 2325 $as_echo_n "(cached)" >&62222 echo $ECHO_N "(cached) $ECHO_C" >&6 2326 2223 else 2327 2224 if test -n "$CC"; then … … 2336 2233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2337 2234 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2338 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52235 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2339 2236 break 2 2340 2237 fi … … 2347 2244 CC=$ac_cv_prog_CC 2348 2245 if test -n "$CC"; then 2349 { $as_echo "$as_me:$LINENO: result: $CC" >&52350 $as_echo "$CC" >&6; }2351 else 2352 { $as_echo "$as_me:$LINENO: result: no" >&52353 $as_echo "no" >&6; }2246 { echo "$as_me:$LINENO: result: $CC" >&5 2247 echo "${ECHO_T}$CC" >&6; } 2248 else 2249 { echo "$as_me:$LINENO: result: no" >&5 2250 echo "${ECHO_T}no" >&6; } 2354 2251 fi 2355 2252 … … 2364 2261 # Extract the first word of "$ac_prog", so it can be a program name with args. 2365 2262 set dummy $ac_prog; ac_word=$2 2366 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52367 $as_echo_n "checking for $ac_word..." >&6; }2263 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2368 2265 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2369 $as_echo_n "(cached)" >&62266 echo $ECHO_N "(cached) $ECHO_C" >&6 2370 2267 else 2371 2268 if test -n "$ac_ct_CC"; then … … 2380 2277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2381 2278 ac_cv_prog_ac_ct_CC="$ac_prog" 2382 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2383 2280 break 2 2384 2281 fi … … 2391 2288 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2392 2289 if test -n "$ac_ct_CC"; then 2393 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52394 $as_echo "$ac_ct_CC" >&6; }2395 else 2396 { $as_echo "$as_me:$LINENO: result: no" >&52397 $as_echo "no" >&6; }2290 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2291 echo "${ECHO_T}$ac_ct_CC" >&6; } 2292 else 2293 { echo "$as_me:$LINENO: result: no" >&5 2294 echo "${ECHO_T}no" >&6; } 2398 2295 fi 2399 2296 … … 2407 2304 case $cross_compiling:$ac_tool_warned in 2408 2305 yes:) 2409 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2410 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2306 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2307 whose name does not start with the host triplet. If you think this 2308 configuration is useful to you, please write to [email protected]." >&5 2309 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2310 whose name does not start with the host triplet. If you think this 2311 configuration is useful to you, please write to [email protected]." >&2;} 2411 2312 ac_tool_warned=yes ;; 2412 2313 esac … … 2418 2319 2419 2320 2420 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2421 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2422 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2321 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2423 2322 See \`config.log' for more details." >&5 2424 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2323 echo "$as_me: error: no acceptable C compiler found in \$PATH 2425 2324 See \`config.log' for more details." >&2;} 2426 { (exit 1); exit 1; }; } ; }2325 { (exit 1); exit 1; }; } 2427 2326 2428 2327 # Provide some information about the compiler. 2429 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2430 set X $ac_compile 2431 ac_compiler=$2 2328 echo "$as_me:$LINENO: checking for C compiler version" >&5 2329 ac_compiler=`set X $ac_compile; echo $2` 2432 2330 { (ac_try="$ac_compiler --version >&5" 2433 2331 case "(($ac_try" in … … 2435 2333 *) ac_try_echo=$ac_try;; 2436 2334 esac 2437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2438 $as_echo "$ac_try_echo") >&5 2335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2439 2336 (eval "$ac_compiler --version >&5") 2>&5 2440 2337 ac_status=$? 2441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52338 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2442 2339 (exit $ac_status); } 2443 2340 { (ac_try="$ac_compiler -v >&5" … … 2446 2343 *) ac_try_echo=$ac_try;; 2447 2344 esac 2448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2449 $as_echo "$ac_try_echo") >&5 2345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2450 2346 (eval "$ac_compiler -v >&5") 2>&5 2451 2347 ac_status=$? 2452 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2453 2349 (exit $ac_status); } 2454 2350 { (ac_try="$ac_compiler -V >&5" … … 2457 2353 *) ac_try_echo=$ac_try;; 2458 2354 esac 2459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2460 $as_echo "$ac_try_echo") >&5 2355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2461 2356 (eval "$ac_compiler -V >&5") 2>&5 2462 2357 ac_status=$? 2463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52358 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2464 2359 (exit $ac_status); } 2465 2360 … … 2480 2375 _ACEOF 2481 2376 ac_clean_files_save=$ac_clean_files 2482 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2377 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2483 2378 # Try to create an executable without -o first, disregard a.out. 2484 2379 # It will help us diagnose broken compilers, and finding out an intuition 2485 2380 # of exeext. 2486 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2487 $as_echo_n "checking for C compiler default output file name... " >&6; } 2488 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2489 2490 # The possible output files: 2491 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2492 2381 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2382 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2383 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2384 # 2385 # List of possible output files, starting from the most likely. 2386 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2387 # only as a last resort. b.out is created by i960 compilers. 2388 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2389 # 2390 # The IRIX 6 linker writes into existing files which may not be 2391 # executable, retaining their permissions. Remove them first so a 2392 # subsequent execution test works. 2493 2393 ac_rmfiles= 2494 2394 for ac_file in $ac_files 2495 2395 do 2496 2396 case $ac_file in 2497 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2397 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2498 2398 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2499 2399 esac … … 2506 2406 *) ac_try_echo=$ac_try;; 2507 2407 esac 2508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2509 $as_echo "$ac_try_echo") >&5 2408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2510 2409 (eval "$ac_link_default") 2>&5 2511 2410 ac_status=$? 2512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52411 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2513 2412 (exit $ac_status); }; then 2514 2413 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2521 2420 test -f "$ac_file" || continue 2522 2421 case $ac_file in 2523 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2422 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2524 2423 ;; 2525 2424 [ab].out ) … … 2548 2447 fi 2549 2448 2550 { $as_echo "$as_me:$LINENO: result: $ac_file" >&52551 $as_echo "$ac_file" >&6; }2449 { echo "$as_me:$LINENO: result: $ac_file" >&5 2450 echo "${ECHO_T}$ac_file" >&6; } 2552 2451 if test -z "$ac_file"; then 2553 $as_echo "$as_me: failed program was:" >&52452 echo "$as_me: failed program was:" >&5 2554 2453 sed 's/^/| /' conftest.$ac_ext >&5 2555 2454 2556 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2557 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2558 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2455 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2559 2456 See \`config.log' for more details." >&5 2560 $as_echo "$as_me: error: C compiler cannot create executables2457 echo "$as_me: error: C compiler cannot create executables 2561 2458 See \`config.log' for more details." >&2;} 2562 { (exit 77); exit 77; }; } ; }2459 { (exit 77); exit 77; }; } 2563 2460 fi 2564 2461 … … 2567 2464 # Check that the compiler produces executables we can run. If not, either 2568 2465 # the compiler is broken, or we cross compile. 2569 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&52570 $as_echo_n "checking whether the C compiler works..." >&6; }2466 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2467 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2571 2468 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2572 2469 # If not cross compiling, check that we can run a simple program. … … 2577 2474 *) ac_try_echo=$ac_try;; 2578 2475 esac 2579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2580 $as_echo "$ac_try_echo") >&5 2476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2581 2477 (eval "$ac_try") 2>&5 2582 2478 ac_status=$? 2583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52479 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2584 2480 (exit $ac_status); }; }; then 2585 2481 cross_compiling=no … … 2588 2484 cross_compiling=yes 2589 2485 else 2590 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2591 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2592 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2486 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2593 2487 If you meant to cross compile, use \`--host'. 2594 2488 See \`config.log' for more details." >&5 2595 $as_echo "$as_me: error: cannot run C compiled programs.2489 echo "$as_me: error: cannot run C compiled programs. 2596 2490 If you meant to cross compile, use \`--host'. 2597 2491 See \`config.log' for more details." >&2;} 2598 { (exit 1); exit 1; }; } ; }2492 { (exit 1); exit 1; }; } 2599 2493 fi 2600 2494 fi 2601 2495 fi 2602 { $as_echo "$as_me:$LINENO: result: yes" >&52603 $as_echo "yes" >&6; }2604 2605 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2496 { echo "$as_me:$LINENO: result: yes" >&5 2497 echo "${ECHO_T}yes" >&6; } 2498 2499 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2606 2500 ac_clean_files=$ac_clean_files_save 2607 2501 # Check that the compiler produces executables we can run. If not, either 2608 2502 # the compiler is broken, or we cross compile. 2609 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&52610 $as_echo_n "checking whether we are cross compiling..." >&6; }2611 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&52612 $as_echo "$cross_compiling" >&6; }2613 2614 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&52615 $as_echo_n "checking for suffix of executables..." >&6; }2503 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2504 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2505 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2506 echo "${ECHO_T}$cross_compiling" >&6; } 2507 2508 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2509 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2616 2510 if { (ac_try="$ac_link" 2617 2511 case "(($ac_try" in … … 2619 2513 *) ac_try_echo=$ac_try;; 2620 2514 esac 2621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2622 $as_echo "$ac_try_echo") >&5 2515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2623 2516 (eval "$ac_link") 2>&5 2624 2517 ac_status=$? 2625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52518 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2626 2519 (exit $ac_status); }; then 2627 2520 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2632 2525 test -f "$ac_file" || continue 2633 2526 case $ac_file in 2634 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2527 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2635 2528 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2636 2529 break;; … … 2639 2532 done 2640 2533 else 2641 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2642 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2643 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2534 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2644 2535 See \`config.log' for more details." >&5 2645 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2536 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2646 2537 See \`config.log' for more details." >&2;} 2647 { (exit 1); exit 1; }; } ; }2538 { (exit 1); exit 1; }; } 2648 2539 fi 2649 2540 2650 2541 rm -f conftest$ac_cv_exeext 2651 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52652 $as_echo "$ac_cv_exeext" >&6; }2542 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2543 echo "${ECHO_T}$ac_cv_exeext" >&6; } 2653 2544 2654 2545 rm -f conftest.$ac_ext 2655 2546 EXEEXT=$ac_cv_exeext 2656 2547 ac_exeext=$EXEEXT 2657 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&52658 $as_echo_n "checking for suffix of object files..." >&6; }2548 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2549 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2659 2550 if test "${ac_cv_objext+set}" = set; then 2660 $as_echo_n "(cached)" >&62551 echo $ECHO_N "(cached) $ECHO_C" >&6 2661 2552 else 2662 2553 cat >conftest.$ac_ext <<_ACEOF … … 2681 2572 *) ac_try_echo=$ac_try;; 2682 2573 esac 2683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2684 $as_echo "$ac_try_echo") >&5 2574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2685 2575 (eval "$ac_compile") 2>&5 2686 2576 ac_status=$? 2687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2688 2578 (exit $ac_status); }; then 2689 2579 for ac_file in conftest.o conftest.obj conftest.*; do 2690 2580 test -f "$ac_file" || continue; 2691 2581 case $ac_file in 2692 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2582 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2693 2583 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2694 2584 break;; … … 2696 2586 done 2697 2587 else 2698 $as_echo "$as_me: failed program was:" >&52588 echo "$as_me: failed program was:" >&5 2699 2589 sed 's/^/| /' conftest.$ac_ext >&5 2700 2590 2701 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2702 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2703 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2591 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2704 2592 See \`config.log' for more details." >&5 2705 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile2593 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2706 2594 See \`config.log' for more details." >&2;} 2707 { (exit 1); exit 1; }; } ; }2595 { (exit 1); exit 1; }; } 2708 2596 fi 2709 2597 2710 2598 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2711 2599 fi 2712 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&52713 $as_echo "$ac_cv_objext" >&6; }2600 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2601 echo "${ECHO_T}$ac_cv_objext" >&6; } 2714 2602 OBJEXT=$ac_cv_objext 2715 2603 ac_objext=$OBJEXT 2716 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52717 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }2604 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2605 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2718 2606 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2719 $as_echo_n "(cached)" >&62607 echo $ECHO_N "(cached) $ECHO_C" >&6 2720 2608 else 2721 2609 cat >conftest.$ac_ext <<_ACEOF … … 2743 2631 *) ac_try_echo=$ac_try;; 2744 2632 esac 2745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2746 $as_echo "$ac_try_echo") >&5 2633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2747 2634 (eval "$ac_compile") 2>conftest.er1 2748 2635 ac_status=$? … … 2750 2637 rm -f conftest.er1 2751 2638 cat conftest.err >&5 2752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52639 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2753 2640 (exit $ac_status); } && { 2754 2641 test -z "$ac_c_werror_flag" || … … 2757 2644 ac_compiler_gnu=yes 2758 2645 else 2759 $as_echo "$as_me: failed program was:" >&52646 echo "$as_me: failed program was:" >&5 2760 2647 sed 's/^/| /' conftest.$ac_ext >&5 2761 2648 … … 2767 2654 2768 2655 fi 2769 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2770 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2771 if test $ac_compiler_gnu = yes; then 2772 GCC=yes 2773 else 2774 GCC= 2775 fi 2656 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2657 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2658 GCC=`test $ac_compiler_gnu = yes && echo yes` 2776 2659 ac_test_CFLAGS=${CFLAGS+set} 2777 2660 ac_save_CFLAGS=$CFLAGS 2778 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52779 $as_echo_n "checking whether $CC accepts -g..." >&6; }2661 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2662 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2780 2663 if test "${ac_cv_prog_cc_g+set}" = set; then 2781 $as_echo_n "(cached)" >&62664 echo $ECHO_N "(cached) $ECHO_C" >&6 2782 2665 else 2783 2666 ac_save_c_werror_flag=$ac_c_werror_flag … … 2806 2689 *) ac_try_echo=$ac_try;; 2807 2690 esac 2808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2809 $as_echo "$ac_try_echo") >&5 2691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2810 2692 (eval "$ac_compile") 2>conftest.er1 2811 2693 ac_status=$? … … 2813 2695 rm -f conftest.er1 2814 2696 cat conftest.err >&5 2815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2816 2698 (exit $ac_status); } && { 2817 2699 test -z "$ac_c_werror_flag" || … … 2820 2702 ac_cv_prog_cc_g=yes 2821 2703 else 2822 $as_echo "$as_me: failed program was:" >&52704 echo "$as_me: failed program was:" >&5 2823 2705 sed 's/^/| /' conftest.$ac_ext >&5 2824 2706 … … 2845 2727 *) ac_try_echo=$ac_try;; 2846 2728 esac 2847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2848 $as_echo "$ac_try_echo") >&5 2729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2849 2730 (eval "$ac_compile") 2>conftest.er1 2850 2731 ac_status=$? … … 2852 2733 rm -f conftest.er1 2853 2734 cat conftest.err >&5 2854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2855 2736 (exit $ac_status); } && { 2856 2737 test -z "$ac_c_werror_flag" || … … 2859 2740 : 2860 2741 else 2861 $as_echo "$as_me: failed program was:" >&52742 echo "$as_me: failed program was:" >&5 2862 2743 sed 's/^/| /' conftest.$ac_ext >&5 2863 2744 … … 2885 2766 *) ac_try_echo=$ac_try;; 2886 2767 esac 2887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2888 $as_echo "$ac_try_echo") >&5 2768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2889 2769 (eval "$ac_compile") 2>conftest.er1 2890 2770 ac_status=$? … … 2892 2772 rm -f conftest.er1 2893 2773 cat conftest.err >&5 2894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52774 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2895 2775 (exit $ac_status); } && { 2896 2776 test -z "$ac_c_werror_flag" || … … 2899 2779 ac_cv_prog_cc_g=yes 2900 2780 else 2901 $as_echo "$as_me: failed program was:" >&52781 echo "$as_me: failed program was:" >&5 2902 2782 sed 's/^/| /' conftest.$ac_ext >&5 2903 2783 … … 2914 2794 ac_c_werror_flag=$ac_save_c_werror_flag 2915 2795 fi 2916 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52917 $as_echo "$ac_cv_prog_cc_g" >&6; }2796 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2797 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2918 2798 if test "$ac_test_CFLAGS" = set; then 2919 2799 CFLAGS=$ac_save_CFLAGS … … 2931 2811 fi 2932 2812 fi 2933 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52934 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }2813 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2814 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2935 2815 if test "${ac_cv_prog_cc_c89+set}" = set; then 2936 $as_echo_n "(cached)" >&62816 echo $ECHO_N "(cached) $ECHO_C" >&6 2937 2817 else 2938 2818 ac_cv_prog_cc_c89=no … … 3005 2885 *) ac_try_echo=$ac_try;; 3006 2886 esac 3007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3008 $as_echo "$ac_try_echo") >&5 2887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3009 2888 (eval "$ac_compile") 2>conftest.er1 3010 2889 ac_status=$? … … 3012 2891 rm -f conftest.er1 3013 2892 cat conftest.err >&5 3014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52893 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3015 2894 (exit $ac_status); } && { 3016 2895 test -z "$ac_c_werror_flag" || … … 3019 2898 ac_cv_prog_cc_c89=$ac_arg 3020 2899 else 3021 $as_echo "$as_me: failed program was:" >&52900 echo "$as_me: failed program was:" >&5 3022 2901 sed 's/^/| /' conftest.$ac_ext >&5 3023 2902 … … 3035 2914 case "x$ac_cv_prog_cc_c89" in 3036 2915 x) 3037 { $as_echo "$as_me:$LINENO: result: none needed" >&53038 $as_echo "none needed" >&6; } ;;2916 { echo "$as_me:$LINENO: result: none needed" >&5 2917 echo "${ECHO_T}none needed" >&6; } ;; 3039 2918 xno) 3040 { $as_echo "$as_me:$LINENO: result: unsupported" >&53041 $as_echo "unsupported" >&6; } ;;2919 { echo "$as_me:$LINENO: result: unsupported" >&5 2920 echo "${ECHO_T}unsupported" >&6; } ;; 3042 2921 *) 3043 2922 CC="$CC $ac_cv_prog_cc_c89" 3044 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53045 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;2923 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2924 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3046 2925 esac 3047 2926 … … 3067 2946 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3068 2947 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3069 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53070 $as_echo_n "checking for $ac_word..." >&6; }2948 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3071 2950 if test "${ac_cv_prog_CXX+set}" = set; then 3072 $as_echo_n "(cached)" >&62951 echo $ECHO_N "(cached) $ECHO_C" >&6 3073 2952 else 3074 2953 if test -n "$CXX"; then … … 3083 2962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3084 2963 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3085 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52964 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3086 2965 break 2 3087 2966 fi … … 3094 2973 CXX=$ac_cv_prog_CXX 3095 2974 if test -n "$CXX"; then 3096 { $as_echo "$as_me:$LINENO: result: $CXX" >&53097 $as_echo "$CXX" >&6; }3098 else 3099 { $as_echo "$as_me:$LINENO: result: no" >&53100 $as_echo "no" >&6; }2975 { echo "$as_me:$LINENO: result: $CXX" >&5 2976 echo "${ECHO_T}$CXX" >&6; } 2977 else 2978 { echo "$as_me:$LINENO: result: no" >&5 2979 echo "${ECHO_T}no" >&6; } 3101 2980 fi 3102 2981 … … 3111 2990 # Extract the first word of "$ac_prog", so it can be a program name with args. 3112 2991 set dummy $ac_prog; ac_word=$2 3113 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53114 $as_echo_n "checking for $ac_word..." >&6; }2992 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3115 2994 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3116 $as_echo_n "(cached)" >&62995 echo $ECHO_N "(cached) $ECHO_C" >&6 3117 2996 else 3118 2997 if test -n "$ac_ct_CXX"; then … … 3127 3006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3128 3007 ac_cv_prog_ac_ct_CXX="$ac_prog" 3129 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53008 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3130 3009 break 2 3131 3010 fi … … 3138 3017 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3139 3018 if test -n "$ac_ct_CXX"; then 3140 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53141 $as_echo "$ac_ct_CXX" >&6; }3142 else 3143 { $as_echo "$as_me:$LINENO: result: no" >&53144 $as_echo "no" >&6; }3019 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 3020 echo "${ECHO_T}$ac_ct_CXX" >&6; } 3021 else 3022 { echo "$as_me:$LINENO: result: no" >&5 3023 echo "${ECHO_T}no" >&6; } 3145 3024 fi 3146 3025 … … 3154 3033 case $cross_compiling:$ac_tool_warned in 3155 3034 yes:) 3156 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3035 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3036 whose name does not start with the host triplet. If you think this 3037 configuration is useful to you, please write to [email protected]." >&5 3038 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3039 whose name does not start with the host triplet. If you think this 3040 configuration is useful to you, please write to [email protected]." >&2;} 3158 3041 ac_tool_warned=yes ;; 3159 3042 esac … … 3165 3048 fi 3166 3049 # Provide some information about the compiler. 3167 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3168 set X $ac_compile 3169 ac_compiler=$2 3050 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3051 ac_compiler=`set X $ac_compile; echo $2` 3170 3052 { (ac_try="$ac_compiler --version >&5" 3171 3053 case "(($ac_try" in … … 3173 3055 *) ac_try_echo=$ac_try;; 3174 3056 esac 3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3176 $as_echo "$ac_try_echo") >&5 3057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3177 3058 (eval "$ac_compiler --version >&5") 2>&5 3178 3059 ac_status=$? 3179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53060 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3180 3061 (exit $ac_status); } 3181 3062 { (ac_try="$ac_compiler -v >&5" … … 3184 3065 *) ac_try_echo=$ac_try;; 3185 3066 esac 3186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3187 $as_echo "$ac_try_echo") >&5 3067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3188 3068 (eval "$ac_compiler -v >&5") 2>&5 3189 3069 ac_status=$? 3190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53070 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3191 3071 (exit $ac_status); } 3192 3072 { (ac_try="$ac_compiler -V >&5" … … 3195 3075 *) ac_try_echo=$ac_try;; 3196 3076 esac 3197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3198 $as_echo "$ac_try_echo") >&5 3077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3199 3078 (eval "$ac_compiler -V >&5") 2>&5 3200 3079 ac_status=$? 3201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53080 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3202 3081 (exit $ac_status); } 3203 3082 3204 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53205 $as_echo_n "checking whether we are using the GNU C++ compiler..." >&6; }3083 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3084 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3206 3085 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3207 $as_echo_n "(cached)" >&63086 echo $ECHO_N "(cached) $ECHO_C" >&6 3208 3087 else 3209 3088 cat >conftest.$ac_ext <<_ACEOF … … 3231 3110 *) ac_try_echo=$ac_try;; 3232 3111 esac 3233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3234 $as_echo "$ac_try_echo") >&5 3112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3235 3113 (eval "$ac_compile") 2>conftest.er1 3236 3114 ac_status=$? … … 3238 3116 rm -f conftest.er1 3239 3117 cat conftest.err >&5 3240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53118 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3241 3119 (exit $ac_status); } && { 3242 3120 test -z "$ac_cxx_werror_flag" || … … 3245 3123 ac_compiler_gnu=yes 3246 3124 else 3247 $as_echo "$as_me: failed program was:" >&53125 echo "$as_me: failed program was:" >&5 3248 3126 sed 's/^/| /' conftest.$ac_ext >&5 3249 3127 … … 3255 3133 3256 3134 fi 3257 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3258 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3259 if test $ac_compiler_gnu = yes; then 3260 GXX=yes 3261 else 3262 GXX= 3263 fi 3135 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3136 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3137 GXX=`test $ac_compiler_gnu = yes && echo yes` 3264 3138 ac_test_CXXFLAGS=${CXXFLAGS+set} 3265 3139 ac_save_CXXFLAGS=$CXXFLAGS 3266 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53267 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3140 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3141 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3268 3142 if test "${ac_cv_prog_cxx_g+set}" = set; then 3269 $as_echo_n "(cached)" >&63143 echo $ECHO_N "(cached) $ECHO_C" >&6 3270 3144 else 3271 3145 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3294 3168 *) ac_try_echo=$ac_try;; 3295 3169 esac 3296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3297 $as_echo "$ac_try_echo") >&5 3170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3298 3171 (eval "$ac_compile") 2>conftest.er1 3299 3172 ac_status=$? … … 3301 3174 rm -f conftest.er1 3302 3175 cat conftest.err >&5 3303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53176 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3304 3177 (exit $ac_status); } && { 3305 3178 test -z "$ac_cxx_werror_flag" || … … 3308 3181 ac_cv_prog_cxx_g=yes 3309 3182 else 3310 $as_echo "$as_me: failed program was:" >&53183 echo "$as_me: failed program was:" >&5 3311 3184 sed 's/^/| /' conftest.$ac_ext >&5 3312 3185 … … 3333 3206 *) ac_try_echo=$ac_try;; 3334 3207 esac 3335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3336 $as_echo "$ac_try_echo") >&5 3208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3337 3209 (eval "$ac_compile") 2>conftest.er1 3338 3210 ac_status=$? … … 3340 3212 rm -f conftest.er1 3341 3213 cat conftest.err >&5 3342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53214 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3343 3215 (exit $ac_status); } && { 3344 3216 test -z "$ac_cxx_werror_flag" || … … 3347 3219 : 3348 3220 else 3349 $as_echo "$as_me: failed program was:" >&53221 echo "$as_me: failed program was:" >&5 3350 3222 sed 's/^/| /' conftest.$ac_ext >&5 3351 3223 … … 3373 3245 *) ac_try_echo=$ac_try;; 3374 3246 esac 3375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3376 $as_echo "$ac_try_echo") >&5 3247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3377 3248 (eval "$ac_compile") 2>conftest.er1 3378 3249 ac_status=$? … … 3380 3251 rm -f conftest.er1 3381 3252 cat conftest.err >&5 3382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53253 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3383 3254 (exit $ac_status); } && { 3384 3255 test -z "$ac_cxx_werror_flag" || … … 3387 3258 ac_cv_prog_cxx_g=yes 3388 3259 else 3389 $as_echo "$as_me: failed program was:" >&53260 echo "$as_me: failed program was:" >&5 3390 3261 sed 's/^/| /' conftest.$ac_ext >&5 3391 3262 … … 3402 3273 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3403 3274 fi 3404 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&53405 $as_echo "$ac_cv_prog_cxx_g" >&6; }3275 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3276 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 3406 3277 if test "$ac_test_CXXFLAGS" = set; then 3407 3278 CXXFLAGS=$ac_save_CXXFLAGS … … 3434 3305 # Extract the first word of "$ac_prog", so it can be a program name with args. 3435 3306 set dummy $ac_prog; ac_word=$2 3436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53437 $as_echo_n "checking for $ac_word..." >&6; }3307 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3438 3309 if test "${ac_cv_prog_JAVAC+set}" = set; then 3439 $as_echo_n "(cached)" >&63310 echo $ECHO_N "(cached) $ECHO_C" >&6 3440 3311 else 3441 3312 if test -n "$JAVAC"; then … … 3450 3321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3451 3322 ac_cv_prog_JAVAC="$ac_prog" 3452 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3453 3324 break 2 3454 3325 fi … … 3461 3332 JAVAC=$ac_cv_prog_JAVAC 3462 3333 if test -n "$JAVAC"; then 3463 { $as_echo "$as_me:$LINENO: result: $JAVAC" >&53464 $as_echo "$JAVAC" >&6; }3465 else 3466 { $as_echo "$as_me:$LINENO: result: no" >&53467 $as_echo "no" >&6; }3334 { echo "$as_me:$LINENO: result: $JAVAC" >&5 3335 echo "${ECHO_T}$JAVAC" >&6; } 3336 else 3337 { echo "$as_me:$LINENO: result: no" >&5 3338 echo "${ECHO_T}no" >&6; } 3468 3339 fi 3469 3340 … … 3477 3348 # Extract the first word of "$ac_prog", so it can be a program name with args. 3478 3349 set dummy $ac_prog; ac_word=$2 3479 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53480 $as_echo_n "checking for $ac_word..." >&6; }3350 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3481 3352 if test "${ac_cv_prog_JAVAC+set}" = set; then 3482 $as_echo_n "(cached)" >&63353 echo $ECHO_N "(cached) $ECHO_C" >&6 3483 3354 else 3484 3355 if test -n "$JAVAC"; then … … 3493 3364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3494 3365 ac_cv_prog_JAVAC="$ac_prog" 3495 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3496 3367 break 2 3497 3368 fi … … 3504 3375 JAVAC=$ac_cv_prog_JAVAC 3505 3376 if test -n "$JAVAC"; then 3506 { $as_echo "$as_me:$LINENO: result: $JAVAC" >&53507 $as_echo "$JAVAC" >&6; }3508 else 3509 { $as_echo "$as_me:$LINENO: result: no" >&53510 $as_echo "no" >&6; }3377 { echo "$as_me:$LINENO: result: $JAVAC" >&5 3378 echo "${ECHO_T}$JAVAC" >&6; } 3379 else 3380 { echo "$as_me:$LINENO: result: no" >&5 3381 echo "${ECHO_T}no" >&6; } 3511 3382 fi 3512 3383 … … 3517 3388 3518 3389 fi 3519 test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&53520 $as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}3390 test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5 3391 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;} 3521 3392 { (exit 1); exit 1; }; } 3522 3393 else … … 3526 3397 3527 3398 3528 { $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&53529 $as_echo_n "checking if $JAVAC works..." >&6; }3399 { echo "$as_me:$LINENO: checking if $JAVAC works" >&5 3400 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; } 3530 3401 if test "${ac_cv_prog_javac_works+set}" = set; then 3531 $as_echo_n "(cached)" >&63402 echo $ECHO_N "(cached) $ECHO_C" >&6 3532 3403 else 3533 3404 … … 3535 3406 CLASS_TEST=Test.class 3536 3407 cat << \EOF > $JAVA_TEST 3537 /* #line 3 537"configure" */3408 /* #line 3408 "configure" */ 3538 3409 public class Test { 3539 3410 } … … 3543 3414 (eval $ac_try) 2>&5 3544 3415 ac_status=$? 3545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53416 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3546 3417 (exit $ac_status); }; } >/dev/null 2>&1; then 3547 3418 ac_cv_prog_javac_works=yes 3548 3419 else 3549 { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&53550 $as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}3420 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5 3421 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;} 3551 3422 { (exit 1); exit 1; }; } 3552 3423 echo "configure: failed program was:" >&5 … … 3556 3427 3557 3428 fi 3558 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&53559 $as_echo "$ac_cv_prog_javac_works" >&6; }3429 { echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5 3430 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6; } 3560 3431 if test "x$JAVACFLAGS" = x ; then 3561 3432 JAVACFLAGS="-source 1.4 -target 1.4" … … 3571 3442 # Extract the first word of "$ac_prog", so it can be a program name with args. 3572 3443 set dummy $ac_prog; ac_word=$2 3573 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53574 $as_echo_n "checking for $ac_word..." >&6; }3444 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3575 3446 if test "${ac_cv_prog_JAVA+set}" = set; then 3576 $as_echo_n "(cached)" >&63447 echo $ECHO_N "(cached) $ECHO_C" >&6 3577 3448 else 3578 3449 if test -n "$JAVA"; then … … 3587 3458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3588 3459 ac_cv_prog_JAVA="$ac_prog" 3589 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53460 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3590 3461 break 2 3591 3462 fi … … 3598 3469 JAVA=$ac_cv_prog_JAVA 3599 3470 if test -n "$JAVA"; then 3600 { $as_echo "$as_me:$LINENO: result: $JAVA" >&53601 $as_echo "$JAVA" >&6; }3602 else 3603 { $as_echo "$as_me:$LINENO: result: no" >&53604 $as_echo "no" >&6; }3471 { echo "$as_me:$LINENO: result: $JAVA" >&5 3472 echo "${ECHO_T}$JAVA" >&6; } 3473 else 3474 { echo "$as_me:$LINENO: result: no" >&5 3475 echo "${ECHO_T}no" >&6; } 3605 3476 fi 3606 3477 … … 3614 3485 # Extract the first word of "$ac_prog", so it can be a program name with args. 3615 3486 set dummy $ac_prog; ac_word=$2 3616 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53617 $as_echo_n "checking for $ac_word..." >&6; }3487 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3618 3489 if test "${ac_cv_prog_JAVA+set}" = set; then 3619 $as_echo_n "(cached)" >&63490 echo $ECHO_N "(cached) $ECHO_C" >&6 3620 3491 else 3621 3492 if test -n "$JAVA"; then … … 3630 3501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3631 3502 ac_cv_prog_JAVA="$ac_prog" 3632 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3633 3504 break 2 3634 3505 fi … … 3641 3512 JAVA=$ac_cv_prog_JAVA 3642 3513 if test -n "$JAVA"; then 3643 { $as_echo "$as_me:$LINENO: result: $JAVA" >&53644 $as_echo "$JAVA" >&6; }3645 else 3646 { $as_echo "$as_me:$LINENO: result: no" >&53647 $as_echo "no" >&6; }3514 { echo "$as_me:$LINENO: result: $JAVA" >&5 3515 echo "${ECHO_T}$JAVA" >&6; } 3516 else 3517 { echo "$as_me:$LINENO: result: no" >&5 3518 echo "${ECHO_T}no" >&6; } 3648 3519 fi 3649 3520 … … 3654 3525 3655 3526 fi 3656 test x$JAVA = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&53657 $as_echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}3527 test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5 3528 echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;} 3658 3529 { (exit 1); exit 1; }; } 3659 3530 fi … … 3662 3533 # Extract the first word of "uudecode$EXEEXT", so it can be a program name with args. 3663 3534 set dummy uudecode$EXEEXT; ac_word=$2 3664 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53665 $as_echo_n "checking for $ac_word..." >&6; }3535 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3536 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3666 3537 if test "${ac_cv_prog_uudecode+set}" = set; then 3667 $as_echo_n "(cached)" >&63538 echo $ECHO_N "(cached) $ECHO_C" >&6 3668 3539 else 3669 3540 if test -n "$uudecode"; then … … 3678 3549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3679 3550 ac_cv_prog_uudecode="yes" 3680 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53551 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3681 3552 break 2 3682 3553 fi … … 3689 3560 uudecode=$ac_cv_prog_uudecode 3690 3561 if test -n "$uudecode"; then 3691 { $as_echo "$as_me:$LINENO: result: $uudecode" >&53692 $as_echo "$uudecode" >&6; }3693 else 3694 { $as_echo "$as_me:$LINENO: result: no" >&53695 $as_echo "no" >&6; }3562 { echo "$as_me:$LINENO: result: $uudecode" >&5 3563 echo "${ECHO_T}$uudecode" >&6; } 3564 else 3565 { echo "$as_me:$LINENO: result: no" >&5 3566 echo "${ECHO_T}no" >&6; } 3696 3567 fi 3697 3568 3698 3569 3699 3570 if test x$uudecode = xyes; then 3700 { $as_echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&53701 $as_echo_n "checking if uudecode can decode base 64 file..." >&6; }3571 { echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5 3572 echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6; } 3702 3573 if test "${ac_cv_prog_uudecode_base64+set}" = set; then 3703 $as_echo_n "(cached)" >&63574 echo $ECHO_N "(cached) $ECHO_C" >&6 3704 3575 else 3705 3576 … … 3718 3589 ac_cv_prog_uudecode_base64=yes 3719 3590 else 3720 echo "configure: 3 720: uudecode had trouble decoding base 64 file 'Test.uue'" >&53591 echo "configure: 3591: uudecode had trouble decoding base 64 file 'Test.uue'" >&5 3721 3592 echo "configure: failed file was:" >&5 3722 3593 cat Test.uue >&5 … … 3725 3596 rm -f Test.uue 3726 3597 fi 3727 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&53728 $as_echo "$ac_cv_prog_uudecode_base64" >&6; }3598 { echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5 3599 echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6; } 3729 3600 fi 3730 3601 if test x$ac_cv_prog_uudecode_base64 != xyes; then 3731 3602 rm -f Test.class 3732 { $as_echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&53733 $as_echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}3603 { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5 3604 echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;} 3734 3605 if test x$ac_cv_prog_javac_works = xno; then 3735 { { $as_echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&53736 $as_echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}3606 { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5 3607 echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;} 3737 3608 { (exit 1); exit 1; }; } 3738 3609 fi … … 3745 3616 # Extract the first word of "$ac_prog", so it can be a program name with args. 3746 3617 set dummy $ac_prog; ac_word=$2 3747 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53748 $as_echo_n "checking for $ac_word..." >&6; }3618 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3749 3620 if test "${ac_cv_prog_JAVAC+set}" = set; then 3750 $as_echo_n "(cached)" >&63621 echo $ECHO_N "(cached) $ECHO_C" >&6 3751 3622 else 3752 3623 if test -n "$JAVAC"; then … … 3761 3632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3762 3633 ac_cv_prog_JAVAC="$ac_prog" 3763 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3764 3635 break 2 3765 3636 fi … … 3772 3643 JAVAC=$ac_cv_prog_JAVAC 3773 3644 if test -n "$JAVAC"; then 3774 { $as_echo "$as_me:$LINENO: result: $JAVAC" >&53775 $as_echo "$JAVAC" >&6; }3776 else 3777 { $as_echo "$as_me:$LINENO: result: no" >&53778 $as_echo "no" >&6; }3645 { echo "$as_me:$LINENO: result: $JAVAC" >&5 3646 echo "${ECHO_T}$JAVAC" >&6; } 3647 else 3648 { echo "$as_me:$LINENO: result: no" >&5 3649 echo "${ECHO_T}no" >&6; } 3779 3650 fi 3780 3651 … … 3788 3659 # Extract the first word of "$ac_prog", so it can be a program name with args. 3789 3660 set dummy $ac_prog; ac_word=$2 3790 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53791 $as_echo_n "checking for $ac_word..." >&6; }3661 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3662 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3792 3663 if test "${ac_cv_prog_JAVAC+set}" = set; then 3793 $as_echo_n "(cached)" >&63664 echo $ECHO_N "(cached) $ECHO_C" >&6 3794 3665 else 3795 3666 if test -n "$JAVAC"; then … … 3804 3675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3805 3676 ac_cv_prog_JAVAC="$ac_prog" 3806 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3807 3678 break 2 3808 3679 fi … … 3815 3686 JAVAC=$ac_cv_prog_JAVAC 3816 3687 if test -n "$JAVAC"; then 3817 { $as_echo "$as_me:$LINENO: result: $JAVAC" >&53818 $as_echo "$JAVAC" >&6; }3819 else 3820 { $as_echo "$as_me:$LINENO: result: no" >&53821 $as_echo "no" >&6; }3688 { echo "$as_me:$LINENO: result: $JAVAC" >&5 3689 echo "${ECHO_T}$JAVAC" >&6; } 3690 else 3691 { echo "$as_me:$LINENO: result: no" >&5 3692 echo "${ECHO_T}no" >&6; } 3822 3693 fi 3823 3694 … … 3828 3699 3829 3700 fi 3830 test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&53831 $as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}3701 test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5 3702 echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;} 3832 3703 { (exit 1); exit 1; }; } 3833 3704 else … … 3837 3708 3838 3709 3839 { $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&53840 $as_echo_n "checking if $JAVAC works..." >&6; }3710 { echo "$as_me:$LINENO: checking if $JAVAC works" >&5 3711 echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; } 3841 3712 if test "${ac_cv_prog_javac_works+set}" = set; then 3842 $as_echo_n "(cached)" >&63713 echo $ECHO_N "(cached) $ECHO_C" >&6 3843 3714 else 3844 3715 … … 3846 3717 CLASS_TEST=Test.class 3847 3718 cat << \EOF > $JAVA_TEST 3848 /* #line 3 848"configure" */3719 /* #line 3719 "configure" */ 3849 3720 public class Test { 3850 3721 } … … 3854 3725 (eval $ac_try) 2>&5 3855 3726 ac_status=$? 3856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53727 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3857 3728 (exit $ac_status); }; } >/dev/null 2>&1; then 3858 3729 ac_cv_prog_javac_works=yes 3859 3730 else 3860 { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&53861 $as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}3731 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5 3732 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;} 3862 3733 { (exit 1); exit 1; }; } 3863 3734 echo "configure: failed program was:" >&5 … … 3867 3738 3868 3739 fi 3869 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&53870 $as_echo "$ac_cv_prog_javac_works" >&6; }3740 { echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5 3741 echo "${ECHO_T}$ac_cv_prog_javac_works" >&6; } 3871 3742 if test "x$JAVACFLAGS" = x ; then 3872 3743 JAVACFLAGS="-source 1.4 -target 1.4" … … 3877 3748 fi 3878 3749 fi 3879 { $as_echo "$as_me:$LINENO: checking if $JAVA works" >&53880 $as_echo_n "checking if $JAVA works..." >&6; }3750 { echo "$as_me:$LINENO: checking if $JAVA works" >&5 3751 echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6; } 3881 3752 if test "${ac_cv_prog_java_works+set}" = set; then 3882 $as_echo_n "(cached)" >&63753 echo $ECHO_N "(cached) $ECHO_C" >&6 3883 3754 else 3884 3755 … … 3887 3758 TEST=Test 3888 3759 cat << \EOF > $JAVA_TEST 3889 /* [#]line 3 889"configure" */3760 /* [#]line 3760 "configure" */ 3890 3761 public class Test { 3891 3762 public static void main (String args[]) { … … 3898 3769 (eval $ac_try) 2>&5 3899 3770 ac_status=$? 3900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53771 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3901 3772 (exit $ac_status); }; } && test -s $CLASS_TEST; then 3902 3773 : … … 3904 3775 echo "configure: failed program was:" >&5 3905 3776 cat $JAVA_TEST >&5 3906 { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&53907 $as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}3777 { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5 3778 echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;} 3908 3779 { (exit 1); exit 1; }; } 3909 3780 fi … … 3913 3784 (eval $ac_try) 2>&5 3914 3785 ac_status=$? 3915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3916 3787 (exit $ac_status); }; } >/dev/null 2>&1; then 3917 3788 ac_cv_prog_java_works=yes … … 3919 3790 echo "configure: failed program was:" >&5 3920 3791 cat $JAVA_TEST >&5 3921 { { $as_echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&53922 $as_echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}3792 { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5 3793 echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;} 3923 3794 { (exit 1); exit 1; }; } 3924 3795 fi … … 3926 3797 3927 3798 fi 3928 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&53929 $as_echo "$ac_cv_prog_java_works" >&6; }3799 { echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5 3800 echo "${ECHO_T}$ac_cv_prog_java_works" >&6; } 3930 3801 3931 3802 … … 3936 3807 # Extract the first word of "$ac_prog", so it can be a program name with args. 3937 3808 set dummy $ac_prog; ac_word=$2 3938 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53939 $as_echo_n "checking for $ac_word..." >&6; }3809 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3940 3811 if test "${ac_cv_prog_AWK+set}" = set; then 3941 $as_echo_n "(cached)" >&63812 echo $ECHO_N "(cached) $ECHO_C" >&6 3942 3813 else 3943 3814 if test -n "$AWK"; then … … 3952 3823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3953 3824 ac_cv_prog_AWK="$ac_prog" 3954 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53825 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3955 3826 break 2 3956 3827 fi … … 3963 3834 AWK=$ac_cv_prog_AWK 3964 3835 if test -n "$AWK"; then 3965 { $as_echo "$as_me:$LINENO: result: $AWK" >&53966 $as_echo "$AWK" >&6; }3967 else 3968 { $as_echo "$as_me:$LINENO: result: no" >&53969 $as_echo "no" >&6; }3836 { echo "$as_me:$LINENO: result: $AWK" >&5 3837 echo "${ECHO_T}$AWK" >&6; } 3838 else 3839 { echo "$as_me:$LINENO: result: no" >&5 3840 echo "${ECHO_T}no" >&6; } 3970 3841 fi 3971 3842 … … 3978 3849 # Extract the first word of "$ac_prog", so it can be a program name with args. 3979 3850 set dummy $ac_prog; ac_word=$2 3980 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53981 $as_echo_n "checking for $ac_word..." >&6; }3851 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3852 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3982 3853 if test "${ac_cv_prog_YACC+set}" = set; then 3983 $as_echo_n "(cached)" >&63854 echo $ECHO_N "(cached) $ECHO_C" >&6 3984 3855 else 3985 3856 if test -n "$YACC"; then … … 3994 3865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3995 3866 ac_cv_prog_YACC="$ac_prog" 3996 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53867 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3997 3868 break 2 3998 3869 fi … … 4005 3876 YACC=$ac_cv_prog_YACC 4006 3877 if test -n "$YACC"; then 4007 { $as_echo "$as_me:$LINENO: result: $YACC" >&54008 $as_echo "$YACC" >&6; }4009 else 4010 { $as_echo "$as_me:$LINENO: result: no" >&54011 $as_echo "no" >&6; }3878 { echo "$as_me:$LINENO: result: $YACC" >&5 3879 echo "${ECHO_T}$YACC" >&6; } 3880 else 3881 { echo "$as_me:$LINENO: result: no" >&5 3882 echo "${ECHO_T}no" >&6; } 4012 3883 fi 4013 3884 … … 4034 3905 done 4035 3906 if test -z "$ac_aux_dir"; then 4036 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&54037 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}3907 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 3908 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 4038 3909 { (exit 1); exit 1; }; } 4039 3910 fi … … 4050 3921 # Make sure we can run config.sub. 4051 3922 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4052 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&54053 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}3923 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 3924 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 4054 3925 { (exit 1); exit 1; }; } 4055 3926 4056 { $as_echo "$as_me:$LINENO: checking build system type" >&54057 $as_echo_n "checking build system type..." >&6; }3927 { echo "$as_me:$LINENO: checking build system type" >&5 3928 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 4058 3929 if test "${ac_cv_build+set}" = set; then 4059 $as_echo_n "(cached)" >&63930 echo $ECHO_N "(cached) $ECHO_C" >&6 4060 3931 else 4061 3932 ac_build_alias=$build_alias … … 4063 3934 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4064 3935 test "x$ac_build_alias" = x && 4065 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&54066 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}3936 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 3937 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 4067 3938 { (exit 1); exit 1; }; } 4068 3939 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4069 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&54070 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}3940 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 3941 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 4071 3942 { (exit 1); exit 1; }; } 4072 3943 4073 3944 fi 4074 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&54075 $as_echo "$ac_cv_build" >&6; }3945 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3946 echo "${ECHO_T}$ac_cv_build" >&6; } 4076 3947 case $ac_cv_build in 4077 3948 *-*-*) ;; 4078 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&54079 $as_echo "$as_me: error: invalid value of canonical build" >&2;}3949 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 3950 echo "$as_me: error: invalid value of canonical build" >&2;} 4080 3951 { (exit 1); exit 1; }; };; 4081 3952 esac … … 4094 3965 4095 3966 4096 { $as_echo "$as_me:$LINENO: checking host system type" >&54097 $as_echo_n "checking host system type..." >&6; }3967 { echo "$as_me:$LINENO: checking host system type" >&5 3968 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 4098 3969 if test "${ac_cv_host+set}" = set; then 4099 $as_echo_n "(cached)" >&63970 echo $ECHO_N "(cached) $ECHO_C" >&6 4100 3971 else 4101 3972 if test "x$host_alias" = x; then … … 4103 3974 else 4104 3975 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 4105 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&54106 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}3976 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 3977 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 4107 3978 { (exit 1); exit 1; }; } 4108 3979 fi 4109 3980 4110 3981 fi 4111 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&54112 $as_echo "$ac_cv_host" >&6; }3982 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3983 echo "${ECHO_T}$ac_cv_host" >&6; } 4113 3984 case $ac_cv_host in 4114 3985 *-*-*) ;; 4115 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&54116 $as_echo "$as_me: error: invalid value of canonical host" >&2;}3986 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 3987 echo "$as_me: error: invalid value of canonical host" >&2;} 4117 3988 { (exit 1); exit 1; }; };; 4118 3989 esac … … 4131 4002 4132 4003 4133 { $as_echo "$as_me:$LINENO: checking target system type" >&54134 $as_echo_n "checking target system type..." >&6; }4004 { echo "$as_me:$LINENO: checking target system type" >&5 4005 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 4135 4006 if test "${ac_cv_target+set}" = set; then 4136 $as_echo_n "(cached)" >&64007 echo $ECHO_N "(cached) $ECHO_C" >&6 4137 4008 else 4138 4009 if test "x$target_alias" = x; then … … 4140 4011 else 4141 4012 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 4142 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&54143 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}4013 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 4014 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 4144 4015 { (exit 1); exit 1; }; } 4145 4016 fi 4146 4017 4147 4018 fi 4148 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&54149 $as_echo "$ac_cv_target" >&6; }4019 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 4020 echo "${ECHO_T}$ac_cv_target" >&6; } 4150 4021 case $ac_cv_target in 4151 4022 *-*-*) ;; 4152 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&54153 $as_echo "$as_me: error: invalid value of canonical target" >&2;}4023 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 4024 echo "$as_me: error: invalid value of canonical target" >&2;} 4154 4025 { (exit 1); exit 1; }; };; 4155 4026 esac … … 4187 4058 # OS/2's system install, which has a completely different semantic 4188 4059 # ./install, which can be erroneously created by make from ./install.sh. 4189 # Reject install programs that cannot install multiple files. 4190 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 4191 $as_echo_n "checking for a BSD-compatible install... " >&6; } 4060 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 4061 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 4192 4062 if test -z "$INSTALL"; then 4193 4063 if test "${ac_cv_path_install+set}" = set; then 4194 $as_echo_n "(cached)" >&64064 echo $ECHO_N "(cached) $ECHO_C" >&6 4195 4065 else 4196 4066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 4221 4091 : 4222 4092 else 4223 rm -rf conftest.one conftest.two conftest.dir 4224 echo one > conftest.one 4225 echo two > conftest.two 4226 mkdir conftest.dir 4227 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 4228 test -s conftest.one && test -s conftest.two && 4229 test -s conftest.dir/conftest.one && 4230 test -s conftest.dir/conftest.two 4231 then 4232 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 4233 break 3 4234 fi 4093 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 4094 break 3 4235 4095 fi 4236 4096 fi … … 4239 4099 ;; 4240 4100 esac 4241 4242 4101 done 4243 4102 IFS=$as_save_IFS 4244 4103 4245 rm -rf conftest.one conftest.two conftest.dir4246 4104 4247 4105 fi … … 4256 4114 fi 4257 4115 fi 4258 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&54259 $as_echo "$INSTALL" >&6; }4116 { echo "$as_me:$LINENO: result: $INSTALL" >&5 4117 echo "${ECHO_T}$INSTALL" >&6; } 4260 4118 4261 4119 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 4267 4125 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 4268 4126 4269 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&54270 $as_echo_n "checking whether ln -s works..." >&6; }4127 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 4128 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 4271 4129 LN_S=$as_ln_s 4272 4130 if test "$LN_S" = "ln -s"; then 4273 { $as_echo "$as_me:$LINENO: result: yes" >&5 4274 $as_echo "yes" >&6; } 4275 else 4276 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 4277 $as_echo "no, using $LN_S" >&6; } 4278 fi 4279 4280 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 4281 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 4282 set x ${MAKE-make} 4283 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 4131 { echo "$as_me:$LINENO: result: yes" >&5 4132 echo "${ECHO_T}yes" >&6; } 4133 else 4134 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 4135 echo "${ECHO_T}no, using $LN_S" >&6; } 4136 fi 4137 4138 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 4139 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 4140 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 4284 4141 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 4285 $as_echo_n "(cached)" >&64142 echo $ECHO_N "(cached) $ECHO_C" >&6 4286 4143 else 4287 4144 cat >conftest.make <<\_ACEOF … … 4300 4157 fi 4301 4158 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 4302 { $as_echo "$as_me:$LINENO: result: yes" >&54303 $as_echo "yes" >&6; }4159 { echo "$as_me:$LINENO: result: yes" >&5 4160 echo "${ECHO_T}yes" >&6; } 4304 4161 SET_MAKE= 4305 4162 else 4306 { $as_echo "$as_me:$LINENO: result: no" >&54307 $as_echo "no" >&6; }4163 { echo "$as_me:$LINENO: result: no" >&5 4164 echo "${ECHO_T}no" >&6; } 4308 4165 SET_MAKE="MAKE=${MAKE-make}" 4309 4166 fi … … 4312 4169 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 4313 4170 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 4314 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54315 $as_echo_n "checking for $ac_word..." >&6; }4171 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4172 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4316 4173 if test "${ac_cv_prog_RANLIB+set}" = set; then 4317 $as_echo_n "(cached)" >&64174 echo $ECHO_N "(cached) $ECHO_C" >&6 4318 4175 else 4319 4176 if test -n "$RANLIB"; then … … 4328 4185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4329 4186 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 4330 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54187 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4331 4188 break 2 4332 4189 fi … … 4339 4196 RANLIB=$ac_cv_prog_RANLIB 4340 4197 if test -n "$RANLIB"; then 4341 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&54342 $as_echo "$RANLIB" >&6; }4343 else 4344 { $as_echo "$as_me:$LINENO: result: no" >&54345 $as_echo "no" >&6; }4198 { echo "$as_me:$LINENO: result: $RANLIB" >&5 4199 echo "${ECHO_T}$RANLIB" >&6; } 4200 else 4201 { echo "$as_me:$LINENO: result: no" >&5 4202 echo "${ECHO_T}no" >&6; } 4346 4203 fi 4347 4204 … … 4352 4209 # Extract the first word of "ranlib", so it can be a program name with args. 4353 4210 set dummy ranlib; ac_word=$2 4354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54355 $as_echo_n "checking for $ac_word..." >&6; }4211 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4212 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4356 4213 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 4357 $as_echo_n "(cached)" >&64214 echo $ECHO_N "(cached) $ECHO_C" >&6 4358 4215 else 4359 4216 if test -n "$ac_ct_RANLIB"; then … … 4368 4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4369 4226 ac_cv_prog_ac_ct_RANLIB="ranlib" 4370 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54227 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4371 4228 break 2 4372 4229 fi … … 4379 4236 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 4380 4237 if test -n "$ac_ct_RANLIB"; then 4381 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&54382 $as_echo "$ac_ct_RANLIB" >&6; }4383 else 4384 { $as_echo "$as_me:$LINENO: result: no" >&54385 $as_echo "no" >&6; }4238 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 4239 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 4240 else 4241 { echo "$as_me:$LINENO: result: no" >&5 4242 echo "${ECHO_T}no" >&6; } 4386 4243 fi 4387 4244 … … 4391 4248 case $cross_compiling:$ac_tool_warned in 4392 4249 yes:) 4393 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 4394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4250 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4251 whose name does not start with the host triplet. If you think this 4252 configuration is useful to you, please write to [email protected]." >&5 4253 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4254 whose name does not start with the host triplet. If you think this 4255 configuration is useful to you, please write to [email protected]." >&2;} 4395 4256 ac_tool_warned=yes ;; 4396 4257 esac … … 4404 4265 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 4405 4266 set dummy ${ac_tool_prefix}strip; ac_word=$2 4406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54407 $as_echo_n "checking for $ac_word..." >&6; }4267 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4408 4269 if test "${ac_cv_prog_STRIP+set}" = set; then 4409 $as_echo_n "(cached)" >&64270 echo $ECHO_N "(cached) $ECHO_C" >&6 4410 4271 else 4411 4272 if test -n "$STRIP"; then … … 4420 4281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4421 4282 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 4422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54283 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4423 4284 break 2 4424 4285 fi … … 4431 4292 STRIP=$ac_cv_prog_STRIP 4432 4293 if test -n "$STRIP"; then 4433 { $as_echo "$as_me:$LINENO: result: $STRIP" >&54434 $as_echo "$STRIP" >&6; }4435 else 4436 { $as_echo "$as_me:$LINENO: result: no" >&54437 $as_echo "no" >&6; }4294 { echo "$as_me:$LINENO: result: $STRIP" >&5 4295 echo "${ECHO_T}$STRIP" >&6; } 4296 else 4297 { echo "$as_me:$LINENO: result: no" >&5 4298 echo "${ECHO_T}no" >&6; } 4438 4299 fi 4439 4300 … … 4444 4305 # Extract the first word of "strip", so it can be a program name with args. 4445 4306 set dummy strip; ac_word=$2 4446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&54447 $as_echo_n "checking for $ac_word..." >&6; }4307 { echo "$as_me:$LINENO: checking for $ac_word" >&5 4308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4448 4309 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 4449 $as_echo_n "(cached)" >&64310 echo $ECHO_N "(cached) $ECHO_C" >&6 4450 4311 else 4451 4312 if test -n "$ac_ct_STRIP"; then … … 4460 4321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4461 4322 ac_cv_prog_ac_ct_STRIP="strip" 4462 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4463 4324 break 2 4464 4325 fi … … 4471 4332 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 4472 4333 if test -n "$ac_ct_STRIP"; then 4473 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&54474 $as_echo "$ac_ct_STRIP" >&6; }4475 else 4476 { $as_echo "$as_me:$LINENO: result: no" >&54477 $as_echo "no" >&6; }4334 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 4335 echo "${ECHO_T}$ac_ct_STRIP" >&6; } 4336 else 4337 { echo "$as_me:$LINENO: result: no" >&5 4338 echo "${ECHO_T}no" >&6; } 4478 4339 fi 4479 4340 … … 4483 4344 case $cross_compiling:$ac_tool_warned in 4484 4345 yes:) 4485 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 4486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 4346 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4347 whose name does not start with the host triplet. If you think this 4348 configuration is useful to you, please write to [email protected]." >&5 4349 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4350 whose name does not start with the host triplet. If you think this 4351 configuration is useful to you, please write to [email protected]." >&2;} 4487 4352 ac_tool_warned=yes ;; 4488 4353 esac … … 4494 4359 4495 4360 4496 { $as_echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&54497 $as_echo_n "checking to see if architecture is 64-bit..." >&6; }4361 { echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5 4362 echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6; } 4498 4363 arch_64bit=no 4499 4364 case "$host_cpu" in … … 4502 4367 4503 4368 if test "$arch_64bit" = yes; then 4504 { $as_echo "$as_me:$LINENO: result: yes" >&54505 $as_echo "yes" >&6; }4369 { echo "$as_me:$LINENO: result: yes" >&5 4370 echo "${ECHO_T}yes" >&6; } 4506 4371 if test -z "$ARCH_DEP_FLAGS" ; then 4507 4372 ARCH_DEP_FLAGS="-fPIC" 4508 4373 fi 4509 4374 else 4510 { $as_echo "$as_me:$LINENO: result: no" >&54511 $as_echo "no" >&6; }4375 { echo "$as_me:$LINENO: result: no" >&5 4376 echo "${ECHO_T}no" >&6; } 4512 4377 if test -z "$ARCH_DEP_FLAGS" ; then 4513 4378 ARCH_DEP_FLAGS= … … 4557 4422 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4558 4423 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4559 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&54560 $as_echo_n "checking how to run the C preprocessor..." >&6; }4424 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4425 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4561 4426 # On Suns, sometimes $CPP names a directory. 4562 4427 if test -n "$CPP" && test -d "$CPP"; then … … 4565 4430 if test -z "$CPP"; then 4566 4431 if test "${ac_cv_prog_CPP+set}" = set; then 4567 $as_echo_n "(cached)" >&64432 echo $ECHO_N "(cached) $ECHO_C" >&6 4568 4433 else 4569 4434 # Double quotes because CPP needs to be expanded … … 4597 4462 *) ac_try_echo=$ac_try;; 4598 4463 esac 4599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4600 $as_echo "$ac_try_echo") >&5 4464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4601 4465 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4602 4466 ac_status=$? … … 4604 4468 rm -f conftest.er1 4605 4469 cat conftest.err >&5 4606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54470 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4607 4471 (exit $ac_status); } >/dev/null && { 4608 4472 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4611 4475 : 4612 4476 else 4613 $as_echo "$as_me: failed program was:" >&54477 echo "$as_me: failed program was:" >&5 4614 4478 sed 's/^/| /' conftest.$ac_ext >&5 4615 4479 … … 4635 4499 *) ac_try_echo=$ac_try;; 4636 4500 esac 4637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4638 $as_echo "$ac_try_echo") >&5 4501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4639 4502 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4640 4503 ac_status=$? … … 4642 4505 rm -f conftest.er1 4643 4506 cat conftest.err >&5 4644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54507 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4645 4508 (exit $ac_status); } >/dev/null && { 4646 4509 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4650 4513 continue 4651 4514 else 4652 $as_echo "$as_me: failed program was:" >&54515 echo "$as_me: failed program was:" >&5 4653 4516 sed 's/^/| /' conftest.$ac_ext >&5 4654 4517 … … 4675 4538 ac_cv_prog_CPP=$CPP 4676 4539 fi 4677 { $as_echo "$as_me:$LINENO: result: $CPP" >&54678 $as_echo "$CPP" >&6; }4540 { echo "$as_me:$LINENO: result: $CPP" >&5 4541 echo "${ECHO_T}$CPP" >&6; } 4679 4542 ac_preproc_ok=false 4680 4543 for ac_c_preproc_warn_flag in '' yes … … 4704 4567 *) ac_try_echo=$ac_try;; 4705 4568 esac 4706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4707 $as_echo "$ac_try_echo") >&5 4569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4708 4570 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4709 4571 ac_status=$? … … 4711 4573 rm -f conftest.er1 4712 4574 cat conftest.err >&5 4713 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54575 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4714 4576 (exit $ac_status); } >/dev/null && { 4715 4577 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4718 4580 : 4719 4581 else 4720 $as_echo "$as_me: failed program was:" >&54582 echo "$as_me: failed program was:" >&5 4721 4583 sed 's/^/| /' conftest.$ac_ext >&5 4722 4584 … … 4742 4604 *) ac_try_echo=$ac_try;; 4743 4605 esac 4744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4745 $as_echo "$ac_try_echo") >&5 4606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4746 4607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4747 4608 ac_status=$? … … 4749 4610 rm -f conftest.er1 4750 4611 cat conftest.err >&5 4751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4752 4613 (exit $ac_status); } >/dev/null && { 4753 4614 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4757 4618 continue 4758 4619 else 4759 $as_echo "$as_me: failed program was:" >&54620 echo "$as_me: failed program was:" >&5 4760 4621 sed 's/^/| /' conftest.$ac_ext >&5 4761 4622 … … 4773 4634 : 4774 4635 else 4775 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 4776 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4777 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4636 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4778 4637 See \`config.log' for more details." >&5 4779 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check4638 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4780 4639 See \`config.log' for more details." >&2;} 4781 { (exit 1); exit 1; }; } ; }4640 { (exit 1); exit 1; }; } 4782 4641 fi 4783 4642 … … 4789 4648 4790 4649 4791 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&54792 $as_echo_n "checking for grep that handles long lines and -e..." >&6; }4650 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4651 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4793 4652 if test "${ac_cv_path_GREP+set}" = set; then 4794 $as_echo_n "(cached) " >&6 4795 else 4796 if test -z "$GREP"; then 4653 echo $ECHO_N "(cached) $ECHO_C" >&6 4654 else 4655 # Extract the first word of "grep ggrep" to use in msg output 4656 if test -z "$GREP"; then 4657 set dummy grep ggrep; ac_prog_name=$2 4658 if test "${ac_cv_path_GREP+set}" = set; then 4659 echo $ECHO_N "(cached) $ECHO_C" >&6 4660 else 4797 4661 ac_path_GREP_found=false 4798 4799 4662 # Loop through the user's path and test for each of PROGNAME-LIST 4663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4800 4664 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4801 4665 do … … 4803 4667 test -z "$as_dir" && as_dir=. 4804 4668 for ac_prog in grep ggrep; do 4805 4806 4807 4808 # Check for GNU ac_path_GREP and select it if it is found.4669 for ac_exec_ext in '' $ac_executable_extensions; do 4670 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4671 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4672 # Check for GNU ac_path_GREP and select it if it is found. 4809 4673 # Check for GNU $ac_path_GREP 4810 4674 case `"$ac_path_GREP" --version 2>&1` in … … 4813 4677 *) 4814 4678 ac_count=0 4815 $as_echo_n 0123456789>"conftest.in"4679 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4816 4680 while : 4817 4681 do … … 4819 4683 mv "conftest.tmp" "conftest.in" 4820 4684 cp "conftest.in" "conftest.nl" 4821 $as_echo 'GREP' >> "conftest.nl"4685 echo 'GREP' >> "conftest.nl" 4822 4686 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4823 4687 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 4834 4698 esac 4835 4699 4836 $ac_path_GREP_found && break 3 4837 done4700 4701 $ac_path_GREP_found && break 3 4838 4702 done 4839 4703 done 4704 4705 done 4840 4706 IFS=$as_save_IFS 4841 if test -z "$ac_cv_path_GREP"; then 4842 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4843 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4707 4708 4709 fi 4710 4711 GREP="$ac_cv_path_GREP" 4712 if test -z "$GREP"; then 4713 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4714 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4844 4715 { (exit 1); exit 1; }; } 4845 fi 4716 fi 4717 4846 4718 else 4847 4719 ac_cv_path_GREP=$GREP 4848 4720 fi 4849 4721 4850 fi 4851 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4852 $as_echo "$ac_cv_path_GREP" >&6; } 4722 4723 fi 4724 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4725 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4853 4726 GREP="$ac_cv_path_GREP" 4854 4727 4855 4728 4856 { $as_echo "$as_me:$LINENO: checking for egrep" >&54857 $as_echo_n "checking for egrep..." >&6; }4729 { echo "$as_me:$LINENO: checking for egrep" >&5 4730 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4858 4731 if test "${ac_cv_path_EGREP+set}" = set; then 4859 $as_echo_n "(cached)" >&64732 echo $ECHO_N "(cached) $ECHO_C" >&6 4860 4733 else 4861 4734 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4862 4735 then ac_cv_path_EGREP="$GREP -E" 4863 4736 else 4864 if test -z "$EGREP"; then 4737 # Extract the first word of "egrep" to use in msg output 4738 if test -z "$EGREP"; then 4739 set dummy egrep; ac_prog_name=$2 4740 if test "${ac_cv_path_EGREP+set}" = set; then 4741 echo $ECHO_N "(cached) $ECHO_C" >&6 4742 else 4865 4743 ac_path_EGREP_found=false 4866 4867 4744 # Loop through the user's path and test for each of PROGNAME-LIST 4745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4868 4746 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4869 4747 do … … 4871 4749 test -z "$as_dir" && as_dir=. 4872 4750 for ac_prog in egrep; do 4873 4874 4875 4876 # Check for GNU ac_path_EGREP and select it if it is found.4751 for ac_exec_ext in '' $ac_executable_extensions; do 4752 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4753 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4754 # Check for GNU ac_path_EGREP and select it if it is found. 4877 4755 # Check for GNU $ac_path_EGREP 4878 4756 case `"$ac_path_EGREP" --version 2>&1` in … … 4881 4759 *) 4882 4760 ac_count=0 4883 $as_echo_n 0123456789>"conftest.in"4761 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4884 4762 while : 4885 4763 do … … 4887 4765 mv "conftest.tmp" "conftest.in" 4888 4766 cp "conftest.in" "conftest.nl" 4889 $as_echo 'EGREP' >> "conftest.nl"4767 echo 'EGREP' >> "conftest.nl" 4890 4768 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4891 4769 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 4902 4780 esac 4903 4781 4904 $ac_path_EGREP_found && break 3 4905 done4782 4783 $ac_path_EGREP_found && break 3 4906 4784 done 4907 4785 done 4786 4787 done 4908 4788 IFS=$as_save_IFS 4909 if test -z "$ac_cv_path_EGREP"; then 4910 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4911 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4789 4790 4791 fi 4792 4793 EGREP="$ac_cv_path_EGREP" 4794 if test -z "$EGREP"; then 4795 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4796 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4912 4797 { (exit 1); exit 1; }; } 4798 fi 4799 4800 else 4801 ac_cv_path_EGREP=$EGREP 4802 fi 4803 4804 4805 fi 4806 fi 4807 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4808 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4809 EGREP="$ac_cv_path_EGREP" 4810 4811 4812 4813 { echo "$as_me:$LINENO: checking for AIX" >&5 4814 echo $ECHO_N "checking for AIX... $ECHO_C" >&6; } 4815 cat >conftest.$ac_ext <<_ACEOF 4816 /* confdefs.h. */ 4817 _ACEOF 4818 cat confdefs.h >>conftest.$ac_ext 4819 cat >>conftest.$ac_ext <<_ACEOF 4820 /* end confdefs.h. */ 4821 #ifdef _AIX 4822 yes 4823 #endif 4824 4825 _ACEOF 4826 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4827 $EGREP "yes" >/dev/null 2>&1; then 4828 { echo "$as_me:$LINENO: result: yes" >&5 4829 echo "${ECHO_T}yes" >&6; } 4830 cat >>confdefs.h <<\_ACEOF 4831 #define _ALL_SOURCE 1 4832 _ACEOF 4833 4834 else 4835 { echo "$as_me:$LINENO: result: no" >&5 4836 echo "${ECHO_T}no" >&6; } 4837 fi 4838 rm -f conftest* 4839 4840 4841 { echo "$as_me:$LINENO: checking for library containing strerror" >&5 4842 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } 4843 if test "${ac_cv_search_strerror+set}" = set; then 4844 echo $ECHO_N "(cached) $ECHO_C" >&6 4845 else 4846 ac_func_search_save_LIBS=$LIBS 4847 cat >conftest.$ac_ext <<_ACEOF 4848 /* confdefs.h. */ 4849 _ACEOF 4850 cat confdefs.h >>conftest.$ac_ext 4851 cat >>conftest.$ac_ext <<_ACEOF 4852 /* end confdefs.h. */ 4853 4854 /* Override any GCC internal prototype to avoid an error. 4855 Use char because int might match the return type of a GCC 4856 builtin and then its argument prototype would still apply. */ 4857 #ifdef __cplusplus 4858 extern "C" 4859 #endif 4860 char strerror (); 4861 int 4862 main () 4863 { 4864 return strerror (); 4865 ; 4866 return 0; 4867 } 4868 _ACEOF 4869 for ac_lib in '' cposix; do 4870 if test -z "$ac_lib"; then 4871 ac_res="none required" 4872 else 4873 ac_res=-l$ac_lib 4874 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 4913 4875 fi 4914 else 4915 ac_cv_path_EGREP=$EGREP 4916 fi 4917 4918 fi 4919 fi 4920 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4921 $as_echo "$ac_cv_path_EGREP" >&6; } 4922 EGREP="$ac_cv_path_EGREP" 4923 4924 4925 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4926 $as_echo_n "checking for ANSI C header files... " >&6; } 4876 rm -f conftest.$ac_objext conftest$ac_exeext 4877 if { (ac_try="$ac_link" 4878 case "(($ac_try" in 4879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4880 *) ac_try_echo=$ac_try;; 4881 esac 4882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4883 (eval "$ac_link") 2>conftest.er1 4884 ac_status=$? 4885 grep -v '^ *+' conftest.er1 >conftest.err 4886 rm -f conftest.er1 4887 cat conftest.err >&5 4888 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4889 (exit $ac_status); } && { 4890 test -z "$ac_c_werror_flag" || 4891 test ! -s conftest.err 4892 } && test -s conftest$ac_exeext && 4893 $as_test_x conftest$ac_exeext; then 4894 ac_cv_search_strerror=$ac_res 4895 else 4896 echo "$as_me: failed program was:" >&5 4897 sed 's/^/| /' conftest.$ac_ext >&5 4898 4899 4900 fi 4901 4902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4903 conftest$ac_exeext 4904 if test "${ac_cv_search_strerror+set}" = set; then 4905 break 4906 fi 4907 done 4908 if test "${ac_cv_search_strerror+set}" = set; then 4909 : 4910 else 4911 ac_cv_search_strerror=no 4912 fi 4913 rm conftest.$ac_ext 4914 LIBS=$ac_func_search_save_LIBS 4915 fi 4916 { echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 4917 echo "${ECHO_T}$ac_cv_search_strerror" >&6; } 4918 ac_res=$ac_cv_search_strerror 4919 if test "$ac_res" != no; then 4920 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 4921 4922 fi 4923 4924 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4925 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 4927 4926 if test "${ac_cv_header_stdc+set}" = set; then 4928 $as_echo_n "(cached)" >&64927 echo $ECHO_N "(cached) $ECHO_C" >&6 4929 4928 else 4930 4929 cat >conftest.$ac_ext <<_ACEOF … … 4953 4952 *) ac_try_echo=$ac_try;; 4954 4953 esac 4955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4956 $as_echo "$ac_try_echo") >&5 4954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4957 4955 (eval "$ac_compile") 2>conftest.er1 4958 4956 ac_status=$? … … 4960 4958 rm -f conftest.er1 4961 4959 cat conftest.err >&5 4962 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54960 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4963 4961 (exit $ac_status); } && { 4964 4962 test -z "$ac_c_werror_flag" || … … 4967 4965 ac_cv_header_stdc=yes 4968 4966 else 4969 $as_echo "$as_me: failed program was:" >&54967 echo "$as_me: failed program was:" >&5 4970 4968 sed 's/^/| /' conftest.$ac_ext >&5 4971 4969 … … 5059 5057 *) ac_try_echo=$ac_try;; 5060 5058 esac 5061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5062 $as_echo "$ac_try_echo") >&5 5059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5063 5060 (eval "$ac_link") 2>&5 5064 5061 ac_status=$? 5065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55062 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5066 5063 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5067 5064 { (case "(($ac_try" in … … 5069 5066 *) ac_try_echo=$ac_try;; 5070 5067 esac 5071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5072 $as_echo "$ac_try_echo") >&5 5068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5073 5069 (eval "$ac_try") 2>&5 5074 5070 ac_status=$? 5075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55071 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5076 5072 (exit $ac_status); }; }; then 5077 5073 : 5078 5074 else 5079 $as_echo "$as_me: program exited with status $ac_status" >&55080 $as_echo "$as_me: failed program was:" >&55075 echo "$as_me: program exited with status $ac_status" >&5 5076 echo "$as_me: failed program was:" >&5 5081 5077 sed 's/^/| /' conftest.$ac_ext >&5 5082 5078 … … 5084 5080 ac_cv_header_stdc=no 5085 5081 fi 5086 rm -rf conftest.dSYM5087 5082 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5088 5083 fi … … 5091 5086 fi 5092 5087 fi 5093 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&55094 $as_echo "$ac_cv_header_stdc" >&6; }5088 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 5089 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 5095 5090 if test $ac_cv_header_stdc = yes; then 5096 5091 … … 5114 5109 inttypes.h stdint.h unistd.h 5115 5110 do 5116 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`5117 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&55118 $as_echo_n "checking for $ac_header..." >&6; }5111 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5112 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5113 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5119 5114 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5120 $as_echo_n "(cached)" >&65115 echo $ECHO_N "(cached) $ECHO_C" >&6 5121 5116 else 5122 5117 cat >conftest.$ac_ext <<_ACEOF … … 5136 5131 *) ac_try_echo=$ac_try;; 5137 5132 esac 5138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5139 $as_echo "$ac_try_echo") >&5 5133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5140 5134 (eval "$ac_compile") 2>conftest.er1 5141 5135 ac_status=$? … … 5143 5137 rm -f conftest.er1 5144 5138 cat conftest.err >&5 5145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55139 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5146 5140 (exit $ac_status); } && { 5147 5141 test -z "$ac_c_werror_flag" || … … 5150 5144 eval "$as_ac_Header=yes" 5151 5145 else 5152 $as_echo "$as_me: failed program was:" >&55146 echo "$as_me: failed program was:" >&5 5153 5147 sed 's/^/| /' conftest.$ac_ext >&5 5154 5148 … … 5158 5152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5159 5153 fi 5160 ac_res=`eval 'as_val=${'$as_ac_Header'} 5161 $as_echo "$as_val"'` 5162 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5163 $as_echo "$ac_res" >&6; } 5164 as_val=`eval 'as_val=${'$as_ac_Header'} 5165 $as_echo "$as_val"'` 5166 if test "x$as_val" = x""yes; then 5154 ac_res=`eval echo '${'$as_ac_Header'}'` 5155 { echo "$as_me:$LINENO: result: $ac_res" >&5 5156 echo "${ECHO_T}$ac_res" >&6; } 5157 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5167 5158 cat >>confdefs.h <<_ACEOF 5168 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 15159 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5169 5160 _ACEOF 5170 5161 … … 5174 5165 5175 5166 5176 5177 if test "${ac_cv_header_minix_config_h+set}" = set; then5178 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&55179 $as_echo_n "checking for minix/config.h... " >&6; }5180 5167 if test "${ac_cv_header_minix_config_h+set}" = set; then 5181 $as_echo_n "(cached) " >&6 5182 fi 5183 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 5184 $as_echo "$ac_cv_header_minix_config_h" >&6; } 5168 { echo "$as_me:$LINENO: checking for minix/config.h" >&5 5169 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } 5170 if test "${ac_cv_header_minix_config_h+set}" = set; then 5171 echo $ECHO_N "(cached) $ECHO_C" >&6 5172 fi 5173 { echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 5174 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } 5185 5175 else 5186 5176 # Is the header compilable? 5187 { $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&55188 $as_echo_n "checking minix/config.h usability..." >&6; }5177 { echo "$as_me:$LINENO: checking minix/config.h usability" >&5 5178 echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; } 5189 5179 cat >conftest.$ac_ext <<_ACEOF 5190 5180 /* confdefs.h. */ … … 5202 5192 *) ac_try_echo=$ac_try;; 5203 5193 esac 5204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5205 $as_echo "$ac_try_echo") >&5 5194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5206 5195 (eval "$ac_compile") 2>conftest.er1 5207 5196 ac_status=$? … … 5209 5198 rm -f conftest.er1 5210 5199 cat conftest.err >&5 5211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55200 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5212 5201 (exit $ac_status); } && { 5213 5202 test -z "$ac_c_werror_flag" || … … 5216 5205 ac_header_compiler=yes 5217 5206 else 5218 $as_echo "$as_me: failed program was:" >&55207 echo "$as_me: failed program was:" >&5 5219 5208 sed 's/^/| /' conftest.$ac_ext >&5 5220 5209 … … 5223 5212 5224 5213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5225 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&55226 $as_echo "$ac_header_compiler" >&6; }5214 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5215 echo "${ECHO_T}$ac_header_compiler" >&6; } 5227 5216 5228 5217 # Is the header present? 5229 { $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&55230 $as_echo_n "checking minix/config.h presence..." >&6; }5218 { echo "$as_me:$LINENO: checking minix/config.h presence" >&5 5219 echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; } 5231 5220 cat >conftest.$ac_ext <<_ACEOF 5232 5221 /* confdefs.h. */ … … 5242 5231 *) ac_try_echo=$ac_try;; 5243 5232 esac 5244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5245 $as_echo "$ac_try_echo") >&5 5233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5246 5234 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5247 5235 ac_status=$? … … 5249 5237 rm -f conftest.er1 5250 5238 cat conftest.err >&5 5251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55239 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5252 5240 (exit $ac_status); } >/dev/null && { 5253 5241 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5256 5244 ac_header_preproc=yes 5257 5245 else 5258 $as_echo "$as_me: failed program was:" >&55246 echo "$as_me: failed program was:" >&5 5259 5247 sed 's/^/| /' conftest.$ac_ext >&5 5260 5248 … … 5263 5251 5264 5252 rm -f conftest.err conftest.$ac_ext 5265 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&55266 $as_echo "$ac_header_preproc" >&6; }5253 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5254 echo "${ECHO_T}$ac_header_preproc" >&6; } 5267 5255 5268 5256 # So? What about this header? 5269 5257 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5270 5258 yes:no: ) 5271 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&55272 $as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}5273 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&55274 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}5259 { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 5260 echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5261 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 5262 echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} 5275 5263 ac_header_preproc=yes 5276 5264 ;; 5277 5265 no:yes:* ) 5278 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&55279 $as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}5280 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&55281 $as_echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;}5282 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&55283 $as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}5284 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&55285 $as_echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;}5286 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&55287 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}5288 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&55289 $as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}5266 { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 5267 echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} 5268 { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 5269 echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} 5270 { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 5271 echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} 5272 { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 5273 echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} 5274 { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 5275 echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} 5276 { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 5277 echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} 5290 5278 5291 5279 ;; 5292 5280 esac 5293 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&55294 $as_echo_n "checking for minix/config.h..." >&6; }5281 { echo "$as_me:$LINENO: checking for minix/config.h" >&5 5282 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } 5295 5283 if test "${ac_cv_header_minix_config_h+set}" = set; then 5296 $as_echo_n "(cached)" >&65284 echo $ECHO_N "(cached) $ECHO_C" >&6 5297 5285 else 5298 5286 ac_cv_header_minix_config_h=$ac_header_preproc 5299 5287 fi 5300 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&55301 $as_echo "$ac_cv_header_minix_config_h" >&6; }5302 5303 fi 5304 if test "x$ac_cv_header_minix_config_h" = x""yes; then5288 { echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 5289 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } 5290 5291 fi 5292 if test $ac_cv_header_minix_config_h = yes; then 5305 5293 MINIX=yes 5306 5294 else … … 5309 5297 5310 5298 5311 5299 if test "$MINIX" = yes; then 5312 5300 5313 5301 cat >>confdefs.h <<\_ACEOF … … 5325 5313 _ACEOF 5326 5314 5327 fi 5328 5329 5330 5331 { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5 5332 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 5333 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then 5334 $as_echo_n "(cached) " >&6 5335 else 5336 cat >conftest.$ac_ext <<_ACEOF 5337 /* confdefs.h. */ 5338 _ACEOF 5339 cat confdefs.h >>conftest.$ac_ext 5340 cat >>conftest.$ac_ext <<_ACEOF 5341 /* end confdefs.h. */ 5342 5343 # define __EXTENSIONS__ 1 5344 $ac_includes_default 5345 int 5346 main () 5347 { 5348 5349 ; 5350 return 0; 5351 } 5352 _ACEOF 5353 rm -f conftest.$ac_objext 5354 if { (ac_try="$ac_compile" 5355 case "(($ac_try" in 5356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5357 *) ac_try_echo=$ac_try;; 5358 esac 5359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5360 $as_echo "$ac_try_echo") >&5 5361 (eval "$ac_compile") 2>conftest.er1 5362 ac_status=$? 5363 grep -v '^ *+' conftest.er1 >conftest.err 5364 rm -f conftest.er1 5365 cat conftest.err >&5 5366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5367 (exit $ac_status); } && { 5368 test -z "$ac_c_werror_flag" || 5369 test ! -s conftest.err 5370 } && test -s conftest.$ac_objext; then 5371 ac_cv_safe_to_define___extensions__=yes 5372 else 5373 $as_echo "$as_me: failed program was:" >&5 5374 sed 's/^/| /' conftest.$ac_ext >&5 5375 5376 ac_cv_safe_to_define___extensions__=no 5377 fi 5378 5379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5380 fi 5381 { $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5 5382 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } 5383 test $ac_cv_safe_to_define___extensions__ = yes && 5384 cat >>confdefs.h <<\_ACEOF 5385 #define __EXTENSIONS__ 1 5386 _ACEOF 5387 5388 cat >>confdefs.h <<\_ACEOF 5389 #define _ALL_SOURCE 1 5390 _ACEOF 5391 5392 cat >>confdefs.h <<\_ACEOF 5393 #define _GNU_SOURCE 1 5394 _ACEOF 5395 5396 cat >>confdefs.h <<\_ACEOF 5397 #define _POSIX_PTHREAD_SEMANTICS 1 5398 _ACEOF 5399 5400 cat >>confdefs.h <<\_ACEOF 5401 #define _TANDEM_SOURCE 1 5402 _ACEOF 5403 5404 5405 { $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5 5406 $as_echo_n "checking for library containing strerror... " >&6; } 5407 if test "${ac_cv_search_strerror+set}" = set; then 5408 $as_echo_n "(cached) " >&6 5409 else 5410 ac_func_search_save_LIBS=$LIBS 5411 cat >conftest.$ac_ext <<_ACEOF 5412 /* confdefs.h. */ 5413 _ACEOF 5414 cat confdefs.h >>conftest.$ac_ext 5415 cat >>conftest.$ac_ext <<_ACEOF 5416 /* end confdefs.h. */ 5417 5418 /* Override any GCC internal prototype to avoid an error. 5419 Use char because int might match the return type of a GCC 5420 builtin and then its argument prototype would still apply. */ 5421 #ifdef __cplusplus 5422 extern "C" 5423 #endif 5424 char strerror (); 5425 int 5426 main () 5427 { 5428 return strerror (); 5429 ; 5430 return 0; 5431 } 5432 _ACEOF 5433 for ac_lib in '' cposix; do 5434 if test -z "$ac_lib"; then 5435 ac_res="none required" 5436 else 5437 ac_res=-l$ac_lib 5438 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 5439 fi 5440 rm -f conftest.$ac_objext conftest$ac_exeext 5441 if { (ac_try="$ac_link" 5442 case "(($ac_try" in 5443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5444 *) ac_try_echo=$ac_try;; 5445 esac 5446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5447 $as_echo "$ac_try_echo") >&5 5448 (eval "$ac_link") 2>conftest.er1 5449 ac_status=$? 5450 grep -v '^ *+' conftest.er1 >conftest.err 5451 rm -f conftest.er1 5452 cat conftest.err >&5 5453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5454 (exit $ac_status); } && { 5455 test -z "$ac_c_werror_flag" || 5456 test ! -s conftest.err 5457 } && test -s conftest$ac_exeext && { 5458 test "$cross_compiling" = yes || 5459 $as_test_x conftest$ac_exeext 5460 }; then 5461 ac_cv_search_strerror=$ac_res 5462 else 5463 $as_echo "$as_me: failed program was:" >&5 5464 sed 's/^/| /' conftest.$ac_ext >&5 5465 5466 5467 fi 5468 5469 rm -rf conftest.dSYM 5470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5471 conftest$ac_exeext 5472 if test "${ac_cv_search_strerror+set}" = set; then 5473 break 5474 fi 5475 done 5476 if test "${ac_cv_search_strerror+set}" = set; then 5477 : 5478 else 5479 ac_cv_search_strerror=no 5480 fi 5481 rm conftest.$ac_ext 5482 LIBS=$ac_func_search_save_LIBS 5483 fi 5484 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 5485 $as_echo "$ac_cv_search_strerror" >&6; } 5486 ac_res=$ac_cv_search_strerror 5487 if test "$ac_res" != no; then 5488 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 5489 5490 fi 5491 5492 5493 if test "${ac_cv_header_minix_config_h+set}" = set; then 5494 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 5495 $as_echo_n "checking for minix/config.h... " >&6; } 5496 if test "${ac_cv_header_minix_config_h+set}" = set; then 5497 $as_echo_n "(cached) " >&6 5498 fi 5499 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 5500 $as_echo "$ac_cv_header_minix_config_h" >&6; } 5501 else 5502 # Is the header compilable? 5503 { $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5 5504 $as_echo_n "checking minix/config.h usability... " >&6; } 5505 cat >conftest.$ac_ext <<_ACEOF 5506 /* confdefs.h. */ 5507 _ACEOF 5508 cat confdefs.h >>conftest.$ac_ext 5509 cat >>conftest.$ac_ext <<_ACEOF 5510 /* end confdefs.h. */ 5511 $ac_includes_default 5512 #include <minix/config.h> 5513 _ACEOF 5514 rm -f conftest.$ac_objext 5515 if { (ac_try="$ac_compile" 5516 case "(($ac_try" in 5517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5518 *) ac_try_echo=$ac_try;; 5519 esac 5520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5521 $as_echo "$ac_try_echo") >&5 5522 (eval "$ac_compile") 2>conftest.er1 5523 ac_status=$? 5524 grep -v '^ *+' conftest.er1 >conftest.err 5525 rm -f conftest.er1 5526 cat conftest.err >&5 5527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5528 (exit $ac_status); } && { 5529 test -z "$ac_c_werror_flag" || 5530 test ! -s conftest.err 5531 } && test -s conftest.$ac_objext; then 5532 ac_header_compiler=yes 5533 else 5534 $as_echo "$as_me: failed program was:" >&5 5535 sed 's/^/| /' conftest.$ac_ext >&5 5536 5537 ac_header_compiler=no 5538 fi 5539 5540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5541 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5542 $as_echo "$ac_header_compiler" >&6; } 5543 5544 # Is the header present? 5545 { $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5 5546 $as_echo_n "checking minix/config.h presence... " >&6; } 5547 cat >conftest.$ac_ext <<_ACEOF 5548 /* confdefs.h. */ 5549 _ACEOF 5550 cat confdefs.h >>conftest.$ac_ext 5551 cat >>conftest.$ac_ext <<_ACEOF 5552 /* end confdefs.h. */ 5553 #include <minix/config.h> 5554 _ACEOF 5555 if { (ac_try="$ac_cpp conftest.$ac_ext" 5556 case "(($ac_try" in 5557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5558 *) ac_try_echo=$ac_try;; 5559 esac 5560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5561 $as_echo "$ac_try_echo") >&5 5562 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5563 ac_status=$? 5564 grep -v '^ *+' conftest.er1 >conftest.err 5565 rm -f conftest.er1 5566 cat conftest.err >&5 5567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5568 (exit $ac_status); } >/dev/null && { 5569 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5570 test ! -s conftest.err 5571 }; then 5572 ac_header_preproc=yes 5573 else 5574 $as_echo "$as_me: failed program was:" >&5 5575 sed 's/^/| /' conftest.$ac_ext >&5 5576 5577 ac_header_preproc=no 5578 fi 5579 5580 rm -f conftest.err conftest.$ac_ext 5581 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5582 $as_echo "$ac_header_preproc" >&6; } 5583 5584 # So? What about this header? 5585 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5586 yes:no: ) 5587 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 5588 $as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5589 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 5590 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} 5591 ac_header_preproc=yes 5592 ;; 5593 no:yes:* ) 5594 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 5595 $as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} 5596 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 5597 $as_echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} 5598 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 5599 $as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} 5600 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 5601 $as_echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} 5602 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 5603 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} 5604 { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 5605 $as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} 5606 5607 ;; 5608 esac 5609 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 5610 $as_echo_n "checking for minix/config.h... " >&6; } 5611 if test "${ac_cv_header_minix_config_h+set}" = set; then 5612 $as_echo_n "(cached) " >&6 5613 else 5614 ac_cv_header_minix_config_h=$ac_header_preproc 5615 fi 5616 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 5617 $as_echo "$ac_cv_header_minix_config_h" >&6; } 5618 5619 fi 5620 if test "x$ac_cv_header_minix_config_h" = x""yes; then 5621 MINIX=yes 5622 else 5623 MINIX= 5624 fi 5625 5626 5627 if test "$MINIX" = yes; then 5628 5629 cat >>confdefs.h <<\_ACEOF 5630 #define _POSIX_SOURCE 1 5631 _ACEOF 5632 5633 5634 cat >>confdefs.h <<\_ACEOF 5635 #define _POSIX_1_SOURCE 2 5636 _ACEOF 5637 5638 5639 cat >>confdefs.h <<\_ACEOF 5640 #define _MINIX 1 5641 _ACEOF 5642 5643 fi 5644 5645 5646 5647 { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5 5648 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 5649 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then 5650 $as_echo_n "(cached) " >&6 5651 else 5652 cat >conftest.$ac_ext <<_ACEOF 5653 /* confdefs.h. */ 5654 _ACEOF 5655 cat confdefs.h >>conftest.$ac_ext 5656 cat >>conftest.$ac_ext <<_ACEOF 5657 /* end confdefs.h. */ 5658 5659 # define __EXTENSIONS__ 1 5660 $ac_includes_default 5661 int 5662 main () 5663 { 5664 5665 ; 5666 return 0; 5667 } 5668 _ACEOF 5669 rm -f conftest.$ac_objext 5670 if { (ac_try="$ac_compile" 5671 case "(($ac_try" in 5672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5673 *) ac_try_echo=$ac_try;; 5674 esac 5675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5676 $as_echo "$ac_try_echo") >&5 5677 (eval "$ac_compile") 2>conftest.er1 5678 ac_status=$? 5679 grep -v '^ *+' conftest.er1 >conftest.err 5680 rm -f conftest.er1 5681 cat conftest.err >&5 5682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5683 (exit $ac_status); } && { 5684 test -z "$ac_c_werror_flag" || 5685 test ! -s conftest.err 5686 } && test -s conftest.$ac_objext; then 5687 ac_cv_safe_to_define___extensions__=yes 5688 else 5689 $as_echo "$as_me: failed program was:" >&5 5690 sed 's/^/| /' conftest.$ac_ext >&5 5691 5692 ac_cv_safe_to_define___extensions__=no 5693 fi 5694 5695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5696 fi 5697 { $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5 5698 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } 5699 test $ac_cv_safe_to_define___extensions__ = yes && 5700 cat >>confdefs.h <<\_ACEOF 5701 #define __EXTENSIONS__ 1 5702 _ACEOF 5703 5704 cat >>confdefs.h <<\_ACEOF 5705 #define _ALL_SOURCE 1 5706 _ACEOF 5707 5708 cat >>confdefs.h <<\_ACEOF 5709 #define _GNU_SOURCE 1 5710 _ACEOF 5711 5712 cat >>confdefs.h <<\_ACEOF 5713 #define _POSIX_PTHREAD_SEMANTICS 1 5714 _ACEOF 5715 5716 cat >>confdefs.h <<\_ACEOF 5717 #define _TANDEM_SOURCE 1 5718 _ACEOF 5719 5720 5721 { $as_echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5 5722 $as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; } 5315 fi 5316 5317 { echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5 5318 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6; } 5723 5319 if test "${ac_cv_prog_cc_stdc+set}" = set; then 5724 $as_echo_n "(cached)" >&65320 echo $ECHO_N "(cached) $ECHO_C" >&6 5725 5321 else 5726 5322 ac_cv_prog_cc_stdc=no … … 5761 5357 *) ac_try_echo=$ac_try;; 5762 5358 esac 5763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5764 $as_echo "$ac_try_echo") >&5 5359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5765 5360 (eval "$ac_compile") 2>conftest.er1 5766 5361 ac_status=$? … … 5768 5363 rm -f conftest.er1 5769 5364 cat conftest.err >&5 5770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55365 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5771 5366 (exit $ac_status); } && { 5772 5367 test -z "$ac_c_werror_flag" || … … 5775 5370 ac_cv_prog_cc_stdc="$ac_arg"; break 5776 5371 else 5777 $as_echo "$as_me: failed program was:" >&55372 echo "$as_me: failed program was:" >&5 5778 5373 sed 's/^/| /' conftest.$ac_ext >&5 5779 5374 … … 5787 5382 fi 5788 5383 5789 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&55790 $as_echo "$ac_cv_prog_cc_stdc" >&6; }5384 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 5385 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6; } 5791 5386 case "x$ac_cv_prog_cc_stdc" in 5792 5387 x|xno) ;; … … 5795 5390 5796 5391 5797 { $as_echo "$as_me:$LINENO: checking for function prototypes" >&55798 $as_echo_n "checking for function prototypes..." >&6; }5392 { echo "$as_me:$LINENO: checking for function prototypes" >&5 5393 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; } 5799 5394 if test "$ac_cv_prog_cc_stdc" != no; then 5800 { $as_echo "$as_me:$LINENO: result: yes" >&55801 $as_echo "yes" >&6; }5395 { echo "$as_me:$LINENO: result: yes" >&5 5396 echo "${ECHO_T}yes" >&6; } 5802 5397 cat >>confdefs.h <<\_ACEOF 5803 5398 #define PROTOTYPES 1 … … 5806 5401 U= ANSI2KNR= 5807 5402 else 5808 { $as_echo "$as_me:$LINENO: result: no" >&55809 $as_echo "no" >&6; }5403 { echo "$as_me:$LINENO: result: no" >&5 5404 echo "${ECHO_T}no" >&6; } 5810 5405 U=_ ANSI2KNR=ansi2knr 5811 5406 fi 5812 5407 5813 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&55814 $as_echo_n "checking for an ANSI C-conforming const..." >&6; }5408 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 5409 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 5815 5410 if test "${ac_cv_c_const+set}" = set; then 5816 $as_echo_n "(cached)" >&65411 echo $ECHO_N "(cached) $ECHO_C" >&6 5817 5412 else 5818 5413 cat >conftest.$ac_ext <<_ACEOF … … 5886 5481 *) ac_try_echo=$ac_try;; 5887 5482 esac 5888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5889 $as_echo "$ac_try_echo") >&5 5483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5890 5484 (eval "$ac_compile") 2>conftest.er1 5891 5485 ac_status=$? … … 5893 5487 rm -f conftest.er1 5894 5488 cat conftest.err >&5 5895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5896 5490 (exit $ac_status); } && { 5897 5491 test -z "$ac_c_werror_flag" || … … 5900 5494 ac_cv_c_const=yes 5901 5495 else 5902 $as_echo "$as_me: failed program was:" >&55496 echo "$as_me: failed program was:" >&5 5903 5497 sed 's/^/| /' conftest.$ac_ext >&5 5904 5498 … … 5908 5502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5909 5503 fi 5910 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&55911 $as_echo "$ac_cv_c_const" >&6; }5504 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 5505 echo "${ECHO_T}$ac_cv_c_const" >&6; } 5912 5506 if test $ac_cv_c_const = no; then 5913 5507 5914 5508 cat >>confdefs.h <<\_ACEOF 5915 #define const /**/5916 _ACEOF 5917 5918 fi 5919 5920 { $as_echo "$as_me:$LINENO: checking for off_t" >&55921 $as_echo_n "checking for off_t..." >&6; }5509 #define const 5510 _ACEOF 5511 5512 fi 5513 5514 { echo "$as_me:$LINENO: checking for off_t" >&5 5515 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } 5922 5516 if test "${ac_cv_type_off_t+set}" = set; then 5923 $as_echo_n "(cached) " >&6 5924 else 5925 ac_cv_type_off_t=no 5926 cat >conftest.$ac_ext <<_ACEOF 5517 echo $ECHO_N "(cached) $ECHO_C" >&6 5518 else 5519 cat >conftest.$ac_ext <<_ACEOF 5927 5520 /* confdefs.h. */ 5928 5521 _ACEOF … … 5931 5524 /* end confdefs.h. */ 5932 5525 $ac_includes_default 5526 typedef off_t ac__type_new_; 5933 5527 int 5934 5528 main () 5935 5529 { 5936 if (sizeof (off_t)) 5937 return 0; 5530 if ((ac__type_new_ *) 0) 5531 return 0; 5532 if (sizeof (ac__type_new_)) 5533 return 0; 5938 5534 ; 5939 5535 return 0; … … 5946 5542 *) ac_try_echo=$ac_try;; 5947 5543 esac 5948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5949 $as_echo "$ac_try_echo") >&5 5544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5950 5545 (eval "$ac_compile") 2>conftest.er1 5951 5546 ac_status=$? … … 5953 5548 rm -f conftest.er1 5954 5549 cat conftest.err >&5 5955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55550 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5956 5551 (exit $ac_status); } && { 5957 5552 test -z "$ac_c_werror_flag" || 5958 5553 test ! -s conftest.err 5959 5554 } && test -s conftest.$ac_objext; then 5555 ac_cv_type_off_t=yes 5556 else 5557 echo "$as_me: failed program was:" >&5 5558 sed 's/^/| /' conftest.$ac_ext >&5 5559 5560 ac_cv_type_off_t=no 5561 fi 5562 5563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5564 fi 5565 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 5566 echo "${ECHO_T}$ac_cv_type_off_t" >&6; } 5567 if test $ac_cv_type_off_t = yes; then 5568 : 5569 else 5570 5571 cat >>confdefs.h <<_ACEOF 5572 #define off_t long int 5573 _ACEOF 5574 5575 fi 5576 5577 { echo "$as_me:$LINENO: checking for size_t" >&5 5578 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 5579 if test "${ac_cv_type_size_t+set}" = set; then 5580 echo $ECHO_N "(cached) $ECHO_C" >&6 5581 else 5960 5582 cat >conftest.$ac_ext <<_ACEOF 5961 5583 /* confdefs.h. */ … … 5965 5587 /* end confdefs.h. */ 5966 5588 $ac_includes_default 5589 typedef size_t ac__type_new_; 5967 5590 int 5968 5591 main () 5969 5592 { 5970 if (sizeof ((off_t))) 5971 return 0; 5593 if ((ac__type_new_ *) 0) 5594 return 0; 5595 if (sizeof (ac__type_new_)) 5596 return 0; 5972 5597 ; 5973 5598 return 0; … … 5980 5605 *) ac_try_echo=$ac_try;; 5981 5606 esac 5982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5983 $as_echo "$ac_try_echo") >&5 5607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5984 5608 (eval "$ac_compile") 2>conftest.er1 5985 5609 ac_status=$? … … 5987 5611 rm -f conftest.er1 5988 5612 cat conftest.err >&5 5989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55613 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5990 5614 (exit $ac_status); } && { 5991 5615 test -z "$ac_c_werror_flag" || 5992 5616 test ! -s conftest.err 5993 5617 } && test -s conftest.$ac_objext; then 5994 :5995 else 5996 $as_echo "$as_me: failed program was:" >&55618 ac_cv_type_size_t=yes 5619 else 5620 echo "$as_me: failed program was:" >&5 5997 5621 sed 's/^/| /' conftest.$ac_ext >&5 5998 5622 5999 ac_cv_type_ off_t=yes5623 ac_cv_type_size_t=no 6000 5624 fi 6001 5625 6002 5626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6003 else 6004 $as_echo "$as_me: failed program was:" >&5 6005 sed 's/^/| /' conftest.$ac_ext >&5 6006 6007 6008 fi 6009 6010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6011 fi 6012 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 6013 $as_echo "$ac_cv_type_off_t" >&6; } 6014 if test "x$ac_cv_type_off_t" = x""yes; then 6015 : 6016 else 6017 6018 cat >>confdefs.h <<_ACEOF 6019 #define off_t long int 6020 _ACEOF 6021 6022 fi 6023 6024 { $as_echo "$as_me:$LINENO: checking for size_t" >&5 6025 $as_echo_n "checking for size_t... " >&6; } 6026 if test "${ac_cv_type_size_t+set}" = set; then 6027 $as_echo_n "(cached) " >&6 6028 else 6029 ac_cv_type_size_t=no 6030 cat >conftest.$ac_ext <<_ACEOF 6031 /* confdefs.h. */ 6032 _ACEOF 6033 cat confdefs.h >>conftest.$ac_ext 6034 cat >>conftest.$ac_ext <<_ACEOF 6035 /* end confdefs.h. */ 6036 $ac_includes_default 6037 int 6038 main () 6039 { 6040 if (sizeof (size_t)) 6041 return 0; 6042 ; 6043 return 0; 6044 } 6045 _ACEOF 6046 rm -f conftest.$ac_objext 6047 if { (ac_try="$ac_compile" 6048 case "(($ac_try" in 6049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6050 *) ac_try_echo=$ac_try;; 6051 esac 6052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6053 $as_echo "$ac_try_echo") >&5 6054 (eval "$ac_compile") 2>conftest.er1 6055 ac_status=$? 6056 grep -v '^ *+' conftest.er1 >conftest.err 6057 rm -f conftest.er1 6058 cat conftest.err >&5 6059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6060 (exit $ac_status); } && { 6061 test -z "$ac_c_werror_flag" || 6062 test ! -s conftest.err 6063 } && test -s conftest.$ac_objext; then 6064 cat >conftest.$ac_ext <<_ACEOF 6065 /* confdefs.h. */ 6066 _ACEOF 6067 cat confdefs.h >>conftest.$ac_ext 6068 cat >>conftest.$ac_ext <<_ACEOF 6069 /* end confdefs.h. */ 6070 $ac_includes_default 6071 int 6072 main () 6073 { 6074 if (sizeof ((size_t))) 6075 return 0; 6076 ; 6077 return 0; 6078 } 6079 _ACEOF 6080 rm -f conftest.$ac_objext 6081 if { (ac_try="$ac_compile" 6082 case "(($ac_try" in 6083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 6084 *) ac_try_echo=$ac_try;; 6085 esac 6086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6087 $as_echo "$ac_try_echo") >&5 6088 (eval "$ac_compile") 2>conftest.er1 6089 ac_status=$? 6090 grep -v '^ *+' conftest.er1 >conftest.err 6091 rm -f conftest.er1 6092 cat conftest.err >&5 6093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6094 (exit $ac_status); } && { 6095 test -z "$ac_c_werror_flag" || 6096 test ! -s conftest.err 6097 } && test -s conftest.$ac_objext; then 6098 : 6099 else 6100 $as_echo "$as_me: failed program was:" >&5 6101 sed 's/^/| /' conftest.$ac_ext >&5 6102 6103 ac_cv_type_size_t=yes 6104 fi 6105 6106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6107 else 6108 $as_echo "$as_me: failed program was:" >&5 6109 sed 's/^/| /' conftest.$ac_ext >&5 6110 6111 6112 fi 6113 6114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6115 fi 6116 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 6117 $as_echo "$ac_cv_type_size_t" >&6; } 6118 if test "x$ac_cv_type_size_t" = x""yes; then 5627 fi 5628 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 5629 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 5630 if test $ac_cv_type_size_t = yes; then 6119 5631 : 6120 5632 else … … 6126 5638 fi 6127 5639 6128 { $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&56129 $as_echo_n "checking whether time.h and sys/time.h may both be included..." >&6; }5640 { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 5641 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } 6130 5642 if test "${ac_cv_header_time+set}" = set; then 6131 $as_echo_n "(cached)" >&65643 echo $ECHO_N "(cached) $ECHO_C" >&6 6132 5644 else 6133 5645 cat >conftest.$ac_ext <<_ACEOF … … 6156 5668 *) ac_try_echo=$ac_try;; 6157 5669 esac 6158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6159 $as_echo "$ac_try_echo") >&5 5670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6160 5671 (eval "$ac_compile") 2>conftest.er1 6161 5672 ac_status=$? … … 6163 5674 rm -f conftest.er1 6164 5675 cat conftest.err >&5 6165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55676 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6166 5677 (exit $ac_status); } && { 6167 5678 test -z "$ac_c_werror_flag" || … … 6170 5681 ac_cv_header_time=yes 6171 5682 else 6172 $as_echo "$as_me: failed program was:" >&55683 echo "$as_me: failed program was:" >&5 6173 5684 sed 's/^/| /' conftest.$ac_ext >&5 6174 5685 … … 6178 5689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6179 5690 fi 6180 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&56181 $as_echo "$ac_cv_header_time" >&6; }5691 { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 5692 echo "${ECHO_T}$ac_cv_header_time" >&6; } 6182 5693 if test $ac_cv_header_time = yes; then 6183 5694 … … 6188 5699 fi 6189 5700 6190 { $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&56191 $as_echo_n "checking whether struct tm is in sys/time.h or time.h..." >&6; }5701 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 5702 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 6192 5703 if test "${ac_cv_struct_tm+set}" = set; then 6193 $as_echo_n "(cached)" >&65704 echo $ECHO_N "(cached) $ECHO_C" >&6 6194 5705 else 6195 5706 cat >conftest.$ac_ext <<_ACEOF … … 6207 5718 struct tm tm; 6208 5719 int *p = &tm.tm_sec; 6209 return !p;5720 return !p; 6210 5721 ; 6211 5722 return 0; … … 6218 5729 *) ac_try_echo=$ac_try;; 6219 5730 esac 6220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6221 $as_echo "$ac_try_echo") >&5 5731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6222 5732 (eval "$ac_compile") 2>conftest.er1 6223 5733 ac_status=$? … … 6225 5735 rm -f conftest.er1 6226 5736 cat conftest.err >&5 6227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55737 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6228 5738 (exit $ac_status); } && { 6229 5739 test -z "$ac_c_werror_flag" || … … 6232 5742 ac_cv_struct_tm=time.h 6233 5743 else 6234 $as_echo "$as_me: failed program was:" >&55744 echo "$as_me: failed program was:" >&5 6235 5745 sed 's/^/| /' conftest.$ac_ext >&5 6236 5746 … … 6240 5750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6241 5751 fi 6242 { $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&56243 $as_echo "$ac_cv_struct_tm" >&6; }5752 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 5753 echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 6244 5754 if test $ac_cv_struct_tm = sys/time.h; then 6245 5755 … … 6274 5784 *) ac_try_echo=$ac_try;; 6275 5785 esac 6276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6277 $as_echo "$ac_try_echo") >&5 5786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6278 5787 (eval "$ac_compile") 2>conftest.er1 6279 5788 ac_status=$? … … 6281 5790 rm -f conftest.er1 6282 5791 cat conftest.err >&5 6283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55792 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6284 5793 (exit $ac_status); } && { 6285 5794 test -z "$ac_c_werror_flag" || … … 6288 5797 : 6289 5798 else 6290 $as_echo "$as_me: failed program was:" >&55799 echo "$as_me: failed program was:" >&5 6291 5800 sed 's/^/| /' conftest.$ac_ext >&5 6292 5801 … … 6299 5808 6300 5809 6301 { $as_echo "$as_me:$LINENO: checking for main in -lg" >&56302 $as_echo_n "checking for main in -lg..." >&6; }5810 { echo "$as_me:$LINENO: checking for main in -lg" >&5 5811 echo $ECHO_N "checking for main in -lg... $ECHO_C" >&6; } 6303 5812 if test "${ac_cv_lib_g_main+set}" = set; then 6304 $as_echo_n "(cached)" >&65813 echo $ECHO_N "(cached) $ECHO_C" >&6 6305 5814 else 6306 5815 ac_check_lib_save_LIBS=$LIBS … … 6328 5837 *) ac_try_echo=$ac_try;; 6329 5838 esac 6330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6331 $as_echo "$ac_try_echo") >&5 5839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6332 5840 (eval "$ac_link") 2>conftest.er1 6333 5841 ac_status=$? … … 6335 5843 rm -f conftest.er1 6336 5844 cat conftest.err >&5 6337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55845 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6338 5846 (exit $ac_status); } && { 6339 5847 test -z "$ac_c_werror_flag" || 6340 5848 test ! -s conftest.err 6341 } && test -s conftest$ac_exeext && { 6342 test "$cross_compiling" = yes || 6343 $as_test_x conftest$ac_exeext 6344 }; then 5849 } && test -s conftest$ac_exeext && 5850 $as_test_x conftest$ac_exeext; then 6345 5851 ac_cv_lib_g_main=yes 6346 5852 else 6347 $as_echo "$as_me: failed program was:" >&55853 echo "$as_me: failed program was:" >&5 6348 5854 sed 's/^/| /' conftest.$ac_ext >&5 6349 5855 … … 6351 5857 fi 6352 5858 6353 rm -rf conftest.dSYM6354 5859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6355 5860 conftest$ac_exeext conftest.$ac_ext 6356 5861 LIBS=$ac_check_lib_save_LIBS 6357 5862 fi 6358 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&56359 $as_echo "$ac_cv_lib_g_main" >&6; }6360 if test "x$ac_cv_lib_g_main" = x""yes; then5863 { echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5 5864 echo "${ECHO_T}$ac_cv_lib_g_main" >&6; } 5865 if test $ac_cv_lib_g_main = yes; then 6361 5866 cat >>confdefs.h <<_ACEOF 6362 5867 #define HAVE_LIBG 1 … … 6369 5874 6370 5875 6371 { $as_echo "$as_me:$LINENO: checking for main in -lm" >&56372 $as_echo_n "checking for main in -lm..." >&6; }5876 { echo "$as_me:$LINENO: checking for main in -lm" >&5 5877 echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; } 6373 5878 if test "${ac_cv_lib_m_main+set}" = set; then 6374 $as_echo_n "(cached)" >&65879 echo $ECHO_N "(cached) $ECHO_C" >&6 6375 5880 else 6376 5881 ac_check_lib_save_LIBS=$LIBS … … 6398 5903 *) ac_try_echo=$ac_try;; 6399 5904 esac 6400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6401 $as_echo "$ac_try_echo") >&5 5905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6402 5906 (eval "$ac_link") 2>conftest.er1 6403 5907 ac_status=$? … … 6405 5909 rm -f conftest.er1 6406 5910 cat conftest.err >&5 6407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6408 5912 (exit $ac_status); } && { 6409 5913 test -z "$ac_c_werror_flag" || 6410 5914 test ! -s conftest.err 6411 } && test -s conftest$ac_exeext && { 6412 test "$cross_compiling" = yes || 6413 $as_test_x conftest$ac_exeext 6414 }; then 5915 } && test -s conftest$ac_exeext && 5916 $as_test_x conftest$ac_exeext; then 6415 5917 ac_cv_lib_m_main=yes 6416 5918 else 6417 $as_echo "$as_me: failed program was:" >&55919 echo "$as_me: failed program was:" >&5 6418 5920 sed 's/^/| /' conftest.$ac_ext >&5 6419 5921 … … 6421 5923 fi 6422 5924 6423 rm -rf conftest.dSYM6424 5925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6425 5926 conftest$ac_exeext conftest.$ac_ext 6426 5927 LIBS=$ac_check_lib_save_LIBS 6427 5928 fi 6428 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&56429 $as_echo "$ac_cv_lib_m_main" >&6; }6430 if test "x$ac_cv_lib_m_main" = x""yes; then5929 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 5930 echo "${ECHO_T}$ac_cv_lib_m_main" >&6; } 5931 if test $ac_cv_lib_m_main = yes; then 6431 5932 cat >>confdefs.h <<_ACEOF 6432 5933 #define HAVE_LIBM 1 … … 6439 5940 6440 5941 6441 { $as_echo "$as_me:$LINENO: checking for main in -lcrypt" >&56442 $as_echo_n "checking for main in -lcrypt..." >&6; }5942 { echo "$as_me:$LINENO: checking for main in -lcrypt" >&5 5943 echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6; } 6443 5944 if test "${ac_cv_lib_crypt_main+set}" = set; then 6444 $as_echo_n "(cached)" >&65945 echo $ECHO_N "(cached) $ECHO_C" >&6 6445 5946 else 6446 5947 ac_check_lib_save_LIBS=$LIBS … … 6468 5969 *) ac_try_echo=$ac_try;; 6469 5970 esac 6470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6471 $as_echo "$ac_try_echo") >&5 5971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6472 5972 (eval "$ac_link") 2>conftest.er1 6473 5973 ac_status=$? … … 6475 5975 rm -f conftest.er1 6476 5976 cat conftest.err >&5 6477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55977 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6478 5978 (exit $ac_status); } && { 6479 5979 test -z "$ac_c_werror_flag" || 6480 5980 test ! -s conftest.err 6481 } && test -s conftest$ac_exeext && { 6482 test "$cross_compiling" = yes || 6483 $as_test_x conftest$ac_exeext 6484 }; then 5981 } && test -s conftest$ac_exeext && 5982 $as_test_x conftest$ac_exeext; then 6485 5983 ac_cv_lib_crypt_main=yes 6486 5984 else 6487 $as_echo "$as_me: failed program was:" >&55985 echo "$as_me: failed program was:" >&5 6488 5986 sed 's/^/| /' conftest.$ac_ext >&5 6489 5987 … … 6491 5989 fi 6492 5990 6493 rm -rf conftest.dSYM6494 5991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6495 5992 conftest$ac_exeext conftest.$ac_ext 6496 5993 LIBS=$ac_check_lib_save_LIBS 6497 5994 fi 6498 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&56499 $as_echo "$ac_cv_lib_crypt_main" >&6; }6500 if test "x$ac_cv_lib_crypt_main" = x""yes; then5995 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5 5996 echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6; } 5997 if test $ac_cv_lib_crypt_main = yes; then 6501 5998 cat >>confdefs.h <<_ACEOF 6502 5999 #define HAVE_LIBCRYPT 1 … … 6510 6007 if test $ENABLE_ACCENTFOLD = 1; then 6511 6008 6512 { $as_echo "$as_me:$LINENO: checking for main in -liconv" >&56513 $as_echo_n "checking for main in -liconv..." >&6; }6009 { echo "$as_me:$LINENO: checking for main in -liconv" >&5 6010 echo $ECHO_N "checking for main in -liconv... $ECHO_C" >&6; } 6514 6011 if test "${ac_cv_lib_iconv_main+set}" = set; then 6515 $as_echo_n "(cached)" >&66012 echo $ECHO_N "(cached) $ECHO_C" >&6 6516 6013 else 6517 6014 ac_check_lib_save_LIBS=$LIBS … … 6539 6036 *) ac_try_echo=$ac_try;; 6540 6037 esac 6541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6542 $as_echo "$ac_try_echo") >&5 6038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6543 6039 (eval "$ac_link") 2>conftest.er1 6544 6040 ac_status=$? … … 6546 6042 rm -f conftest.er1 6547 6043 cat conftest.err >&5 6548 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6549 6045 (exit $ac_status); } && { 6550 6046 test -z "$ac_c_werror_flag" || 6551 6047 test ! -s conftest.err 6552 } && test -s conftest$ac_exeext && { 6553 test "$cross_compiling" = yes || 6554 $as_test_x conftest$ac_exeext 6555 }; then 6048 } && test -s conftest$ac_exeext && 6049 $as_test_x conftest$ac_exeext; then 6556 6050 ac_cv_lib_iconv_main=yes 6557 6051 else 6558 $as_echo "$as_me: failed program was:" >&56052 echo "$as_me: failed program was:" >&5 6559 6053 sed 's/^/| /' conftest.$ac_ext >&5 6560 6054 … … 6562 6056 fi 6563 6057 6564 rm -rf conftest.dSYM6565 6058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6566 6059 conftest$ac_exeext conftest.$ac_ext 6567 6060 LIBS=$ac_check_lib_save_LIBS 6568 6061 fi 6569 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&56570 $as_echo "$ac_cv_lib_iconv_main" >&6; }6571 if test "x$ac_cv_lib_iconv_main" = x""yes; then6062 { echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&5 6063 echo "${ECHO_T}$ac_cv_lib_iconv_main" >&6; } 6064 if test $ac_cv_lib_iconv_main = yes; then 6572 6065 cat >>confdefs.h <<_ACEOF 6573 6066 #define HAVE_LIBICONV 1 … … 6588 6081 ac_header_dirent=no 6589 6082 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 6590 as_ac_Header=` $as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`6591 { $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&56592 $as_echo_n "checking for $ac_hdr that defines DIR..." >&6; }6083 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 6084 { echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 6085 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; } 6593 6086 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 6594 $as_echo_n "(cached)" >&66087 echo $ECHO_N "(cached) $ECHO_C" >&6 6595 6088 else 6596 6089 cat >conftest.$ac_ext <<_ACEOF … … 6618 6111 *) ac_try_echo=$ac_try;; 6619 6112 esac 6620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6621 $as_echo "$ac_try_echo") >&5 6113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6622 6114 (eval "$ac_compile") 2>conftest.er1 6623 6115 ac_status=$? … … 6625 6117 rm -f conftest.er1 6626 6118 cat conftest.err >&5 6627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6628 6120 (exit $ac_status); } && { 6629 6121 test -z "$ac_c_werror_flag" || … … 6632 6124 eval "$as_ac_Header=yes" 6633 6125 else 6634 $as_echo "$as_me: failed program was:" >&56126 echo "$as_me: failed program was:" >&5 6635 6127 sed 's/^/| /' conftest.$ac_ext >&5 6636 6128 … … 6640 6132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6641 6133 fi 6642 ac_res=`eval 'as_val=${'$as_ac_Header'} 6643 $as_echo "$as_val"'` 6644 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 6645 $as_echo "$ac_res" >&6; } 6646 as_val=`eval 'as_val=${'$as_ac_Header'} 6647 $as_echo "$as_val"'` 6648 if test "x$as_val" = x""yes; then 6134 ac_res=`eval echo '${'$as_ac_Header'}'` 6135 { echo "$as_me:$LINENO: result: $ac_res" >&5 6136 echo "${ECHO_T}$ac_res" >&6; } 6137 if test `eval echo '${'$as_ac_Header'}'` = yes; then 6649 6138 cat >>confdefs.h <<_ACEOF 6650 #define ` $as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 16139 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 6651 6140 _ACEOF 6652 6141 … … 6657 6146 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 6658 6147 if test $ac_header_dirent = dirent.h; then 6659 { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&56660 $as_echo_n "checking for library containing opendir..." >&6; }6148 { echo "$as_me:$LINENO: checking for library containing opendir" >&5 6149 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } 6661 6150 if test "${ac_cv_search_opendir+set}" = set; then 6662 $as_echo_n "(cached)" >&66151 echo $ECHO_N "(cached) $ECHO_C" >&6 6663 6152 else 6664 6153 ac_func_search_save_LIBS=$LIBS … … 6698 6187 *) ac_try_echo=$ac_try;; 6699 6188 esac 6700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6701 $as_echo "$ac_try_echo") >&5 6189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6702 6190 (eval "$ac_link") 2>conftest.er1 6703 6191 ac_status=$? … … 6705 6193 rm -f conftest.er1 6706 6194 cat conftest.err >&5 6707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56195 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6708 6196 (exit $ac_status); } && { 6709 6197 test -z "$ac_c_werror_flag" || 6710 6198 test ! -s conftest.err 6711 } && test -s conftest$ac_exeext && { 6712 test "$cross_compiling" = yes || 6713 $as_test_x conftest$ac_exeext 6714 }; then 6199 } && test -s conftest$ac_exeext && 6200 $as_test_x conftest$ac_exeext; then 6715 6201 ac_cv_search_opendir=$ac_res 6716 6202 else 6717 $as_echo "$as_me: failed program was:" >&56203 echo "$as_me: failed program was:" >&5 6718 6204 sed 's/^/| /' conftest.$ac_ext >&5 6719 6205 … … 6721 6207 fi 6722 6208 6723 rm -rf conftest.dSYM6724 6209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6725 6210 conftest$ac_exeext … … 6736 6221 LIBS=$ac_func_search_save_LIBS 6737 6222 fi 6738 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&56739 $as_echo "$ac_cv_search_opendir" >&6; }6223 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 6224 echo "${ECHO_T}$ac_cv_search_opendir" >&6; } 6740 6225 ac_res=$ac_cv_search_opendir 6741 6226 if test "$ac_res" != no; then … … 6745 6230 6746 6231 else 6747 { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&56748 $as_echo_n "checking for library containing opendir..." >&6; }6232 { echo "$as_me:$LINENO: checking for library containing opendir" >&5 6233 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } 6749 6234 if test "${ac_cv_search_opendir+set}" = set; then 6750 $as_echo_n "(cached)" >&66235 echo $ECHO_N "(cached) $ECHO_C" >&6 6751 6236 else 6752 6237 ac_func_search_save_LIBS=$LIBS … … 6786 6271 *) ac_try_echo=$ac_try;; 6787 6272 esac 6788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6789 $as_echo "$ac_try_echo") >&5 6273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6790 6274 (eval "$ac_link") 2>conftest.er1 6791 6275 ac_status=$? … … 6793 6277 rm -f conftest.er1 6794 6278 cat conftest.err >&5 6795 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6796 6280 (exit $ac_status); } && { 6797 6281 test -z "$ac_c_werror_flag" || 6798 6282 test ! -s conftest.err 6799 } && test -s conftest$ac_exeext && { 6800 test "$cross_compiling" = yes || 6801 $as_test_x conftest$ac_exeext 6802 }; then 6283 } && test -s conftest$ac_exeext && 6284 $as_test_x conftest$ac_exeext; then 6803 6285 ac_cv_search_opendir=$ac_res 6804 6286 else 6805 $as_echo "$as_me: failed program was:" >&56287 echo "$as_me: failed program was:" >&5 6806 6288 sed 's/^/| /' conftest.$ac_ext >&5 6807 6289 … … 6809 6291 fi 6810 6292 6811 rm -rf conftest.dSYM6812 6293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6813 6294 conftest$ac_exeext … … 6824 6305 LIBS=$ac_func_search_save_LIBS 6825 6306 fi 6826 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&56827 $as_echo "$ac_cv_search_opendir" >&6; }6307 { echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 6308 echo "${ECHO_T}$ac_cv_search_opendir" >&6; } 6828 6309 ac_res=$ac_cv_search_opendir 6829 6310 if test "$ac_res" != no; then … … 6834 6315 fi 6835 6316 6836 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&56837 $as_echo_n "checking for ANSI C header files..." >&6; }6317 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 6318 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 6838 6319 if test "${ac_cv_header_stdc+set}" = set; then 6839 $as_echo_n "(cached)" >&66320 echo $ECHO_N "(cached) $ECHO_C" >&6 6840 6321 else 6841 6322 cat >conftest.$ac_ext <<_ACEOF … … 6864 6345 *) ac_try_echo=$ac_try;; 6865 6346 esac 6866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6867 $as_echo "$ac_try_echo") >&5 6347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6868 6348 (eval "$ac_compile") 2>conftest.er1 6869 6349 ac_status=$? … … 6871 6351 rm -f conftest.er1 6872 6352 cat conftest.err >&5 6873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56353 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6874 6354 (exit $ac_status); } && { 6875 6355 test -z "$ac_c_werror_flag" || … … 6878 6358 ac_cv_header_stdc=yes 6879 6359 else 6880 $as_echo "$as_me: failed program was:" >&56360 echo "$as_me: failed program was:" >&5 6881 6361 sed 's/^/| /' conftest.$ac_ext >&5 6882 6362 … … 6970 6450 *) ac_try_echo=$ac_try;; 6971 6451 esac 6972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6973 $as_echo "$ac_try_echo") >&5 6452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6974 6453 (eval "$ac_link") 2>&5 6975 6454 ac_status=$? 6976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56455 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6977 6456 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6978 6457 { (case "(($ac_try" in … … 6980 6459 *) ac_try_echo=$ac_try;; 6981 6460 esac 6982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6983 $as_echo "$ac_try_echo") >&5 6461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6984 6462 (eval "$ac_try") 2>&5 6985 6463 ac_status=$? 6986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6987 6465 (exit $ac_status); }; }; then 6988 6466 : 6989 6467 else 6990 $as_echo "$as_me: program exited with status $ac_status" >&56991 $as_echo "$as_me: failed program was:" >&56468 echo "$as_me: program exited with status $ac_status" >&5 6469 echo "$as_me: failed program was:" >&5 6992 6470 sed 's/^/| /' conftest.$ac_ext >&5 6993 6471 … … 6995 6473 ac_cv_header_stdc=no 6996 6474 fi 6997 rm -rf conftest.dSYM6998 6475 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6999 6476 fi … … 7002 6479 fi 7003 6480 fi 7004 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&57005 $as_echo "$ac_cv_header_stdc" >&6; }6481 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 6482 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 7006 6483 if test $ac_cv_header_stdc = yes; then 7007 6484 … … 7023 6500 for ac_header in fcntl.h limits.h sys/time.h unistd.h crypt.h string.h memory.h sys/procfs.h sys/stat.h 7024 6501 do 7025 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`6502 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7026 6503 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7027 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&57028 $as_echo_n "checking for $ac_header..." >&6; }6504 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6505 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7029 6506 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7030 $as_echo_n "(cached) " >&6 7031 fi 7032 ac_res=`eval 'as_val=${'$as_ac_Header'} 7033 $as_echo "$as_val"'` 7034 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 7035 $as_echo "$ac_res" >&6; } 6507 echo $ECHO_N "(cached) $ECHO_C" >&6 6508 fi 6509 ac_res=`eval echo '${'$as_ac_Header'}'` 6510 { echo "$as_me:$LINENO: result: $ac_res" >&5 6511 echo "${ECHO_T}$ac_res" >&6; } 7036 6512 else 7037 6513 # Is the header compilable? 7038 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&57039 $as_echo_n "checking $ac_header usability..." >&6; }6514 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 6515 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 7040 6516 cat >conftest.$ac_ext <<_ACEOF 7041 6517 /* confdefs.h. */ … … 7053 6529 *) ac_try_echo=$ac_try;; 7054 6530 esac 7055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7056 $as_echo "$ac_try_echo") >&5 6531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7057 6532 (eval "$ac_compile") 2>conftest.er1 7058 6533 ac_status=$? … … 7060 6535 rm -f conftest.er1 7061 6536 cat conftest.err >&5 7062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56537 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7063 6538 (exit $ac_status); } && { 7064 6539 test -z "$ac_c_werror_flag" || … … 7067 6542 ac_header_compiler=yes 7068 6543 else 7069 $as_echo "$as_me: failed program was:" >&56544 echo "$as_me: failed program was:" >&5 7070 6545 sed 's/^/| /' conftest.$ac_ext >&5 7071 6546 … … 7074 6549 7075 6550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7076 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&57077 $as_echo "$ac_header_compiler" >&6; }6551 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6552 echo "${ECHO_T}$ac_header_compiler" >&6; } 7078 6553 7079 6554 # Is the header present? 7080 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&57081 $as_echo_n "checking $ac_header presence..." >&6; }6555 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 6556 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 7082 6557 cat >conftest.$ac_ext <<_ACEOF 7083 6558 /* confdefs.h. */ … … 7093 6568 *) ac_try_echo=$ac_try;; 7094 6569 esac 7095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7096 $as_echo "$ac_try_echo") >&5 6570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7097 6571 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 7098 6572 ac_status=$? … … 7100 6574 rm -f conftest.er1 7101 6575 cat conftest.err >&5 7102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56576 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7103 6577 (exit $ac_status); } >/dev/null && { 7104 6578 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 7107 6581 ac_header_preproc=yes 7108 6582 else 7109 $as_echo "$as_me: failed program was:" >&56583 echo "$as_me: failed program was:" >&5 7110 6584 sed 's/^/| /' conftest.$ac_ext >&5 7111 6585 … … 7114 6588 7115 6589 rm -f conftest.err conftest.$ac_ext 7116 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&57117 $as_echo "$ac_header_preproc" >&6; }6590 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6591 echo "${ECHO_T}$ac_header_preproc" >&6; } 7118 6592 7119 6593 # So? What about this header? 7120 6594 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7121 6595 yes:no: ) 7122 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&57123 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}7124 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&57125 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}6596 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6597 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6598 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6599 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 7126 6600 ac_header_preproc=yes 7127 6601 ;; 7128 6602 no:yes:* ) 7129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&57130 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}7131 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&57132 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}7133 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&57134 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}7135 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&57136 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}7137 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&57138 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}7139 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&57140 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}6603 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6604 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6605 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6606 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6607 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 6608 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 6609 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 6610 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 6611 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6612 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6613 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 6614 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 7141 6615 7142 6616 ;; 7143 6617 esac 7144 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&57145 $as_echo_n "checking for $ac_header..." >&6; }6618 { echo "$as_me:$LINENO: checking for $ac_header" >&5 6619 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 7146 6620 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 7147 $as_echo_n "(cached)" >&66621 echo $ECHO_N "(cached) $ECHO_C" >&6 7148 6622 else 7149 6623 eval "$as_ac_Header=\$ac_header_preproc" 7150 6624 fi 7151 ac_res=`eval 'as_val=${'$as_ac_Header'} 7152 $as_echo "$as_val"'` 7153 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 7154 $as_echo "$ac_res" >&6; } 7155 7156 fi 7157 as_val=`eval 'as_val=${'$as_ac_Header'} 7158 $as_echo "$as_val"'` 7159 if test "x$as_val" = x""yes; then 6625 ac_res=`eval echo '${'$as_ac_Header'}'` 6626 { echo "$as_me:$LINENO: result: $ac_res" >&5 6627 echo "${ECHO_T}$ac_res" >&6; } 6628 6629 fi 6630 if test `eval echo '${'$as_ac_Header'}'` = yes; then 7160 6631 cat >>confdefs.h <<_ACEOF 7161 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 16632 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 7162 6633 _ACEOF 7163 6634 … … 7223 6694 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7224 6695 # for constant arguments. Useless! 7225 { $as_echo "$as_me:$LINENO: checking for working alloca.h" >&57226 $as_echo_n "checking for working alloca.h..." >&6; }6696 { echo "$as_me:$LINENO: checking for working alloca.h" >&5 6697 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } 7227 6698 if test "${ac_cv_working_alloca_h+set}" = set; then 7228 $as_echo_n "(cached)" >&66699 echo $ECHO_N "(cached) $ECHO_C" >&6 7229 6700 else 7230 6701 cat >conftest.$ac_ext <<_ACEOF … … 7250 6721 *) ac_try_echo=$ac_try;; 7251 6722 esac 7252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7253 $as_echo "$ac_try_echo") >&5 6723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7254 6724 (eval "$ac_link") 2>conftest.er1 7255 6725 ac_status=$? … … 7257 6727 rm -f conftest.er1 7258 6728 cat conftest.err >&5 7259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56729 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7260 6730 (exit $ac_status); } && { 7261 6731 test -z "$ac_c_werror_flag" || 7262 6732 test ! -s conftest.err 7263 } && test -s conftest$ac_exeext && { 7264 test "$cross_compiling" = yes || 7265 $as_test_x conftest$ac_exeext 7266 }; then 6733 } && test -s conftest$ac_exeext && 6734 $as_test_x conftest$ac_exeext; then 7267 6735 ac_cv_working_alloca_h=yes 7268 6736 else 7269 $as_echo "$as_me: failed program was:" >&56737 echo "$as_me: failed program was:" >&5 7270 6738 sed 's/^/| /' conftest.$ac_ext >&5 7271 6739 … … 7273 6741 fi 7274 6742 7275 rm -rf conftest.dSYM7276 6743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7277 6744 conftest$ac_exeext conftest.$ac_ext 7278 6745 fi 7279 { $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&57280 $as_echo "$ac_cv_working_alloca_h" >&6; }6746 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 6747 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } 7281 6748 if test $ac_cv_working_alloca_h = yes; then 7282 6749 … … 7287 6754 fi 7288 6755 7289 { $as_echo "$as_me:$LINENO: checking for alloca" >&57290 $as_echo_n "checking for alloca..." >&6; }6756 { echo "$as_me:$LINENO: checking for alloca" >&5 6757 echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } 7291 6758 if test "${ac_cv_func_alloca_works+set}" = set; then 7292 $as_echo_n "(cached)" >&66759 echo $ECHO_N "(cached) $ECHO_C" >&6 7293 6760 else 7294 6761 cat >conftest.$ac_ext <<_ACEOF … … 7334 6801 *) ac_try_echo=$ac_try;; 7335 6802 esac 7336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7337 $as_echo "$ac_try_echo") >&5 6803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7338 6804 (eval "$ac_link") 2>conftest.er1 7339 6805 ac_status=$? … … 7341 6807 rm -f conftest.er1 7342 6808 cat conftest.err >&5 7343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7344 6810 (exit $ac_status); } && { 7345 6811 test -z "$ac_c_werror_flag" || 7346 6812 test ! -s conftest.err 7347 } && test -s conftest$ac_exeext && { 7348 test "$cross_compiling" = yes || 7349 $as_test_x conftest$ac_exeext 7350 }; then 6813 } && test -s conftest$ac_exeext && 6814 $as_test_x conftest$ac_exeext; then 7351 6815 ac_cv_func_alloca_works=yes 7352 6816 else 7353 $as_echo "$as_me: failed program was:" >&56817 echo "$as_me: failed program was:" >&5 7354 6818 sed 's/^/| /' conftest.$ac_ext >&5 7355 6819 … … 7357 6821 fi 7358 6822 7359 rm -rf conftest.dSYM7360 6823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7361 6824 conftest$ac_exeext conftest.$ac_ext 7362 6825 fi 7363 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&57364 $as_echo "$ac_cv_func_alloca_works" >&6; }6826 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 6827 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } 7365 6828 7366 6829 if test $ac_cv_func_alloca_works = yes; then … … 7383 6846 7384 6847 7385 { $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&57386 $as_echo_n "checking whether \`alloca.c' needs Cray hooks..." >&6; }6848 { echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 6849 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } 7387 6850 if test "${ac_cv_os_cray+set}" = set; then 7388 $as_echo_n "(cached)" >&66851 echo $ECHO_N "(cached) $ECHO_C" >&6 7389 6852 else 7390 6853 cat >conftest.$ac_ext <<_ACEOF … … 7410 6873 7411 6874 fi 7412 { $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&57413 $as_echo "$ac_cv_os_cray" >&6; }6875 { echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 6876 echo "${ECHO_T}$ac_cv_os_cray" >&6; } 7414 6877 if test $ac_cv_os_cray = yes; then 7415 6878 for ac_func in _getb67 GETB67 getb67; do 7416 as_ac_var=` $as_echo "ac_cv_func_$ac_func" | $as_tr_sh`7417 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&57418 $as_echo_n "checking for $ac_func..." >&6; }6879 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6880 { echo "$as_me:$LINENO: checking for $ac_func" >&5 6881 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 7419 6882 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 7420 $as_echo_n "(cached)" >&66883 echo $ECHO_N "(cached) $ECHO_C" >&6 7421 6884 else 7422 6885 cat >conftest.$ac_ext <<_ACEOF … … 7471 6934 *) ac_try_echo=$ac_try;; 7472 6935 esac 7473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7474 $as_echo "$ac_try_echo") >&5 6936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7475 6937 (eval "$ac_link") 2>conftest.er1 7476 6938 ac_status=$? … … 7478 6940 rm -f conftest.er1 7479 6941 cat conftest.err >&5 7480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56942 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7481 6943 (exit $ac_status); } && { 7482 6944 test -z "$ac_c_werror_flag" || 7483 6945 test ! -s conftest.err 7484 } && test -s conftest$ac_exeext && { 7485 test "$cross_compiling" = yes || 7486 $as_test_x conftest$ac_exeext 7487 }; then 6946 } && test -s conftest$ac_exeext && 6947 $as_test_x conftest$ac_exeext; then 7488 6948 eval "$as_ac_var=yes" 7489 6949 else 7490 $as_echo "$as_me: failed program was:" >&56950 echo "$as_me: failed program was:" >&5 7491 6951 sed 's/^/| /' conftest.$ac_ext >&5 7492 6952 … … 7494 6954 fi 7495 6955 7496 rm -rf conftest.dSYM7497 6956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7498 6957 conftest$ac_exeext conftest.$ac_ext 7499 6958 fi 7500 ac_res=`eval 'as_val=${'$as_ac_var'} 7501 $as_echo "$as_val"'` 7502 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 7503 $as_echo "$ac_res" >&6; } 7504 as_val=`eval 'as_val=${'$as_ac_var'} 7505 $as_echo "$as_val"'` 7506 if test "x$as_val" = x""yes; then 6959 ac_res=`eval echo '${'$as_ac_var'}'` 6960 { echo "$as_me:$LINENO: result: $ac_res" >&5 6961 echo "${ECHO_T}$ac_res" >&6; } 6962 if test `eval echo '${'$as_ac_var'}'` = yes; then 7507 6963 7508 6964 cat >>confdefs.h <<_ACEOF … … 7516 6972 fi 7517 6973 7518 { $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&57519 $as_echo_n "checking stack direction for C alloca..." >&6; }6974 { echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 6975 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } 7520 6976 if test "${ac_cv_c_stack_direction+set}" = set; then 7521 $as_echo_n "(cached)" >&66977 echo $ECHO_N "(cached) $ECHO_C" >&6 7522 6978 else 7523 6979 if test "$cross_compiling" = yes; then … … 7557 7013 *) ac_try_echo=$ac_try;; 7558 7014 esac 7559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7560 $as_echo "$ac_try_echo") >&5 7015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7561 7016 (eval "$ac_link") 2>&5 7562 7017 ac_status=$? 7563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7564 7019 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7565 7020 { (case "(($ac_try" in … … 7567 7022 *) ac_try_echo=$ac_try;; 7568 7023 esac 7569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7570 $as_echo "$ac_try_echo") >&5 7024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7571 7025 (eval "$ac_try") 2>&5 7572 7026 ac_status=$? 7573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57027 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7574 7028 (exit $ac_status); }; }; then 7575 7029 ac_cv_c_stack_direction=1 7576 7030 else 7577 $as_echo "$as_me: program exited with status $ac_status" >&57578 $as_echo "$as_me: failed program was:" >&57031 echo "$as_me: program exited with status $ac_status" >&5 7032 echo "$as_me: failed program was:" >&5 7579 7033 sed 's/^/| /' conftest.$ac_ext >&5 7580 7034 … … 7582 7036 ac_cv_c_stack_direction=-1 7583 7037 fi 7584 rm -rf conftest.dSYM7585 7038 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7586 7039 fi … … 7588 7041 7589 7042 fi 7590 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&57591 $as_echo "$ac_cv_c_stack_direction" >&6; }7043 { echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 7044 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } 7592 7045 7593 7046 cat >>confdefs.h <<_ACEOF … … 7599 7052 7600 7053 if test $ac_cv_c_compiler_gnu = yes; then 7601 { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&57602 $as_echo_n "checking whether $CC needs -traditional..." >&6; }7054 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 7055 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } 7603 7056 if test "${ac_cv_prog_gcc_traditional+set}" = set; then 7604 $as_echo_n "(cached)" >&67057 echo $ECHO_N "(cached) $ECHO_C" >&6 7605 7058 else 7606 7059 ac_pattern="Autoconf.*'x'" … … 7641 7094 fi 7642 7095 fi 7643 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&57644 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }7096 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 7097 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } 7645 7098 if test $ac_cv_prog_gcc_traditional = yes; then 7646 7099 CC="$CC -traditional" … … 7648 7101 fi 7649 7102 7650 { $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&57651 $as_echo_n "checking return type of signal handlers..." >&6; }7103 { echo "$as_me:$LINENO: checking return type of signal handlers" >&5 7104 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 7652 7105 if test "${ac_cv_type_signal+set}" = set; then 7653 $as_echo_n "(cached)" >&67106 echo $ECHO_N "(cached) $ECHO_C" >&6 7654 7107 else 7655 7108 cat >conftest.$ac_ext <<_ACEOF … … 7676 7129 *) ac_try_echo=$ac_try;; 7677 7130 esac 7678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7679 $as_echo "$ac_try_echo") >&5 7131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7680 7132 (eval "$ac_compile") 2>conftest.er1 7681 7133 ac_status=$? … … 7683 7135 rm -f conftest.er1 7684 7136 cat conftest.err >&5 7685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57137 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7686 7138 (exit $ac_status); } && { 7687 7139 test -z "$ac_c_werror_flag" || … … 7690 7142 ac_cv_type_signal=int 7691 7143 else 7692 $as_echo "$as_me: failed program was:" >&57144 echo "$as_me: failed program was:" >&5 7693 7145 sed 's/^/| /' conftest.$ac_ext >&5 7694 7146 … … 7698 7150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7699 7151 fi 7700 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&57701 $as_echo "$ac_cv_type_signal" >&6; }7152 { echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 7153 echo "${ECHO_T}$ac_cv_type_signal" >&6; } 7702 7154 7703 7155 cat >>confdefs.h <<_ACEOF … … 7709 7161 for ac_func in vprintf 7710 7162 do 7711 as_ac_var=` $as_echo "ac_cv_func_$ac_func" | $as_tr_sh`7712 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&57713 $as_echo_n "checking for $ac_func..." >&6; }7163 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7164 { echo "$as_me:$LINENO: checking for $ac_func" >&5 7165 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 7714 7166 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 7715 $as_echo_n "(cached)" >&67167 echo $ECHO_N "(cached) $ECHO_C" >&6 7716 7168 else 7717 7169 cat >conftest.$ac_ext <<_ACEOF … … 7766 7218 *) ac_try_echo=$ac_try;; 7767 7219 esac 7768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7769 $as_echo "$ac_try_echo") >&5 7220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7770 7221 (eval "$ac_link") 2>conftest.er1 7771 7222 ac_status=$? … … 7773 7224 rm -f conftest.er1 7774 7225 cat conftest.err >&5 7775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57226 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7776 7227 (exit $ac_status); } && { 7777 7228 test -z "$ac_c_werror_flag" || 7778 7229 test ! -s conftest.err 7779 } && test -s conftest$ac_exeext && { 7780 test "$cross_compiling" = yes || 7781 $as_test_x conftest$ac_exeext 7782 }; then 7230 } && test -s conftest$ac_exeext && 7231 $as_test_x conftest$ac_exeext; then 7783 7232 eval "$as_ac_var=yes" 7784 7233 else 7785 $as_echo "$as_me: failed program was:" >&57234 echo "$as_me: failed program was:" >&5 7786 7235 sed 's/^/| /' conftest.$ac_ext >&5 7787 7236 … … 7789 7238 fi 7790 7239 7791 rm -rf conftest.dSYM7792 7240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7793 7241 conftest$ac_exeext conftest.$ac_ext 7794 7242 fi 7795 ac_res=`eval 'as_val=${'$as_ac_var'} 7796 $as_echo "$as_val"'` 7797 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 7798 $as_echo "$ac_res" >&6; } 7799 as_val=`eval 'as_val=${'$as_ac_var'} 7800 $as_echo "$as_val"'` 7801 if test "x$as_val" = x""yes; then 7243 ac_res=`eval echo '${'$as_ac_var'}'` 7244 { echo "$as_me:$LINENO: result: $ac_res" >&5 7245 echo "${ECHO_T}$ac_res" >&6; } 7246 if test `eval echo '${'$as_ac_var'}'` = yes; then 7802 7247 cat >>confdefs.h <<_ACEOF 7803 #define ` $as_echo "HAVE_$ac_func" | $as_tr_cpp` 17804 _ACEOF 7805 7806 { $as_echo "$as_me:$LINENO: checking for _doprnt" >&57807 $as_echo_n "checking for _doprnt..." >&6; }7248 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 7249 _ACEOF 7250 7251 { echo "$as_me:$LINENO: checking for _doprnt" >&5 7252 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } 7808 7253 if test "${ac_cv_func__doprnt+set}" = set; then 7809 $as_echo_n "(cached)" >&67254 echo $ECHO_N "(cached) $ECHO_C" >&6 7810 7255 else 7811 7256 cat >conftest.$ac_ext <<_ACEOF … … 7860 7305 *) ac_try_echo=$ac_try;; 7861 7306 esac 7862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7863 $as_echo "$ac_try_echo") >&5 7307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7864 7308 (eval "$ac_link") 2>conftest.er1 7865 7309 ac_status=$? … … 7867 7311 rm -f conftest.er1 7868 7312 cat conftest.err >&5 7869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57313 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7870 7314 (exit $ac_status); } && { 7871 7315 test -z "$ac_c_werror_flag" || 7872 7316 test ! -s conftest.err 7873 } && test -s conftest$ac_exeext && { 7874 test "$cross_compiling" = yes || 7875 $as_test_x conftest$ac_exeext 7876 }; then 7317 } && test -s conftest$ac_exeext && 7318 $as_test_x conftest$ac_exeext; then 7877 7319 ac_cv_func__doprnt=yes 7878 7320 else 7879 $as_echo "$as_me: failed program was:" >&57321 echo "$as_me: failed program was:" >&5 7880 7322 sed 's/^/| /' conftest.$ac_ext >&5 7881 7323 … … 7883 7325 fi 7884 7326 7885 rm -rf conftest.dSYM7886 7327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7887 7328 conftest$ac_exeext conftest.$ac_ext 7888 7329 fi 7889 { $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&57890 $as_echo "$ac_cv_func__doprnt" >&6; }7891 if test "x$ac_cv_func__doprnt" = x""yes; then7330 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 7331 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } 7332 if test $ac_cv_func__doprnt = yes; then 7892 7333 7893 7334 cat >>confdefs.h <<\_ACEOF … … 7913 7354 for ac_func in ftime select strftime strtol getrusage times mallinfo setbuffer getpagesize strerror 7914 7355 do 7915 as_ac_var=` $as_echo "ac_cv_func_$ac_func" | $as_tr_sh`7916 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&57917 $as_echo_n "checking for $ac_func..." >&6; }7356 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7357 { echo "$as_me:$LINENO: checking for $ac_func" >&5 7358 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 7918 7359 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 7919 $as_echo_n "(cached)" >&67360 echo $ECHO_N "(cached) $ECHO_C" >&6 7920 7361 else 7921 7362 cat >conftest.$ac_ext <<_ACEOF … … 7970 7411 *) ac_try_echo=$ac_try;; 7971 7412 esac 7972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7973 $as_echo "$ac_try_echo") >&5 7413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7974 7414 (eval "$ac_link") 2>conftest.er1 7975 7415 ac_status=$? … … 7977 7417 rm -f conftest.er1 7978 7418 cat conftest.err >&5 7979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57419 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7980 7420 (exit $ac_status); } && { 7981 7421 test -z "$ac_c_werror_flag" || 7982 7422 test ! -s conftest.err 7983 } && test -s conftest$ac_exeext && { 7984 test "$cross_compiling" = yes || 7985 $as_test_x conftest$ac_exeext 7986 }; then 7423 } && test -s conftest$ac_exeext && 7424 $as_test_x conftest$ac_exeext; then 7987 7425 eval "$as_ac_var=yes" 7988 7426 else 7989 $as_echo "$as_me: failed program was:" >&57427 echo "$as_me: failed program was:" >&5 7990 7428 sed 's/^/| /' conftest.$ac_ext >&5 7991 7429 … … 7993 7431 fi 7994 7432 7995 rm -rf conftest.dSYM7996 7433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7997 7434 conftest$ac_exeext conftest.$ac_ext 7998 7435 fi 7999 ac_res=`eval 'as_val=${'$as_ac_var'} 8000 $as_echo "$as_val"'` 8001 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 8002 $as_echo "$ac_res" >&6; } 8003 as_val=`eval 'as_val=${'$as_ac_var'} 8004 $as_echo "$as_val"'` 8005 if test "x$as_val" = x""yes; then 7436 ac_res=`eval echo '${'$as_ac_var'}'` 7437 { echo "$as_me:$LINENO: result: $ac_res" >&5 7438 echo "${ECHO_T}$ac_res" >&6; } 7439 if test `eval echo '${'$as_ac_var'}'` = yes; then 8006 7440 cat >>confdefs.h <<_ACEOF 8007 #define ` $as_echo "HAVE_$ac_func" | $as_tr_cpp` 17441 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 8008 7442 _ACEOF 8009 7443 … … 8016 7450 for ac_func in ftruncate strstr strcasecmp 8017 7451 do 8018 as_ac_var=` $as_echo "ac_cv_func_$ac_func" | $as_tr_sh`8019 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&58020 $as_echo_n "checking for $ac_func..." >&6; }7452 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7453 { echo "$as_me:$LINENO: checking for $ac_func" >&5 7454 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8021 7455 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8022 $as_echo_n "(cached)" >&67456 echo $ECHO_N "(cached) $ECHO_C" >&6 8023 7457 else 8024 7458 cat >conftest.$ac_ext <<_ACEOF … … 8073 7507 *) ac_try_echo=$ac_try;; 8074 7508 esac 8075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8076 $as_echo "$ac_try_echo") >&5 7509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8077 7510 (eval "$ac_link") 2>conftest.er1 8078 7511 ac_status=$? … … 8080 7513 rm -f conftest.er1 8081 7514 cat conftest.err >&5 8082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57515 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8083 7516 (exit $ac_status); } && { 8084 7517 test -z "$ac_c_werror_flag" || 8085 7518 test ! -s conftest.err 8086 } && test -s conftest$ac_exeext && { 8087 test "$cross_compiling" = yes || 8088 $as_test_x conftest$ac_exeext 8089 }; then 7519 } && test -s conftest$ac_exeext && 7520 $as_test_x conftest$ac_exeext; then 8090 7521 eval "$as_ac_var=yes" 8091 7522 else 8092 $as_echo "$as_me: failed program was:" >&57523 echo "$as_me: failed program was:" >&5 8093 7524 sed 's/^/| /' conftest.$ac_ext >&5 8094 7525 … … 8096 7527 fi 8097 7528 8098 rm -rf conftest.dSYM8099 7529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8100 7530 conftest$ac_exeext conftest.$ac_ext 8101 7531 fi 8102 ac_res=`eval 'as_val=${'$as_ac_var'} 8103 $as_echo "$as_val"'` 8104 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 8105 $as_echo "$ac_res" >&6; } 8106 as_val=`eval 'as_val=${'$as_ac_var'} 8107 $as_echo "$as_val"'` 8108 if test "x$as_val" = x""yes; then 7532 ac_res=`eval echo '${'$as_ac_var'}'` 7533 { echo "$as_me:$LINENO: result: $ac_res" >&5 7534 echo "${ECHO_T}$ac_res" >&6; } 7535 if test `eval echo '${'$as_ac_var'}'` = yes; then 8109 7536 cat >>confdefs.h <<_ACEOF 8110 #define ` $as_echo "HAVE_$ac_func" | $as_tr_cpp` 17537 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 8111 7538 _ACEOF 8112 7539 … … 8123 7550 8124 7551 8125 { $as_echo "$as_me:$LINENO: checking for textdomain" >&58126 $as_echo_n "checking for textdomain..." >&6; }7552 { echo "$as_me:$LINENO: checking for textdomain" >&5 7553 echo $ECHO_N "checking for textdomain... $ECHO_C" >&6; } 8127 7554 if test "${ac_cv_func_textdomain+set}" = set; then 8128 $as_echo_n "(cached)" >&67555 echo $ECHO_N "(cached) $ECHO_C" >&6 8129 7556 else 8130 7557 cat >conftest.$ac_ext <<_ACEOF … … 8179 7606 *) ac_try_echo=$ac_try;; 8180 7607 esac 8181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8182 $as_echo "$ac_try_echo") >&5 7608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8183 7609 (eval "$ac_link") 2>conftest.er1 8184 7610 ac_status=$? … … 8186 7612 rm -f conftest.er1 8187 7613 cat conftest.err >&5 8188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57614 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8189 7615 (exit $ac_status); } && { 8190 7616 test -z "$ac_c_werror_flag" || 8191 7617 test ! -s conftest.err 8192 } && test -s conftest$ac_exeext && { 8193 test "$cross_compiling" = yes || 8194 $as_test_x conftest$ac_exeext 8195 }; then 7618 } && test -s conftest$ac_exeext && 7619 $as_test_x conftest$ac_exeext; then 8196 7620 ac_cv_func_textdomain=yes 8197 7621 else 8198 $as_echo "$as_me: failed program was:" >&57622 echo "$as_me: failed program was:" >&5 8199 7623 sed 's/^/| /' conftest.$ac_ext >&5 8200 7624 … … 8202 7626 fi 8203 7627 8204 rm -rf conftest.dSYM8205 7628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8206 7629 conftest$ac_exeext conftest.$ac_ext 8207 7630 fi 8208 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&58209 $as_echo "$ac_cv_func_textdomain" >&6; }8210 if test "x$ac_cv_func_textdomain" = x""yes; then7631 { echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5 7632 echo "${ECHO_T}$ac_cv_func_textdomain" >&6; } 7633 if test $ac_cv_func_textdomain = yes; then 8211 7634 cat >>confdefs.h <<\_ACEOF 8212 7635 #define ENABLE_NLS 1 … … 8218 7641 # *** Custom checking (based on GNU tar configure.in) *** 8219 7642 # --------------------------------------------------------------------------- 8220 { $as_echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&58221 $as_echo_n "checking for HP-UX needing gmalloc..." >&6; }7643 { echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5 7644 echo $ECHO_N "checking for HP-UX needing gmalloc... $ECHO_C" >&6; } 8222 7645 if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then 8223 { $as_echo "$as_me:$LINENO: result: yes" >&58224 $as_echo "yes" >&6; }7646 { echo "$as_me:$LINENO: result: yes" >&5 7647 echo "${ECHO_T}yes" >&6; } 8225 7648 case " $LIBOBJS " in 8226 7649 *" gmalloc.$ac_objext "* ) ;; … … 8234 7657 8235 7658 else 8236 { $as_echo "$as_me:$LINENO: result: no" >&58237 $as_echo "no" >&6; }7659 { echo "$as_me:$LINENO: result: no" >&5 7660 echo "${ECHO_T}no" >&6; } 8238 7661 8239 7662 for ac_func in valloc 8240 7663 do 8241 as_ac_var=` $as_echo "ac_cv_func_$ac_func" | $as_tr_sh`8242 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&58243 $as_echo_n "checking for $ac_func..." >&6; }7664 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7665 { echo "$as_me:$LINENO: checking for $ac_func" >&5 7666 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8244 7667 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8245 $as_echo_n "(cached)" >&67668 echo $ECHO_N "(cached) $ECHO_C" >&6 8246 7669 else 8247 7670 cat >conftest.$ac_ext <<_ACEOF … … 8296 7719 *) ac_try_echo=$ac_try;; 8297 7720 esac 8298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8299 $as_echo "$ac_try_echo") >&5 7721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8300 7722 (eval "$ac_link") 2>conftest.er1 8301 7723 ac_status=$? … … 8303 7725 rm -f conftest.er1 8304 7726 cat conftest.err >&5 8305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57727 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8306 7728 (exit $ac_status); } && { 8307 7729 test -z "$ac_c_werror_flag" || 8308 7730 test ! -s conftest.err 8309 } && test -s conftest$ac_exeext && { 8310 test "$cross_compiling" = yes || 8311 $as_test_x conftest$ac_exeext 8312 }; then 7731 } && test -s conftest$ac_exeext && 7732 $as_test_x conftest$ac_exeext; then 8313 7733 eval "$as_ac_var=yes" 8314 7734 else 8315 $as_echo "$as_me: failed program was:" >&57735 echo "$as_me: failed program was:" >&5 8316 7736 sed 's/^/| /' conftest.$ac_ext >&5 8317 7737 … … 8319 7739 fi 8320 7740 8321 rm -rf conftest.dSYM8322 7741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8323 7742 conftest$ac_exeext conftest.$ac_ext 8324 7743 fi 8325 ac_res=`eval 'as_val=${'$as_ac_var'} 8326 $as_echo "$as_val"'` 8327 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 8328 $as_echo "$ac_res" >&6; } 8329 as_val=`eval 'as_val=${'$as_ac_var'} 8330 $as_echo "$as_val"'` 8331 if test "x$as_val" = x""yes; then 7744 ac_res=`eval echo '${'$as_ac_var'}'` 7745 { echo "$as_me:$LINENO: result: $ac_res" >&5 7746 echo "${ECHO_T}$ac_res" >&6; } 7747 if test `eval echo '${'$as_ac_var'}'` = yes; then 8332 7748 cat >>confdefs.h <<_ACEOF 8333 #define ` $as_echo "HAVE_$ac_func" | $as_tr_cpp` 17749 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 8334 7750 _ACEOF 8335 7751 … …