- Timestamp:
- 11/21/08 13:01:43 (2 months ago)
- Files:
-
- cdat/trunk/libcdms/acsite.m4 (modified) (1 diff)
- cdat/trunk/libcdms/configure (modified) (298 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdat/trunk/libcdms/acsite.m4
r3003 r7262 103 103 case "$OS" in 104 104 unicos) 105 AC_REQUIRE([ PC_PROG_CC])105 AC_REQUIRE([AC_PROG_CC]) 106 106 case "$CC$TARGET$CFLAGS" in 107 107 *cray-t3*) cdat/trunk/libcdms/configure
r7026 r7262 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 2.3 # Generated by GNU Autoconf 2.61. 4 4 # 5 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 7 7 # This configure script is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy, distribute and modify it. … … 16 16 emulate sh 17 17 NULLCMD=: 18 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 19 19 # is contrary to our usage. Disable this feature. 20 20 alias -g '${1+"$@"}'='"$@"' … … 38 38 as_cr_alnum=$as_cr_Letters$as_cr_digits 39 39 40 as_nl='41 '42 export as_nl43 # Printing a long string crashes Solaris 7 /usr/bin/printf.44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then48 as_echo='printf %s\n'49 as_echo_n='printf %s'50 else51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'53 as_echo_n='/usr/ucb/echo -n'54 else55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'56 as_echo_n_body='eval57 arg=$1;58 case $arg in59 *"$as_nl"*)60 expr "X$arg" : "X\\(.*\\)$as_nl";61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;62 esac;63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"64 '65 export as_echo_n_body66 as_echo_n='sh -c $as_echo_n_body as_echo'67 fi68 export as_echo_body69 as_echo='sh -c $as_echo_body as_echo'70 fi71 72 40 # The user is always right. 73 41 if test "${PATH_SEPARATOR+set}" != set; then 74 PATH_SEPARATOR=: 75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 77 PATH_SEPARATOR=';' 78 } 42 echo "#! /bin/sh" >conf$$.sh 43 echo "exit 0" >>conf$$.sh 44 chmod +x conf$$.sh 45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 46 PATH_SEPARATOR=';' 47 else 48 PATH_SEPARATOR=: 49 fi 50 rm -f conf$$.sh 79 51 fi 80 52 … … 92 64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 93 65 # splitting by setting IFS to empty value.) 66 as_nl=' 67 ' 94 68 IFS=" "" $as_nl" 95 69 … … 114 88 fi 115 89 if test ! -f "$as_myself"; then 116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&290 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 117 91 { (exit 1); exit 1; } 118 92 fi … … 127 101 128 102 # NLS nuisances. 129 LC_ALL=C 130 export LC_ALL 131 LANGUAGE=C 132 export LANGUAGE 103 for as_var in \ 104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 106 LC_TELEPHONE LC_TIME 107 do 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 109 eval $as_var=C; export $as_var 110 else 111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 112 fi 113 done 133 114 134 115 # Required to use basename. … … 152 133 X"$0" : 'X\(//\)$' \| \ 153 134 X"$0" : 'X\(/\)' \| . 2>/dev/null || 154 $as_echo X/"$0" |135 echo X/"$0" | 155 136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 156 137 s//\1/ … … 178 159 fi 179 160 180 if test $as_have_required = yes && (eval ":161 if test $as_have_required = yes && (eval ": 181 162 (as_func_return () { 182 163 (exit \$1) … … 260 241 emulate sh 261 242 NULLCMD=: 262 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 263 244 # is contrary to our usage. Disable this feature. 264 245 alias -g '${1+"$@"}'='"$@"' … … 281 262 emulate sh 282 263 NULLCMD=: 283 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 284 265 # is contrary to our usage. Disable this feature. 285 266 alias -g '${1+"$@"}'='"$@"' … … 361 342 if test "x$CONFIG_SHELL" != x; then 362 343 for as_var in BASH_ENV ENV 363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var364 done365 export CONFIG_SHELL366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 345 done 346 export CONFIG_SHELL 347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 367 348 fi 368 349 … … 433 414 test \$exitcode = 0") || { 434 415 echo No shell found that supports shell functions. 435 echo Please tell 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. 416 echo Please tell autoconf@gnu.org about your system, 417 echo including any error possibly output before this 418 echo message 439 419 } 440 420 … … 472 452 ' >$as_me.lineno && 473 453 chmod +x "$as_me.lineno" || 474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 475 455 { (exit 1); exit 1; }; } 476 456 … … 500 480 ECHO_N='-n';; 501 481 esac 482 502 483 if expr a : '\(a\)' >/dev/null 2>&1 && 503 484 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 512 493 else 513 494 rm -f conf$$.dir 514 mkdir conf$$.dir 2>/dev/null 515 fi 516 if (echo >conf$$.file) 2>/dev/null; then 517 if ln -s conf$$.file conf$$ 2>/dev/null; then 518 as_ln_s='ln -s' 519 # ... but there are two gotchas: 520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 522 # In both cases, we have to default to `cp -p'. 523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 524 as_ln_s='cp -p' 525 elif ln conf$$.file conf$$ 2>/dev/null; then 526 as_ln_s=ln 527 else 495 mkdir conf$$.dir 496 fi 497 echo >conf$$.file 498 if ln -s conf$$.file conf$$ 2>/dev/null; then 499 as_ln_s='ln -s' 500 # ... but there are two gotchas: 501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 503 # In both cases, we have to default to `cp -p'. 504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 528 505 as_ln_s='cp -p' 529 fi 506 elif ln conf$$.file conf$$ 2>/dev/null; then 507 as_ln_s=ln 530 508 else 531 509 as_ln_s='cp -p' … … 552 530 eval sh -c '\'' 553 531 if test -d "$1"; then 554 test -d "$1/.";532 test -d "$1/."; 555 533 else 556 534 case $1 in 557 -*)set "./$1";;535 -*)set "./$1";; 558 536 esac; 559 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 674 652 target_alias 675 653 CC 676 CPPFLAGS677 OS678 654 CFLAGS 679 655 LDFLAGS 656 CPPFLAGS 680 657 ac_ct_CC 681 658 EXEEXT 682 659 OBJEXT 660 OS 683 661 FC 684 662 FCFLAGS … … 720 698 LTLIBOBJS' 721 699 ac_subst_files='' 722 ac_user_opts='723 enable_option_checking724 enable_drs725 enable_hdf726 enable_dap727 enable_pp728 enable_ql729 with_ncinc730 with_hdfinc731 with_drsinc732 with_ncincf733 with_drsincf734 with_hdflib735 with_nclib736 with_hdf5lib737 with_drslib738 enable_largefile739 '740 700 ac_precious_vars='build_alias 741 701 host_alias … … 754 714 ac_init_help= 755 715 ac_init_version=false 756 ac_unrecognized_opts=757 ac_unrecognized_sep=758 716 # The variables have the same names as the options, with 759 717 # dashes changed to underlines. … … 854 812 855 813 -disable-* | --disable-*) 856 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`814 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 857 815 # Reject names that are not valid shell variable names. 858 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&859 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2816 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 817 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 860 818 { (exit 1); exit 1; }; } 861 ac_useropt_orig=$ac_useropt 862 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 863 case $ac_user_opts in 864 *" 865 "enable_$ac_useropt" 866 "*) ;; 867 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 868 ac_unrecognized_sep=', ';; 869 esac 870 eval enable_$ac_useropt=no ;; 819 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 820 eval enable_$ac_feature=no ;; 871 821 872 822 -docdir | --docdir | --docdi | --doc | --do) … … 881 831 882 832 -enable-* | --enable-*) 883 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`833 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 884 834 # Reject names that are not valid shell variable names. 885 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&886 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2835 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 836 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 887 837 { (exit 1); exit 1; }; } 888 ac_useropt_orig=$ac_useropt 889 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 890 case $ac_user_opts in 891 *" 892 "enable_$ac_useropt" 893 "*) ;; 894 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 895 ac_unrecognized_sep=', ';; 896 esac 897 eval enable_$ac_useropt=\$ac_optarg ;; 838 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 839 eval enable_$ac_feature=\$ac_optarg ;; 898 840 899 841 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1086 1028 1087 1029 -with-* | --with-*) 1088 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1030 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1089 1031 # Reject names that are not valid shell variable names. 1090 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1091 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21032 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1033 { echo "$as_me: error: invalid package name: $ac_package" >&2 1092 1034 { (exit 1); exit 1; }; } 1093 ac_useropt_orig=$ac_useropt 1094 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1095 case $ac_user_opts in 1096 *" 1097 "with_$ac_useropt" 1098 "*) ;; 1099 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1100 ac_unrecognized_sep=', ';; 1101 esac 1102 eval with_$ac_useropt=\$ac_optarg ;; 1035 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1036 eval with_$ac_package=\$ac_optarg ;; 1103 1037 1104 1038 -without-* | --without-*) 1105 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1039 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1106 1040 # Reject names that are not valid shell variable names. 1107 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1108 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21041 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1042 { echo "$as_me: error: invalid package name: $ac_package" >&2 1109 1043 { (exit 1); exit 1; }; } 1110 ac_useropt_orig=$ac_useropt 1111 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1112 case $ac_user_opts in 1113 *" 1114 "with_$ac_useropt" 1115 "*) ;; 1116 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1117 ac_unrecognized_sep=', ';; 1118 esac 1119 eval with_$ac_useropt=no ;; 1044 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1045 eval with_$ac_package=no ;; 1120 1046 1121 1047 --x) … … 1137 1063 x_libraries=$ac_optarg ;; 1138 1064 1139 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1065 -*) { echo "$as_me: error: unrecognized option: $ac_option 1140 1066 Try \`$0 --help' for more information." >&2 1141 1067 { (exit 1); exit 1; }; } … … 1146 1072 # Reject names that are not valid shell variable names. 1147 1073 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1148 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21074 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1149 1075 { (exit 1); exit 1; }; } 1150 1076 eval $ac_envvar=\$ac_optarg … … 1153 1079 *) 1154 1080 # FIXME: should be removed in autoconf 3.0. 1155 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21081 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1156 1082 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1157 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21083 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1158 1084 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1159 1085 ;; … … 1164 1090 if test -n "$ac_prev"; then 1165 1091 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1166 { $as_echo "$as_me: error: missing argument to $ac_option" >&21092 { echo "$as_me: error: missing argument to $ac_option" >&2 1167 1093 { (exit 1); exit 1; }; } 1168 1094 fi 1169 1095 1170 if test -n "$ac_unrecognized_opts"; then 1171 case $enable_option_checking in 1172 no) ;; 1173 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 1174 { (exit 1); exit 1; }; } ;; 1175 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 1176 esac 1177 fi 1178 1179 # Check all directory arguments for consistency. 1096 # Be sure to have absolute directory names. 1180 1097 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1181 1098 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1184 1101 do 1185 1102 eval ac_val=\$$ac_var 1186 # Remove trailing slashes.1187 case $ac_val in1188 */ )1189 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1190 eval $ac_var=\$ac_val;;1191 esac1192 # Be sure to have absolute directory names.1193 1103 case $ac_val in 1194 1104 [\\/$]* | ?:[\\/]* ) continue;; 1195 1105 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1196 1106 esac 1197 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21107 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1198 1108 { (exit 1); exit 1; }; } 1199 1109 done … … 1210 1120 if test "x$build_alias" = x; then 1211 1121 cross_compiling=maybe 1212 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1122 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1213 1123 If a cross compiler is detected then cross compile mode will be used." >&2 1214 1124 elif test "x$build_alias" != "x$host_alias"; then … … 1226 1136 ac_ls_di=`ls -di .` && 1227 1137 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1228 { $as_echo "$as_me: error: Working directory cannot be determined" >&21138 { echo "$as_me: error: Working directory cannot be determined" >&2 1229 1139 { (exit 1); exit 1; }; } 1230 1140 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1231 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21141 { echo "$as_me: error: pwd does not report name of working directory" >&2 1232 1142 { (exit 1); exit 1; }; } 1233 1143 … … 1237 1147 ac_srcdir_defaulted=yes 1238 1148 # Try the directory containing this script, then the parent directory. 1239 ac_confdir=`$as_dirname -- "$ as_myself" ||1240 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1241 X"$ as_myself" : 'X\(//\)[^/]' \| \1242 X"$ as_myself" : 'X\(//\)$' \| \1243 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1244 $as_echo X"$as_myself" |1149 ac_confdir=`$as_dirname -- "$0" || 1150 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1151 X"$0" : 'X\(//\)[^/]' \| \ 1152 X"$0" : 'X\(//\)$' \| \ 1153 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1154 echo X"$0" | 1245 1155 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1246 1156 s//\1/ … … 1269 1179 if test ! -r "$srcdir/$ac_unique_file"; then 1270 1180 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1271 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21181 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1272 1182 { (exit 1); exit 1; }; } 1273 1183 fi 1274 1184 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1275 1185 ac_abs_confdir=`( 1276 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21186 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1277 1187 { (exit 1); exit 1; }; } 1278 1188 pwd)` … … 1323 1233 Installation directories: 1324 1234 --prefix=PREFIX install architecture-independent files in PREFIX 1325 [$ac_default_prefix]1235 [$ac_default_prefix] 1326 1236 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1327 [PREFIX]1237 [PREFIX] 1328 1238 1329 1239 By default, \`make install' will install all the files in … … 1335 1245 1336 1246 Fine tuning of the installation directories: 1337 --bindir=DIR user executables [EPREFIX/bin]1338 --sbindir=DIR system admin executables [EPREFIX/sbin]1339 --libexecdir=DIR program executables [EPREFIX/libexec]1340 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1341 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1342 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1343 --libdir=DIR object code libraries [EPREFIX/lib]1344 --includedir=DIR C header files [PREFIX/include]1345 --oldincludedir=DIR C header files for non-gcc [/usr/include]1346 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1347 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1348 --infodir=DIR info documentation [DATAROOTDIR/info]1349 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1350 --mandir=DIR man documentation [DATAROOTDIR/man]1351 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]1352 --htmldir=DIR html documentation [DOCDIR]1353 --dvidir=DIR dvi documentation [DOCDIR]1354 --pdfdir=DIR pdf documentation [DOCDIR]1355 --psdir=DIR ps documentation [DOCDIR]1247 --bindir=DIR user executables [EPREFIX/bin] 1248 --sbindir=DIR system admin executables [EPREFIX/sbin] 1249 --libexecdir=DIR program executables [EPREFIX/libexec] 1250 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1251 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1252 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1253 --libdir=DIR object code libraries [EPREFIX/lib] 1254 --includedir=DIR C header files [PREFIX/include] 1255 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1256 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1257 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1258 --infodir=DIR info documentation [DATAROOTDIR/info] 1259 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1260 --mandir=DIR man documentation [DATAROOTDIR/man] 1261 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] 1262 --htmldir=DIR html documentation [DOCDIR] 1263 --dvidir=DIR dvi documentation [DOCDIR] 1264 --pdfdir=DIR pdf documentation [DOCDIR] 1265 --psdir=DIR ps documentation [DOCDIR] 1356 1266 _ACEOF 1357 1267 … … 1365 1275 1366 1276 Optional Features: 1367 --disable-option-checking ignore unrecognized --enable/--with options1368 1277 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1369 1278 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1411 1320 # If there are subdirs, report their specific --help. 1412 1321 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1413 test -d "$ac_dir" || 1414 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1415 continue 1322 test -d "$ac_dir" || continue 1416 1323 ac_builddir=. 1417 1324 … … 1419 1326 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1420 1327 *) 1421 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1328 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1422 1329 # A ".." for each directory in $ac_dir_suffix. 1423 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1330 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1424 1331 case $ac_top_builddir_sub in 1425 1332 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1457 1364 $SHELL "$ac_srcdir/configure" --help=recursive 1458 1365 else 1459 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21366 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1460 1367 fi || ac_status=$? 1461 1368 cd "$ac_pwd" || { ac_status=$?; break; } … … 1467 1374 cat <<\_ACEOF 1468 1375 configure 1469 generated by GNU Autoconf 2.6 21376 generated by GNU Autoconf 2.61 1470 1377 1471 1378 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1472 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1379 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1473 1380 This configure script is free software; the Free Software Foundation 1474 1381 gives unlimited permission to copy, distribute and modify it. … … 1481 1388 1482 1389 It was created by $as_me, which was 1483 generated by GNU Autoconf 2.6 2. Invocation command line was1390 generated by GNU Autoconf 2.61. Invocation command line was 1484 1391 1485 1392 $ $0 $@ … … 1517 1424 IFS=$as_save_IFS 1518 1425 test -z "$as_dir" && as_dir=. 1519 $as_echo "PATH: $as_dir"1426 echo "PATH: $as_dir" 1520 1427 done 1521 1428 IFS=$as_save_IFS … … 1552 1459 continue ;; 1553 1460 *\'*) 1554 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1461 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1555 1462 esac 1556 1463 case $ac_pass in … … 1604 1511 *${as_nl}*) 1605 1512 case $ac_var in #( 1606 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51607 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1513 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1514 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1608 1515 esac 1609 1516 case $ac_var in #( 1610 1517 _ | IFS | as_nl) ;; #( 1611 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1612 1518 *) $as_unset $ac_var ;; 1613 1519 esac ;; … … 1639 1545 eval ac_val=\$$ac_var 1640 1546 case $ac_val in 1641 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1547 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1642 1548 esac 1643 $as_echo "$ac_var='\''$ac_val'\''"1549 echo "$ac_var='\''$ac_val'\''" 1644 1550 done | sort 1645 1551 echo … … 1656 1562 eval ac_val=\$$ac_var 1657 1563 case $ac_val in 1658 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1564 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1659 1565 esac 1660 $as_echo "$ac_var='\''$ac_val'\''"1566 echo "$ac_var='\''$ac_val'\''" 1661 1567 done | sort 1662 1568 echo … … 1674 1580 fi 1675 1581 test "$ac_signal" != 0 && 1676 $as_echo "$as_me: caught signal $ac_signal"1677 $as_echo "$as_me: exit $exit_status"1582 echo "$as_me: caught signal $ac_signal" 1583 echo "$as_me: exit $exit_status" 1678 1584 } >&5 1679 1585 rm -f core *.core core.conftest.* && … … 1717 1623 1718 1624 # Let the site file select an alternate cache file if it wants to. 1719 # Prefer an explicitly selected file to automatically selected ones. 1720 ac_site_file1=NONE 1721 ac_site_file2=NONE 1625 # Prefer explicitly selected file to automatically selected ones. 1722 1626 if test -n "$CONFIG_SITE"; then 1723 ac_site_file1=$CONFIG_SITE1627 set x "$CONFIG_SITE" 1724 1628 elif test "x$prefix" != xNONE; then 1725 ac_site_file1=$prefix/share/config.site1726 ac_site_file2=$prefix/etc/config.site1727 else 1728 ac_site_file1=$ac_default_prefix/share/config.site 1729 ac_site_file2=$ac_default_prefix/etc/config.site 1730 fi 1731 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1629 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1630 else 1631 set x "$ac_default_prefix/share/config.site" \ 1632 "$ac_default_prefix/etc/config.site" 1633 fi 1634 shift 1635 for ac_site_file 1732 1636 do 1733 test "x$ac_site_file" = xNONE && continue1734 1637 if test -r "$ac_site_file"; then 1735 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51736 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1638 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1639 echo "$as_me: loading site script $ac_site_file" >&6;} 1737 1640 sed 's/^/| /' "$ac_site_file" >&5 1738 1641 . "$ac_site_file" … … 1744 1647 # files actually), so we avoid doing that. 1745 1648 if test -f "$cache_file"; then 1746 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51747 $as_echo "$as_me: loading cache $cache_file" >&6;}1649 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1650 echo "$as_me: loading cache $cache_file" >&6;} 1748 1651 case $cache_file in 1749 1652 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1752 1655 fi 1753 1656 else 1754 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51755 $as_echo "$as_me: creating cache $cache_file" >&6;}1657 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1658 echo "$as_me: creating cache $cache_file" >&6;} 1756 1659 >$cache_file 1757 1660 fi … … 1767 1670 case $ac_old_set,$ac_new_set in 1768 1671 set,) 1769 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51770 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1672 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1673 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1771 1674 ac_cache_corrupted=: ;; 1772 1675 ,set) 1773 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51774 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1676 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1677 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1775 1678 ac_cache_corrupted=: ;; 1776 1679 ,);; 1777 1680 *) 1778 1681 if test "x$ac_old_val" != "x$ac_new_val"; then 1779 # differences in whitespace do not lead to failure. 1780 ac_old_val_w=`echo x $ac_old_val` 1781 ac_new_val_w=`echo x $ac_new_val` 1782 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1783 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1784 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1785 ac_cache_corrupted=: 1786 else 1787 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1788 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1789 eval $ac_var=\$ac_old_val 1790 fi 1791 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1792 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1793 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1794 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1682 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1683 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1684 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1685 echo "$as_me: former value: $ac_old_val" >&2;} 1686 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1687 echo "$as_me: current value: $ac_new_val" >&2;} 1688 ac_cache_corrupted=: 1795 1689 fi;; 1796 1690 esac … … 1798 1692 if test "$ac_new_set" = set; then 1799 1693 case $ac_new_val in 1800 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1694 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1801 1695 *) ac_arg=$ac_var=$ac_new_val ;; 1802 1696 esac … … 1808 1702 done 1809 1703 if $ac_cache_corrupted; then 1810 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51811 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}1812 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51813 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1704 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1705 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1706 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1707 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1814 1708 { (exit 1); exit 1; }; } 1815 1709 fi … … 1839 1733 1840 1734 1841 # 1842 # Ensure that the CC variable is unset so that it can be 1843 # set here rather than by the autoconf-generated 1844 # configure-script preamble. 1845 # 1846 # unset CC 1847 # 1848 case ${CC-unset} in 1849 unset) 1850 case `uname -s` in 1851 AIX) 1852 for ac_prog in c89 xlc cc gcc 1853 do 1854 # Extract the first word of "$ac_prog", so it can be a program name with args. 1855 set dummy $ac_prog; ac_word=$2 1856 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1857 $as_echo_n "checking for $ac_word... " >&6; } 1735 ac_ext=c 1736 ac_cpp='$CPP $CPPFLAGS' 1737 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1738 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1739 ac_compiler_gnu=$ac_cv_c_compiler_gnu 1740 if test -n "$ac_tool_prefix"; then 1741 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1742 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1743 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1744 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1858 1745 if test "${ac_cv_prog_CC+set}" = set; then 1859 $as_echo_n "(cached)" >&61746 echo $ECHO_N "(cached) $ECHO_C" >&6 1860 1747 else 1861 1748 if test -n "$CC"; then … … 1869 1756 for ac_exec_ext in '' $ac_executable_extensions; do 1870 1757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1871 ac_cv_prog_CC="$ ac_prog"1872 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51758 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1759 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1873 1760 break 2 1874 1761 fi … … 1881 1768 CC=$ac_cv_prog_CC 1882 1769 if test -n "$CC"; then 1883 { $as_echo "$as_me:$LINENO: result: $CC" >&5 1884 $as_echo "$CC" >&6; } 1885 else 1886 { $as_echo "$as_me:$LINENO: result: no" >&5 1887 $as_echo "no" >&6; } 1888 fi 1889 1890 1891 test -n "$CC" && break 1892 done 1893 case "$CC" in 1894 *gcc*) 1895 ;; 1896 *) 1897 for arg in -D_ALL_SOURCE; do 1898 case "$CPPFLAGS" in 1899 *$arg*) 1900 ;; 1901 *) 1902 CPPFLAGS="${CPPFLAGS-} $arg" 1903 ;; 1904 esac 1905 done 1906 ;; 1907 esac 1908 ;; 1909 HP-UX) 1910 for ac_prog in c89 cc gcc 1911 do 1912 # Extract the first word of "$ac_prog", so it can be a program name with args. 1913 set dummy $ac_prog; ac_word=$2 1914 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1915 $as_echo_n "checking for $ac_word... " >&6; } 1916 if test "${ac_cv_prog_CC+set}" = set; then 1917 $as_echo_n "(cached) " >&6 1918 else 1919 if test -n "$CC"; then 1920 ac_cv_prog_CC="$CC" # Let the user override the test. 1770 { echo "$as_me:$LINENO: result: $CC" >&5 1771 echo "${ECHO_T}$CC" >&6; } 1772 else 1773 { echo "$as_me:$LINENO: result: no" >&5 1774 echo "${ECHO_T}no" >&6; } 1775 fi 1776 1777 1778 fi 1779 if test -z "$ac_cv_prog_CC"; then 1780 ac_ct_CC=$CC 1781 # Extract the first word of "gcc", so it can be a program name with args. 1782 set dummy gcc; ac_word=$2 1783 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1785 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1786 echo $ECHO_N "(cached) $ECHO_C" >&6 1787 else 1788 if test -n "$ac_ct_CC"; then 1789 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1921 1790 else 1922 1791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 1927 1796 for ac_exec_ext in '' $ac_executable_extensions; do 1928 1797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1929 ac_cv_prog_ CC="$ac_prog"1930 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51798 ac_cv_prog_ac_ct_CC="gcc" 1799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1931 1800 break 2 1932 1801 fi … … 1937 1806 fi 1938 1807 fi 1939 CC=$ac_cv_prog_CC 1940 if test -n "$CC"; then 1941 { $as_echo "$as_me:$LINENO: result: $CC" >&5 1942 $as_echo "$CC" >&6; } 1943 else 1944 { $as_echo "$as_me:$LINENO: result: no" >&5 1945 $as_echo "no" >&6; } 1946 fi 1947 1948 1949 test -n "$CC" && break 1950 done 1951 case "$CC" in 1952 *gcc*) 1953 ;; 1954 *) 1955 for arg in -D_HPUX_SOURCE; do 1956 case "$CPPFLAGS" in 1957 *$arg*) 1958 ;; 1959 *) 1960 CPPFLAGS="${CPPFLAGS-} $arg" 1961 ;; 1962 esac 1963 done 1964 for arg in -D_POSIX_SOURCE; do 1965 case "$CPPFLAGS" in 1966 *$arg*) 1967 ;; 1968 *) 1969 CPPFLAGS="${CPPFLAGS-} $arg" 1970 ;; 1971 esac 1972 done 1973 ;; 1974 esac 1975 ;; 1976 IRIX*) 1977 for ac_prog in cc gcc 1978 do 1979 # Extract the first word of "$ac_prog", so it can be a program name with args. 1980 set dummy $ac_prog; ac_word=$2 1981 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 1982 $as_echo_n "checking for $ac_word... " >&6; } 1808 ac_ct_CC=$ac_cv_prog_ac_ct_CC 1809 if test -n "$ac_ct_CC"; then 1810 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1811 echo "${ECHO_T}$ac_ct_CC" >&6; } 1812 else 1813 { echo "$as_me:$LINENO: result: no" >&5 1814 echo "${ECHO_T}no" >&6; } 1815 fi 1816 1817 if test "x$ac_ct_CC" = x; then 1818 CC="" 1819 else 1820 case $cross_compiling:$ac_tool_warned in 1821 yes:) 1822 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 1823 whose name does not start with the host triplet. If you think this 1824 configuration is useful to you, please write to autoconf@gnu.org." >&5 1825 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 1826 whose name does not start with the host triplet. If you think this 1827 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 1828 ac_tool_warned=yes ;; 1829 esac 1830 CC=$ac_ct_CC 1831 fi 1832 else 1833 CC="$ac_cv_prog_CC" 1834 fi 1835 1836 if test -z "$CC"; then 1837 if test -n "$ac_tool_prefix"; then 1838 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1839 set dummy ${ac_tool_prefix}cc; ac_word=$2 1840 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1841 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1983 1842 if test "${ac_cv_prog_CC+set}" = set; then 1984 $as_echo_n "(cached)" >&61843 echo $ECHO_N "(cached) $ECHO_C" >&6 1985 1844 else 1986 1845 if test -n "$CC"; then … … 1994 1853 for ac_exec_ext in '' $ac_executable_extensions; do 1995 1854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1996 ac_cv_prog_CC="$ ac_prog"1997 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51855 ac_cv_prog_CC="${ac_tool_prefix}cc" 1856 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1998 1857 break 2 1999 1858 fi … … 2006 1865 CC=$ac_cv_prog_CC 2007 1866 if test -n "$CC"; then 2008 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2009 $as_echo "$CC" >&6; } 2010 else 2011 { $as_echo "$as_me:$LINENO: result: no" >&5 2012 $as_echo "no" >&6; } 2013 fi 2014 2015 2016 test -n "$CC" && break 2017 done 2018 ;; 2019 OSF1|ULTRIX) 2020 for ac_prog in cc gcc 2021 do 2022 # Extract the first word of "$ac_prog", so it can be a program name with args. 2023 set dummy $ac_prog; ac_word=$2 2024 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2025 $as_echo_n "checking for $ac_word... " >&6; } 1867 { echo "$as_me:$LINENO: result: $CC" >&5 1868 echo "${ECHO_T}$CC" >&6; } 1869 else 1870 { echo "$as_me:$LINENO: result: no" >&5 1871 echo "${ECHO_T}no" >&6; } 1872 fi 1873 1874 1875 fi 1876 fi 1877 if test -z "$CC"; then 1878 # Extract the first word of "cc", so it can be a program name with args. 1879 set dummy cc; ac_word=$2 1880 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1881 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2026 1882 if test "${ac_cv_prog_CC+set}" = set; then 2027 $as_echo_n "(cached)" >&61883 echo $ECHO_N "(cached) $ECHO_C" >&6 2028 1884 else 2029 1885 if test -n "$CC"; then 2030 1886 ac_cv_prog_CC="$CC" # Let the user override the test. 2031 1887 else 1888 ac_prog_rejected=no 2032 1889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2033 1890 for as_dir in $PATH … … 2037 1894 for ac_exec_ext in '' $ac_executable_extensions; do 2038 1895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2039 ac_cv_prog_CC="$ac_prog" 2040 $as_
