Changeset 992:2034ffaad911
- Timestamp:
- 08/05/08 11:26:14 (4 years ago)
- Branch:
- libdodo
- Location:
- trunk
- Files:
-
- 2 edited
-
configure (modified) (515 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r986 r992 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 2 for libdodo 0.9.1.3 # Generated by GNU Autoconf 2.61 for libdodo 0.11.0. 4 4 # 5 5 # Report bugs to <libdodo.sf.net>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # Printing a long string crashes Solaris 7 /usr/bin/printf.46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$as_nl"*)62 expr "X$arg" : "X\\(.*\\)$as_nl";63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;64 esac;65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"66 '67 export as_echo_n_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var366 done367 export CONFIG_SHELL368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 test -d "$1/.";534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 -*)set "./$1";;537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 597 575 PACKAGE_NAME='libdodo' 598 576 PACKAGE_TARNAME='libdodo' 599 PACKAGE_VERSION='0. 9.1'600 PACKAGE_STRING='libdodo 0. 9.1'577 PACKAGE_VERSION='0.11.0' 578 PACKAGE_STRING='libdodo 0.11.0' 601 579 PACKAGE_BUGREPORT='libdodo.sf.net' 602 580 … … 696 674 LTLIBOBJS' 697 675 ac_subst_files='' 698 ac_user_opts='699 enable_option_checking700 enable_debug701 enable_profiling702 enable_deque703 enable_io_xexec_support704 enable_db_xexec_support705 with_sqlite3706 with_openssl707 with_bfd708 with_postgresql709 with_mysql710 with_fcgi711 with_pcre712 with_dl713 enable_dl_lib714 enable_fast_dynamic_loading715 with_libxml2716 with_pthread717 with_pthread_lib718 with_bzip2719 with_zlib720 enable_zlib_lib721 with_iconv722 enable_iconv_lib723 with_imagemagick724 enable_graphics_xexec_support725 '726 676 ac_precious_vars='build_alias 727 677 host_alias … … 741 691 ac_init_help= 742 692 ac_init_version=false 743 ac_unrecognized_opts=744 ac_unrecognized_sep=745 693 # The variables have the same names as the options, with 746 694 # dashes changed to underlines. … … 841 789 842 790 -disable-* | --disable-*) 843 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`791 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 844 792 # Reject names that are not valid shell variable names. 845 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&846 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2793 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 794 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 847 795 { (exit 1); exit 1; }; } 848 ac_useropt_orig=$ac_useropt 849 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 850 case $ac_user_opts in 851 *" 852 "enable_$ac_useropt" 853 "*) ;; 854 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 855 ac_unrecognized_sep=', ';; 856 esac 857 eval enable_$ac_useropt=no ;; 796 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 797 eval enable_$ac_feature=no ;; 858 798 859 799 -docdir | --docdir | --docdi | --doc | --do) … … 868 808 869 809 -enable-* | --enable-*) 870 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`810 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 871 811 # Reject names that are not valid shell variable names. 872 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&873 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2812 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 813 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 874 814 { (exit 1); exit 1; }; } 875 ac_useropt_orig=$ac_useropt 876 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 877 case $ac_user_opts in 878 *" 879 "enable_$ac_useropt" 880 "*) ;; 881 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 882 ac_unrecognized_sep=', ';; 883 esac 884 eval enable_$ac_useropt=\$ac_optarg ;; 815 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 816 eval enable_$ac_feature=\$ac_optarg ;; 885 817 886 818 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1073 1005 1074 1006 -with-* | --with-*) 1075 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1007 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1076 1008 # Reject names that are not valid shell variable names. 1077 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1078 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21009 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1010 { echo "$as_me: error: invalid package name: $ac_package" >&2 1079 1011 { (exit 1); exit 1; }; } 1080 ac_useropt_orig=$ac_useropt 1081 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1082 case $ac_user_opts in 1083 *" 1084 "with_$ac_useropt" 1085 "*) ;; 1086 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1087 ac_unrecognized_sep=', ';; 1088 esac 1089 eval with_$ac_useropt=\$ac_optarg ;; 1012 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1013 eval with_$ac_package=\$ac_optarg ;; 1090 1014 1091 1015 -without-* | --without-*) 1092 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1016 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1093 1017 # Reject names that are not valid shell variable names. 1094 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1095 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21018 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1019 { echo "$as_me: error: invalid package name: $ac_package" >&2 1096 1020 { (exit 1); exit 1; }; } 1097 ac_useropt_orig=$ac_useropt 1098 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1099 case $ac_user_opts in 1100 *" 1101 "with_$ac_useropt" 1102 "*) ;; 1103 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1104 ac_unrecognized_sep=', ';; 1105 esac 1106 eval with_$ac_useropt=no ;; 1021 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1022 eval with_$ac_package=no ;; 1107 1023 1108 1024 --x) … … 1124 1040 x_libraries=$ac_optarg ;; 1125 1041 1126 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1042 -*) { echo "$as_me: error: unrecognized option: $ac_option 1127 1043 Try \`$0 --help' for more information." >&2 1128 1044 { (exit 1); exit 1; }; } … … 1133 1049 # Reject names that are not valid shell variable names. 1134 1050 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1135 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21051 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1136 1052 { (exit 1); exit 1; }; } 1137 1053 eval $ac_envvar=\$ac_optarg … … 1140 1056 *) 1141 1057 # FIXME: should be removed in autoconf 3.0. 1142 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21058 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1143 1059 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1144 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21060 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1145 1061 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1146 1062 ;; … … 1151 1067 if test -n "$ac_prev"; then 1152 1068 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1153 { $as_echo "$as_me: error: missing argument to $ac_option" >&21069 { echo "$as_me: error: missing argument to $ac_option" >&2 1154 1070 { (exit 1); exit 1; }; } 1155 1071 fi 1156 1072 1157 if test -n "$ac_unrecognized_opts"; then 1158 case $enable_option_checking in 1159 no) ;; 1160 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 1161 { (exit 1); exit 1; }; } ;; 1162 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 1163 esac 1164 fi 1165 1166 # Check all directory arguments for consistency. 1073 # Be sure to have absolute directory names. 1167 1074 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1168 1075 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1171 1078 do 1172 1079 eval ac_val=\$$ac_var 1173 # Remove trailing slashes.1174 case $ac_val in1175 */ )1176 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1177 eval $ac_var=\$ac_val;;1178 esac1179 # Be sure to have absolute directory names.1180 1080 case $ac_val in 1181 1081 [\\/$]* | ?:[\\/]* ) continue;; 1182 1082 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1183 1083 esac 1184 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21084 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1185 1085 { (exit 1); exit 1; }; } 1186 1086 done … … 1197 1097 if test "x$build_alias" = x; then 1198 1098 cross_compiling=maybe 1199 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1099 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1200 1100 If a cross compiler is detected then cross compile mode will be used." >&2 1201 1101 elif test "x$build_alias" != "x$host_alias"; then … … 1213 1113 ac_ls_di=`ls -di .` && 1214 1114 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1215 { $as_echo "$as_me: error: Working directory cannot be determined" >&21115 { echo "$as_me: error: Working directory cannot be determined" >&2 1216 1116 { (exit 1); exit 1; }; } 1217 1117 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1218 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21118 { echo "$as_me: error: pwd does not report name of working directory" >&2 1219 1119 { (exit 1); exit 1; }; } 1220 1120 … … 1224 1124 ac_srcdir_defaulted=yes 1225 1125 # Try the directory containing this script, then the parent directory. 1226 ac_confdir=`$as_dirname -- "$ as_myself" ||1227 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1228 X"$ as_myself" : 'X\(//\)[^/]' \| \1229 X"$ as_myself" : 'X\(//\)$' \| \1230 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1231 $as_echo X"$as_myself" |1126 ac_confdir=`$as_dirname -- "$0" || 1127 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1128 X"$0" : 'X\(//\)[^/]' \| \ 1129 X"$0" : 'X\(//\)$' \| \ 1130 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1131 echo X"$0" | 1232 1132 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1233 1133 s//\1/ … … 1256 1156 if test ! -r "$srcdir/$ac_unique_file"; then 1257 1157 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1258 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21158 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1259 1159 { (exit 1); exit 1; }; } 1260 1160 fi 1261 1161 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1262 1162 ac_abs_confdir=`( 1263 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21163 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1264 1164 { (exit 1); exit 1; }; } 1265 1165 pwd)` … … 1288 1188 # This message is too long to be a string in the A/UX 3.1 sh. 1289 1189 cat <<_ACEOF 1290 \`configure' configures libdodo 0. 9.1to adapt to many kinds of systems.1190 \`configure' configures libdodo 0.11.0 to adapt to many kinds of systems. 1291 1191 1292 1192 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1310 1210 Installation directories: 1311 1211 --prefix=PREFIX install architecture-independent files in PREFIX 1312 [$ac_default_prefix]1212 [$ac_default_prefix] 1313 1213 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1314 [PREFIX]1214 [PREFIX] 1315 1215 1316 1216 By default, \`make install' will install all the files in … … 1322 1222 1323 1223 Fine tuning of the installation directories: 1324 --bindir=DIR user executables [EPREFIX/bin]1325 --sbindir=DIR system admin executables [EPREFIX/sbin]1326 --libexecdir=DIR program executables [EPREFIX/libexec]1327 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1328 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1329 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1330 --libdir=DIR object code libraries [EPREFIX/lib]1331 --includedir=DIR C header files [PREFIX/include]1332 --oldincludedir=DIR C header files for non-gcc [/usr/include]1333 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1334 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1335 --infodir=DIR info documentation [DATAROOTDIR/info]1336 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1337 --mandir=DIR man documentation [DATAROOTDIR/man]1338 --docdir=DIR documentation root [DATAROOTDIR/doc/libdodo]1339 --htmldir=DIR html documentation [DOCDIR]1340 --dvidir=DIR dvi documentation [DOCDIR]1341 --pdfdir=DIR pdf documentation [DOCDIR]1342 --psdir=DIR ps documentation [DOCDIR]1224 --bindir=DIR user executables [EPREFIX/bin] 1225 --sbindir=DIR system admin executables [EPREFIX/sbin] 1226 --libexecdir=DIR program executables [EPREFIX/libexec] 1227 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1228 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1229 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1230 --libdir=DIR object code libraries [EPREFIX/lib] 1231 --includedir=DIR C header files [PREFIX/include] 1232 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1233 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1234 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1235 --infodir=DIR info documentation [DATAROOTDIR/info] 1236 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1237 --mandir=DIR man documentation [DATAROOTDIR/man] 1238 --docdir=DIR documentation root [DATAROOTDIR/doc/libdodo] 1239 --htmldir=DIR html documentation [DOCDIR] 1240 --dvidir=DIR dvi documentation [DOCDIR] 1241 --pdfdir=DIR pdf documentation [DOCDIR] 1242 --psdir=DIR ps documentation [DOCDIR] 1343 1243 _ACEOF 1344 1244 … … 1349 1249 if test -n "$ac_init_help"; then 1350 1250 case $ac_init_help in 1351 short | recursive ) echo "Configuration of libdodo 0. 9.1:";;1251 short | recursive ) echo "Configuration of libdodo 0.11.0:";; 1352 1252 esac 1353 1253 cat <<\_ACEOF 1354 1254 1355 1255 Optional Features: 1356 --disable-option-checking ignore unrecognized --enable/--with options1357 1256 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1358 1257 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1417 1316 # If there are subdirs, report their specific --help. 1418 1317 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1419 test -d "$ac_dir" || 1420 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1421 continue 1318 test -d "$ac_dir" || continue 1422 1319 ac_builddir=. 1423 1320 … … 1425 1322 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1426 1323 *) 1427 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1324 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1428 1325 # A ".." for each directory in $ac_dir_suffix. 1429 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1326 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1430 1327 case $ac_top_builddir_sub in 1431 1328 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1463 1360 $SHELL "$ac_srcdir/configure" --help=recursive 1464 1361 else 1465 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21362 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1466 1363 fi || ac_status=$? 1467 1364 cd "$ac_pwd" || { ac_status=$?; break; } … … 1472 1369 if $ac_init_version; then 1473 1370 cat <<\_ACEOF 1474 libdodo configure 0. 9.11475 generated by GNU Autoconf 2.6 21371 libdodo configure 0.11.0 1372 generated by GNU Autoconf 2.61 1476 1373 1477 1374 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1478 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1375 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1479 1376 This configure script is free software; the Free Software Foundation 1480 1377 gives unlimited permission to copy, distribute and modify it. … … 1486 1383 running configure, to aid debugging if configure makes a mistake. 1487 1384 1488 It was created by libdodo $as_me 0. 9.1, which was1489 generated by GNU Autoconf 2.6 2. Invocation command line was1385 It was created by libdodo $as_me 0.11.0, which was 1386 generated by GNU Autoconf 2.61. Invocation command line was 1490 1387 1491 1388 $ $0 $@ … … 1523 1420 IFS=$as_save_IFS 1524 1421 test -z "$as_dir" && as_dir=. 1525 $as_echo "PATH: $as_dir"1422 echo "PATH: $as_dir" 1526 1423 done 1527 1424 IFS=$as_save_IFS … … 1558 1455 continue ;; 1559 1456 *\'*) 1560 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1457 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1561 1458 esac 1562 1459 case $ac_pass in … … 1610 1507 *${as_nl}*) 1611 1508 case $ac_var in #( 1612 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51613 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1509 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1510 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1614 1511 esac 1615 1512 case $ac_var in #( 1616 1513 _ | IFS | as_nl) ;; #( 1617 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1618 1514 *) $as_unset $ac_var ;; 1619 1515 esac ;; … … 1645 1541 eval ac_val=\$$ac_var 1646 1542 case $ac_val in 1647 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1543 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1648 1544 esac 1649 $as_echo "$ac_var='\''$ac_val'\''"1545 echo "$ac_var='\''$ac_val'\''" 1650 1546 done | sort 1651 1547 echo … … 1662 1558 eval ac_val=\$$ac_var 1663 1559 case $ac_val in 1664 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1560 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1665 1561 esac 1666 $as_echo "$ac_var='\''$ac_val'\''"1562 echo "$ac_var='\''$ac_val'\''" 1667 1563 done | sort 1668 1564 echo … … 1680 1576 fi 1681 1577 test "$ac_signal" != 0 && 1682 $as_echo "$as_me: caught signal $ac_signal"1683 $as_echo "$as_me: exit $exit_status"1578 echo "$as_me: caught signal $ac_signal" 1579 echo "$as_me: exit $exit_status" 1684 1580 } >&5 1685 1581 rm -f core *.core core.conftest.* && … … 1723 1619 1724 1620 # Let the site file select an alternate cache file if it wants to. 1725 # Prefer an explicitly selected file to automatically selected ones. 1726 ac_site_file1=NONE 1727 ac_site_file2=NONE 1621 # Prefer explicitly selected file to automatically selected ones. 1728 1622 if test -n "$CONFIG_SITE"; then 1729 ac_site_file1=$CONFIG_SITE1623 set x "$CONFIG_SITE" 1730 1624 elif test "x$prefix" != xNONE; then 1731 ac_site_file1=$prefix/share/config.site1732 ac_site_file2=$prefix/etc/config.site1733 else 1734 ac_site_file1=$ac_default_prefix/share/config.site 1735 ac_site_file2=$ac_default_prefix/etc/config.site 1736 fi 1737 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1625 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1626 else 1627 set x "$ac_default_prefix/share/config.site" \ 1628 "$ac_default_prefix/etc/config.site" 1629 fi 1630 shift 1631 for ac_site_file 1738 1632 do 1739 test "x$ac_site_file" = xNONE && continue1740 1633 if test -r "$ac_site_file"; then 1741 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51742 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1634 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1635 echo "$as_me: loading site script $ac_site_file" >&6;} 1743 1636 sed 's/^/| /' "$ac_site_file" >&5 1744 1637 . "$ac_site_file" … … 1750 1643 # files actually), so we avoid doing that. 1751 1644 if test -f "$cache_file"; then 1752 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51753 $as_echo "$as_me: loading cache $cache_file" >&6;}1645 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1646 echo "$as_me: loading cache $cache_file" >&6;} 1754 1647 case $cache_file in 1755 1648 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1758 1651 fi 1759 1652 else 1760 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51761 $as_echo "$as_me: creating cache $cache_file" >&6;}1653 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1654 echo "$as_me: creating cache $cache_file" >&6;} 1762 1655 >$cache_file 1763 1656 fi … … 1773 1666 case $ac_old_set,$ac_new_set in 1774 1667 set,) 1775 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51776 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1668 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1669 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1777 1670 ac_cache_corrupted=: ;; 1778 1671 ,set) 1779 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51780 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1672 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1673 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1781 1674 ac_cache_corrupted=: ;; 1782 1675 ,);; 1783 1676 *) 1784 1677 if test "x$ac_old_val" != "x$ac_new_val"; then 1785 # differences in whitespace do not lead to failure. 1786 ac_old_val_w=`echo x $ac_old_val` 1787 ac_new_val_w=`echo x $ac_new_val` 1788 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1789 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1790 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1791 ac_cache_corrupted=: 1792 else 1793 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1794 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1795 eval $ac_var=\$ac_old_val 1796 fi 1797 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1798 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1799 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1800 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1678 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1679 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1680 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1681 echo "$as_me: former value: $ac_old_val" >&2;} 1682 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1683 echo "$as_me: current value: $ac_new_val" >&2;} 1684 ac_cache_corrupted=: 1801 1685 fi;; 1802 1686 esac … … 1804 1688 if test "$ac_new_set" = set; then 1805 1689 case $ac_new_val in 1806 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1690 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1807 1691 *) ac_arg=$ac_var=$ac_new_val ;; 1808 1692 esac … … 1814 1698 done 1815 1699 if $ac_cache_corrupted; then 1816 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51817 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}1818 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51819 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1700 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1701 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1702 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1703 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1820 1704 { (exit 1); exit 1; }; } 1821 1705 fi … … 1868 1752 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1869 1753 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1870 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&51871 $as_echo_n "checking for $ac_word..." >&6; }1754 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1755 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1872 1756 if test "${ac_cv_prog_CXX+set}" = set; then 1873 $as_echo_n "(cached)" >&61757 echo $ECHO_N "(cached) $ECHO_C" >&6 1874 1758 else 1875 1759 if test -n "$CXX"; then … … 1884 1768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1885 1769 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 1886 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51770 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1887 1771 break 2 1888 1772 fi … … 1895 1779 CXX=$ac_cv_prog_CXX 1896 1780 if test -n "$CXX"; then 1897 { $as_echo "$as_me:$LINENO: result: $CXX" >&51898 $as_echo "$CXX" >&6; }1899 else 1900 { $as_echo "$as_me:$LINENO: result: no" >&51901 $as_echo "no" >&6; }1781 { echo "$as_me:$LINENO: result: $CXX" >&5 1782 echo "${ECHO_T}$CXX" >&6; } 1783 else 1784 { echo "$as_me:$LINENO: result: no" >&5 1785 echo "${ECHO_T}no" >&6; } 1902 1786 fi 1903 1787 … … 1912 1796 # Extract the first word of "$ac_prog", so it can be a program name with args. 1913 1797 set dummy $ac_prog; ac_word=$2 1914 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&51915 $as_echo_n "checking for $ac_word..." >&6; }1798 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1916 1800 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 1917 $as_echo_n "(cached)" >&61801 echo $ECHO_N "(cached) $ECHO_C" >&6 1918 1802 else 1919 1803 if test -n "$ac_ct_CXX"; then … … 1928 1812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1929 1813 ac_cv_prog_ac_ct_CXX="$ac_prog" 1930 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1931 1815 break 2 1932 1816 fi … … 1939 1823 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 1940 1824 if test -n "$ac_ct_CXX"; then 1941 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&51942 $as_echo "$ac_ct_CXX" >&6; }1943 else 1944 { $as_echo "$as_me:$LINENO: result: no" >&51945 $as_echo "no" >&6; }1825 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 1826 echo "${ECHO_T}$ac_ct_CXX" >&6; } 1827 else 1828 { echo "$as_me:$LINENO: result: no" >&5 1829 echo "${ECHO_T}no" >&6; } 1946 1830 fi 1947 1831 … … 1955 1839 case $cross_compiling:$ac_tool_warned in 1956 1840 yes:) 1957 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools1841 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1958 1842 whose name does not start with the host triplet. If you think this 1959 1843 configuration is useful to you, please write to autoconf@gnu.org." >&5 1960 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools1844 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1961 1845 whose name does not start with the host triplet. If you think this 1962 1846 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 1970 1854 fi 1971 1855 # Provide some information about the compiler. 1972 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 1973 set X $ac_compile 1974 ac_compiler=$2 1856 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 1857 ac_compiler=`set X $ac_compile; echo $2` 1975 1858 { (ac_try="$ac_compiler --version >&5" 1976 1859 case "(($ac_try" in … … 1978 1861 *) ac_try_echo=$ac_try;; 1979 1862 esac 1980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 1981 $as_echo "$ac_try_echo") >&5 1863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1982 1864 (eval "$ac_compiler --version >&5") 2>&5 1983 1865 ac_status=$? 1984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&51866 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1985 1867 (exit $ac_status); } 1986 1868 { (ac_try="$ac_compiler -v >&5" … … 1989 1871 *) ac_try_echo=$ac_try;; 1990 1872 esac 1991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 1992 $as_echo "$ac_try_echo") >&5 1873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1993 1874 (eval "$ac_compiler -v >&5") 2>&5 1994 1875 ac_status=$? 1995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&51876 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1996 1877 (exit $ac_status); } 1997 1878 { (ac_try="$ac_compiler -V >&5" … … 2000 1881 *) ac_try_echo=$ac_try;; 2001 1882 esac 2002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2003 $as_echo "$ac_try_echo") >&5 1883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2004 1884 (eval "$ac_compiler -V >&5") 2>&5 2005 1885 ac_status=$? 2006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&51886 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2007 1887 (exit $ac_status); } 2008 1888 … … 2023 1903 _ACEOF 2024 1904 ac_clean_files_save=$ac_clean_files 2025 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"1905 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2026 1906 # Try to create an executable without -o first, disregard a.out. 2027 1907 # It will help us diagnose broken compilers, and finding out an intuition 2028 1908 # of exeext. 2029 { $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 2030 $as_echo_n "checking for C++ compiler default output file name... " >&6; } 2031 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2032 2033 # The possible output files: 2034 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2035 1909 { echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 1910 echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; } 1911 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1912 # 1913 # List of possible output files, starting from the most likely. 1914 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 1915 # only as a last resort. b.out is created by i960 compilers. 1916 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 1917 # 1918 # The IRIX 6 linker writes into existing files which may not be 1919 # executable, retaining their permissions. Remove them first so a 1920 # subsequent execution test works. 2036 1921 ac_rmfiles= 2037 1922 for ac_file in $ac_files 2038 1923 do 2039 1924 case $ac_file in 2040 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;1925 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2041 1926 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2042 1927 esac … … 2049 1934 *) ac_try_echo=$ac_try;; 2050 1935 esac 2051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2052 $as_echo "$ac_try_echo") >&5 1936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2053 1937 (eval "$ac_link_default") 2>&5 2054 1938 ac_status=$? 2055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&51939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2056 1940 (exit $ac_status); }; then 2057 1941 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2064 1948 test -f "$ac_file" || continue 2065 1949 case $ac_file in 2066 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )1950 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2067 1951 ;; 2068 1952 [ab].out ) … … 2091 1975 fi 2092 1976 2093 { $as_echo "$as_me:$LINENO: result: $ac_file" >&52094 $as_echo "$ac_file" >&6; }1977 { echo "$as_me:$LINENO: result: $ac_file" >&5 1978 echo "${ECHO_T}$ac_file" >&6; } 2095 1979 if test -z "$ac_file"; then 2096 $as_echo "$as_me: failed program was:" >&51980 echo "$as_me: failed program was:" >&5 2097 1981 sed 's/^/| /' conftest.$ac_ext >&5 2098 1982 2099 { { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables1983 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables 2100 1984 See \`config.log' for more details." >&5 2101 $as_echo "$as_me: error: C++ compiler cannot create executables1985 echo "$as_me: error: C++ compiler cannot create executables 2102 1986 See \`config.log' for more details." >&2;} 2103 1987 { (exit 77); exit 77; }; } … … 2108 1992 # Check that the compiler produces executables we can run. If not, either 2109 1993 # the compiler is broken, or we cross compile. 2110 { $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&52111 $as_echo_n "checking whether the C++ compiler works..." >&6; }1994 { echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 1995 echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; } 2112 1996 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2113 1997 # If not cross compiling, check that we can run a simple program. … … 2118 2002 *) ac_try_echo=$ac_try;; 2119 2003 esac 2120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2121 $as_echo "$ac_try_echo") >&5 2004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2122 2005 (eval "$ac_try") 2>&5 2123 2006 ac_status=$? 2124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52007 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2125 2008 (exit $ac_status); }; }; then 2126 2009 cross_compiling=no … … 2129 2012 cross_compiling=yes 2130 2013 else 2131 { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs.2014 { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs. 2132 2015 If you meant to cross compile, use \`--host'. 2133 2016 See \`config.log' for more details." >&5 2134 $as_echo "$as_me: error: cannot run C++ compiled programs.2017 echo "$as_me: error: cannot run C++ compiled programs. 2135 2018 If you meant to cross compile, use \`--host'. 2136 2019 See \`config.log' for more details." >&2;} … … 2139 2022 fi 2140 2023 fi 2141 { $as_echo "$as_me:$LINENO: result: yes" >&52142 $as_echo "yes" >&6; }2143 2144 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2024 { echo "$as_me:$LINENO: result: yes" >&5 2025 echo "${ECHO_T}yes" >&6; } 2026 2027 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2145 2028 ac_clean_files=$ac_clean_files_save 2146 2029 # Check that the compiler produces executables we can run. If not, either 2147 2030 # the compiler is broken, or we cross compile. 2148 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&52149 $as_echo_n "checking whether we are cross compiling..." >&6; }2150 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&52151 $as_echo "$cross_compiling" >&6; }2152 2153 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&52154 $as_echo_n "checking for suffix of executables..." >&6; }2031 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2032 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2033 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2034 echo "${ECHO_T}$cross_compiling" >&6; } 2035 2036 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2037 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2155 2038 if { (ac_try="$ac_link" 2156 2039 case "(($ac_try" in … … 2158 2041 *) ac_try_echo=$ac_try;; 2159 2042 esac 2160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2161 $as_echo "$ac_try_echo") >&5 2043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2162 2044 (eval "$ac_link") 2>&5 2163 2045 ac_status=$? 2164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2165 2047 (exit $ac_status); }; then 2166 2048 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2171 2053 test -f "$ac_file" || continue 2172 2054 case $ac_file in 2173 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2055 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2174 2056 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2175 2057 break;; … … 2178 2060 done 2179 2061 else 2180 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link2062 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2181 2063 See \`config.log' for more details." >&5 2182 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2064 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2183 2065 See \`config.log' for more details." >&2;} 2184 2066 { (exit 1); exit 1; }; } … … 2186 2068 2187 2069 rm -f conftest$ac_cv_exeext 2188 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52189 $as_echo "$ac_cv_exeext" >&6; }2070 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2071 echo "${ECHO_T}$ac_cv_exeext" >&6; } 2190 2072 2191 2073 rm -f conftest.$ac_ext 2192 2074 EXEEXT=$ac_cv_exeext 2193 2075 ac_exeext=$EXEEXT 2194 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&52195 $as_echo_n "checking for suffix of object files..." >&6; }2076 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2077 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2196 2078 if test "${ac_cv_objext+set}" = set; then 2197 $as_echo_n "(cached)" >&62079 echo $ECHO_N "(cached) $ECHO_C" >&6 2198 2080 else 2199 2081 cat >conftest.$ac_ext <<_ACEOF … … 2218 2100 *) ac_try_echo=$ac_try;; 2219 2101 esac 2220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2221 $as_echo "$ac_try_echo") >&5 2102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2222 2103 (eval "$ac_compile") 2>&5 2223 2104 ac_status=$? 2224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52105 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2225 2106 (exit $ac_status); }; then 2226 2107 for ac_file in conftest.o conftest.obj conftest.*; do 2227 2108 test -f "$ac_file" || continue; 2228 2109 case $ac_file in 2229 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2110 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2230 2111 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2231 2112 break;; … … 2233 2114 done 2234 2115 else 2235 $as_echo "$as_me: failed program was:" >&52116 echo "$as_me: failed program was:" >&5 2236 2117 sed 's/^/| /' conftest.$ac_ext >&5 2237 2118 2238 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile2119 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2239 2120 See \`config.log' for more details." >&5 2240 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile2121 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2241 2122 See \`config.log' for more details." >&2;} 2242 2123 { (exit 1); exit 1; }; } … … 2245 2126 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2246 2127 fi 2247 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&52248 $as_echo "$ac_cv_objext" >&6; }2128 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2129 echo "${ECHO_T}$ac_cv_objext" >&6; } 2249 2130 OBJEXT=$ac_cv_objext 2250 2131 ac_objext=$OBJEXT 2251 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&52252 $as_echo_n "checking whether we are using the GNU C++ compiler..." >&6; }2132 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 2133 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 2253 2134 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2254 $as_echo_n "(cached)" >&62135 echo $ECHO_N "(cached) $ECHO_C" >&6 2255 2136 else 2256 2137 cat >conftest.$ac_ext <<_ACEOF … … 2278 2159 *) ac_try_echo=$ac_try;; 2279 2160 esac 2280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2281 $as_echo "$ac_try_echo") >&5 2161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2282 2162 (eval "$ac_compile") 2>conftest.er1 2283 2163 ac_status=$? … … 2285 2165 rm -f conftest.er1 2286 2166 cat conftest.err >&5 2287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2288 2168 (exit $ac_status); } && { 2289 2169 test -z "$ac_cxx_werror_flag" || … … 2292 2172 ac_compiler_gnu=yes 2293 2173 else 2294 $as_echo "$as_me: failed program was:" >&52174 echo "$as_me: failed program was:" >&5 2295 2175 sed 's/^/| /' conftest.$ac_ext >&5 2296 2176 … … 2302 2182 2303 2183 fi 2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 2305 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 2306 if test $ac_compiler_gnu = yes; then 2307 GXX=yes 2308 else 2309 GXX= 2310 fi 2184 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 2185 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 2186 GXX=`test $ac_compiler_gnu = yes && echo yes` 2311 2187 ac_test_CXXFLAGS=${CXXFLAGS+set} 2312 2188 ac_save_CXXFLAGS=$CXXFLAGS 2313 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&52314 $as_echo_n "checking whether $CXX accepts -g..." >&6; }2189 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 2190 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 2315 2191 if test "${ac_cv_prog_cxx_g+set}" = set; then 2316 $as_echo_n "(cached)" >&62192 echo $ECHO_N "(cached) $ECHO_C" >&6 2317 2193 else 2318 2194 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 2341 2217 *) ac_try_echo=$ac_try;; 2342 2218 esac 2343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2344 $as_echo "$ac_try_echo") >&5 2219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2345 2220 (eval "$ac_compile") 2>conftest.er1 2346 2221 ac_status=$? … … 2348 2223 rm -f conftest.er1 2349 2224 cat conftest.err >&5 2350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52225 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2351 2226 (exit $ac_status); } && { 2352 2227 test -z "$ac_cxx_werror_flag" || … … 2355 2230 ac_cv_prog_cxx_g=yes 2356 2231 else 2357 $as_echo "$as_me: failed program was:" >&52232 echo "$as_me: failed program was:" >&5 2358 2233 sed 's/^/| /' conftest.$ac_ext >&5 2359 2234 … … 2380 2255 *) ac_try_echo=$ac_try;; 2381 2256 esac 2382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2383 $as_echo "$ac_try_echo") >&5 2257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2384 2258 (eval "$ac_compile") 2>conftest.er1 2385 2259 ac_status=$? … … 2387 2261 rm -f conftest.er1 2388 2262 cat conftest.err >&5 2389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2390 2264 (exit $ac_status); } && { 2391 2265 test -z "$ac_cxx_werror_flag" || … … 2394 2268 : 2395 2269 else 2396 $as_echo "$as_me: failed program was:" >&52270 echo "$as_me: failed program was:" >&5 2397 2271 sed 's/^/| /' conftest.$ac_ext >&5 2398 2272 … … 2420 2294 *) ac_try_echo=$ac_try;; 2421 2295 esac 2422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2423 $as_echo "$ac_try_echo") >&5 2296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2424 2297 (eval "$ac_compile") 2>conftest.er1 2425 2298 ac_status=$? … … 2427 2300 rm -f conftest.er1 2428 2301 cat conftest.err >&5 2429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2430 2303 (exit $ac_status); } && { 2431 2304 test -z "$ac_cxx_werror_flag" || … … 2434 2307 ac_cv_prog_cxx_g=yes 2435 2308 else 2436 $as_echo "$as_me: failed program was:" >&52309 echo "$as_me: failed program was:" >&5 2437 2310 sed 's/^/| /' conftest.$ac_ext >&5 2438 2311 … … 2449 2322 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 2450 2323 fi 2451 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&52452 $as_echo "$ac_cv_prog_cxx_g" >&6; }2324 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 2325 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 2453 2326 if test "$ac_test_CXXFLAGS" = set; then 2454 2327 CXXFLAGS=$ac_save_CXXFLAGS … … 2480 2353 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2481 2354 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2482 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52483 $as_echo_n "checking for $ac_word..." >&6; }2355 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2484 2357 if test "${ac_cv_prog_CC+set}" = set; then 2485 $as_echo_n "(cached)" >&62358 echo $ECHO_N "(cached) $ECHO_C" >&6 2486 2359 else 2487 2360 if test -n "$CC"; then … … 2496 2369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2497 2370 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2498 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2499 2372 break 2 2500 2373 fi … … 2507 2380 CC=$ac_cv_prog_CC 2508 2381 if test -n "$CC"; then 2509 { $as_echo "$as_me:$LINENO: result: $CC" >&52510 $as_echo "$CC" >&6; }2511 else 2512 { $as_echo "$as_me:$LINENO: result: no" >&52513 $as_echo "no" >&6; }2382 { echo "$as_me:$LINENO: result: $CC" >&5 2383 echo "${ECHO_T}$CC" >&6; } 2384 else 2385 { echo "$as_me:$LINENO: result: no" >&5 2386 echo "${ECHO_T}no" >&6; } 2514 2387 fi 2515 2388 … … 2520 2393 # Extract the first word of "gcc", so it can be a program name with args. 2521 2394 set dummy gcc; ac_word=$2 2522 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52523 $as_echo_n "checking for $ac_word..." >&6; }2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2524 2397 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2525 $as_echo_n "(cached)" >&62398 echo $ECHO_N "(cached) $ECHO_C" >&6 2526 2399 else 2527 2400 if test -n "$ac_ct_CC"; then … … 2536 2409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2537 2410 ac_cv_prog_ac_ct_CC="gcc" 2538 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2539 2412 break 2 2540 2413 fi … … 2547 2420 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2548 2421 if test -n "$ac_ct_CC"; then 2549 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52550 $as_echo "$ac_ct_CC" >&6; }2551 else 2552 { $as_echo "$as_me:$LINENO: result: no" >&52553 $as_echo "no" >&6; }2422 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2423 echo "${ECHO_T}$ac_ct_CC" >&6; } 2424 else 2425 { echo "$as_me:$LINENO: result: no" >&5 2426 echo "${ECHO_T}no" >&6; } 2554 2427 fi 2555 2428 … … 2559 2432 case $cross_compiling:$ac_tool_warned in 2560 2433 yes:) 2561 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2434 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2562 2435 whose name does not start with the host triplet. If you think this 2563 2436 configuration is useful to you, please write to autoconf@gnu.org." >&5 2564 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2437 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2565 2438 whose name does not start with the host triplet. If you think this 2566 2439 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2577 2450 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2578 2451 set dummy ${ac_tool_prefix}cc; ac_word=$2 2579 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52580 $as_echo_n "checking for $ac_word..." >&6; }2452 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2581 2454 if test "${ac_cv_prog_CC+set}" = set; then 2582 $as_echo_n "(cached)" >&62455 echo $ECHO_N "(cached) $ECHO_C" >&6 2583 2456 else 2584 2457 if test -n "$CC"; then … … 2593 2466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2594 2467 ac_cv_prog_CC="${ac_tool_prefix}cc" 2595 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52468 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2596 2469 break 2 2597 2470 fi … … 2604 2477 CC=$ac_cv_prog_CC 2605 2478 if test -n "$CC"; then 2606 { $as_echo "$as_me:$LINENO: result: $CC" >&52607 $as_echo "$CC" >&6; }2608 else 2609 { $as_echo "$as_me:$LINENO: result: no" >&52610 $as_echo "no" >&6; }2479 { echo "$as_me:$LINENO: result: $CC" >&5 2480 echo "${ECHO_T}$CC" >&6; } 2481 else 2482 { echo "$as_me:$LINENO: result: no" >&5 2483 echo "${ECHO_T}no" >&6; } 2611 2484 fi 2612 2485 … … 2617 2490 # Extract the first word of "cc", so it can be a program name with args. 2618 2491 set dummy cc; ac_word=$2 2619 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52620 $as_echo_n "checking for $ac_word..." >&6; }2492 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2621 2494 if test "${ac_cv_prog_CC+set}" = set; then 2622 $as_echo_n "(cached)" >&62495 echo $ECHO_N "(cached) $ECHO_C" >&6 2623 2496 else 2624 2497 if test -n "$CC"; then … … 2638 2511 fi 2639 2512 ac_cv_prog_CC="cc" 2640 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52513 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2641 2514 break 2 2642 2515 fi … … 2661 2534 CC=$ac_cv_prog_CC 2662 2535 if test -n "$CC"; then 2663 { $as_echo "$as_me:$LINENO: result: $CC" >&52664 $as_echo "$CC" >&6; }2665 else 2666 { $as_echo "$as_me:$LINENO: result: no" >&52667 $as_echo "no" >&6; }2536 { echo "$as_me:$LINENO: result: $CC" >&5 2537 echo "${ECHO_T}$CC" >&6; } 2538 else 2539 { echo "$as_me:$LINENO: result: no" >&5 2540 echo "${ECHO_T}no" >&6; } 2668 2541 fi 2669 2542 … … 2676 2549 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2677 2550 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2678 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52679 $as_echo_n "checking for $ac_word..." >&6; }2551 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2680 2553 if test "${ac_cv_prog_CC+set}" = set; then 2681 $as_echo_n "(cached)" >&62554 echo $ECHO_N "(cached) $ECHO_C" >&6 2682 2555 else 2683 2556 if test -n "$CC"; then … … 2692 2565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2693 2566 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2694 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2695 2568 break 2 2696 2569 fi … … 2703 2576 CC=$ac_cv_prog_CC 2704 2577 if test -n "$CC"; then 2705 { $as_echo "$as_me:$LINENO: result: $CC" >&52706 $as_echo "$CC" >&6; }2707 else 2708 { $as_echo "$as_me:$LINENO: result: no" >&52709 $as_echo "no" >&6; }2578 { echo "$as_me:$LINENO: result: $CC" >&5 2579 echo "${ECHO_T}$CC" >&6; } 2580 else 2581 { echo "$as_me:$LINENO: result: no" >&5 2582 echo "${ECHO_T}no" >&6; } 2710 2583 fi 2711 2584 … … 2720 2593 # Extract the first word of "$ac_prog", so it can be a program name with args. 2721 2594 set dummy $ac_prog; ac_word=$2 2722 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52723 $as_echo_n "checking for $ac_word..." >&6; }2595 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2724 2597 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2725 $as_echo_n "(cached)" >&62598 echo $ECHO_N "(cached) $ECHO_C" >&6 2726 2599 else 2727 2600 if test -n "$ac_ct_CC"; then … … 2736 2609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2737 2610 ac_cv_prog_ac_ct_CC="$ac_prog" 2738 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2739 2612 break 2 2740 2613 fi … … 2747 2620 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2748 2621 if test -n "$ac_ct_CC"; then 2749 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52750 $as_echo "$ac_ct_CC" >&6; }2751 else 2752 { $as_echo "$as_me:$LINENO: result: no" >&52753 $as_echo "no" >&6; }2622 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2623 echo "${ECHO_T}$ac_ct_CC" >&6; } 2624 else 2625 { echo "$as_me:$LINENO: result: no" >&5 2626 echo "${ECHO_T}no" >&6; } 2754 2627 fi 2755 2628 … … 2763 2636 case $cross_compiling:$ac_tool_warned in 2764 2637 yes:) 2765 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2638 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2766 2639 whose name does not start with the host triplet. If you think this 2767 2640 configuration is useful to you, please write to autoconf@gnu.org." >&5 2768 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2641 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2769 2642 whose name does not start with the host triplet. If you think this 2770 2643 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2778 2651 2779 2652 2780 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH2653 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2781 2654 See \`config.log' for more details." >&5 2782 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2655 echo "$as_me: error: no acceptable C compiler found in \$PATH 2783 2656 See \`config.log' for more details." >&2;} 2784 2657 { (exit 1); exit 1; }; } 2785 2658 2786 2659 # Provide some information about the compiler. 2787 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2788 set X $ac_compile 2789 ac_compiler=$2 2660 echo "$as_me:$LINENO: checking for C compiler version" >&5 2661 ac_compiler=`set X $ac_compile; echo $2` 2790 2662 { (ac_try="$ac_compiler --version >&5" 2791 2663 case "(($ac_try" in … … 2793 2665 *) ac_try_echo=$ac_try;; 2794 2666 esac 2795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2796 $as_echo "$ac_try_echo") >&5 2667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2797 2668 (eval "$ac_compiler --version >&5") 2>&5 2798 2669 ac_status=$? 2799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2800 2671 (exit $ac_status); } 2801 2672 { (ac_try="$ac_compiler -v >&5" … … 2804 2675 *) ac_try_echo=$ac_try;; 2805 2676 esac 2806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2807 $as_echo "$ac_try_echo") >&5 2677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2808 2678 (eval "$ac_compiler -v >&5") 2>&5 2809 2679 ac_status=$? 2810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2811 2681 (exit $ac_status); } 2812 2682 { (ac_try="$ac_compiler -V >&5" … … 2815 2685 *) ac_try_echo=$ac_try;; 2816 2686 esac 2817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2818 $as_echo "$ac_try_echo") >&5 2687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2819 2688 (eval "$ac_compiler -V >&5") 2>&5 2820 2689 ac_status=$? 2821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52690 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2822 2691 (exit $ac_status); } 2823 2692 2824 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52825 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }2693 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2694 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2826 2695 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2827 $as_echo_n "(cached)" >&62696 echo $ECHO_N "(cached) $ECHO_C" >&6 2828 2697 else 2829 2698 cat >conftest.$ac_ext <<_ACEOF … … 2851 2720 *) ac_try_echo=$ac_try;; 2852 2721 esac 2853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2854 $as_echo "$ac_try_echo") >&5 2722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2855 2723 (eval "$ac_compile") 2>conftest.er1 2856 2724 ac_status=$? … … 2858 2726 rm -f conftest.er1 2859 2727 cat conftest.err >&5 2860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2861 2729 (exit $ac_status); } && { 2862 2730 test -z "$ac_c_werror_flag" || … … 2865 2733 ac_compiler_gnu=yes 2866 2734 else 2867 $as_echo "$as_me: failed program was:" >&52735 echo "$as_me: failed program was:" >&5 2868 2736 sed 's/^/| /' conftest.$ac_ext >&5 2869 2737 … … 2875 2743 2876 2744 fi 2877 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2878 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2879 if test $ac_compiler_gnu = yes; then 2880 GCC=yes 2881 else 2882 GCC= 2883 fi 2745 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2746 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2747 GCC=`test $ac_compiler_gnu = yes && echo yes` 2884 2748 ac_test_CFLAGS=${CFLAGS+set} 2885 2749 ac_save_CFLAGS=$CFLAGS 2886 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52887 $as_echo_n "checking whether $CC accepts -g..." >&6; }2750 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2751 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2888 2752 if test "${ac_cv_prog_cc_g+set}" = set; then 2889 $as_echo_n "(cached)" >&62753 echo $ECHO_N "(cached) $ECHO_C" >&6 2890 2754 else 2891 2755 ac_save_c_werror_flag=$ac_c_werror_flag … … 2914 2778 *) ac_try_echo=$ac_try;; 2915 2779 esac 2916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2917 $as_echo "$ac_try_echo") >&5 2780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2918 2781 (eval "$ac_compile") 2>conftest.er1 2919 2782 ac_status=$? … … 2921 2784 rm -f conftest.er1 2922 2785 cat conftest.err >&5 2923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2924 2787 (exit $ac_status); } && { 2925 2788 test -z "$ac_c_werror_flag" || … … 2928 2791 ac_cv_prog_cc_g=yes 2929 2792 else 2930 $as_echo "$as_me: failed program was:" >&52793 echo "$as_me: failed program was:" >&5 2931 2794 sed 's/^/| /' conftest.$ac_ext >&5 2932 2795 … … 2953 2816 *) ac_try_echo=$ac_try;; 2954 2817 esac 2955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2956 $as_echo "$ac_try_echo") >&5 2818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2957 2819 (eval "$ac_compile") 2>conftest.er1 2958 2820 ac_status=$? … … 2960 2822 rm -f conftest.er1 2961 2823 cat conftest.err >&5 2962 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2963 2825 (exit $ac_status); } && { 2964 2826 test -z "$ac_c_werror_flag" || … … 2967 2829 : 2968 2830 else 2969 $as_echo "$as_me: failed program was:" >&52831 echo "$as_me: failed program was:" >&5 2970 2832 sed 's/^/| /' conftest.$ac_ext >&5 2971 2833 … … 2993 2855 *) ac_try_echo=$ac_try;; 2994 2856 esac 2995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2996 $as_echo "$ac_try_echo") >&5 2857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2997 2858 (eval "$ac_compile") 2>conftest.er1 2998 2859 ac_status=$? … … 3000 2861 rm -f conftest.er1 3001 2862 cat conftest.err >&5 3002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3003 2864 (exit $ac_status); } && { 3004 2865 test -z "$ac_c_werror_flag" || … … 3007 2868 ac_cv_prog_cc_g=yes 3008 2869 else 3009 $as_echo "$as_me: failed program was:" >&52870 echo "$as_me: failed program was:" >&5 3010 2871 sed 's/^/| /' conftest.$ac_ext >&5 3011 2872 … … 3022 2883 ac_c_werror_flag=$ac_save_c_werror_flag 3023 2884 fi 3024 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&53025 $as_echo "$ac_cv_prog_cc_g" >&6; }2885 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2886 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3026 2887 if test "$ac_test_CFLAGS" = set; then 3027 2888 CFLAGS=$ac_save_CFLAGS … … 3039 2900 fi 3040 2901 fi 3041 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&53042 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }2902 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2903 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3043 2904 if test "${ac_cv_prog_cc_c89+set}" = set; then 3044 $as_echo_n "(cached)" >&62905 echo $ECHO_N "(cached) $ECHO_C" >&6 3045 2906 else 3046 2907 ac_cv_prog_cc_c89=no … … 3113 2974 *) ac_try_echo=$ac_try;; 3114 2975 esac 3115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3116 $as_echo "$ac_try_echo") >&5 2976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3117 2977 (eval "$ac_compile") 2>conftest.er1 3118 2978 ac_status=$? … … 3120 2980 rm -f conftest.er1 3121 2981 cat conftest.err >&5 3122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52982 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3123 2983 (exit $ac_status); } && { 3124 2984 test -z "$ac_c_werror_flag" || … … 3127 2987 ac_cv_prog_cc_c89=$ac_arg 3128 2988 else 3129 $as_echo "$as_me: failed program was:" >&52989 echo "$as_me: failed program was:" >&5 3130 2990 sed 's/^/| /' conftest.$ac_ext >&5 3131 2991 … … 3143 3003 case "x$ac_cv_prog_cc_c89" in 3144 3004 x) 3145 { $as_echo "$as_me:$LINENO: result: none needed" >&53146 $as_echo "none needed" >&6; } ;;3005 { echo "$as_me:$LINENO: result: none needed" >&5 3006 echo "${ECHO_T}none needed" >&6; } ;; 3147 3007 xno) 3148 { $as_echo "$as_me:$LINENO: result: unsupported" >&53149 $as_echo "unsupported" >&6; } ;;3008 { echo "$as_me:$LINENO: result: unsupported" >&5 3009 echo "${ECHO_T}unsupported" >&6; } ;; 3150 3010 *) 3151 3011 CC="$CC $ac_cv_prog_cc_c89" 3152 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53153 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;3012 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3013 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3154 3014 esac 3155 3015 … … 3166 3026 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3167 3027 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3168 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53169 $as_echo_n "checking how to run the C preprocessor..." >&6; }3028 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3029 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3170 3030 # On Suns, sometimes $CPP names a directory. 3171 3031 if test -n "$CPP" && test -d "$CPP"; then … … 3174 3034 if test -z "$CPP"; then 3175 3035 if test "${ac_cv_prog_CPP+set}" = set; then 3176 $as_echo_n "(cached)" >&63036 echo $ECHO_N "(cached) $ECHO_C" >&6 3177 3037 else 3178 3038 # Double quotes because CPP needs to be expanded … … 3206 3066 *) ac_try_echo=$ac_try;; 3207 3067 esac 3208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3209 $as_echo "$ac_try_echo") >&5 3068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3210 3069 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3211 3070 ac_status=$? … … 3213 3072 rm -f conftest.er1 3214 3073 cat conftest.err >&5 3215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53074 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3216 3075 (exit $ac_status); } >/dev/null && { 3217 3076 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3220 3079 : 3221 3080 else 3222 $as_echo "$as_me: failed program was:" >&53081 echo "$as_me: failed program was:" >&5 3223 3082 sed 's/^/| /' conftest.$ac_ext >&5 3224 3083 … … 3244 3103 *) ac_try_echo=$ac_try;; 3245 3104 esac 3246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3247 $as_echo "$ac_try_echo") >&5 3105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3248 3106 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3249 3107 ac_status=$? … … 3251 3109 rm -f conftest.er1 3252 3110 cat conftest.err >&5 3253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3254 3112 (exit $ac_status); } >/dev/null && { 3255 3113 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3259 3117 continue 3260 3118 else 3261 $as_echo "$as_me: failed program was:" >&53119 echo "$as_me: failed program was:" >&5 3262 3120 sed 's/^/| /' conftest.$ac_ext >&5 3263 3121 … … 3284 3142 ac_cv_prog_CPP=$CPP 3285 3143 fi 3286 { $as_echo "$as_me:$LINENO: result: $CPP" >&53287 $as_echo "$CPP" >&6; }3144 { echo "$as_me:$LINENO: result: $CPP" >&5 3145 echo "${ECHO_T}$CPP" >&6; } 3288 3146 ac_preproc_ok=false 3289 3147 for ac_c_preproc_warn_flag in '' yes … … 3313 3171 *) ac_try_echo=$ac_try;; 3314 3172 esac 3315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3316 $as_echo "$ac_try_echo") >&5 3173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3317 3174 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3318 3175 ac_status=$? … … 3320 3177 rm -f conftest.er1 3321 3178 cat conftest.err >&5 3322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3323 3180 (exit $ac_status); } >/dev/null && { 3324 3181 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3327 3184 : 3328 3185 else 3329 $as_echo "$as_me: failed program was:" >&53186 echo "$as_me: failed program was:" >&5 3330 3187 sed 's/^/| /' conftest.$ac_ext >&5 3331 3188 … … 3351 3208 *) ac_try_echo=$ac_try;; 3352 3209 esac 3353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3354 $as_echo "$ac_try_echo") >&5 3210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3355 3211 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3356 3212 ac_status=$? … … 3358 3214 rm -f conftest.er1 3359 3215 cat conftest.err >&5 3360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3361 3217 (exit $ac_status); } >/dev/null && { 3362 3218 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3366 3222 continue 3367 3223 else 3368 $as_echo "$as_me: failed program was:" >&53224 echo "$as_me: failed program was:" >&5 3369 3225 sed 's/^/| /' conftest.$ac_ext >&5 3370 3226 … … 3382 3238 : 3383 3239 else 3384 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check3240 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3385 3241 See \`config.log' for more details." >&5 3386 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3242 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3387 3243 See \`config.log' for more details." >&2;} 3388 3244 { (exit 1); exit 1; }; } … … 3395 3251 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3396 3252 3397 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&53398 $as_echo_n "checking whether ln -s works..." >&6; }3253 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 3254 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 3399 3255 LN_S=$as_ln_s 3400 3256 if test "$LN_S" = "ln -s"; then 3401 { $as_echo "$as_me:$LINENO: result: yes" >&5 3402 $as_echo "yes" >&6; } 3403 else 3404 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 3405 $as_echo "no, using $LN_S" >&6; } 3406 fi 3407 3408 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 3409 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3410 set x ${MAKE-make} 3411 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3257 { echo "$as_me:$LINENO: result: yes" >&5 3258 echo "${ECHO_T}yes" >&6; } 3259 else 3260 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 3261 echo "${ECHO_T}no, using $LN_S" >&6; } 3262 fi 3263 3264 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 3265 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 3266 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3412 3267 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 3413 $as_echo_n "(cached)" >&63268 echo $ECHO_N "(cached) $ECHO_C" >&6 3414 3269 else 3415 3270 cat >conftest.make <<\_ACEOF … … 3428 3283 fi 3429 3284 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 3430 { $as_echo "$as_me:$LINENO: result: yes" >&53431 $as_echo "yes" >&6; }3285 { echo "$as_me:$LINENO: result: yes" >&5 3286 echo "${ECHO_T}yes" >&6; } 3432 3287 SET_MAKE= 3433 3288 else 3434 { $as_echo "$as_me:$LINENO: result: no" >&53435 $as_echo "no" >&6; }3289 { echo "$as_me:$LINENO: result: no" >&5 3290 echo "${ECHO_T}no" >&6; } 3436 3291 SET_MAKE="MAKE=${MAKE-make}" 3437 3292 fi … … 3454 3309 done 3455 3310 if test -z "$ac_aux_dir"; then 3456 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&53457 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}3311 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 3312 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 3458 3313 { (exit 1); exit 1; }; } 3459 3314 fi … … 3481 3336 # OS/2's system install, which has a completely different semantic 3482 3337 # ./install, which can be erroneously created by make from ./install.sh. 3483 # Reject install programs that cannot install multiple files. 3484 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3485 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3338 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3339 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 3486 3340 if test -z "$INSTALL"; then 3487 3341 if test "${ac_cv_path_install+set}" = set; then 3488 $as_echo_n "(cached)" >&63342 echo $ECHO_N "(cached) $ECHO_C" >&6 3489 3343 else 3490 3344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 3515 3369 : 3516 3370 else 3517 rm -rf conftest.one conftest.two conftest.dir 3518 echo one > conftest.one 3519 echo two > conftest.two 3520 mkdir conftest.dir 3521 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 3522 test -s conftest.one && test -s conftest.two && 3523 test -s conftest.dir/conftest.one && 3524 test -s conftest.dir/conftest.two 3525 then 3526 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3527 break 3 3528 fi 3371 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3372 break 3 3529 3373 fi 3530 3374 fi … … 3533 3377 ;; 3534 3378 esac 3535 3536 3379 done 3537 3380 IFS=$as_save_IFS 3538 3381 3539 rm -rf conftest.one conftest.two conftest.dir3540 3382 3541 3383 fi … … 3550 3392 fi 3551 3393 fi 3552 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&53553 $as_echo "$INSTALL" >&6; }3394 { echo "$as_me:$LINENO: result: $INSTALL" >&5 3395 echo "${ECHO_T}$INSTALL" >&6; } 3554 3396 3555 3397 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 3683 3525 3684 3526 3685 { $as_echo "$as_me:$LINENO: checking for sqlite3_table_column_metadata in -lsqlite3" >&53686 $as_echo_n "checking for sqlite3_table_column_metadata in -lsqlite3..." >&6; }3527 { echo "$as_me:$LINENO: checking for sqlite3_table_column_metadata in -lsqlite3" >&5 3528 echo $ECHO_N "checking for sqlite3_table_column_metadata in -lsqlite3... $ECHO_C" >&6; } 3687 3529 if test "${ac_cv_lib_sqlite3_sqlite3_table_column_metadata+set}" = set; then 3688 $as_echo_n "(cached)" >&63530 echo $ECHO_N "(cached) $ECHO_C" >&6 3689 3531 else 3690 3532 ac_check_lib_save_LIBS=$LIBS … … 3718 3560 *) ac_try_echo=$ac_try;; 3719 3561 esac 3720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3721 $as_echo "$ac_try_echo") >&5 3562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3722 3563 (eval "$ac_link") 2>conftest.er1 3723 3564 ac_status=$? … … 3725 3566 rm -f conftest.er1 3726 3567 cat conftest.err >&5 3727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53568 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3728 3569 (exit $ac_status); } && { 3729 3570 test -z "$ac_c_werror_flag" || 3730 3571 test ! -s conftest.err 3731 } && test -s conftest$ac_exeext && { 3732 test "$cross_compiling" = yes || 3733 $as_test_x conftest$ac_exeext 3734 }; then 3572 } && test -s conftest$ac_exeext && 3573 $as_test_x conftest$ac_exeext; then 3735 3574 ac_cv_lib_sqlite3_sqlite3_table_column_metadata=yes 3736 3575 else 3737 $as_echo "$as_me: failed program was:" >&53576 echo "$as_me: failed program was:" >&5 3738 3577 sed 's/^/| /' conftest.$ac_ext >&5 3739 3578 … … 3741 3580 fi 3742 3581 3743 rm -rf conftest.dSYM3744 3582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3745 3583 conftest$ac_exeext conftest.$ac_ext 3746 3584 LIBS=$ac_check_lib_save_LIBS 3747 3585 fi 3748 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&53749 $as_echo "$ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&6; }3586 { echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&5 3587 echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&6; } 3750 3588 if test $ac_cv_lib_sqlite3_sqlite3_table_column_metadata = yes; then 3751 3589 RESULT="$RESULT\nSQLite fields types autodetection\t\t\t\t\t\tenabled" … … 3756 3594 3757 3595 3758 { $as_echo "$as_me:$LINENO: checking for sqlite3_exec in -lsqlite3" >&53759 $as_echo_n "checking for sqlite3_exec in -lsqlite3..." >&6; }3596 { echo "$as_me:$LINENO: checking for sqlite3_exec in -lsqlite3" >&5 3597 echo $ECHO_N "checking for sqlite3_exec in -lsqlite3... $ECHO_C" >&6; } 3760 3598 if test "${ac_cv_lib_sqlite3_sqlite3_exec+set}" = set; then 3761 $as_echo_n "(cached)" >&63599 echo $ECHO_N "(cached) $ECHO_C" >&6 3762 3600 else 3763 3601 ac_check_lib_save_LIBS=$LIBS … … 3791 3629 *) ac_try_echo=$ac_try;; 3792 3630 esac 3793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3794 $as_echo "$ac_try_echo") >&5 3631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3795 3632 (eval "$ac_link") 2>conftest.er1 3796 3633 ac_status=$? … … 3798 3635 rm -f conftest.er1 3799 3636 cat conftest.err >&5 3800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53637 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3801 3638 (exit $ac_status); } && { 3802 3639 test -z "$ac_c_werror_flag" || 3803 3640 test ! -s conftest.err 3804 } && test -s conftest$ac_exeext && { 3805 test "$cross_compiling" = yes || 3806 $as_test_x conftest$ac_exeext 3807 }; then 3641 } && test -s conftest$ac_exeext && 3642 $as_test_x conftest$ac_exeext; then 3808 3643 ac_cv_lib_sqlite3_sqlite3_exec=yes 3809 3644 else 3810 $as_echo "$as_me: failed program was:" >&53645 echo "$as_me: failed program was:" >&5 3811 3646 sed 's/^/| /' conftest.$ac_ext >&5 3812 3647 … … 3814 3649 fi 3815 3650 3816 rm -rf conftest.dSYM3817 3651 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3818 3652 conftest$ac_exeext conftest.$ac_ext 3819 3653 LIBS=$ac_check_lib_save_LIBS 3820 3654 fi 3821 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_exec" >&53822 $as_echo "$ac_cv_lib_sqlite3_sqlite3_exec" >&6; }3655 { echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_exec" >&5 3656 echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_exec" >&6; } 3823 3657 if test $ac_cv_lib_sqlite3_sqlite3_exec = yes; then 3824 3658 cat >>confdefs.h <<_ACEOF … … 3829 3663 3830 3664 else 3831 { { $as_echo "$as_me:$LINENO: error: sqlite3 lib was not found" >&53832 $as_echo "$as_me: error: sqlite3 lib was not found" >&2;}3665 { { echo "$as_me:$LINENO: error: sqlite3 lib was not found" >&5 3666 echo "$as_me: error: sqlite3 lib was not found" >&2;} 3833 3667 { (exit 1); exit 1; }; } 3834 3668 fi 3835 3669 3836 3670 3837 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53838 $as_echo_n "checking for grep that handles long lines and -e..." >&6; }3671 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3672 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 3839 3673 if test "${ac_cv_path_GREP+set}" = set; then 3840 $as_echo_n "(cached) " >&6 3841 else 3842 if test -z "$GREP"; then 3674 echo $ECHO_N "(cached) $ECHO_C" >&6 3675 else 3676 # Extract the first word of "grep ggrep" to use in msg output 3677 if test -z "$GREP"; then 3678 set dummy grep ggrep; ac_prog_name=$2 3679 if test "${ac_cv_path_GREP+set}" = set; then 3680 echo $ECHO_N "(cached) $ECHO_C" >&6 3681 else 3843 3682 ac_path_GREP_found=false 3844 # Loop through the user's path and test for each of PROGNAME-LIST3845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3683 # Loop through the user's path and test for each of PROGNAME-LIST 3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3846 3685 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3847 3686 do … … 3849 3688 test -z "$as_dir" && as_dir=. 3850 3689 for ac_prog in grep ggrep; do 3851 for ac_exec_ext in '' $ac_executable_extensions; do3852 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3853 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3854 # Check for GNU ac_path_GREP and select it if it is found.3690 for ac_exec_ext in '' $ac_executable_extensions; do 3691 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3692 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3693 # Check for GNU ac_path_GREP and select it if it is found. 3855 3694 # Check for GNU $ac_path_GREP 3856 3695 case `"$ac_path_GREP" --version 2>&1` in … … 3859 3698 *) 3860 3699 ac_count=0 3861 $as_echo_n 0123456789>"conftest.in"3700 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3862 3701 while : 3863 3702 do … … 3865 3704 mv "conftest.tmp" "conftest.in" 3866 3705 cp "conftest.in" "conftest.nl" 3867 $as_echo 'GREP' >> "conftest.nl"3706 echo 'GREP' >> "conftest.nl" 3868 3707 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3869 3708 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3880 3719 esac 3881 3720 3882 $ac_path_GREP_found && break 3 3883 done3721 3722 $ac_path_GREP_found && break 3 3884 3723 done 3885 3724 done 3725 3726 done 3886 3727 IFS=$as_save_IFS 3887 if test -z "$ac_cv_path_GREP"; then 3888 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3889 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3728 3729 3730 fi 3731 3732 GREP="$ac_cv_path_GREP" 3733 if test -z "$GREP"; then 3734 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3735 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3890 3736 { (exit 1); exit 1; }; } 3891 fi 3737 fi 3738 3892 3739 else 3893 3740 ac_cv_path_GREP=$GREP 3894 3741 fi 3895 3742 3896 fi 3897 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3898 $as_echo "$ac_cv_path_GREP" >&6; } 3743 3744 fi 3745 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3746 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3899 3747 GREP="$ac_cv_path_GREP" 3900 3748 3901 3749 3902 { $as_echo "$as_me:$LINENO: checking for egrep" >&53903 $as_echo_n "checking for egrep..." >&6; }3750 { echo "$as_me:$LINENO: checking for egrep" >&5 3751 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 3904 3752 if test "${ac_cv_path_EGREP+set}" = set; then 3905 $as_echo_n "(cached)" >&63753 echo $ECHO_N "(cached) $ECHO_C" >&6 3906 3754 else 3907 3755 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3908 3756 then ac_cv_path_EGREP="$GREP -E" 3909 3757 else 3910 if test -z "$EGREP"; then 3758 # Extract the first word of "egrep" to use in msg output 3759 if test -z "$EGREP"; then 3760 set dummy egrep; ac_prog_name=$2 3761 if test "${ac_cv_path_EGREP+set}" = set; then 3762 echo $ECHO_N "(cached) $ECHO_C" >&6 3763 else 3911 3764 ac_path_EGREP_found=false 3912 # Loop through the user's path and test for each of PROGNAME-LIST3913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3765 # Loop through the user's path and test for each of PROGNAME-LIST 3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3914 3767 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3915 3768 do … … 3917 3770 test -z "$as_dir" && as_dir=. 3918 3771 for ac_prog in egrep; do 3919 for ac_exec_ext in '' $ac_executable_extensions; do3920 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3921 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3922 # Check for GNU ac_path_EGREP and select it if it is found.3772 for ac_exec_ext in '' $ac_executable_extensions; do 3773 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3774 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3775 # Check for GNU ac_path_EGREP and select it if it is found. 3923 3776 # Check for GNU $ac_path_EGREP 3924 3777 case `"$ac_path_EGREP" --version 2>&1` in … … 3927 3780 *) 3928 3781 ac_count=0 3929 $as_echo_n 0123456789>"conftest.in"3782 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 3930 3783 while : 3931 3784 do … … 3933 3786 mv "conftest.tmp" "conftest.in" 3934 3787 cp "conftest.in" "conftest.nl" 3935 $as_echo 'EGREP' >> "conftest.nl"3788 echo 'EGREP' >> "conftest.nl" 3936 3789 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3937 3790 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3948 3801 esac 3949 3802 3950 $ac_path_EGREP_found && break 3 3951 done3803 3804 $ac_path_EGREP_found && break 3 3952 3805 done 3953 3806 done 3807 3808 done 3954 3809 IFS=$as_save_IFS 3955 if test -z "$ac_cv_path_EGREP"; then 3956 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3957 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3810 3811 3812 fi 3813 3814 EGREP="$ac_cv_path_EGREP" 3815 if test -z "$EGREP"; then 3816 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3817 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3958 3818 { (exit 1); exit 1; }; } 3959 fi 3819 fi 3820 3960 3821 else 3961 3822 ac_cv_path_EGREP=$EGREP 3962 3823 fi 3963 3824 3825 3964 3826 fi 3965 3827 fi 3966 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&53967 $as_echo "$ac_cv_path_EGREP" >&6; }3828 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3829 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 3968 3830 EGREP="$ac_cv_path_EGREP" 3969 3831 3970 3832 3971 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&53972 $as_echo_n "checking for ANSI C header files..." >&6; }3833 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3834 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 3973 3835 if test "${ac_cv_header_stdc+set}" = set; then 3974 $as_echo_n "(cached)" >&63836 echo $ECHO_N "(cached) $ECHO_C" >&6 3975 3837 else 3976 3838 cat >conftest.$ac_ext <<_ACEOF … … 3999 3861 *) ac_try_echo=$ac_try;; 4000 3862 esac 4001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4002 $as_echo "$ac_try_echo") >&5 3863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4003 3864 (eval "$ac_compile") 2>conftest.er1 4004 3865 ac_status=$? … … 4006 3867 rm -f conftest.er1 4007 3868 cat conftest.err >&5 4008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4009 3870 (exit $ac_status); } && { 4010 3871 test -z "$ac_c_werror_flag" || … … 4013 3874 ac_cv_header_stdc=yes 4014 3875 else 4015 $as_echo "$as_me: failed program was:" >&53876 echo "$as_me: failed program was:" >&5 4016 3877 sed 's/^/| /' conftest.$ac_ext >&5 4017 3878 … … 4105 3966 *) ac_try_echo=$ac_try;; 4106 3967 esac 4107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4108 $as_echo "$ac_try_echo") >&5 3968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4109 3969 (eval "$ac_link") 2>&5 4110 3970 ac_status=$? 4111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4112 3972 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4113 3973 { (case "(($ac_try" in … … 4115 3975 *) ac_try_echo=$ac_try;; 4116 3976 esac 4117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4118 $as_echo "$ac_try_echo") >&5 3977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4119 3978 (eval "$ac_try") 2>&5 4120 3979 ac_status=$? 4121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53980 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4122 3981 (exit $ac_status); }; }; then 4123 3982 : 4124 3983 else 4125 $as_echo "$as_me: program exited with status $ac_status" >&54126 $as_echo "$as_me: failed program was:" >&53984 echo "$as_me: program exited with status $ac_status" >&5 3985 echo "$as_me: failed program was:" >&5 4127 3986 sed 's/^/| /' conftest.$ac_ext >&5 4128 3987 … … 4130 3989 ac_cv_header_stdc=no 4131 3990 fi 4132 rm -rf conftest.dSYM4133 3991 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4134 3992 fi … … 4137 3995 fi 4138 3996 fi 4139 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&54140 $as_echo "$ac_cv_header_stdc" >&6; }3997 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 3998 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4141 3999 if test $ac_cv_header_stdc = yes; then 4142 4000 … … 4160 4018 inttypes.h stdint.h unistd.h 4161 4019 do 4162 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`4163 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&54164 $as_echo_n "checking for $ac_header..." >&6; }4020 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4021 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4022 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4165 4023 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4166 $as_echo_n "(cached)" >&64024 echo $ECHO_N "(cached) $ECHO_C" >&6 4167 4025 else 4168 4026 cat >conftest.$ac_ext <<_ACEOF … … 4182 4040 *) ac_try_echo=$ac_try;; 4183 4041 esac 4184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4185 $as_echo "$ac_try_echo") >&5 4042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4186 4043 (eval "$ac_compile") 2>conftest.er1 4187 4044 ac_status=$? … … 4189 4046 rm -f conftest.er1 4190 4047 cat conftest.err >&5 4191 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4192 4049 (exit $ac_status); } && { 4193 4050 test -z "$ac_c_werror_flag" || … … 4196 4053 eval "$as_ac_Header=yes" 4197 4054 else 4198 $as_echo "$as_me: failed program was:" >&54055 echo "$as_me: failed program was:" >&5 4199 4056 sed 's/^/| /' conftest.$ac_ext >&5 4200 4057 … … 4204 4061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4205 4062 fi 4206 ac_res=`eval 'as_val=${'$as_ac_Header'} 4207 $as_echo "$as_val"'` 4208 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4209 $as_echo "$ac_res" >&6; } 4210 if test `eval 'as_val=${'$as_ac_Header'} 4211 $as_echo "$as_val"'` = yes; then 4063 ac_res=`eval echo '${'$as_ac_Header'}'` 4064 { echo "$as_me:$LINENO: result: $ac_res" >&5 4065 echo "${ECHO_T}$ac_res" >&6; } 4066 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4212 4067 cat >>confdefs.h <<_ACEOF 4213 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 14068 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4214 4069 _ACEOF 4215 4070 … … 4220 4075 4221 4076 if test "${ac_cv_header_sqlite3_h+set}" = set; then 4222 { $as_echo "$as_me:$LINENO: checking for sqlite3.h" >&54223 $as_echo_n "checking for sqlite3.h..." >&6; }4077 { echo "$as_me:$LINENO: checking for sqlite3.h" >&5 4078 echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; } 4224 4079 if test "${ac_cv_header_sqlite3_h+set}" = set; then 4225 $as_echo_n "(cached)" >&64226 fi 4227 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&54228 $as_echo "$ac_cv_header_sqlite3_h" >&6; }4080 echo $ECHO_N "(cached) $ECHO_C" >&6 4081 fi 4082 { echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 4083 echo "${ECHO_T}$ac_cv_header_sqlite3_h" >&6; } 4229 4084 else 4230 4085 # Is the header compilable? 4231 { $as_echo "$as_me:$LINENO: checking sqlite3.h usability" >&54232 $as_echo_n "checking sqlite3.h usability..." >&6; }4086 { echo "$as_me:$LINENO: checking sqlite3.h usability" >&5 4087 echo $ECHO_N "checking sqlite3.h usability... $ECHO_C" >&6; } 4233 4088 cat >conftest.$ac_ext <<_ACEOF 4234 4089 /* confdefs.h. */ … … 4246 4101 *) ac_try_echo=$ac_try;; 4247 4102 esac 4248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4249 $as_echo "$ac_try_echo") >&5 4103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4250 4104 (eval "$ac_compile") 2>conftest.er1 4251 4105 ac_status=$? … … 4253 4107 rm -f conftest.er1 4254 4108 cat conftest.err >&5 4255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4256 4110 (exit $ac_status); } && { 4257 4111 test -z "$ac_c_werror_flag" || … … 4260 4114 ac_header_compiler=yes 4261 4115 else 4262 $as_echo "$as_me: failed program was:" >&54116 echo "$as_me: failed program was:" >&5 4263 4117 sed 's/^/| /' conftest.$ac_ext >&5 4264 4118 … … 4267 4121 4268 4122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4269 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&54270 $as_echo "$ac_header_compiler" >&6; }4123 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4124 echo "${ECHO_T}$ac_header_compiler" >&6; } 4271 4125 4272 4126 # Is the header present? 4273 { $as_echo "$as_me:$LINENO: checking sqlite3.h presence" >&54274 $as_echo_n "checking sqlite3.h presence..." >&6; }4127 { echo "$as_me:$LINENO: checking sqlite3.h presence" >&5 4128 echo $ECHO_N "checking sqlite3.h presence... $ECHO_C" >&6; } 4275 4129 cat >conftest.$ac_ext <<_ACEOF 4276 4130 /* confdefs.h. */ … … 4286 4140 *) ac_try_echo=$ac_try;; 4287 4141 esac 4288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4289 $as_echo "$ac_try_echo") >&5 4142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4290 4143 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4291 4144 ac_status=$? … … 4293 4146 rm -f conftest.er1 4294 4147 cat conftest.err >&5 4295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54148 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4296 4149 (exit $ac_status); } >/dev/null && { 4297 4150 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4300 4153 ac_header_preproc=yes 4301 4154 else 4302 $as_echo "$as_me: failed program was:" >&54155 echo "$as_me: failed program was:" >&5 4303 4156 sed 's/^/| /' conftest.$ac_ext >&5 4304 4157 … … 4307 4160 4308 4161 rm -f conftest.err conftest.$ac_ext 4309 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&54310 $as_echo "$ac_header_preproc" >&6; }4162 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4163 echo "${ECHO_T}$ac_header_preproc" >&6; } 4311 4164 4312 4165 # So? What about this header? 4313 4166 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4314 4167 yes:no: ) 4315 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&54316 $as_echo "$as_me: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&2;}4317 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the compiler's result" >&54318 $as_echo "$as_me: WARNING: sqlite3.h: proceeding with the compiler's result" >&2;}4168 { echo "$as_me:$LINENO: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&5 4169 echo "$as_me: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 4170 { echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the compiler's result" >&5 4171 echo "$as_me: WARNING: sqlite3.h: proceeding with the compiler's result" >&2;} 4319 4172 ac_header_preproc=yes 4320 4173 ;; 4321 4174 no:yes:* ) 4322 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: present but cannot be compiled" >&54323 $as_echo "$as_me: WARNING: sqlite3.h: present but cannot be compiled" >&2;}4324 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: check for missing prerequisite headers?" >&54325 $as_echo "$as_me: WARNING: sqlite3.h: check for missing prerequisite headers?" >&2;}4326 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: see the Autoconf documentation" >&54327 $as_echo "$as_me: WARNING: sqlite3.h: see the Autoconf documentation" >&2;}4328 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&54329 $as_echo "$as_me: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&2;}4330 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&54331 $as_echo "$as_me: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&2;}4332 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&54333 $as_echo "$as_me: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&2;}4175 { echo "$as_me:$LINENO: WARNING: sqlite3.h: present but cannot be compiled" >&5 4176 echo "$as_me: WARNING: sqlite3.h: present but cannot be compiled" >&2;} 4177 { echo "$as_me:$LINENO: WARNING: sqlite3.h: check for missing prerequisite headers?" >&5 4178 echo "$as_me: WARNING: sqlite3.h: check for missing prerequisite headers?" >&2;} 4179 { echo "$as_me:$LINENO: WARNING: sqlite3.h: see the Autoconf documentation" >&5 4180 echo "$as_me: WARNING: sqlite3.h: see the Autoconf documentation" >&2;} 4181 { echo "$as_me:$LINENO: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&5 4182 echo "$as_me: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&2;} 4183 { echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&5 4184 echo "$as_me: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&2;} 4185 { echo "$as_me:$LINENO: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&5 4186 echo "$as_me: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&2;} 4334 4187 ( cat <<\_ASBOX 4335 4188 ## ----------------------------- ## … … 4340 4193 ;; 4341 4194 esac 4342 { $as_echo "$as_me:$LINENO: checking for sqlite3.h" >&54343 $as_echo_n "checking for sqlite3.h..." >&6; }4195 { echo "$as_me:$LINENO: checking for sqlite3.h" >&5 4196 echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; } 4344 4197 if test "${ac_cv_header_sqlite3_h+set}" = set; then 4345 $as_echo_n "(cached)" >&64198 echo $ECHO_N "(cached) $ECHO_C" >&6 4346 4199 else 4347 4200 ac_cv_header_sqlite3_h=$ac_header_preproc 4348 4201 fi 4349 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&54350 $as_echo "$ac_cv_header_sqlite3_h" >&6; }4202 { echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 4203 echo "${ECHO_T}$ac_cv_header_sqlite3_h" >&6; } 4351 4204 4352 4205 fi … … 4354 4207 : 4355 4208 else 4356 { { $as_echo "$as_me:$LINENO: error: sqlite3 header was not found" >&54357 $as_echo "$as_me: error: sqlite3 header was not found" >&2;}4209 { { echo "$as_me:$LINENO: error: sqlite3 header was not found" >&5 4210 echo "$as_me: error: sqlite3 header was not found" >&2;} 4358 4211 { (exit 1); exit 1; }; } 4359 4212 fi … … 4391 4244 LDFLAGS="$LDFLAGS -L$MOD_OPENSSL_DIR/lib -lssl" 4392 4245 4393 { $as_echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&54394 $as_echo_n "checking for SSL_library_init in -lssl..." >&6; }4246 { echo "$as_me:$LINENO: checki
