Changeset 1265
- Timestamp:
- 09/13/08 23:23:25 (3 months ago)
- Files:
-
- 1.8.3/branches/devel/configure (modified) (967 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/configure
r1235 r1265 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1.3 # Generated by GNU Autoconf 2.62. 4 4 # 5 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 7 7 # This configure script is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy, distribute and modify it. … … 16 16 emulate sh 17 17 NULLCMD=: 18 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which18 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 19 19 # is contrary to our usage. Disable this feature. 20 20 alias -g '${1+"$@"}'='"$@"' … … 38 38 as_cr_alnum=$as_cr_Letters$as_cr_digits 39 39 40 as_nl=' 41 ' 42 export as_nl 43 # Printing a long string crashes Solaris 7 /usr/bin/printf. 44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 48 as_echo='printf %s\n' 49 as_echo_n='printf %s' 50 else 51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 53 as_echo_n='/usr/ucb/echo -n' 54 else 55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 56 as_echo_n_body='eval 57 arg=$1; 58 case $arg in 59 *"$as_nl"*) 60 expr "X$arg" : "X\\(.*\\)$as_nl"; 61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 62 esac; 63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 64 ' 65 export as_echo_n_body 66 as_echo_n='sh -c $as_echo_n_body as_echo' 67 fi 68 export as_echo_body 69 as_echo='sh -c $as_echo_body as_echo' 70 fi 71 40 72 # The user is always right. 41 73 if test "${PATH_SEPARATOR+set}" != set; then 42 echo "#! /bin/sh" >conf$$.sh 43 echo "exit 0" >>conf$$.sh 44 chmod +x conf$$.sh 45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 46 PATH_SEPARATOR=';' 47 else 48 PATH_SEPARATOR=: 49 fi 50 rm -f conf$$.sh 74 PATH_SEPARATOR=: 75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 77 PATH_SEPARATOR=';' 78 } 51 79 fi 52 80 … … 64 92 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 65 93 # splitting by setting IFS to empty value.) 66 as_nl='67 '68 94 IFS=" "" $as_nl" 69 95 … … 88 114 fi 89 115 if test ! -f "$as_myself"; then 90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 91 117 { (exit 1); exit 1; } 92 118 fi … … 101 127 102 128 # NLS nuisances. 103 for as_var in \ 104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 106 LC_TELEPHONE LC_TIME 107 do 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 109 eval $as_var=C; export $as_var 110 else 111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 112 fi 113 done 129 LC_ALL=C 130 export LC_ALL 131 LANGUAGE=C 132 export LANGUAGE 114 133 115 134 # Required to use basename. … … 133 152 X"$0" : 'X\(//\)$' \| \ 134 153 X"$0" : 'X\(/\)' \| . 2>/dev/null || 135 echo X/"$0" |154 $as_echo X/"$0" | 136 155 sed '/^.*\/\([^/][^/]*\)\/*$/{ 137 156 s//\1/ … … 159 178 fi 160 179 161 if test $as_have_required = yes && (eval ":180 if test $as_have_required = yes && (eval ": 162 181 (as_func_return () { 163 182 (exit \$1) … … 241 260 emulate sh 242 261 NULLCMD=: 243 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 244 263 # is contrary to our usage. Disable this feature. 245 264 alias -g '${1+"$@"}'='"$@"' … … 262 281 emulate sh 263 282 NULLCMD=: 264 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which283 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 265 284 # is contrary to our usage. Disable this feature. 266 285 alias -g '${1+"$@"}'='"$@"' … … 342 361 if test "x$CONFIG_SHELL" != x; then 343 362 for as_var in BASH_ENV ENV 344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var345 done346 export CONFIG_SHELL347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 364 done 365 export CONFIG_SHELL 366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 348 367 fi 349 368 … … 414 433 test \$exitcode = 0") || { 415 434 echo No shell found that supports shell functions. 416 echo Please tell autoconf@gnu.org about your system, 417 echo including any error possibly output before this 418 echo message 435 echo Please tell bug-autoconf@gnu.org about your system, 436 echo including any error possibly output before this message. 437 echo This can help us improve future autoconf versions. 438 echo Configuration will now proceed without shell functions. 419 439 } 420 440 … … 452 472 ' >$as_me.lineno && 453 473 chmod +x "$as_me.lineno" || 454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 455 475 { (exit 1); exit 1; }; } 456 476 … … 480 500 ECHO_N='-n';; 481 501 esac 482 483 502 if expr a : '\(a\)' >/dev/null 2>&1 && 484 503 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 493 512 else 494 513 rm -f conf$$.dir 495 mkdir conf$$.dir 496 fi 497 echo >conf$$.file 498 if ln -s conf$$.file conf$$ 2>/dev/null; then 499 as_ln_s='ln -s' 500 # ... but there are two gotchas: 501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 503 # In both cases, we have to default to `cp -p'. 504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 514 mkdir conf$$.dir 2>/dev/null 515 fi 516 if (echo >conf$$.file) 2>/dev/null; then 517 if ln -s conf$$.file conf$$ 2>/dev/null; then 518 as_ln_s='ln -s' 519 # ... but there are two gotchas: 520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 522 # In both cases, we have to default to `cp -p'. 523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 524 as_ln_s='cp -p' 525 elif ln conf$$.file conf$$ 2>/dev/null; then 526 as_ln_s=ln 527 else 505 528 as_ln_s='cp -p' 506 elif ln conf$$.file conf$$ 2>/dev/null; then 507 as_ln_s=ln 529 fi 508 530 else 509 531 as_ln_s='cp -p' … … 530 552 eval sh -c '\'' 531 553 if test -d "$1"; then 532 test -d "$1/.";554 test -d "$1/."; 533 555 else 534 556 case $1 in 535 -*)set "./$1";;557 -*)set "./$1";; 536 558 esac; 537 559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 702 724 LTLIBOBJS' 703 725 ac_subst_files='' 726 ac_user_opts=' 727 enable_option_checking 728 with_ssl 729 with_pcre 730 enable_sql 731 with_mysql 732 with_postgresql 733 with_sqlite3 734 enable_ipv6 735 enable_nls 736 ' 704 737 ac_precious_vars='build_alias 705 738 host_alias … … 717 750 ac_init_help= 718 751 ac_init_version=false 752 ac_unrecognized_opts= 753 ac_unrecognized_sep= 719 754 # The variables have the same names as the options, with 720 755 # dashes changed to underlines. … … 815 850 816 851 -disable-* | --disable-*) 817 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`852 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 818 853 # Reject names that are not valid shell variable names. 819 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&820 { echo "$as_me: error: invalid feature name: $ac_feature" >&2854 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 855 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 821 856 { (exit 1); exit 1; }; } 822 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 823 eval enable_$ac_feature=no ;; 857 ac_useropt_orig=$ac_useropt 858 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 859 case $ac_user_opts in 860 *" 861 "enable_$ac_useropt" 862 "*) ;; 863 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 864 ac_unrecognized_sep=', ';; 865 esac 866 eval enable_$ac_useropt=no ;; 824 867 825 868 -docdir | --docdir | --docdi | --doc | --do) … … 834 877 835 878 -enable-* | --enable-*) 836 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`879 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 837 880 # Reject names that are not valid shell variable names. 838 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&839 { echo "$as_me: error: invalid feature name: $ac_feature" >&2881 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 882 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 840 883 { (exit 1); exit 1; }; } 841 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 842 eval enable_$ac_feature=\$ac_optarg ;; 884 ac_useropt_orig=$ac_useropt 885 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 886 case $ac_user_opts in 887 *" 888 "enable_$ac_useropt" 889 "*) ;; 890 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 891 ac_unrecognized_sep=', ';; 892 esac 893 eval enable_$ac_useropt=\$ac_optarg ;; 843 894 844 895 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1031 1082 1032 1083 -with-* | --with-*) 1033 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1084 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1034 1085 # Reject names that are not valid shell variable names. 1035 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1036 { echo "$as_me: error: invalid package name: $ac_package" >&21086 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1087 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1037 1088 { (exit 1); exit 1; }; } 1038 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1039 eval with_$ac_package=\$ac_optarg ;; 1089 ac_useropt_orig=$ac_useropt 1090 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1091 case $ac_user_opts in 1092 *" 1093 "with_$ac_useropt" 1094 "*) ;; 1095 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1096 ac_unrecognized_sep=', ';; 1097 esac 1098 eval with_$ac_useropt=\$ac_optarg ;; 1040 1099 1041 1100 -without-* | --without-*) 1042 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1101 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1043 1102 # Reject names that are not valid shell variable names. 1044 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1045 { echo "$as_me: error: invalid package name: $ac_package" >&21103 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1104 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1046 1105 { (exit 1); exit 1; }; } 1047 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1048 eval with_$ac_package=no ;; 1106 ac_useropt_orig=$ac_useropt 1107 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1108 case $ac_user_opts in 1109 *" 1110 "with_$ac_useropt" 1111 "*) ;; 1112 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1113 ac_unrecognized_sep=', ';; 1114 esac 1115 eval with_$ac_useropt=no ;; 1049 1116 1050 1117 --x) … … 1066 1133 x_libraries=$ac_optarg ;; 1067 1134 1068 -*) { echo "$as_me: error: unrecognized option: $ac_option1135 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1069 1136 Try \`$0 --help' for more information." >&2 1070 1137 { (exit 1); exit 1; }; } … … 1075 1142 # Reject names that are not valid shell variable names. 1076 1143 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1077 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21144 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1078 1145 { (exit 1); exit 1; }; } 1079 1146 eval $ac_envvar=\$ac_optarg … … 1082 1149 *) 1083 1150 # FIXME: should be removed in autoconf 3.0. 1084 echo "$as_me: WARNING: you should use --build, --host, --target" >&21151 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1085 1152 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1086 echo "$as_me: WARNING: invalid host type: $ac_option" >&21153 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1087 1154 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1088 1155 ;; … … 1093 1160 if test -n "$ac_prev"; then 1094 1161 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1095 { echo "$as_me: error: missing argument to $ac_option" >&21162 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1096 1163 { (exit 1); exit 1; }; } 1097 1164 fi 1098 1165 1099 # Be sure to have absolute directory names. 1166 if test -n "$ac_unrecognized_opts"; then 1167 case $enable_option_checking in 1168 no) ;; 1169 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 1170 { (exit 1); exit 1; }; } ;; 1171 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 1172 esac 1173 fi 1174 1175 # Check all directory arguments for consistency. 1100 1176 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1101 1177 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1104 1180 do 1105 1181 eval ac_val=\$$ac_var 1182 # Remove trailing slashes. 1183 case $ac_val in 1184 */ ) 1185 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1186 eval $ac_var=\$ac_val;; 1187 esac 1188 # Be sure to have absolute directory names. 1106 1189 case $ac_val in 1107 1190 [\\/$]* | ?:[\\/]* ) continue;; 1108 1191 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1109 1192 esac 1110 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21193 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1111 1194 { (exit 1); exit 1; }; } 1112 1195 done … … 1123 1206 if test "x$build_alias" = x; then 1124 1207 cross_compiling=maybe 1125 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1208 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1126 1209 If a cross compiler is detected then cross compile mode will be used." >&2 1127 1210 elif test "x$build_alias" != "x$host_alias"; then … … 1139 1222 ac_ls_di=`ls -di .` && 1140 1223 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1141 { echo "$as_me: error: Working directory cannot be determined" >&21224 { $as_echo "$as_me: error: Working directory cannot be determined" >&2 1142 1225 { (exit 1); exit 1; }; } 1143 1226 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1144 { echo "$as_me: error: pwd does not report name of working directory" >&21227 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1145 1228 { (exit 1); exit 1; }; } 1146 1229 … … 1150 1233 ac_srcdir_defaulted=yes 1151 1234 # Try the directory containing this script, then the parent directory. 1152 ac_confdir=`$as_dirname -- "$ 0" ||1153 $as_expr X"$ 0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1154 X"$ 0" : 'X\(//\)[^/]' \| \1155 X"$ 0" : 'X\(//\)$' \| \1156 X"$ 0" : 'X\(/\)' \| . 2>/dev/null ||1157 echo X"$0" |1235 ac_confdir=`$as_dirname -- "$as_myself" || 1236 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1237 X"$as_myself" : 'X\(//\)[^/]' \| \ 1238 X"$as_myself" : 'X\(//\)$' \| \ 1239 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1240 $as_echo X"$as_myself" | 1158 1241 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1159 1242 s//\1/ … … 1182 1265 if test ! -r "$srcdir/$ac_unique_file"; then 1183 1266 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1184 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21267 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1185 1268 { (exit 1); exit 1; }; } 1186 1269 fi 1187 1270 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1188 1271 ac_abs_confdir=`( 1189 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21272 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1190 1273 { (exit 1); exit 1; }; } 1191 1274 pwd)` … … 1236 1319 Installation directories: 1237 1320 --prefix=PREFIX install architecture-independent files in PREFIX 1238 [$ac_default_prefix]1321 [$ac_default_prefix] 1239 1322 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1240 [PREFIX]1323 [PREFIX] 1241 1324 1242 1325 By default, \`make install' will install all the files in … … 1248 1331 1249 1332 Fine tuning of the installation directories: 1250 --bindir=DIR user executables [EPREFIX/bin]1251 --sbindir=DIR system admin executables [EPREFIX/sbin]1252 --libexecdir=DIR program executables [EPREFIX/libexec]1253 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1254 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1255 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1256 --libdir=DIR object code libraries [EPREFIX/lib]1257 --includedir=DIR C header files [PREFIX/include]1258 --oldincludedir=DIR C header files for non-gcc [/usr/include]1259 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1260 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1261 --infodir=DIR info documentation [DATAROOTDIR/info]1262 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1263 --mandir=DIR man documentation [DATAROOTDIR/man]1264 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]1265 --htmldir=DIR html documentation [DOCDIR]1266 --dvidir=DIR dvi documentation [DOCDIR]1267 --pdfdir=DIR pdf documentation [DOCDIR]1268 --psdir=DIR ps documentation [DOCDIR]1333 --bindir=DIR user executables [EPREFIX/bin] 1334 --sbindir=DIR system admin executables [EPREFIX/sbin] 1335 --libexecdir=DIR program executables [EPREFIX/libexec] 1336 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1337 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1338 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1339 --libdir=DIR object code libraries [EPREFIX/lib] 1340 --includedir=DIR C header files [PREFIX/include] 1341 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1342 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1343 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1344 --infodir=DIR info documentation [DATAROOTDIR/info] 1345 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1346 --mandir=DIR man documentation [DATAROOTDIR/man] 1347 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1348 --htmldir=DIR html documentation [DOCDIR] 1349 --dvidir=DIR dvi documentation [DOCDIR] 1350 --pdfdir=DIR pdf documentation [DOCDIR] 1351 --psdir=DIR ps documentation [DOCDIR] 1269 1352 _ACEOF 1270 1353 … … 1281 1364 1282 1365 Optional Features: 1366 --disable-option-checking ignore unrecognized --enable/--with options 1283 1367 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1284 1368 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1323 1407 # If there are subdirs, report their specific --help. 1324 1408 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1325 test -d "$ac_dir" || continue 1409 test -d "$ac_dir" || 1410 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1411 continue 1326 1412 ac_builddir=. 1327 1413 … … 1329 1415 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1330 1416 *) 1331 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1417 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1332 1418 # A ".." for each directory in $ac_dir_suffix. 1333 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1419 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1334 1420 case $ac_top_builddir_sub in 1335 1421 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1367 1453 $SHELL "$ac_srcdir/configure" --help=recursive 1368 1454 else 1369 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21455 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1370 1456 fi || ac_status=$? 1371 1457 cd "$ac_pwd" || { ac_status=$?; break; } … … 1377 1463 cat <<\_ACEOF 1378 1464 configure 1379 generated by GNU Autoconf 2.6 11465 generated by GNU Autoconf 2.62 1380 1466 1381 1467 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1382 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1468 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1383 1469 This configure script is free software; the Free Software Foundation 1384 1470 gives unlimited permission to copy, distribute and modify it. … … 1391 1477 1392 1478 It was created by $as_me, which was 1393 generated by GNU Autoconf 2.6 1. Invocation command line was1479 generated by GNU Autoconf 2.62. Invocation command line was 1394 1480 1395 1481 $ $0 $@ … … 1427 1513 IFS=$as_save_IFS 1428 1514 test -z "$as_dir" && as_dir=. 1429 echo "PATH: $as_dir"1515 $as_echo "PATH: $as_dir" 1430 1516 done 1431 1517 IFS=$as_save_IFS … … 1462 1548 continue ;; 1463 1549 *\'*) 1464 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1550 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1465 1551 esac 1466 1552 case $ac_pass in … … 1514 1600 *${as_nl}*) 1515 1601 case $ac_var in #( 1516 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51517 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1602 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1603 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1518 1604 esac 1519 1605 case $ac_var in #( 1520 1606 _ | IFS | as_nl) ;; #( 1607 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1521 1608 *) $as_unset $ac_var ;; 1522 1609 esac ;; … … 1548 1635 eval ac_val=\$$ac_var 1549 1636 case $ac_val in 1550 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1637 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1551 1638 esac 1552 echo "$ac_var='\''$ac_val'\''"1639 $as_echo "$ac_var='\''$ac_val'\''" 1553 1640 done | sort 1554 1641 echo … … 1565 1652 eval ac_val=\$$ac_var 1566 1653 case $ac_val in 1567 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1654 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1568 1655 esac 1569 echo "$ac_var='\''$ac_val'\''"1656 $as_echo "$ac_var='\''$ac_val'\''" 1570 1657 done | sort 1571 1658 echo … … 1583 1670 fi 1584 1671 test "$ac_signal" != 0 && 1585 echo "$as_me: caught signal $ac_signal"1586 echo "$as_me: exit $exit_status"1672 $as_echo "$as_me: caught signal $ac_signal" 1673 $as_echo "$as_me: exit $exit_status" 1587 1674 } >&5 1588 1675 rm -f core *.core core.conftest.* && … … 1626 1713 1627 1714 # Let the site file select an alternate cache file if it wants to. 1628 # Prefer explicitly selected file to automatically selected ones. 1715 # Prefer an explicitly selected file to automatically selected ones. 1716 ac_site_file1=NONE 1717 ac_site_file2=NONE 1629 1718 if test -n "$CONFIG_SITE"; then 1630 set x "$CONFIG_SITE"1719 ac_site_file1=$CONFIG_SITE 1631 1720 elif test "x$prefix" != xNONE; then 1632 set x "$prefix/share/config.site" "$prefix/etc/config.site"1633 else1634 set x "$ac_default_prefix/share/config.site" \ 1635 "$ac_default_prefix/etc/config.site" 1636 fi 1637 shift 1638 for ac_site_file 1721 ac_site_file1=$prefix/share/config.site 1722 ac_site_file2=$prefix/etc/config.site 1723 else 1724 ac_site_file1=$ac_default_prefix/share/config.site 1725 ac_site_file2=$ac_default_prefix/etc/config.site 1726 fi 1727 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1639 1728 do 1729 test "x$ac_site_file" = xNONE && continue 1640 1730 if test -r "$ac_site_file"; then 1641 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51642 echo "$as_me: loading site script $ac_site_file" >&6;}1731 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1732 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1643 1733 sed 's/^/| /' "$ac_site_file" >&5 1644 1734 . "$ac_site_file" … … 1650 1740 # files actually), so we avoid doing that. 1651 1741 if test -f "$cache_file"; then 1652 { echo "$as_me:$LINENO: loading cache $cache_file" >&51653 echo "$as_me: loading cache $cache_file" >&6;}1742 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1743 $as_echo "$as_me: loading cache $cache_file" >&6;} 1654 1744 case $cache_file in 1655 1745 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1658 1748 fi 1659 1749 else 1660 { echo "$as_me:$LINENO: creating cache $cache_file" >&51661 echo "$as_me: creating cache $cache_file" >&6;}1750 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1751 $as_echo "$as_me: creating cache $cache_file" >&6;} 1662 1752 >$cache_file 1663 1753 fi … … 1673 1763 case $ac_old_set,$ac_new_set in 1674 1764 set,) 1675 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51676 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1765 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1766 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1677 1767 ac_cache_corrupted=: ;; 1678 1768 ,set) 1679 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51680 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1769 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1770 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1681 1771 ac_cache_corrupted=: ;; 1682 1772 ,);; 1683 1773 *) 1684 1774 if test "x$ac_old_val" != "x$ac_new_val"; then 1685 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1686 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1687 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1688 echo "$as_me: former value: $ac_old_val" >&2;} 1689 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1690 echo "$as_me: current value: $ac_new_val" >&2;} 1691 ac_cache_corrupted=: 1775 # differences in whitespace do not lead to failure. 1776 ac_old_val_w=`echo x $ac_old_val` 1777 ac_new_val_w=`echo x $ac_new_val` 1778 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1779 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1780 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1781 ac_cache_corrupted=: 1782 else 1783 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1784 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1785 eval $ac_var=\$ac_old_val 1786 fi 1787 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1788 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1789 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1790 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1692 1791 fi;; 1693 1792 esac … … 1695 1794 if test "$ac_new_set" = set; then 1696 1795 case $ac_new_val in 1697 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1796 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1698 1797 *) ac_arg=$ac_var=$ac_new_val ;; 1699 1798 esac … … 1705 1804 done 1706 1805 if $ac_cache_corrupted; then 1707 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51708 echo "$as_me: error: changes in the environment can compromise the build" >&2;}1709 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51710 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1806 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1807 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1808 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1809 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1711 1810 { (exit 1); exit 1; }; } 1712 1811 fi … … 1754 1853 done 1755 1854 if test -z "$ac_aux_dir"; then 1756 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51757 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1855 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1856 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1758 1857 { (exit 1); exit 1; }; } 1759 1858 fi … … 1770 1869 # Make sure we can run config.sub. 1771 1870 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 1772 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&51773 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}1871 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1872 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1774 1873 { (exit 1); exit 1; }; } 1775 1874 1776 { echo "$as_me:$LINENO: checking build system type" >&51777 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }1875 { $as_echo "$as_me:$LINENO: checking build system type" >&5 1876 $as_echo_n "checking build system type... " >&6; } 1778 1877 if test "${ac_cv_build+set}" = set; then 1779 echo $ECHO_N "(cached) $ECHO_C" >&61878 $as_echo_n "(cached) " >&6 1780 1879 else 1781 1880 ac_build_alias=$build_alias … … 1783 1882 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 1784 1883 test "x$ac_build_alias" = x && 1785 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&51786 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}1884 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1885 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1787 1886 { (exit 1); exit 1; }; } 1788 1887 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 1789 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&51790 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}1888 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1889 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1791 1890 { (exit 1); exit 1; }; } 1792 1891 1793 1892 fi 1794 { echo "$as_me:$LINENO: result: $ac_cv_build" >&51795 echo "${ECHO_T}$ac_cv_build" >&6; }1893 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1894 $as_echo "$ac_cv_build" >&6; } 1796 1895 case $ac_cv_build in 1797 1896 *-*-*) ;; 1798 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&51799 echo "$as_me: error: invalid value of canonical build" >&2;}1897 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1898 $as_echo "$as_me: error: invalid value of canonical build" >&2;} 1800 1899 { (exit 1); exit 1; }; };; 1801 1900 esac … … 1833 1932 # Extract the first word of "cat", so it can be a program name with args. 1834 1933 set dummy cat; ac_word=$2 1835 { echo "$as_me:$LINENO: checking for $ac_word" >&51836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }1934 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1935 $as_echo_n "checking for $ac_word... " >&6; } 1837 1936 if test "${ac_cv_path_CAT+set}" = set; then 1838 echo $ECHO_N "(cached) $ECHO_C" >&61937 $as_echo_n "(cached) " >&6 1839 1938 else 1840 1939 case $CAT in … … 1851 1950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1852 1951 ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" 1853 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51952 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1854 1953 break 2 1855 1954 fi … … 1863 1962 CAT=$ac_cv_path_CAT 1864 1963 if test -n "$CAT"; then 1865 { echo "$as_me:$LINENO: result: $CAT" >&51866 echo "${ECHO_T}$CAT" >&6; }1867 else 1868 { echo "$as_me:$LINENO: result: no" >&51869 echo "${ECHO_T}no" >&6; }1964 { $as_echo "$as_me:$LINENO: result: $CAT" >&5 1965 $as_echo "$CAT" >&6; } 1966 else 1967 { $as_echo "$as_me:$LINENO: result: no" >&5 1968 $as_echo "no" >&6; } 1870 1969 fi 1871 1970 … … 1879 1978 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1880 1979 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1881 { echo "$as_me:$LINENO: checking for $ac_word" >&51882 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }1980 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1981 $as_echo_n "checking for $ac_word... " >&6; } 1883 1982 if test "${ac_cv_prog_CC+set}" = set; then 1884 echo $ECHO_N "(cached) $ECHO_C" >&61983 $as_echo_n "(cached) " >&6 1885 1984 else 1886 1985 if test -n "$CC"; then … … 1895 1994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1896 1995 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1897 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51996 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1898 1997 break 2 1899 1998 fi … … 1906 2005 CC=$ac_cv_prog_CC 1907 2006 if test -n "$CC"; then 1908 { echo "$as_me:$LINENO: result: $CC" >&51909 echo "${ECHO_T}$CC" >&6; }1910 else 1911 { echo "$as_me:$LINENO: result: no" >&51912 echo "${ECHO_T}no" >&6; }2007 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2008 $as_echo "$CC" >&6; } 2009 else 2010 { $as_echo "$as_me:$LINENO: result: no" >&5 2011 $as_echo "no" >&6; } 1913 2012 fi 1914 2013 … … 1919 2018 # Extract the first word of "gcc", so it can be a program name with args. 1920 2019 set dummy gcc; ac_word=$2 1921 { echo "$as_me:$LINENO: checking for $ac_word" >&51922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2020 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2021 $as_echo_n "checking for $ac_word... " >&6; } 1923 2022 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1924 echo $ECHO_N "(cached) $ECHO_C" >&62023 $as_echo_n "(cached) " >&6 1925 2024 else 1926 2025 if test -n "$ac_ct_CC"; then … … 1935 2034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1936 2035 ac_cv_prog_ac_ct_CC="gcc" 1937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52036 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1938 2037 break 2 1939 2038 fi … … 1946 2045 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1947 2046 if test -n "$ac_ct_CC"; then 1948 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&51949 echo "${ECHO_T}$ac_ct_CC" >&6; }1950 else 1951 { echo "$as_me:$LINENO: result: no" >&51952 echo "${ECHO_T}no" >&6; }2047 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2048 $as_echo "$ac_ct_CC" >&6; } 2049 else 2050 { $as_echo "$as_me:$LINENO: result: no" >&5 2051 $as_echo "no" >&6; } 1953 2052 fi 1954 2053 … … 1958 2057 case $cross_compiling:$ac_tool_warned in 1959 2058 yes:) 1960 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2059 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1961 2060 whose name does not start with the host triplet. If you think this 1962 2061 configuration is useful to you, please write to autoconf@gnu.org." >&5 1963 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2062 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1964 2063 whose name does not start with the host triplet. If you think this 1965 2064 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 1976 2075 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1977 2076 set dummy ${ac_tool_prefix}cc; ac_word=$2 1978 { echo "$as_me:$LINENO: checking for $ac_word" >&51979 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2077 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2078 $as_echo_n "checking for $ac_word... " >&6; } 1980 2079 if test "${ac_cv_prog_CC+set}" = set; then 1981 echo $ECHO_N "(cached) $ECHO_C" >&62080 $as_echo_n "(cached) " >&6 1982 2081 else 1983 2082 if test -n "$CC"; then … … 1992 2091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1993 2092 ac_cv_prog_CC="${ac_tool_prefix}cc" 1994 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52093 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1995 2094 break 2 1996 2095 fi … … 2003 2102 CC=$ac_cv_prog_CC 2004 2103 if test -n "$CC"; then 2005 { echo "$as_me:$LINENO: result: $CC" >&52006 echo "${ECHO_T}$CC" >&6; }2007 else 2008 { echo "$as_me:$LINENO: result: no" >&52009 echo "${ECHO_T}no" >&6; }2104 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2105 $as_echo "$CC" >&6; } 2106 else 2107 { $as_echo "$as_me:$LINENO: result: no" >&5 2108 $as_echo "no" >&6; } 2010 2109 fi 2011 2110 … … 2016 2115 # Extract the first word of "cc", so it can be a program name with args. 2017 2116 set dummy cc; ac_word=$2 2018 { echo "$as_me:$LINENO: checking for $ac_word" >&52019 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2117 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2118 $as_echo_n "checking for $ac_word... " >&6; } 2020 2119 if test "${ac_cv_prog_CC+set}" = set; then 2021 echo $ECHO_N "(cached) $ECHO_C" >&62120 $as_echo_n "(cached) " >&6 2022 2121 else 2023 2122 if test -n "$CC"; then … … 2037 2136 fi 2038 2137 ac_cv_prog_CC="cc" 2039 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52138 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2040 2139 break 2 2041 2140 fi … … 2060 2159 CC=$ac_cv_prog_CC 2061 2160 if test -n "$CC"; then 2062 { echo "$as_me:$LINENO: result: $CC" >&52063 echo "${ECHO_T}$CC" >&6; }2064 else 2065 { echo "$as_me:$LINENO: result: no" >&52066 echo "${ECHO_T}no" >&6; }2161 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2162 $as_echo "$CC" >&6; } 2163 else 2164 { $as_echo "$as_me:$LINENO: result: no" >&5 2165 $as_echo "no" >&6; } 2067 2166 fi 2068 2167 … … 2075 2174 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2076 2175 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2077 { echo "$as_me:$LINENO: checking for $ac_word" >&52078 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2176 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2177 $as_echo_n "checking for $ac_word... " >&6; } 2079 2178 if test "${ac_cv_prog_CC+set}" = set; then 2080 echo $ECHO_N "(cached) $ECHO_C" >&62179 $as_echo_n "(cached) " >&6 2081 2180 else 2082 2181 if test -n "$CC"; then … … 2091 2190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2092 2191 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2093 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52192 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2094 2193 break 2 2095 2194 fi … … 2102 2201 CC=$ac_cv_prog_CC 2103 2202 if test -n "$CC"; then 2104 { echo "$as_me:$LINENO: result: $CC" >&52105 echo "${ECHO_T}$CC" >&6; }2106 else 2107 { echo "$as_me:$LINENO: result: no" >&52108 echo "${ECHO_T}no" >&6; }2203 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2204 $as_echo "$CC" >&6; } 2205 else 2206 { $as_echo "$as_me:$LINENO: result: no" >&5
