Changeset 878:152a988c1585
- Timestamp:
- 06/25/08 22:15:25 (4 years ago)
- Branch:
- libdodo
- Location:
- trunk
- Files:
-
- 2 edited
-
configure (modified) (511 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r860 r878 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1 for libdodo 0.9.0.3 # Generated by GNU Autoconf 2.62 for libdodo 0.9.1. 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 Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 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 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which20 # Pre-4.2 versions of Zsh do 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_nl 45 # 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_echo 48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 50 as_echo='printf %s\n' 51 as_echo_n='printf %s' 52 else 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 55 as_echo_n='/usr/ucb/echo -n' 56 else 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 58 as_echo_n_body='eval 59 arg=$1; 60 case $arg in 61 *"$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_body 68 as_echo_n='sh -c $as_echo_n_body as_echo' 69 fi 70 export as_echo_body 71 as_echo='sh -c $as_echo_body as_echo' 72 fi 73 42 74 # The user is always right. 43 75 if test "${PATH_SEPARATOR+set}" != set; then 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 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 } 53 81 fi 54 82 … … 66 94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 67 95 # splitting by setting IFS to empty value.) 68 as_nl='69 '70 96 IFS=" "" $as_nl" 71 97 … … 90 116 fi 91 117 if test ! -f "$as_myself"; then 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93 119 { (exit 1); exit 1; } 94 120 fi … … 103 129 104 130 # NLS nuisances. 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 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 116 135 117 136 # Required to use basename. … … 135 154 X"$0" : 'X\(//\)$' \| \ 136 155 X"$0" : 'X\(/\)' \| . 2>/dev/null || 137 echo X/"$0" |156 $as_echo X/"$0" | 138 157 sed '/^.*\/\([^/][^/]*\)\/*$/{ 139 158 s//\1/ … … 161 180 fi 162 181 163 if test $as_have_required = yes && (eval ":182 if test $as_have_required = yes && (eval ": 164 183 (as_func_return () { 165 184 (exit \$1) … … 243 262 emulate sh 244 263 NULLCMD=: 245 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 246 265 # is contrary to our usage. Disable this feature. 247 266 alias -g '${1+"$@"}'='"$@"' … … 264 283 emulate sh 265 284 NULLCMD=: 266 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 267 286 # is contrary to our usage. Disable this feature. 268 287 alias -g '${1+"$@"}'='"$@"' … … 344 363 if test "x$CONFIG_SHELL" != x; then 345 364 for as_var in BASH_ENV ENV 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var347 done348 export CONFIG_SHELL349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 366 done 367 export CONFIG_SHELL 368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350 369 fi 351 370 … … 416 435 test \$exitcode = 0") || { 417 436 echo No shell found that supports shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 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. 421 441 } 422 442 … … 454 474 ' >$as_me.lineno && 455 475 chmod +x "$as_me.lineno" || 456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457 477 { (exit 1); exit 1; }; } 458 478 … … 482 502 ECHO_N='-n';; 483 503 esac 484 485 504 if expr a : '\(a\)' >/dev/null 2>&1 && 486 505 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 495 514 else 496 515 rm -f conf$$.dir 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 || 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 507 530 as_ln_s='cp -p' 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 531 fi 510 532 else 511 533 as_ln_s='cp -p' … … 532 554 eval sh -c '\'' 533 555 if test -d "$1"; then 534 test -d "$1/.";556 test -d "$1/."; 535 557 else 536 558 case $1 in 537 -*)set "./$1";;559 -*)set "./$1";; 538 560 esac; 539 561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 575 597 PACKAGE_NAME='libdodo' 576 598 PACKAGE_TARNAME='libdodo' 577 PACKAGE_VERSION='0.9. 0'578 PACKAGE_STRING='libdodo 0.9. 0'599 PACKAGE_VERSION='0.9.1' 600 PACKAGE_STRING='libdodo 0.9.1' 579 601 PACKAGE_BUGREPORT='libdodo.sf.net' 580 602 … … 674 696 LTLIBOBJS' 675 697 ac_subst_files='' 698 ac_user_opts=' 699 enable_option_checking 700 enable_debug 701 enable_profiling 702 enable_deque 703 enable_io_xexec_support 704 enable_db_xexec_support 705 with_sqlite3 706 with_openssl 707 with_bfd 708 with_postgresql 709 with_mysql 710 with_fcgi 711 with_pcre 712 with_dl 713 enable_dl_lib 714 enable_fast_dynamic_loading 715 with_libxml2 716 with_pthread 717 with_pthread_lib 718 with_bzip2 719 with_zlib 720 enable_zlib_lib 721 with_iconv 722 enable_iconv_lib 723 with_imagemagick 724 enable_image_xexec_support 725 ' 676 726 ac_precious_vars='build_alias 677 727 host_alias … … 691 741 ac_init_help= 692 742 ac_init_version=false 743 ac_unrecognized_opts= 744 ac_unrecognized_sep= 693 745 # The variables have the same names as the options, with 694 746 # dashes changed to underlines. … … 789 841 790 842 -disable-* | --disable-*) 791 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`843 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 792 844 # Reject names that are not valid shell variable names. 793 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&794 { echo "$as_me: error: invalid feature name: $ac_feature" >&2845 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 846 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 795 847 { (exit 1); exit 1; }; } 796 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 797 eval enable_$ac_feature=no ;; 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 ;; 798 858 799 859 -docdir | --docdir | --docdi | --doc | --do) … … 808 868 809 869 -enable-* | --enable-*) 810 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`870 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 811 871 # Reject names that are not valid shell variable names. 812 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&813 { echo "$as_me: error: invalid feature name: $ac_feature" >&2872 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 873 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 814 874 { (exit 1); exit 1; }; } 815 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 816 eval enable_$ac_feature=\$ac_optarg ;; 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 ;; 817 885 818 886 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1005 1073 1006 1074 -with-* | --with-*) 1007 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1075 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1008 1076 # Reject names that are not valid shell variable names. 1009 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1010 { echo "$as_me: error: invalid package name: $ac_package" >&21077 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1078 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1011 1079 { (exit 1); exit 1; }; } 1012 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1013 eval with_$ac_package=\$ac_optarg ;; 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 ;; 1014 1090 1015 1091 -without-* | --without-*) 1016 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1092 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1017 1093 # Reject names that are not valid shell variable names. 1018 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1019 { echo "$as_me: error: invalid package name: $ac_package" >&21094 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1095 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1020 1096 { (exit 1); exit 1; }; } 1021 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1022 eval with_$ac_package=no ;; 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 ;; 1023 1107 1024 1108 --x) … … 1040 1124 x_libraries=$ac_optarg ;; 1041 1125 1042 -*) { echo "$as_me: error: unrecognized option: $ac_option1126 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1043 1127 Try \`$0 --help' for more information." >&2 1044 1128 { (exit 1); exit 1; }; } … … 1049 1133 # Reject names that are not valid shell variable names. 1050 1134 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1051 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21135 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1052 1136 { (exit 1); exit 1; }; } 1053 1137 eval $ac_envvar=\$ac_optarg … … 1056 1140 *) 1057 1141 # FIXME: should be removed in autoconf 3.0. 1058 echo "$as_me: WARNING: you should use --build, --host, --target" >&21142 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1059 1143 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1060 echo "$as_me: WARNING: invalid host type: $ac_option" >&21144 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1061 1145 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1062 1146 ;; … … 1067 1151 if test -n "$ac_prev"; then 1068 1152 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1069 { echo "$as_me: error: missing argument to $ac_option" >&21153 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1070 1154 { (exit 1); exit 1; }; } 1071 1155 fi 1072 1156 1073 # Be sure to have absolute directory names. 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. 1074 1167 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1075 1168 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1078 1171 do 1079 1172 eval ac_val=\$$ac_var 1173 # Remove trailing slashes. 1174 case $ac_val in 1175 */ ) 1176 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1177 eval $ac_var=\$ac_val;; 1178 esac 1179 # Be sure to have absolute directory names. 1080 1180 case $ac_val in 1081 1181 [\\/$]* | ?:[\\/]* ) continue;; 1082 1182 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1083 1183 esac 1084 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21184 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1085 1185 { (exit 1); exit 1; }; } 1086 1186 done … … 1097 1197 if test "x$build_alias" = x; then 1098 1198 cross_compiling=maybe 1099 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1199 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1100 1200 If a cross compiler is detected then cross compile mode will be used." >&2 1101 1201 elif test "x$build_alias" != "x$host_alias"; then … … 1113 1213 ac_ls_di=`ls -di .` && 1114 1214 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1115 { echo "$as_me: error: Working directory cannot be determined" >&21215 { $as_echo "$as_me: error: Working directory cannot be determined" >&2 1116 1216 { (exit 1); exit 1; }; } 1117 1217 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1118 { echo "$as_me: error: pwd does not report name of working directory" >&21218 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1119 1219 { (exit 1); exit 1; }; } 1120 1220 … … 1124 1224 ac_srcdir_defaulted=yes 1125 1225 # Try the directory containing this script, then the parent directory. 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" |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" | 1132 1232 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1133 1233 s//\1/ … … 1156 1256 if test ! -r "$srcdir/$ac_unique_file"; then 1157 1257 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1158 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21258 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1159 1259 { (exit 1); exit 1; }; } 1160 1260 fi 1161 1261 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1162 1262 ac_abs_confdir=`( 1163 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21263 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1164 1264 { (exit 1); exit 1; }; } 1165 1265 pwd)` … … 1188 1288 # This message is too long to be a string in the A/UX 3.1 sh. 1189 1289 cat <<_ACEOF 1190 \`configure' configures libdodo 0.9. 0to adapt to many kinds of systems.1290 \`configure' configures libdodo 0.9.1 to adapt to many kinds of systems. 1191 1291 1192 1292 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1210 1310 Installation directories: 1211 1311 --prefix=PREFIX install architecture-independent files in PREFIX 1212 [$ac_default_prefix]1312 [$ac_default_prefix] 1213 1313 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1214 [PREFIX]1314 [PREFIX] 1215 1315 1216 1316 By default, \`make install' will install all the files in … … 1222 1322 1223 1323 Fine tuning of the installation directories: 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]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] 1243 1343 _ACEOF 1244 1344 … … 1249 1349 if test -n "$ac_init_help"; then 1250 1350 case $ac_init_help in 1251 short | recursive ) echo "Configuration of libdodo 0.9. 0:";;1351 short | recursive ) echo "Configuration of libdodo 0.9.1:";; 1252 1352 esac 1253 1353 cat <<\_ACEOF 1254 1354 1255 1355 Optional Features: 1356 --disable-option-checking ignore unrecognized --enable/--with options 1256 1357 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1257 1358 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1316 1417 # If there are subdirs, report their specific --help. 1317 1418 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1318 test -d "$ac_dir" || continue 1419 test -d "$ac_dir" || 1420 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1421 continue 1319 1422 ac_builddir=. 1320 1423 … … 1322 1425 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1323 1426 *) 1324 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1427 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1325 1428 # A ".." for each directory in $ac_dir_suffix. 1326 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1429 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1327 1430 case $ac_top_builddir_sub in 1328 1431 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1360 1463 $SHELL "$ac_srcdir/configure" --help=recursive 1361 1464 else 1362 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21465 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1363 1466 fi || ac_status=$? 1364 1467 cd "$ac_pwd" || { ac_status=$?; break; } … … 1369 1472 if $ac_init_version; then 1370 1473 cat <<\_ACEOF 1371 libdodo configure 0.9. 01372 generated by GNU Autoconf 2.6 11474 libdodo configure 0.9.1 1475 generated by GNU Autoconf 2.62 1373 1476 1374 1477 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1375 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1478 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1376 1479 This configure script is free software; the Free Software Foundation 1377 1480 gives unlimited permission to copy, distribute and modify it. … … 1383 1486 running configure, to aid debugging if configure makes a mistake. 1384 1487 1385 It was created by libdodo $as_me 0.9. 0, which was1386 generated by GNU Autoconf 2.6 1. Invocation command line was1488 It was created by libdodo $as_me 0.9.1, which was 1489 generated by GNU Autoconf 2.62. Invocation command line was 1387 1490 1388 1491 $ $0 $@ … … 1420 1523 IFS=$as_save_IFS 1421 1524 test -z "$as_dir" && as_dir=. 1422 echo "PATH: $as_dir"1525 $as_echo "PATH: $as_dir" 1423 1526 done 1424 1527 IFS=$as_save_IFS … … 1455 1558 continue ;; 1456 1559 *\'*) 1457 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1560 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1458 1561 esac 1459 1562 case $ac_pass in … … 1507 1610 *${as_nl}*) 1508 1611 case $ac_var in #( 1509 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51510 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1612 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1613 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1511 1614 esac 1512 1615 case $ac_var in #( 1513 1616 _ | IFS | as_nl) ;; #( 1617 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1514 1618 *) $as_unset $ac_var ;; 1515 1619 esac ;; … … 1541 1645 eval ac_val=\$$ac_var 1542 1646 case $ac_val in 1543 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1647 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1544 1648 esac 1545 echo "$ac_var='\''$ac_val'\''"1649 $as_echo "$ac_var='\''$ac_val'\''" 1546 1650 done | sort 1547 1651 echo … … 1558 1662 eval ac_val=\$$ac_var 1559 1663 case $ac_val in 1560 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1664 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1561 1665 esac 1562 echo "$ac_var='\''$ac_val'\''"1666 $as_echo "$ac_var='\''$ac_val'\''" 1563 1667 done | sort 1564 1668 echo … … 1576 1680 fi 1577 1681 test "$ac_signal" != 0 && 1578 echo "$as_me: caught signal $ac_signal"1579 echo "$as_me: exit $exit_status"1682 $as_echo "$as_me: caught signal $ac_signal" 1683 $as_echo "$as_me: exit $exit_status" 1580 1684 } >&5 1581 1685 rm -f core *.core core.conftest.* && … … 1619 1723 1620 1724 # Let the site file select an alternate cache file if it wants to. 1621 # Prefer explicitly selected file to automatically selected ones. 1725 # Prefer an explicitly selected file to automatically selected ones. 1726 ac_site_file1=NONE 1727 ac_site_file2=NONE 1622 1728 if test -n "$CONFIG_SITE"; then 1623 set x "$CONFIG_SITE"1729 ac_site_file1=$CONFIG_SITE 1624 1730 elif test "x$prefix" != xNONE; then 1625 set x "$prefix/share/config.site" "$prefix/etc/config.site"1626 else1627 set x "$ac_default_prefix/share/config.site" \ 1628 "$ac_default_prefix/etc/config.site" 1629 fi 1630 shift 1631 for ac_site_file 1731 ac_site_file1=$prefix/share/config.site 1732 ac_site_file2=$prefix/etc/config.site 1733 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" 1632 1738 do 1739 test "x$ac_site_file" = xNONE && continue 1633 1740 if test -r "$ac_site_file"; then 1634 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51635 echo "$as_me: loading site script $ac_site_file" >&6;}1741 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1742 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1636 1743 sed 's/^/| /' "$ac_site_file" >&5 1637 1744 . "$ac_site_file" … … 1643 1750 # files actually), so we avoid doing that. 1644 1751 if test -f "$cache_file"; then 1645 { echo "$as_me:$LINENO: loading cache $cache_file" >&51646 echo "$as_me: loading cache $cache_file" >&6;}1752 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1753 $as_echo "$as_me: loading cache $cache_file" >&6;} 1647 1754 case $cache_file in 1648 1755 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1651 1758 fi 1652 1759 else 1653 { echo "$as_me:$LINENO: creating cache $cache_file" >&51654 echo "$as_me: creating cache $cache_file" >&6;}1760 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1761 $as_echo "$as_me: creating cache $cache_file" >&6;} 1655 1762 >$cache_file 1656 1763 fi … … 1666 1773 case $ac_old_set,$ac_new_set in 1667 1774 set,) 1668 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51669 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1775 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1776 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1670 1777 ac_cache_corrupted=: ;; 1671 1778 ,set) 1672 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51673 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1779 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1780 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1674 1781 ac_cache_corrupted=: ;; 1675 1782 ,);; 1676 1783 *) 1677 1784 if test "x$ac_old_val" != "x$ac_new_val"; then 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=: 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;} 1685 1801 fi;; 1686 1802 esac … … 1688 1804 if test "$ac_new_set" = set; then 1689 1805 case $ac_new_val in 1690 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1806 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1691 1807 *) ac_arg=$ac_var=$ac_new_val ;; 1692 1808 esac … … 1698 1814 done 1699 1815 if $ac_cache_corrupted; then 1700 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51701 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" >&51703 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1816 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1817 $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" >&5 1819 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1704 1820 { (exit 1); exit 1; }; } 1705 1821 fi … … 1752 1868 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1753 1869 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1754 { echo "$as_me:$LINENO: checking for $ac_word" >&51755 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }1870 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1871 $as_echo_n "checking for $ac_word... " >&6; } 1756 1872 if test "${ac_cv_prog_CXX+set}" = set; then 1757 echo $ECHO_N "(cached) $ECHO_C" >&61873 $as_echo_n "(cached) " >&6 1758 1874 else 1759 1875 if test -n "$CXX"; then … … 1768 1884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1769 1885 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 1770 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51886 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1771 1887 break 2 1772 1888 fi … … 1779 1895 CXX=$ac_cv_prog_CXX 1780 1896 if test -n "$CXX"; then 1781 { echo "$as_me:$LINENO: result: $CXX" >&51782 echo "${ECHO_T}$CXX" >&6; }1783 else 1784 { echo "$as_me:$LINENO: result: no" >&51785 echo "${ECHO_T}no" >&6; }1897 { $as_echo "$as_me:$LINENO: result: $CXX" >&5 1898 $as_echo "$CXX" >&6; } 1899 else 1900 { $as_echo "$as_me:$LINENO: result: no" >&5 1901 $as_echo "no" >&6; } 1786 1902 fi 1787 1903 … … 1796 1912 # Extract the first word of "$ac_prog", so it can be a program name with args. 1797 1913 set dummy $ac_prog; ac_word=$2 1798 { echo "$as_me:$LINENO: checking for $ac_word" >&51799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }1914 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1915 $as_echo_n "checking for $ac_word... " >&6; } 1800 1916 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 1801 echo $ECHO_N "(cached) $ECHO_C" >&61917 $as_echo_n "(cached) " >&6 1802 1918 else 1803 1919 if test -n "$ac_ct_CXX"; then … … 1812 1928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1813 1929 ac_cv_prog_ac_ct_CXX="$ac_prog" 1814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51930 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1815 1931 break 2 1816 1932 fi … … 1823 1939 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 1824 1940 if test -n "$ac_ct_CXX"; then 1825 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&51826 echo "${ECHO_T}$ac_ct_CXX" >&6; }1827 else 1828 { echo "$as_me:$LINENO: result: no" >&51829 echo "${ECHO_T}no" >&6; }1941 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 1942 $as_echo "$ac_ct_CXX" >&6; } 1943 else 1944 { $as_echo "$as_me:$LINENO: result: no" >&5 1945 $as_echo "no" >&6; } 1830 1946 fi 1831 1947 … … 1839 1955 case $cross_compiling:$ac_tool_warned in 1840 1956 yes:) 1841 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools1957 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1842 1958 whose name does not start with the host triplet. If you think this 1843 1959 configuration is useful to you, please write to autoconf@gnu.org." >&5 1844 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools1960 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1845 1961 whose name does not start with the host triplet. If you think this 1846 1962 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 1854 1970 fi 1855 1971 # Provide some information about the compiler. 1856 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 1857 ac_compiler=`set X $ac_compile; echo $2` 1972 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 1973 set X $ac_compile 1974 ac_compiler=$2 1858 1975 { (ac_try="$ac_compiler --version >&5" 1859 1976 case "(($ac_try" in … … 1861 1978 *) ac_try_echo=$ac_try;; 1862 1979 esac 1863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 1981 $as_echo "$ac_try_echo") >&5 1864 1982 (eval "$ac_compiler --version >&5") 2>&5 1865 1983 ac_status=$? 1866 echo "$as_me:$LINENO: \$? = $ac_status" >&51984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 1867 1985 (exit $ac_status); } 1868 1986 { (ac_try="$ac_compiler -v >&5" … … 1871 1989 *) ac_try_echo=$ac_try;; 1872 1990 esac 1873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 1991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 1992 $as_echo "$ac_try_echo") >&5 1874 1993 (eval "$ac_compiler -v >&5") 2>&5 1875 1994 ac_status=$? 1876 echo "$as_me:$LINENO: \$? = $ac_status" >&51995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 1877 1996 (exit $ac_status); } 1878 1997 { (ac_try="$ac_compiler -V >&5" … … 1881 2000 *) ac_try_echo=$ac_try;; 1882 2001 esac 1883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2003 $as_echo "$ac_try_echo") >&5 1884 2004 (eval "$ac_compiler -V >&5") 2>&5 1885 2005 ac_status=$? 1886 echo "$as_me:$LINENO: \$? = $ac_status" >&52006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 1887 2007 (exit $ac_status); } 1888 2008 … … 1903 2023 _ACEOF 1904 2024 ac_clean_files_save=$ac_clean_files 1905 ac_clean_files="$ac_clean_files a.out a. exe b.out"2025 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 1906 2026 # Try to create an executable without -o first, disregard a.out. 1907 2027 # It will help us diagnose broken compilers, and finding out an intuition 1908 2028 # of exeext. 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. 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 1921 2036 ac_rmfiles= 1922 2037 for ac_file in $ac_files 1923 2038 do 1924 2039 case $ac_file in 1925 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2040 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 1926 2041 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 1927 2042 esac … … 1934 2049 *) ac_try_echo=$ac_try;; 1935 2050 esac 1936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2052 $as_echo "$ac_try_echo") >&5 1937 2053 (eval "$ac_link_default") 2>&5 1938 2054 ac_status=$? 1939 echo "$as_me:$LINENO: \$? = $ac_status" >&52055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 1940 2056 (exit $ac_status); }; then 1941 2057 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 1948 2064 test -f "$ac_file" || continue 1949 2065 case $ac_file in 1950 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )2066 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 1951 2067 ;; 1952 2068 [ab].out ) … … 1975 2091 fi 1976 2092 1977 { echo "$as_me:$LINENO: result: $ac_file" >&51978 echo "${ECHO_T}$ac_file" >&6; }2093 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2094 $as_echo "$ac_file" >&6; } 1979 2095 if test -z "$ac_file"; then 1980 echo "$as_me: failed program was:" >&52096 $as_echo "$as_me: failed program was:" >&5 1981 2097 sed 's/^/| /' conftest.$ac_ext >&5 1982 2098 1983 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables2099 { { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables 1984 2100 See \`config.log' for more details." >&5 1985 echo "$as_me: error: C++ compiler cannot create executables2101 $as_echo "$as_me: error: C++ compiler cannot create executables 1986 2102 See \`config.log' for more details." >&2;} 1987 2103 { (exit 77); exit 77; }; } … … 1992 2108 # Check that the compiler produces executables we can run. If not, either 1993 2109 # the compiler is broken, or we cross compile. 1994 { echo "$as_me:$LINENO: checking whether the C++ compiler works" >&51995 echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; }2110 { $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 2111 $as_echo_n "checking whether the C++ compiler works... " >&6; } 1996 2112 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1997 2113 # If not cross compiling, check that we can run a simple program. … … 2002 2118 *) ac_try_echo=$ac_try;; 2003 2119 esac 2004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2121 $as_echo "$ac_try_echo") >&5 2005 2122 (eval "$ac_try") 2>&5 2006 2123 ac_status=$? 2007 echo "$as_me:$LINENO: \$? = $ac_status" >&52124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2008 2125 (exit $ac_status); }; }; then 2009 2126 cross_compiling=no … … 2012 2129 cross_compiling=yes 2013 2130 else 2014 { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.2131 { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs. 2015 2132 If you meant to cross compile, use \`--host'. 2016 2133 See \`config.log' for more details." >&5 2017 echo "$as_me: error: cannot run C++ compiled programs.2134 $as_echo "$as_me: error: cannot run C++ compiled programs. 2018 2135 If you meant to cross compile, use \`--host'. 2019 2136 See \`config.log' for more details." >&2;} … … 2022 2139 fi 2023 2140 fi 2024 { echo "$as_me:$LINENO: result: yes" >&52025 echo "${ECHO_T}yes" >&6; }2026 2027 rm -f a.outa.exe conftest$ac_cv_exeext b.out2141 { $as_echo "$as_me:$LINENO: result: yes" >&5 2142 $as_echo "yes" >&6; } 2143 2144 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2028 2145 ac_clean_files=$ac_clean_files_save 2029 2146 # Check that the compiler produces executables we can run. If not, either 2030 2147 # the compiler is broken, or we cross compile. 2031 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&52032 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }2033 { echo "$as_me:$LINENO: result: $cross_compiling" >&52034 echo "${ECHO_T}$cross_compiling" >&6; }2035 2036 { echo "$as_me:$LINENO: checking for suffix of executables" >&52037 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }2148 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2149 $as_echo_n "checking whether we are cross compiling... " >&6; } 2150 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2151 $as_echo "$cross_compiling" >&6; } 2152 2153 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2154 $as_echo_n "checking for suffix of executables... " >&6; } 2038 2155 if { (ac_try="$ac_link" 2039 2156 case "(($ac_try" in … … 2041 2158 *) ac_try_echo=$ac_try;; 2042 2159 esac 2043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2161 $as_echo "$ac_try_echo") >&5 2044 2162 (eval "$ac_link") 2>&5 2045 2163 ac_status=$? 2046 echo "$as_me:$LINENO: \$? = $ac_status" >&52164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2047 2165 (exit $ac_status); }; then 2048 2166 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2053 2171 test -f "$ac_file" || continue 2054 2172 case $ac_file in 2055 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2173 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2056 2174 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2057 2175 break;; … … 2060 2178 done 2061 2179 else 2062 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link2180 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2063 2181 See \`config.log' for more details." >&5 2064 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2182 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2065 2183 See \`config.log' for more details." >&2;} 2066 2184 { (exit 1); exit 1; }; } … … 2068 2186 2069 2187 rm -f conftest$ac_cv_exeext 2070 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52071 echo "${ECHO_T}$ac_cv_exeext" >&6; }2188 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2189 $as_echo "$ac_cv_exeext" >&6; } 2072 2190 2073 2191 rm -f conftest.$ac_ext 2074 2192 EXEEXT=$ac_cv_exeext 2075 2193 ac_exeext=$EXEEXT 2076 { echo "$as_me:$LINENO: checking for suffix of object files" >&52077 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }2194 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2195 $as_echo_n "checking for suffix of object files... " >&6; } 2078 2196 if test "${ac_cv_objext+set}" = set; then 2079 echo $ECHO_N "(cached) $ECHO_C" >&62197 $as_echo_n "(cached) " >&6 2080 2198 else 2081 2199 cat >conftest.$ac_ext <<_ACEOF … … 2100 2218 *) ac_try_echo=$ac_try;; 2101 2219 esac 2102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2221 $as_echo "$ac_try_echo") >&5 2103 2222 (eval "$ac_compile") 2>&5 2104 2223 ac_status=$? 2105 echo "$as_me:$LINENO: \$? = $ac_status" >&52224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2106 2225 (exit $ac_status); }; then 2107 2226 for ac_file in conftest.o conftest.obj conftest.*; do 2108 2227 test -f "$ac_file" || continue; 2109 2228 case $ac_file in 2110 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;2229 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2111 2230 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2112 2231 break;; … … 2114 2233 done 2115 2234 else 2116 echo "$as_me: failed program was:" >&52235 $as_echo "$as_me: failed program was:" >&5 2117 2236 sed 's/^/| /' conftest.$ac_ext >&5 2118 2237 2119 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile2238 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2120 2239 See \`config.log' for more details." >&5 2121 echo "$as_me: error: cannot compute suffix of object files: cannot compile2240 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2122 2241 See \`config.log' for more details." >&2;} 2123 2242 { (exit 1); exit 1; }; } … … 2126 2245 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2127 2246 fi 2128 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52129 echo "${ECHO_T}$ac_cv_objext" >&6; }2247 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2248 $as_echo "$ac_cv_objext" >&6; } 2130 2249 OBJEXT=$ac_cv_objext 2131 2250 ac_objext=$OBJEXT 2132 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&52133 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }2251 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 2252 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 2134 2253 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2135 echo $ECHO_N "(cached) $ECHO_C" >&62254 $as_echo_n "(cached) " >&6 2136 2255 else 2137 2256 cat >conftest.$ac_ext <<_ACEOF … … 2159 2278 *) ac_try_echo=$ac_try;; 2160 2279 esac 2161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2281 $as_echo "$ac_try_echo") >&5 2162 2282 (eval "$ac_compile") 2>conftest.er1 2163 2283 ac_status=$? … … 2165 2285 rm -f conftest.er1 2166 2286 cat conftest.err >&5 2167 echo "$as_me:$LINENO: \$? = $ac_status" >&52287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2168 2288 (exit $ac_status); } && { 2169 2289 test -z "$ac_cxx_werror_flag" || … … 2172 2292 ac_compiler_gnu=yes 2173 2293 else 2174 echo "$as_me: failed program was:" >&52294 $as_echo "$as_me: failed program was:" >&5 2175 2295 sed 's/^/| /' conftest.$ac_ext >&5 2176 2296 … … 2182 2302 2183 2303 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` 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 2187 2311 ac_test_CXXFLAGS=${CXXFLAGS+set} 2188 2312 ac_save_CXXFLAGS=$CXXFLAGS 2189 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&52190 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }2313 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 2314 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 2191 2315 if test "${ac_cv_prog_cxx_g+set}" = set; then 2192 echo $ECHO_N "(cached) $ECHO_C" >&62316 $as_echo_n "(cached) " >&6 2193 2317 else 2194 2318 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 2217 2341 *) ac_try_echo=$ac_try;; 2218 2342 esac 2219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2344 $as_echo "$ac_try_echo") >&5 2220 2345 (eval "$ac_compile") 2>conftest.er1 2221 2346 ac_status=$? … … 2223 2348 rm -f conftest.er1 2224 2349 cat conftest.err >&5 2225 echo "$as_me:$LINENO: \$? = $ac_status" >&52350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2226 2351 (exit $ac_status); } && { 2227 2352 test -z "$ac_cxx_werror_flag" || … … 2230 2355 ac_cv_prog_cxx_g=yes 2231 2356 else 2232 echo "$as_me: failed program was:" >&52357 $as_echo "$as_me: failed program was:" >&5 2233 2358 sed 's/^/| /' conftest.$ac_ext >&5 2234 2359 … … 2255 2380 *) ac_try_echo=$ac_try;; 2256 2381 esac 2257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2383 $as_echo "$ac_try_echo") >&5 2258 2384 (eval "$ac_compile") 2>conftest.er1 2259 2385 ac_status=$? … … 2261 2387 rm -f conftest.er1 2262 2388 cat conftest.err >&5 2263 echo "$as_me:$LINENO: \$? = $ac_status" >&52389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2264 2390 (exit $ac_status); } && { 2265 2391 test -z "$ac_cxx_werror_flag" || … … 2268 2394 : 2269 2395 else 2270 echo "$as_me: failed program was:" >&52396 $as_echo "$as_me: failed program was:" >&5 2271 2397 sed 's/^/| /' conftest.$ac_ext >&5 2272 2398 … … 2294 2420 *) ac_try_echo=$ac_try;; 2295 2421 esac 2296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2423 $as_echo "$ac_try_echo") >&5 2297 2424 (eval "$ac_compile") 2>conftest.er1 2298 2425 ac_status=$? … … 2300 2427 rm -f conftest.er1 2301 2428 cat conftest.err >&5 2302 echo "$as_me:$LINENO: \$? = $ac_status" >&52429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2303 2430 (exit $ac_status); } && { 2304 2431 test -z "$ac_cxx_werror_flag" || … … 2307 2434 ac_cv_prog_cxx_g=yes 2308 2435 else 2309 echo "$as_me: failed program was:" >&52436 $as_echo "$as_me: failed program was:" >&5 2310 2437 sed 's/^/| /' conftest.$ac_ext >&5 2311 2438 … … 2322 2449 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 2323 2450 fi 2324 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&52325 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }2451 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 2452 $as_echo "$ac_cv_prog_cxx_g" >&6; } 2326 2453 if test "$ac_test_CXXFLAGS" = set; then 2327 2454 CXXFLAGS=$ac_save_CXXFLAGS … … 2353 2480 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2354 2481 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2355 { echo "$as_me:$LINENO: checking for $ac_word" >&52356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2482 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2483 $as_echo_n "checking for $ac_word... " >&6; } 2357 2484 if test "${ac_cv_prog_CC+set}" = set; then 2358 echo $ECHO_N "(cached) $ECHO_C" >&62485 $as_echo_n "(cached) " >&6 2359 2486 else 2360 2487 if test -n "$CC"; then … … 2369 2496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2370 2497 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52498 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2372 2499 break 2 2373 2500 fi … … 2380 2507 CC=$ac_cv_prog_CC 2381 2508 if test -n "$CC"; then 2382 { echo "$as_me:$LINENO: result: $CC" >&52383 echo "${ECHO_T}$CC" >&6; }2384 else 2385 { echo "$as_me:$LINENO: result: no" >&52386 echo "${ECHO_T}no" >&6; }2509 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2510 $as_echo "$CC" >&6; } 2511 else 2512 { $as_echo "$as_me:$LINENO: result: no" >&5 2513 $as_echo "no" >&6; } 2387 2514 fi 2388 2515 … … 2393 2520 # Extract the first word of "gcc", so it can be a program name with args. 2394 2521 set dummy gcc; ac_word=$2 2395 { echo "$as_me:$LINENO: checking for $ac_word" >&52396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2522 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2523 $as_echo_n "checking for $ac_word... " >&6; } 2397 2524 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2398 echo $ECHO_N "(cached) $ECHO_C" >&62525 $as_echo_n "(cached) " >&6 2399 2526 else 2400 2527 if test -n "$ac_ct_CC"; then … … 2409 2536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2410 2537 ac_cv_prog_ac_ct_CC="gcc" 2411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52538 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2412 2539 break 2 2413 2540 fi … … 2420 2547 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2421 2548 if test -n "$ac_ct_CC"; then 2422 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52423 echo "${ECHO_T}$ac_ct_CC" >&6; }2424 else 2425 { echo "$as_me:$LINENO: result: no" >&52426 echo "${ECHO_T}no" >&6; }2549 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2550 $as_echo "$ac_ct_CC" >&6; } 2551 else 2552 { $as_echo "$as_me:$LINENO: result: no" >&5 2553 $as_echo "no" >&6; } 2427 2554 fi 2428 2555 … … 2432 2559 case $cross_compiling:$ac_tool_warned in 2433 2560 yes:) 2434 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2561 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2435 2562 whose name does not start with the host triplet. If you think this 2436 2563 configuration is useful to you, please write to autoconf@gnu.org." >&5 2437 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2564 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2438 2565 whose name does not start with the host triplet. If you think this 2439 2566 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2450 2577 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2451 2578 set dummy ${ac_tool_prefix}cc; ac_word=$2 2452 { echo "$as_me:$LINENO: checking for $ac_word" >&52453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2579 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2580 $as_echo_n "checking for $ac_word... " >&6; } 2454 2581 if test "${ac_cv_prog_CC+set}" = set; then 2455 echo $ECHO_N "(cached) $ECHO_C" >&62582 $as_echo_n "(cached) " >&6 2456 2583 else 2457 2584 if test -n "$CC"; then … … 2466 2593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2467 2594 ac_cv_prog_CC="${ac_tool_prefix}cc" 2468 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52595 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2469 2596 break 2 2470 2597 fi … … 2477 2604 CC=$ac_cv_prog_CC 2478 2605 if test -n "$CC"; then 2479 { echo "$as_me:$LINENO: result: $CC" >&52480 echo "${ECHO_T}$CC" >&6; }2481 else 2482 { echo "$as_me:$LINENO: result: no" >&52483 echo "${ECHO_T}no" >&6; }2606 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2607 $as_echo "$CC" >&6; } 2608 else 2609 { $as_echo "$as_me:$LINENO: result: no" >&5 2610 $as_echo "no" >&6; } 2484 2611 fi 2485 2612 … … 2490 2617 # Extract the first word of "cc", so it can be a program name with args. 2491 2618 set dummy cc; ac_word=$2 2492 { echo "$as_me:$LINENO: checking for $ac_word" >&52493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2619 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2620 $as_echo_n "checking for $ac_word... " >&6; } 2494 2621 if test "${ac_cv_prog_CC+set}" = set; then 2495 echo $ECHO_N "(cached) $ECHO_C" >&62622 $as_echo_n "(cached) " >&6 2496 2623 else 2497 2624 if test -n "$CC"; then … … 2511 2638 fi 2512 2639 ac_cv_prog_CC="cc" 2513 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52640 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2514 2641 break 2 2515 2642 fi … … 2534 2661 CC=$ac_cv_prog_CC 2535 2662 if test -n "$CC"; then 2536 { echo "$as_me:$LINENO: result: $CC" >&52537 echo "${ECHO_T}$CC" >&6; }2538 else 2539 { echo "$as_me:$LINENO: result: no" >&52540 echo "${ECHO_T}no" >&6; }2663 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2664 $as_echo "$CC" >&6; } 2665 else 2666 { $as_echo "$as_me:$LINENO: result: no" >&5 2667 $as_echo "no" >&6; } 2541 2668 fi 2542 2669 … … 2549 2676 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2550 2677 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2551 { echo "$as_me:$LINENO: checking for $ac_word" >&52552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2678 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2679 $as_echo_n "checking for $ac_word... " >&6; } 2553 2680 if test "${ac_cv_prog_CC+set}" = set; then 2554 echo $ECHO_N "(cached) $ECHO_C" >&62681 $as_echo_n "(cached) " >&6 2555 2682 else 2556 2683 if test -n "$CC"; then … … 2565 2692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2566 2693 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52694 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2568 2695 break 2 2569 2696 fi … … 2576 2703 CC=$ac_cv_prog_CC 2577 2704 if test -n "$CC"; then 2578 { echo "$as_me:$LINENO: result: $CC" >&52579 echo "${ECHO_T}$CC" >&6; }2580 else 2581 { echo "$as_me:$LINENO: result: no" >&52582 echo "${ECHO_T}no" >&6; }2705 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2706 $as_echo "$CC" >&6; } 2707 else 2708 { $as_echo "$as_me:$LINENO: result: no" >&5 2709 $as_echo "no" >&6; } 2583 2710 fi 2584 2711 … … 2593 2720 # Extract the first word of "$ac_prog", so it can be a program name with args. 2594 2721 set dummy $ac_prog; ac_word=$2 2595 { echo "$as_me:$LINENO: checking for $ac_word" >&52596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2722 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2723 $as_echo_n "checking for $ac_word... " >&6; } 2597 2724 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2598 echo $ECHO_N "(cached) $ECHO_C" >&62725 $as_echo_n "(cached) " >&6 2599 2726 else 2600 2727 if test -n "$ac_ct_CC"; then … … 2609 2736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2610 2737 ac_cv_prog_ac_ct_CC="$ac_prog" 2611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52738 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2612 2739 break 2 2613 2740 fi … … 2620 2747 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2621 2748 if test -n "$ac_ct_CC"; then 2622 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52623 echo "${ECHO_T}$ac_ct_CC" >&6; }2624 else 2625 { echo "$as_me:$LINENO: result: no" >&52626 echo "${ECHO_T}no" >&6; }2749 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2750 $as_echo "$ac_ct_CC" >&6; } 2751 else 2752 { $as_echo "$as_me:$LINENO: result: no" >&5 2753 $as_echo "no" >&6; } 2627 2754 fi 2628 2755 … … 2636 2763 case $cross_compiling:$ac_tool_warned in 2637 2764 yes:) 2638 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2765 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2639 2766 whose name does not start with the host triplet. If you think this 2640 2767 configuration is useful to you, please write to autoconf@gnu.org." >&5 2641 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2768 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2642 2769 whose name does not start with the host triplet. If you think this 2643 2770 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2651 2778 2652 2779 2653 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH2780 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2654 2781 See \`config.log' for more details." >&5 2655 echo "$as_me: error: no acceptable C compiler found in \$PATH2782 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2656 2783 See \`config.log' for more details." >&2;} 2657 2784 { (exit 1); exit 1; }; } 2658 2785 2659 2786 # Provide some information about the compiler. 2660 echo "$as_me:$LINENO: checking for C compiler version" >&5 2661 ac_compiler=`set X $ac_compile; echo $2` 2787 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2788 set X $ac_compile 2789 ac_compiler=$2 2662 2790 { (ac_try="$ac_compiler --version >&5" 2663 2791 case "(($ac_try" in … … 2665 2793 *) ac_try_echo=$ac_try;; 2666 2794 esac 2667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2796 $as_echo "$ac_try_echo") >&5 2668 2797 (eval "$ac_compiler --version >&5") 2>&5 2669 2798 ac_status=$? 2670 echo "$as_me:$LINENO: \$? = $ac_status" >&52799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2671 2800 (exit $ac_status); } 2672 2801 { (ac_try="$ac_compiler -v >&5" … … 2675 2804 *) ac_try_echo=$ac_try;; 2676 2805 esac 2677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2807 $as_echo "$ac_try_echo") >&5 2678 2808 (eval "$ac_compiler -v >&5") 2>&5 2679 2809 ac_status=$? 2680 echo "$as_me:$LINENO: \$? = $ac_status" >&52810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2681 2811 (exit $ac_status); } 2682 2812 { (ac_try="$ac_compiler -V >&5" … … 2685 2815 *) ac_try_echo=$ac_try;; 2686 2816 esac 2687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2818 $as_echo "$ac_try_echo") >&5 2688 2819 (eval "$ac_compiler -V >&5") 2>&5 2689 2820 ac_status=$? 2690 echo "$as_me:$LINENO: \$? = $ac_status" >&52821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2691 2822 (exit $ac_status); } 2692 2823 2693 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52694 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }2824 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2825 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2695 2826 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2696 echo $ECHO_N "(cached) $ECHO_C" >&62827 $as_echo_n "(cached) " >&6 2697 2828 else 2698 2829 cat >conftest.$ac_ext <<_ACEOF … … 2720 2851 *) ac_try_echo=$ac_try;; 2721 2852 esac 2722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2854 $as_echo "$ac_try_echo") >&5 2723 2855 (eval "$ac_compile") 2>conftest.er1 2724 2856 ac_status=$? … … 2726 2858 rm -f conftest.er1 2727 2859 cat conftest.err >&5 2728 echo "$as_me:$LINENO: \$? = $ac_status" >&52860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2729 2861 (exit $ac_status); } && { 2730 2862 test -z "$ac_c_werror_flag" || … … 2733 2865 ac_compiler_gnu=yes 2734 2866 else 2735 echo "$as_me: failed program was:" >&52867 $as_echo "$as_me: failed program was:" >&5 2736 2868 sed 's/^/| /' conftest.$ac_ext >&5 2737 2869 … … 2743 2875 2744 2876 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` 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 2748 2884 ac_test_CFLAGS=${CFLAGS+set} 2749 2885 ac_save_CFLAGS=$CFLAGS 2750 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52751 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }2886 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2887 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2752 2888 if test "${ac_cv_prog_cc_g+set}" = set; then 2753 echo $ECHO_N "(cached) $ECHO_C" >&62889 $as_echo_n "(cached) " >&6 2754 2890 else 2755 2891 ac_save_c_werror_flag=$ac_c_werror_flag … … 2778 2914 *) ac_try_echo=$ac_try;; 2779 2915 esac 2780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2917 $as_echo "$ac_try_echo") >&5 2781 2918 (eval "$ac_compile") 2>conftest.er1 2782 2919 ac_status=$? … … 2784 2921 rm -f conftest.er1 2785 2922 cat conftest.err >&5 2786 echo "$as_me:$LINENO: \$? = $ac_status" >&52923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2787 2924 (exit $ac_status); } && { 2788 2925 test -z "$ac_c_werror_flag" || … … 2791 2928 ac_cv_prog_cc_g=yes 2792 2929 else 2793 echo "$as_me: failed program was:" >&52930 $as_echo "$as_me: failed program was:" >&5 2794 2931 sed 's/^/| /' conftest.$ac_ext >&5 2795 2932 … … 2816 2953 *) ac_try_echo=$ac_try;; 2817 2954 esac 2818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2956 $as_echo "$ac_try_echo") >&5 2819 2957 (eval "$ac_compile") 2>conftest.er1 2820 2958 ac_status=$? … … 2822 2960 rm -f conftest.er1 2823 2961 cat conftest.err >&5 2824 echo "$as_me:$LINENO: \$? = $ac_status" >&52962 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2825 2963 (exit $ac_status); } && { 2826 2964 test -z "$ac_c_werror_flag" || … … 2829 2967 : 2830 2968 else 2831 echo "$as_me: failed program was:" >&52969 $as_echo "$as_me: failed program was:" >&5 2832 2970 sed 's/^/| /' conftest.$ac_ext >&5 2833 2971 … … 2855 2993 *) ac_try_echo=$ac_try;; 2856 2994 esac 2857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2996 $as_echo "$ac_try_echo") >&5 2858 2997 (eval "$ac_compile") 2>conftest.er1 2859 2998 ac_status=$? … … 2861 3000 rm -f conftest.er1 2862 3001 cat conftest.err >&5 2863 echo "$as_me:$LINENO: \$? = $ac_status" >&53002 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2864 3003 (exit $ac_status); } && { 2865 3004 test -z "$ac_c_werror_flag" || … … 2868 3007 ac_cv_prog_cc_g=yes 2869 3008 else 2870 echo "$as_me: failed program was:" >&53009 $as_echo "$as_me: failed program was:" >&5 2871 3010 sed 's/^/| /' conftest.$ac_ext >&5 2872 3011 … … 2883 3022 ac_c_werror_flag=$ac_save_c_werror_flag 2884 3023 fi 2885 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52886 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }3024 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3025 $as_echo "$ac_cv_prog_cc_g" >&6; } 2887 3026 if test "$ac_test_CFLAGS" = set; then 2888 3027 CFLAGS=$ac_save_CFLAGS … … 2900 3039 fi 2901 3040 fi 2902 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52903 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }3041 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3042 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2904 3043 if test "${ac_cv_prog_cc_c89+set}" = set; then 2905 echo $ECHO_N "(cached) $ECHO_C" >&63044 $as_echo_n "(cached) " >&6 2906 3045 else 2907 3046 ac_cv_prog_cc_c89=no … … 2974 3113 *) ac_try_echo=$ac_try;; 2975 3114 esac 2976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3116 $as_echo "$ac_try_echo") >&5 2977 3117 (eval "$ac_compile") 2>conftest.er1 2978 3118 ac_status=$? … … 2980 3120 rm -f conftest.er1 2981 3121 cat conftest.err >&5 2982 echo "$as_me:$LINENO: \$? = $ac_status" >&53122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2983 3123 (exit $ac_status); } && { 2984 3124 test -z "$ac_c_werror_flag" || … … 2987 3127 ac_cv_prog_cc_c89=$ac_arg 2988 3128 else 2989 echo "$as_me: failed program was:" >&53129 $as_echo "$as_me: failed program was:" >&5 2990 3130 sed 's/^/| /' conftest.$ac_ext >&5 2991 3131 … … 3003 3143 case "x$ac_cv_prog_cc_c89" in 3004 3144 x) 3005 { echo "$as_me:$LINENO: result: none needed" >&53006 echo "${ECHO_T}none needed" >&6; } ;;3145 { $as_echo "$as_me:$LINENO: result: none needed" >&5 3146 $as_echo "none needed" >&6; } ;; 3007 3147 xno) 3008 { echo "$as_me:$LINENO: result: unsupported" >&53009 echo "${ECHO_T}unsupported" >&6; } ;;3148 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 3149 $as_echo "unsupported" >&6; } ;; 3010 3150 *) 3011 3151 CC="$CC $ac_cv_prog_cc_c89" 3012 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53013 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;3152 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3153 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3014 3154 esac 3015 3155 … … 3026 3166 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3027 3167 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3028 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53029 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }3168 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3169 $as_echo_n "checking how to run the C preprocessor... " >&6; } 3030 3170 # On Suns, sometimes $CPP names a directory. 3031 3171 if test -n "$CPP" && test -d "$CPP"; then … … 3034 3174 if test -z "$CPP"; then 3035 3175 if test "${ac_cv_prog_CPP+set}" = set; then 3036 echo $ECHO_N "(cached) $ECHO_C" >&63176 $as_echo_n "(cached) " >&6 3037 3177 else 3038 3178 # Double quotes because CPP needs to be expanded … … 3066 3206 *) ac_try_echo=$ac_try;; 3067 3207 esac 3068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3209 $as_echo "$ac_try_echo") >&5 3069 3210 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3070 3211 ac_status=$? … … 3072 3213 rm -f conftest.er1 3073 3214 cat conftest.err >&5 3074 echo "$as_me:$LINENO: \$? = $ac_status" >&53215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3075 3216 (exit $ac_status); } >/dev/null && { 3076 3217 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3079 3220 : 3080 3221 else 3081 echo "$as_me: failed program was:" >&53222 $as_echo "$as_me: failed program was:" >&5 3082 3223 sed 's/^/| /' conftest.$ac_ext >&5 3083 3224 … … 3103 3244 *) ac_try_echo=$ac_try;; 3104 3245 esac 3105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3247 $as_echo "$ac_try_echo") >&5 3106 3248 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3107 3249 ac_status=$? … … 3109 3251 rm -f conftest.er1 3110 3252 cat conftest.err >&5 3111 echo "$as_me:$LINENO: \$? = $ac_status" >&53253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3112 3254 (exit $ac_status); } >/dev/null && { 3113 3255 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3117 3259 continue 3118 3260 else 3119 echo "$as_me: failed program was:" >&53261 $as_echo "$as_me: failed program was:" >&5 3120 3262 sed 's/^/| /' conftest.$ac_ext >&5 3121 3263 … … 3142 3284 ac_cv_prog_CPP=$CPP 3143 3285 fi 3144 { echo "$as_me:$LINENO: result: $CPP" >&53145 echo "${ECHO_T}$CPP" >&6; }3286 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 3287 $as_echo "$CPP" >&6; } 3146 3288 ac_preproc_ok=false 3147 3289 for ac_c_preproc_warn_flag in '' yes … … 3171 3313 *) ac_try_echo=$ac_try;; 3172 3314 esac 3173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3316 $as_echo "$ac_try_echo") >&5 3174 3317 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3175 3318 ac_status=$? … … 3177 3320 rm -f conftest.er1 3178 3321 cat conftest.err >&5 3179 echo "$as_me:$LINENO: \$? = $ac_status" >&53322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3180 3323 (exit $ac_status); } >/dev/null && { 3181 3324 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3184 3327 : 3185 3328 else 3186 echo "$as_me: failed program was:" >&53329 $as_echo "$as_me: failed program was:" >&5 3187 3330 sed 's/^/| /' conftest.$ac_ext >&5 3188 3331 … … 3208 3351 *) ac_try_echo=$ac_try;; 3209 3352 esac 3210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3354 $as_echo "$ac_try_echo") >&5 3211 3355 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3212 3356 ac_status=$? … … 3214 3358 rm -f conftest.er1 3215 3359 cat conftest.err >&5 3216 echo "$as_me:$LINENO: \$? = $ac_status" >&53360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3217 3361 (exit $ac_status); } >/dev/null && { 3218 3362 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3222 3366 continue 3223 3367 else 3224 echo "$as_me: failed program was:" >&53368 $as_echo "$as_me: failed program was:" >&5 3225 3369 sed 's/^/| /' conftest.$ac_ext >&5 3226 3370 … … 3238 3382 : 3239 3383 else 3240 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check3384 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3241 3385 See \`config.log' for more details." >&5 3242 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3386 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3243 3387 See \`config.log' for more details." >&2;} 3244 3388 { (exit 1); exit 1; }; } … … 3251 3395 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3252 3396 3253 { echo "$as_me:$LINENO: checking whether ln -s works" >&53254 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }3397 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 3398 $as_echo_n "checking whether ln -s works... " >&6; } 3255 3399 LN_S=$as_ln_s 3256 3400 if test "$LN_S" = "ln -s"; then 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'` 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'` 3267 3412 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 3268 echo $ECHO_N "(cached) $ECHO_C" >&63413 $as_echo_n "(cached) " >&6 3269 3414 else 3270 3415 cat >conftest.make <<\_ACEOF … … 3283 3428 fi 3284 3429 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 3285 { echo "$as_me:$LINENO: result: yes" >&53286 echo "${ECHO_T}yes" >&6; }3430 { $as_echo "$as_me:$LINENO: result: yes" >&5 3431 $as_echo "yes" >&6; } 3287 3432 SET_MAKE= 3288 3433 else 3289 { echo "$as_me:$LINENO: result: no" >&53290 echo "${ECHO_T}no" >&6; }3434 { $as_echo "$as_me:$LINENO: result: no" >&5 3435 $as_echo "no" >&6; } 3291 3436 SET_MAKE="MAKE=${MAKE-make}" 3292 3437 fi … … 3309 3454 done 3310 3455 if test -z "$ac_aux_dir"; then 3311 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&53312 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}3456 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 3457 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 3313 3458 { (exit 1); exit 1; }; } 3314 3459 fi … … 3336 3481 # OS/2's system install, which has a completely different semantic 3337 3482 # ./install, which can be erroneously created by make from ./install.sh. 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; } 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; } 3340 3486 if test -z "$INSTALL"; then 3341 3487 if test "${ac_cv_path_install+set}" = set; then 3342 echo $ECHO_N "(cached) $ECHO_C" >&63488 $as_echo_n "(cached) " >&6 3343 3489 else 3344 3490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 3369 3515 : 3370 3516 else 3371 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3372 break 3 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 3373 3529 fi 3374 3530 fi … … 3377 3533 ;; 3378 3534 esac 3535 3379 3536 done 3380 3537 IFS=$as_save_IFS 3381 3538 3539 rm -rf conftest.one conftest.two conftest.dir 3382 3540 3383 3541 fi … … 3392 3550 fi 3393 3551 fi 3394 { echo "$as_me:$LINENO: result: $INSTALL" >&53395 echo "${ECHO_T}$INSTALL" >&6; }3552 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 3553 $as_echo "$INSTALL" >&6; } 3396 3554 3397 3555 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 3516 3674 LDFLAGS="$LDFLAGS -L$MOD_SQLITE_DIR/lib -lsqlite3" 3517 3675 3518 { echo "$as_me:$LINENO: checking for sqlite3_table_column_metadata in -lsqlite3" >&53519 echo $ECHO_N "checking for sqlite3_table_column_metadata in -lsqlite3... $ECHO_C" >&6; }3676 { $as_echo "$as_me:$LINENO: checking for sqlite3_table_column_metadata in -lsqlite3" >&5 3677 $as_echo_n "checking for sqlite3_table_column_metadata in -lsqlite3... " >&6; } 3520 3678 if test "${ac_cv_lib_sqlite3_sqlite3_table_column_metadata+set}" = set; then 3521 echo $ECHO_N "(cached) $ECHO_C" >&63679 $as_echo_n "(cached) " >&6 3522 3680 else 3523 3681 ac_check_lib_save_LIBS=$LIBS … … 3551 3709 *) ac_try_echo=$ac_try;; 3552 3710 esac 3553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3712 $as_echo "$ac_try_echo") >&5 3554 3713 (eval "$ac_link") 2>conftest.er1 3555 3714 ac_status=$? … … 3557 3716 rm -f conftest.er1 3558 3717 cat conftest.err >&5 3559 echo "$as_me:$LINENO: \$? = $ac_status" >&53718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3560 3719 (exit $ac_status); } && { 3561 3720 test -z "$ac_c_werror_flag" || 3562 3721 test ! -s conftest.err 3563 } && test -s conftest$ac_exeext && 3564 $as_test_x conftest$ac_exeext; then 3722 } && test -s conftest$ac_exeext && { 3723 test "$cross_compiling" = yes || 3724 $as_test_x conftest$ac_exeext 3725 }; then 3565 3726 ac_cv_lib_sqlite3_sqlite3_table_column_metadata=yes 3566 3727 else 3567 echo "$as_me: failed program was:" >&53728 $as_echo "$as_me: failed program was:" >&5 3568 3729 sed 's/^/| /' conftest.$ac_ext >&5 3569 3730 … … 3571 3732 fi 3572 3733 3734 rm -rf conftest.dSYM 3573 3735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3574 3736 conftest$ac_exeext conftest.$ac_ext 3575 3737 LIBS=$ac_check_lib_save_LIBS 3576 3738 fi 3577 { echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&53578 echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&6; }3739 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&5 3740 $as_echo "$ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&6; } 3579 3741 if test $ac_cv_lib_sqlite3_sqlite3_table_column_metadata = yes; then 3580 3742 RESULT="$RESULT\nSQLite auto-framing\t\t\t\t\t\tenabled" … … 3584 3746 3585 3747 3586 { echo "$as_me:$LINENO: checking for sqlite3_exec in -lsqlite3" >&53587 echo $ECHO_N "checking for sqlite3_exec in -lsqlite3... $ECHO_C" >&6; }3748 { $as_echo "$as_me:$LINENO: checking for sqlite3_exec in -lsqlite3" >&5 3749 $as_echo_n "checking for sqlite3_exec in -lsqlite3... " >&6; } 3588 3750 if test "${ac_cv_lib_sqlite3_sqlite3_exec+set}" = set; then 3589 echo $ECHO_N "(cached) $ECHO_C" >&63751 $as_echo_n "(cached) " >&6 3590 3752 else 3591 3753 ac_check_lib_save_LIBS=$LIBS … … 3619 3781 *) ac_try_echo=$ac_try;; 3620 3782 esac 3621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3784 $as_echo "$ac_try_echo") >&5 3622 3785 (eval "$ac_link") 2>conftest.er1 3623 3786 ac_status=$? … … 3625 3788 rm -f conftest.er1 3626 3789 cat conftest.err >&5 3627 echo "$as_me:$LINENO: \$? = $ac_status" >&53790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3628 3791 (exit $ac_status); } && { 3629 3792 test -z "$ac_c_werror_flag" || 3630 3793 test ! -s conftest.err 3631 } && test -s conftest$ac_exeext && 3632 $as_test_x conftest$ac_exeext; then 3794 } && test -s conftest$ac_exeext && { 3795 test "$cross_compiling" = yes || 3796 $as_test_x conftest$ac_exeext 3797 }; then 3633 3798 ac_cv_lib_sqlite3_sqlite3_exec=yes 3634 3799 else 3635 echo "$as_me: failed program was:" >&53800 $as_echo "$as_me: failed program was:" >&5 3636 3801 sed 's/^/| /' conftest.$ac_ext >&5 3637 3802 … … 3639 3804 fi 3640 3805 3806 rm -rf conftest.dSYM 3641 3807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3642 3808 conftest$ac_exeext conftest.$ac_ext 3643 3809 LIBS=$ac_check_lib_save_LIBS 3644 3810 fi 3645 { echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_exec" >&53646 echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_exec" >&6; }3811 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_exec" >&5 3812 $as_echo "$ac_cv_lib_sqlite3_sqlite3_exec" >&6; } 3647 3813 if test $ac_cv_lib_sqlite3_sqlite3_exec = yes; then 3648 3814 cat >>confdefs.h <<_ACEOF … … 3653 3819 3654 3820 else 3655 { { echo "$as_me:$LINENO: error: sqlite3 lib was not found" >&53656 echo "$as_me: error: sqlite3 lib was not found" >&2;}3821 { { $as_echo "$as_me:$LINENO: error: sqlite3 lib was not found" >&5 3822 $as_echo "$as_me: error: sqlite3 lib was not found" >&2;} 3657 3823 { (exit 1); exit 1; }; } 3658 3824 fi 3659 3825 3660 3826 3661 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53662 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }3827 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3828 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3663 3829 if test "${ac_cv_path_GREP+set}" = set; then 3664 echo $ECHO_N "(cached) $ECHO_C" >&6 3665 else 3666 # Extract the first word of "grep ggrep" to use in msg output 3667 if test -z "$GREP"; then 3668 set dummy grep ggrep; ac_prog_name=$2 3669 if test "${ac_cv_path_GREP+set}" = set; then 3670 echo $ECHO_N "(cached) $ECHO_C" >&6 3671 else 3830 $as_echo_n "(cached) " >&6 3831 else 3832 if test -z "$GREP"; then 3672 3833 ac_path_GREP_found=false 3673 # Loop through the user's path and test for each of PROGNAME-LIST3674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3834 # Loop through the user's path and test for each of PROGNAME-LIST 3835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3675 3836 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3676 3837 do … … 3678 3839 test -z "$as_dir" && as_dir=. 3679 3840 for ac_prog in grep ggrep; do 3680 for ac_exec_ext in '' $ac_executable_extensions; do3681 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3682 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3683 # Check for GNU ac_path_GREP and select it if it is found.3841 for ac_exec_ext in '' $ac_executable_extensions; do 3842 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3843 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3844 # Check for GNU ac_path_GREP and select it if it is found. 3684 3845 # Check for GNU $ac_path_GREP 3685 3846 case `"$ac_path_GREP" --version 2>&1` in … … 3688 3849 *) 3689 3850 ac_count=0 3690 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3851 $as_echo_n 0123456789 >"conftest.in" 3691 3852 while : 3692 3853 do … … 3694 3855 mv "conftest.tmp" "conftest.in" 3695 3856 cp "conftest.in" "conftest.nl" 3696 echo 'GREP' >> "conftest.nl"3857 $as_echo 'GREP' >> "conftest.nl" 3697 3858 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3698 3859 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3709 3870 esac 3710 3871 3711 3712 $ac_path_GREP_found && break 33872 $ac_path_GREP_found && break 3 3873 done 3713 3874 done 3714 3875 done 3715 3716 done3717 3876 IFS=$as_save_IFS 3718 3719 3720 fi 3721 3722 GREP="$ac_cv_path_GREP" 3723 if test -z "$GREP"; then 3724 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3725 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3877 if test -z "$ac_cv_path_GREP"; then 3878 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3879 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3726 3880 { (exit 1); exit 1; }; } 3727 fi 3728 3881 fi 3729 3882 else 3730 3883 ac_cv_path_GREP=$GREP 3731 3884 fi 3732 3885 3733 3734 fi 3735 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3736 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3886 fi 3887 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3888 $as_echo "$ac_cv_path_GREP" >&6; } 3737 3889 GREP="$ac_cv_path_GREP" 3738 3890 3739 3891 3740 { echo "$as_me:$LINENO: checking for egrep" >&53741 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }3892 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 3893 $as_echo_n "checking for egrep... " >&6; } 3742 3894 if test "${ac_cv_path_EGREP+set}" = set; then 3743 echo $ECHO_N "(cached) $ECHO_C" >&63895 $as_echo_n "(cached) " >&6 3744 3896 else 3745 3897 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3746 3898 then ac_cv_path_EGREP="$GREP -E" 3747 3899 else 3748 # Extract the first word of "egrep" to use in msg output 3749 if test -z "$EGREP"; then 3750 set dummy egrep; ac_prog_name=$2 3751 if test "${ac_cv_path_EGREP+set}" = set; then 3752 echo $ECHO_N "(cached) $ECHO_C" >&6 3753 else 3900 if test -z "$EGREP"; then 3754 3901 ac_path_EGREP_found=false 3755 # Loop through the user's path and test for each of PROGNAME-LIST3756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3902 # Loop through the user's path and test for each of PROGNAME-LIST 3903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3757 3904 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3758 3905 do … … 3760 3907 test -z "$as_dir" && as_dir=. 3761 3908 for ac_prog in egrep; do 3762 for ac_exec_ext in '' $ac_executable_extensions; do3763 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3764 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3765 # Check for GNU ac_path_EGREP and select it if it is found.3909 for ac_exec_ext in '' $ac_executable_extensions; do 3910 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3911 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3912 # Check for GNU ac_path_EGREP and select it if it is found. 3766 3913 # Check for GNU $ac_path_EGREP 3767 3914 case `"$ac_path_EGREP" --version 2>&1` in … … 3770 3917 *) 3771 3918 ac_count=0 3772 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3919 $as_echo_n 0123456789 >"conftest.in" 3773 3920 while : 3774 3921 do … … 3776 3923 mv "conftest.tmp" "conftest.in" 3777 3924 cp "conftest.in" "conftest.nl" 3778 echo 'EGREP' >> "conftest.nl"3925 $as_echo 'EGREP' >> "conftest.nl" 3779 3926 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3780 3927 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3791 3938 esac 3792 3939 3793 3794 $ac_path_EGREP_found && break 33940 $ac_path_EGREP_found && break 3 3941 done 3795 3942 done 3796 3943 done 3797 3798 done3799 3944 IFS=$as_save_IFS 3800 3801 3802 fi 3803 3804 EGREP="$ac_cv_path_EGREP" 3805 if test -z "$EGREP"; then 3806 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3807 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3945 if test -z "$ac_cv_path_EGREP"; then 3946 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3947 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3808 3948 { (exit 1); exit 1; }; } 3809 fi 3810 3949 fi 3811 3950 else 3812 3951 ac_cv_path_EGREP=$EGREP 3813 3952 fi 3814 3953 3815 3816 3954 fi 3817 3955 fi 3818 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&53819 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }3956 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3957 $as_echo "$ac_cv_path_EGREP" >&6; } 3820 3958 EGREP="$ac_cv_path_EGREP" 3821 3959 3822 3960 3823 { echo "$as_me:$LINENO: checking for ANSI C header files" >&53824 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }3961 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3962 $as_echo_n "checking for ANSI C header files... " >&6; } 3825 3963 if test "${ac_cv_header_stdc+set}" = set; then 3826 echo $ECHO_N "(cached) $ECHO_C" >&63964 $as_echo_n "(cached) " >&6 3827 3965 else 3828 3966 cat >conftest.$ac_ext <<_ACEOF … … 3851 3989 *) ac_try_echo=$ac_try;; 3852 3990 esac 3853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3992 $as_echo "$ac_try_echo") >&5 3854 3993 (eval "$ac_compile") 2>conftest.er1 3855 3994 ac_status=$? … … 3857 3996 rm -f conftest.er1 3858 3997 cat conftest.err >&5 3859 echo "$as_me:$LINENO: \$? = $ac_status" >&53998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3860 3999 (exit $ac_status); } && { 3861 4000 test -z "$ac_c_werror_flag" || … … 3864 4003 ac_cv_header_stdc=yes 3865 4004 else 3866 echo "$as_me: failed program was:" >&54005 $as_echo "$as_me: failed program was:" >&5 3867 4006 sed 's/^/| /' conftest.$ac_ext >&5 3868 4007 … … 3956 4095 *) ac_try_echo=$ac_try;; 3957 4096 esac 3958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4098 $as_echo "$ac_try_echo") >&5 3959 4099 (eval "$ac_link") 2>&5 3960 4100 ac_status=$? 3961 echo "$as_me:$LINENO: \$? = $ac_status" >&54101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3962 4102 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3963 4103 { (case "(($ac_try" in … … 3965 4105 *) ac_try_echo=$ac_try;; 3966 4106 esac 3967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4108 $as_echo "$ac_try_echo") >&5 3968 4109 (eval "$ac_try") 2>&5 3969 4110 ac_status=$? 3970 echo "$as_me:$LINENO: \$? = $ac_status" >&54111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3971 4112 (exit $ac_status); }; }; then 3972 4113 : 3973 4114 else 3974 echo "$as_me: program exited with status $ac_status" >&53975 echo "$as_me: failed program was:" >&54115 $as_echo "$as_me: program exited with status $ac_status" >&5 4116 $as_echo "$as_me: failed program was:" >&5 3976 4117 sed 's/^/| /' conftest.$ac_ext >&5 3977 4118 … … 3979 4120 ac_cv_header_stdc=no 3980 4121 fi 4122 rm -rf conftest.dSYM 3981 4123 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3982 4124 fi … … 3985 4127 fi 3986 4128 fi 3987 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&53988 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }4129 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4130 $as_echo "$ac_cv_header_stdc" >&6; } 3989 4131 if test $ac_cv_header_stdc = yes; then 3990 4132 … … 4008 4150 inttypes.h stdint.h unistd.h 4009 4151 do 4010 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`4011 { echo "$as_me:$LINENO: checking for $ac_header" >&54012 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }4152 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4153 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4154 $as_echo_n "checking for $ac_header... " >&6; } 4013 4155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4014 echo $ECHO_N "(cached) $ECHO_C" >&64156 $as_echo_n "(cached) " >&6 4015 4157 else 4016 4158 cat >conftest.$ac_ext <<_ACEOF … … 4030 4172 *) ac_try_echo=$ac_try;; 4031 4173 esac 4032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4175 $as_echo "$ac_try_echo") >&5 4033 4176 (eval "$ac_compile") 2>conftest.er1 4034 4177 ac_status=$? … … 4036 4179 rm -f conftest.er1 4037 4180 cat conftest.err >&5 4038 echo "$as_me:$LINENO: \$? = $ac_status" >&54181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4039 4182 (exit $ac_status); } && { 4040 4183 test -z "$ac_c_werror_flag" || … … 4043 4186 eval "$as_ac_Header=yes" 4044 4187 else 4045 echo "$as_me: failed program was:" >&54188 $as_echo "$as_me: failed program was:" >&5 4046 4189 sed 's/^/| /' conftest.$ac_ext >&5 4047 4190 … … 4051 4194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4052 4195 fi 4053 ac_res=`eval echo '${'$as_ac_Header'}'` 4054 { echo "$as_me:$LINENO: result: $ac_res" >&5 4055 echo "${ECHO_T}$ac_res" >&6; } 4056 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4196 ac_res=`eval 'as_val=${'$as_ac_Header'} 4197 $as_echo "$as_val"'` 4198 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4199 $as_echo "$ac_res" >&6; } 4200 if test `eval 'as_val=${'$as_ac_Header'} 4201 $as_echo "$as_val"'` = yes; then 4057 4202 cat >>confdefs.h <<_ACEOF 4058 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14203 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4059 4204 _ACEOF 4060 4205 … … 4065 4210 4066 4211 if test "${ac_cv_header_sqlite3_h+set}" = set; then 4067 { echo "$as_me:$LINENO: checking for sqlite3.h" >&54068 echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; }4212 { $as_echo "$as_me:$LINENO: checking for sqlite3.h" >&5 4213 $as_echo_n "checking for sqlite3.h... " >&6; } 4069 4214 if test "${ac_cv_header_sqlite3_h+set}" = set; then 4070 echo $ECHO_N "(cached) $ECHO_C" >&64071 fi 4072 { echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&54073 echo "${ECHO_T}$ac_cv_header_sqlite3_h" >&6; }4215 $as_echo_n "(cached) " >&6 4216 fi 4217 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 4218 $as_echo "$ac_cv_header_sqlite3_h" >&6; } 4074 4219 else 4075 4220 # Is the header compilable? 4076 { echo "$as_me:$LINENO: checking sqlite3.h usability" >&54077 echo $ECHO_N "checking sqlite3.h usability... $ECHO_C" >&6; }4221 { $as_echo "$as_me:$LINENO: checking sqlite3.h usability" >&5 4222 $as_echo_n "checking sqlite3.h usability... " >&6; } 4078 4223 cat >conftest.$ac_ext <<_ACEOF 4079 4224 /* confdefs.h. */ … … 4091 4236 *) ac_try_echo=$ac_try;; 4092 4237 esac 4093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4239 $as_echo "$ac_try_echo") >&5 4094 4240 (eval "$ac_compile") 2>conftest.er1 4095 4241 ac_status=$? … … 4097 4243 rm -f conftest.er1 4098 4244 cat conftest.err >&5 4099 echo "$as_me:$LINENO: \$? = $ac_status" >&54245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4100 4246 (exit $ac_status); } && { 4101 4247 test -z "$ac_c_werror_flag" || … … 4104 4250 ac_header_compiler=yes 4105 4251 else 4106 echo "$as_me: failed program was:" >&54252 $as_echo "$as_me: failed program was:" >&5 4107 4253 sed 's/^/| /' conftest.$ac_ext >&5 4108 4254 … … 4111 4257 4112 4258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4113 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&54114 echo "${ECHO_T}$ac_header_compiler" >&6; }4259 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4260 $as_echo "$ac_header_compiler" >&6; } 4115 4261 4116 4262 # Is the header present? 4117 { echo "$as_me:$LINENO: checking sqlite3.h presence" >&54118 echo $ECHO_N "checking sqlite3.h presence... $ECHO_C" >&6; }4263 { $as_echo "$as_me:$LINENO: checking sqlite3.h presence" >&5 4264 $as_echo_n "checking sqlite3.h presence... " >&6; } 4119 4265 cat >conftest.$ac_ext <<_ACEOF 4120 4266 /* confdefs.h. */ … … 4130 4276 *) ac_try_echo=$ac_try;; 4131 4277 esac 4132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4279 $as_echo "$ac_try_echo") >&5 4133 4280 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4134 4281 ac_status=$? … … 4136 4283 rm -f conftest.er1 4137 4284 cat conftest.err >&5 4138 echo "$as_me:$LINENO: \$? = $ac_status" >&54285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4139 4286 (exit $ac_status); } >/dev/null && { 4140 4287 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4143 4290 ac_header_preproc=yes 4144 4291 else 4145 echo "$as_me: failed program was:" >&54292 $as_echo "$as_me: failed program was:" >&5 4146 4293 sed 's/^/| /' conftest.$ac_ext >&5 4147 4294 … … 4150 4297 4151 4298 rm -f conftest.err conftest.$ac_ext 4152 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&54153 echo "${ECHO_T}$ac_header_preproc" >&6; }4299 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4300 $as_echo "$ac_header_preproc" >&6; } 4154 4301 4155 4302 # So? What about this header? 4156 4303 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4157 4304 yes:no: ) 4158 { echo "$as_me:$LINENO: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&54159 echo "$as_me: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&2;}4160 { echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the compiler's result" >&54161 echo "$as_me: WARNING: sqlite3.h: proceeding with the compiler's result" >&2;}4305 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&5 4306 $as_echo "$as_me: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 4307 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the compiler's result" >&5 4308 $as_echo "$as_me: WARNING: sqlite3.h: proceeding with the compiler's result" >&2;} 4162 4309 ac_header_preproc=yes 4163 4310 ;; 4164 4311 no:yes:* ) 4165 { echo "$as_me:$LINENO: WARNING: sqlite3.h: present but cannot be compiled" >&54166 echo "$as_me: WARNING: sqlite3.h: present but cannot be compiled" >&2;}4167 { echo "$as_me:$LINENO: WARNING: sqlite3.h: check for missing prerequisite headers?" >&54168 echo "$as_me: WARNING: sqlite3.h: check for missing prerequisite headers?" >&2;}4169 { echo "$as_me:$LINENO: WARNING: sqlite3.h: see the Autoconf documentation" >&54170 echo "$as_me: WARNING: sqlite3.h: see the Autoconf documentation" >&2;}4171 { echo "$as_me:$LINENO: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&54172 echo "$as_me: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&2;}4173 { echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&54174 echo "$as_me: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&2;}4175 { echo "$as_me:$LINENO: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&54176 echo "$as_me: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&2;}4312 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: present but cannot be compiled" >&5 4313 $as_echo "$as_me: WARNING: sqlite3.h: present but cannot be compiled" >&2;} 4314 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: check for missing prerequisite headers?" >&5 4315 $as_echo "$as_me: WARNING: sqlite3.h: check for missing prerequisite headers?" >&2;} 4316 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: see the Autoconf documentation" >&5 4317 $as_echo "$as_me: WARNING: sqlite3.h: see the Autoconf documentation" >&2;} 4318 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&5 4319 $as_echo "$as_me: WARNING: sqlite3.h: section \"Present But Cannot Be Compiled\"" >&2;} 4320 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&5 4321 $as_echo "$as_me: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&2;} 4322 { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&5 4323 $as_echo "$as_me: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&2;} 4177 4324 ( cat <<\_ASBOX 4178 4325 ## ----------------------------- ## … … 4183 4330 ;; 4184 4331 esac 4185 { echo "$as_me:$LINENO: checking for sqlite3.h" >&54186 echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; }4332 { $as_echo "$as_me:$LINENO: checking for sqlite3.h" >&5 4333 $as_echo_n "checking for sqlite3.h... " >&6; } 4187 4334 if test "${ac_cv_header_sqlite3_h+set}" = set; then 4188 echo $ECHO_N "(cached) $ECHO_C" >&64335 $as_echo_n "(cached) " >&6 4189 4336 else 4190 4337 ac_cv_header_sqlite3_h=$ac_header_preproc 4191 4338 fi 4192 { echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&54193 echo "${ECHO_T}$ac_cv_header_sqlite3_h" >&6; }4339 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 4340 $as_echo "$ac_cv_header_sqlite3_h" >&6; } 4194 4341 4195 4342 fi … … 4197 4344 : 4198 4345 else 4199 { { echo "$as_me:$LINENO: error: sqlite3 header was not found" >&54200 echo "$as_me: error: sqlite3 header was not found" >&2;}4346 { { $as_echo "$as_me:$LINENO: error: sqlite3 header was not found" >&5 4347 $as_echo "$as_me: error: sqlite3 header was not found" >&2;} 4201 4348 { (exit 1); exit 1; }; } 4202 4349 fi … … 4234 4381 LDFLAGS="$LDFLAGS -L$MOD_OPENSSL_DIR/lib -lssl" 4235 4382 4236 { echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&54237 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; }
