Changeset 1102 for trunk/configure
- Timestamp:
- Aug 6, 2008, 1:24:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1100 r1102 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1for Rappture 1.1.3 # Generated by GNU Autoconf 2.62 for Rappture 1.1. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. 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 && 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 347 348 349 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 556 test -d "$1/."; 535 557 else 536 558 case $1 in 537 559 -*)set "./$1";; 538 560 esac; 539 561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 615 637 #endif" 616 638 639 enable_option_checking=no 617 640 ac_subst_vars='SHELL 618 641 PATH_SEPARATOR … … 669 692 RANLIB 670 693 LN_S 694 MKDIR_P 671 695 CPP 672 696 GREP … … 703 727 TCLSH 704 728 MEX 729 MATLAB 705 730 MEX_ARCH 706 731 MEXEXT … … 745 770 LTLIBOBJS' 746 771 ac_subst_files='' 772 ac_user_opts=' 773 enable_option_checking 774 enable_64bit 775 enable_64bit_vis 776 enable_corefoundation 777 enable_load 778 enable_gui 779 with_tclsh 780 with_matlab 781 with_octave 782 with_perl 783 with_python 784 with_ruby 785 enable_shared 786 enable_symbols 787 ' 747 788 ac_precious_vars='build_alias 748 789 host_alias … … 765 806 ac_init_help= 766 807 ac_init_version=false 808 ac_unrecognized_opts= 809 ac_unrecognized_sep= 767 810 # The variables have the same names as the options, with 768 811 # dashes changed to underlines. … … 863 906 864 907 -disable-* | --disable-*) 865 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`908 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 866 909 # Reject names that are not valid shell variable names. 867 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&868 { echo "$as_me: error: invalid feature name: $ac_feature" >&2910 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 911 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 869 912 { (exit 1); exit 1; }; } 870 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 871 eval enable_$ac_feature=no ;; 913 ac_useropt_orig=$ac_useropt 914 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 915 case $ac_user_opts in 916 *" 917 "enable_$ac_useropt" 918 "*) ;; 919 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 920 ac_unrecognized_sep=', ';; 921 esac 922 eval enable_$ac_useropt=no ;; 872 923 873 924 -docdir | --docdir | --docdi | --doc | --do) … … 882 933 883 934 -enable-* | --enable-*) 884 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`935 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 885 936 # Reject names that are not valid shell variable names. 886 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&887 { echo "$as_me: error: invalid feature name: $ac_feature" >&2937 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 938 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 888 939 { (exit 1); exit 1; }; } 889 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 890 eval enable_$ac_feature=\$ac_optarg ;; 940 ac_useropt_orig=$ac_useropt 941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 942 case $ac_user_opts in 943 *" 944 "enable_$ac_useropt" 945 "*) ;; 946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 947 ac_unrecognized_sep=', ';; 948 esac 949 eval enable_$ac_useropt=\$ac_optarg ;; 891 950 892 951 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1079 1138 1080 1139 -with-* | --with-*) 1081 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1140 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1082 1141 # Reject names that are not valid shell variable names. 1083 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1084 { echo "$as_me: error: invalid package name: $ac_package" >&21142 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1143 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1085 1144 { (exit 1); exit 1; }; } 1086 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1087 eval with_$ac_package=\$ac_optarg ;; 1145 ac_useropt_orig=$ac_useropt 1146 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1147 case $ac_user_opts in 1148 *" 1149 "with_$ac_useropt" 1150 "*) ;; 1151 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1152 ac_unrecognized_sep=', ';; 1153 esac 1154 eval with_$ac_useropt=\$ac_optarg ;; 1088 1155 1089 1156 -without-* | --without-*) 1090 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1157 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1091 1158 # Reject names that are not valid shell variable names. 1092 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1093 { echo "$as_me: error: invalid package name: $ac_package" >&21159 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1160 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1094 1161 { (exit 1); exit 1; }; } 1095 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1096 eval with_$ac_package=no ;; 1162 ac_useropt_orig=$ac_useropt 1163 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1164 case $ac_user_opts in 1165 *" 1166 "with_$ac_useropt" 1167 "*) ;; 1168 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1169 ac_unrecognized_sep=', ';; 1170 esac 1171 eval with_$ac_useropt=no ;; 1097 1172 1098 1173 --x) … … 1114 1189 x_libraries=$ac_optarg ;; 1115 1190 1116 -*) { echo "$as_me: error: unrecognized option: $ac_option1191 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1117 1192 Try \`$0 --help' for more information." >&2 1118 1193 { (exit 1); exit 1; }; } … … 1123 1198 # Reject names that are not valid shell variable names. 1124 1199 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1125 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21200 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1126 1201 { (exit 1); exit 1; }; } 1127 1202 eval $ac_envvar=\$ac_optarg … … 1130 1205 *) 1131 1206 # FIXME: should be removed in autoconf 3.0. 1132 echo "$as_me: WARNING: you should use --build, --host, --target" >&21207 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1133 1208 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1134 echo "$as_me: WARNING: invalid host type: $ac_option" >&21209 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1135 1210 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1136 1211 ;; … … 1141 1216 if test -n "$ac_prev"; then 1142 1217 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1143 { echo "$as_me: error: missing argument to $ac_option" >&21218 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1144 1219 { (exit 1); exit 1; }; } 1145 1220 fi 1146 1221 1147 # Be sure to have absolute directory names. 1222 if test -n "$ac_unrecognized_opts"; then 1223 case $enable_option_checking in 1224 no) ;; 1225 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 1226 { (exit 1); exit 1; }; } ;; 1227 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 1228 esac 1229 fi 1230 1231 # Check all directory arguments for consistency. 1148 1232 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1149 1233 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1152 1236 do 1153 1237 eval ac_val=\$$ac_var 1238 # Remove trailing slashes. 1239 case $ac_val in 1240 */ ) 1241 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1242 eval $ac_var=\$ac_val;; 1243 esac 1244 # Be sure to have absolute directory names. 1154 1245 case $ac_val in 1155 1246 [\\/$]* | ?:[\\/]* ) continue;; 1156 1247 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1157 1248 esac 1158 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21249 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1159 1250 { (exit 1); exit 1; }; } 1160 1251 done … … 1171 1262 if test "x$build_alias" = x; then 1172 1263 cross_compiling=maybe 1173 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1264 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1174 1265 If a cross compiler is detected then cross compile mode will be used." >&2 1175 1266 elif test "x$build_alias" != "x$host_alias"; then … … 1187 1278 ac_ls_di=`ls -di .` && 1188 1279 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1189 { echo "$as_me: error: Working directory cannot be determined" >&21280 { $as_echo "$as_me: error: Working directory cannot be determined" >&2 1190 1281 { (exit 1); exit 1; }; } 1191 1282 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1192 { echo "$as_me: error: pwd does not report name of working directory" >&21283 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1193 1284 { (exit 1); exit 1; }; } 1194 1285 … … 1198 1289 ac_srcdir_defaulted=yes 1199 1290 # Try the directory containing this script, then the parent directory. 1200 ac_confdir=`$as_dirname -- "$ 0" ||1201 $as_expr X"$ 0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1202 X"$ 0" : 'X\(//\)[^/]' \| \1203 X"$ 0" : 'X\(//\)$' \| \1204 X"$ 0" : 'X\(/\)' \| . 2>/dev/null ||1205 echo X"$0" |1291 ac_confdir=`$as_dirname -- "$as_myself" || 1292 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1293 X"$as_myself" : 'X\(//\)[^/]' \| \ 1294 X"$as_myself" : 'X\(//\)$' \| \ 1295 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1296 $as_echo X"$as_myself" | 1206 1297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1207 1298 s//\1/ … … 1230 1321 if test ! -r "$srcdir/$ac_unique_file"; then 1231 1322 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1232 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21323 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1233 1324 { (exit 1); exit 1; }; } 1234 1325 fi 1235 1326 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1236 1327 ac_abs_confdir=`( 1237 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21328 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1238 1329 { (exit 1); exit 1; }; } 1239 1330 pwd)` … … 1284 1375 Installation directories: 1285 1376 --prefix=PREFIX install architecture-independent files in PREFIX 1286 1377 [$ac_default_prefix] 1287 1378 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1288 1379 [PREFIX] 1289 1380 1290 1381 By default, \`make install' will install all the files in … … 1296 1387 1297 1388 Fine tuning of the installation directories: 1298 --bindir=DIR user executables [EPREFIX/bin]1299 --sbindir=DIR system admin executables [EPREFIX/sbin]1300 --libexecdir=DIR program executables [EPREFIX/libexec]1301 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1302 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1303 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1304 --libdir=DIR object code libraries [EPREFIX/lib]1305 --includedir=DIR C header files [PREFIX/include]1306 --oldincludedir=DIR C header files for non-gcc [/usr/include]1307 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1308 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1309 --infodir=DIR info documentation [DATAROOTDIR/info]1310 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1311 --mandir=DIR man documentation [DATAROOTDIR/man]1312 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture]1313 --htmldir=DIR html documentation [DOCDIR]1314 --dvidir=DIR dvi documentation [DOCDIR]1315 --pdfdir=DIR pdf documentation [DOCDIR]1316 --psdir=DIR ps documentation [DOCDIR]1389 --bindir=DIR user executables [EPREFIX/bin] 1390 --sbindir=DIR system admin executables [EPREFIX/sbin] 1391 --libexecdir=DIR program executables [EPREFIX/libexec] 1392 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1393 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1394 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1395 --libdir=DIR object code libraries [EPREFIX/lib] 1396 --includedir=DIR C header files [PREFIX/include] 1397 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1398 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1399 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1400 --infodir=DIR info documentation [DATAROOTDIR/info] 1401 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1402 --mandir=DIR man documentation [DATAROOTDIR/man] 1403 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture] 1404 --htmldir=DIR html documentation [DOCDIR] 1405 --dvidir=DIR dvi documentation [DOCDIR] 1406 --pdfdir=DIR pdf documentation [DOCDIR] 1407 --psdir=DIR ps documentation [DOCDIR] 1317 1408 _ACEOF 1318 1409 … … 1328 1419 1329 1420 Optional Features: 1421 --disable-option-checking ignore unrecognized --enable/--with options 1330 1422 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1331 1423 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1376 1468 # If there are subdirs, report their specific --help. 1377 1469 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1378 test -d "$ac_dir" || continue 1470 test -d "$ac_dir" || 1471 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1472 continue 1379 1473 ac_builddir=. 1380 1474 … … 1382 1476 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1383 1477 *) 1384 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1478 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1385 1479 # A ".." for each directory in $ac_dir_suffix. 1386 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1480 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1387 1481 case $ac_top_builddir_sub in 1388 1482 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1420 1514 $SHELL "$ac_srcdir/configure" --help=recursive 1421 1515 else 1422 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21516 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1423 1517 fi || ac_status=$? 1424 1518 cd "$ac_pwd" || { ac_status=$?; break; } … … 1430 1524 cat <<\_ACEOF 1431 1525 Rappture configure 1.1 1432 generated by GNU Autoconf 2.6 11526 generated by GNU Autoconf 2.62 1433 1527 1434 1528 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1435 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1529 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1436 1530 This configure script is free software; the Free Software Foundation 1437 1531 gives unlimited permission to copy, distribute and modify it. … … 1444 1538 1445 1539 It was created by Rappture $as_me 1.1, which was 1446 generated by GNU Autoconf 2.6 1. Invocation command line was1540 generated by GNU Autoconf 2.62. Invocation command line was 1447 1541 1448 1542 $ $0 $@ … … 1480 1574 IFS=$as_save_IFS 1481 1575 test -z "$as_dir" && as_dir=. 1482 echo "PATH: $as_dir"1576 $as_echo "PATH: $as_dir" 1483 1577 done 1484 1578 IFS=$as_save_IFS … … 1515 1609 continue ;; 1516 1610 *\'*) 1517 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1611 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1518 1612 esac 1519 1613 case $ac_pass in … … 1567 1661 *${as_nl}*) 1568 1662 case $ac_var in #( 1569 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51570 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1663 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1664 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1571 1665 esac 1572 1666 case $ac_var in #( 1573 1667 _ | IFS | as_nl) ;; #( 1668 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1574 1669 *) $as_unset $ac_var ;; 1575 1670 esac ;; … … 1601 1696 eval ac_val=\$$ac_var 1602 1697 case $ac_val in 1603 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1698 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1604 1699 esac 1605 echo "$ac_var='\''$ac_val'\''"1700 $as_echo "$ac_var='\''$ac_val'\''" 1606 1701 done | sort 1607 1702 echo … … 1618 1713 eval ac_val=\$$ac_var 1619 1714 case $ac_val in 1620 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1715 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1621 1716 esac 1622 echo "$ac_var='\''$ac_val'\''"1717 $as_echo "$ac_var='\''$ac_val'\''" 1623 1718 done | sort 1624 1719 echo … … 1636 1731 fi 1637 1732 test "$ac_signal" != 0 && 1638 echo "$as_me: caught signal $ac_signal"1639 echo "$as_me: exit $exit_status"1733 $as_echo "$as_me: caught signal $ac_signal" 1734 $as_echo "$as_me: exit $exit_status" 1640 1735 } >&5 1641 1736 rm -f core *.core core.conftest.* && … … 1679 1774 1680 1775 # Let the site file select an alternate cache file if it wants to. 1681 # Prefer explicitly selected file to automatically selected ones. 1776 # Prefer an explicitly selected file to automatically selected ones. 1777 ac_site_file1=NONE 1778 ac_site_file2=NONE 1682 1779 if test -n "$CONFIG_SITE"; then 1683 set x "$CONFIG_SITE"1780 ac_site_file1=$CONFIG_SITE 1684 1781 elif test "x$prefix" != xNONE; then 1685 set x "$prefix/share/config.site" "$prefix/etc/config.site"1686 else1687 set x "$ac_default_prefix/share/config.site" \ 1688 "$ac_default_prefix/etc/config.site" 1689 fi 1690 shift 1691 for ac_site_file 1782 ac_site_file1=$prefix/share/config.site 1783 ac_site_file2=$prefix/etc/config.site 1784 else 1785 ac_site_file1=$ac_default_prefix/share/config.site 1786 ac_site_file2=$ac_default_prefix/etc/config.site 1787 fi 1788 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1692 1789 do 1790 test "x$ac_site_file" = xNONE && continue 1693 1791 if test -r "$ac_site_file"; then 1694 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51695 echo "$as_me: loading site script $ac_site_file" >&6;}1792 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1793 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1696 1794 sed 's/^/| /' "$ac_site_file" >&5 1697 1795 . "$ac_site_file" … … 1703 1801 # files actually), so we avoid doing that. 1704 1802 if test -f "$cache_file"; then 1705 { echo "$as_me:$LINENO: loading cache $cache_file" >&51706 echo "$as_me: loading cache $cache_file" >&6;}1803 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1804 $as_echo "$as_me: loading cache $cache_file" >&6;} 1707 1805 case $cache_file in 1708 1806 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1711 1809 fi 1712 1810 else 1713 { echo "$as_me:$LINENO: creating cache $cache_file" >&51714 echo "$as_me: creating cache $cache_file" >&6;}1811 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1812 $as_echo "$as_me: creating cache $cache_file" >&6;} 1715 1813 >$cache_file 1716 1814 fi … … 1726 1824 case $ac_old_set,$ac_new_set in 1727 1825 set,) 1728 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51729 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1826 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1827 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1730 1828 ac_cache_corrupted=: ;; 1731 1829 ,set) 1732 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51733 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1830 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1831 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1734 1832 ac_cache_corrupted=: ;; 1735 1833 ,);; 1736 1834 *) 1737 1835 if test "x$ac_old_val" != "x$ac_new_val"; then 1738 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1739 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1740 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1741 echo "$as_me: former value: $ac_old_val" >&2;} 1742 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1743 echo "$as_me: current value: $ac_new_val" >&2;} 1744 ac_cache_corrupted=: 1836 # differences in whitespace do not lead to failure. 1837 ac_old_val_w=`echo x $ac_old_val` 1838 ac_new_val_w=`echo x $ac_new_val` 1839 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1840 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1841 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1842 ac_cache_corrupted=: 1843 else 1844 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1845 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1846 eval $ac_var=\$ac_old_val 1847 fi 1848 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1849 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1850 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1851 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1745 1852 fi;; 1746 1853 esac … … 1748 1855 if test "$ac_new_set" = set; then 1749 1856 case $ac_new_val in 1750 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1857 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1751 1858 *) ac_arg=$ac_var=$ac_new_val ;; 1752 1859 esac … … 1758 1865 done 1759 1866 if $ac_cache_corrupted; then 1760 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51761 echo "$as_me: error: changes in the environment can compromise the build" >&2;}1762 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51763 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1867 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1868 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1869 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1870 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1764 1871 { (exit 1); exit 1; }; } 1765 1872 fi … … 1813 1920 done 1814 1921 if test -z "$ac_aux_dir"; then 1815 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&51816 echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}1922 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5 1923 $as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;} 1817 1924 { (exit 1); exit 1; }; } 1818 1925 fi … … 1860 1967 # OS/2's system install, which has a completely different semantic 1861 1968 # ./install, which can be erroneously created by make from ./install.sh. 1862 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1863 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1969 # Reject install programs that cannot install multiple files. 1970 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1971 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1864 1972 if test -z "$INSTALL"; then 1865 1973 if test "${ac_cv_path_install+set}" = set; then 1866 echo $ECHO_N "(cached) $ECHO_C" >&61974 $as_echo_n "(cached) " >&6 1867 1975 else 1868 1976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 1893 2001 : 1894 2002 else 1895 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1896 break 3 2003 rm -rf conftest.one conftest.two conftest.dir 2004 echo one > conftest.one 2005 echo two > conftest.two 2006 mkdir conftest.dir 2007 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2008 test -s conftest.one && test -s conftest.two && 2009 test -s conftest.dir/conftest.one && 2010 test -s conftest.dir/conftest.two 2011 then 2012 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2013 break 3 2014 fi 1897 2015 fi 1898 2016 fi … … 1901 2019 ;; 1902 2020 esac 2021 1903 2022 done 1904 2023 IFS=$as_save_IFS 1905 2024 2025 rm -rf conftest.one conftest.two conftest.dir 1906 2026 1907 2027 fi … … 1916 2036 fi 1917 2037 fi 1918 { echo "$as_me:$LINENO: result: $INSTALL" >&51919 echo "${ECHO_T}$INSTALL" >&6; }2038 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 2039 $as_echo "$INSTALL" >&6; } 1920 2040 1921 2041 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 1927 2047 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1928 2048 1929 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1930 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1931 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2049 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2050 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2051 set x ${MAKE-make} 2052 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1932 2053 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 1933 echo $ECHO_N "(cached) $ECHO_C" >&62054 $as_echo_n "(cached) " >&6 1934 2055 else 1935 2056 cat >conftest.make <<\_ACEOF … … 1948 2069 fi 1949 2070 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1950 { echo "$as_me:$LINENO: result: yes" >&51951 echo "${ECHO_T}yes" >&6; }2071 { $as_echo "$as_me:$LINENO: result: yes" >&5 2072 $as_echo "yes" >&6; } 1952 2073 SET_MAKE= 1953 2074 else 1954 { echo "$as_me:$LINENO: result: no" >&51955 echo "${ECHO_T}no" >&6; }2075 { $as_echo "$as_me:$LINENO: result: no" >&5 2076 $as_echo "no" >&6; } 1956 2077 SET_MAKE="MAKE=${MAKE-make}" 1957 2078 fi … … 1966 2087 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1967 2088 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1968 { echo "$as_me:$LINENO: checking for $ac_word" >&51969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2089 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2090 $as_echo_n "checking for $ac_word... " >&6; } 1970 2091 if test "${ac_cv_prog_CC+set}" = set; then 1971 echo $ECHO_N "(cached) $ECHO_C" >&62092 $as_echo_n "(cached) " >&6 1972 2093 else 1973 2094 if test -n "$CC"; then … … 1982 2103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1983 2104 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52105 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1985 2106 break 2 1986 2107 fi … … 1993 2114 CC=$ac_cv_prog_CC 1994 2115 if test -n "$CC"; then 1995 { echo "$as_me:$LINENO: result: $CC" >&51996 echo "${ECHO_T}$CC" >&6; }1997 else 1998 { echo "$as_me:$LINENO: result: no" >&51999 echo "${ECHO_T}no" >&6; }2116 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2117 $as_echo "$CC" >&6; } 2118 else 2119 { $as_echo "$as_me:$LINENO: result: no" >&5 2120 $as_echo "no" >&6; } 2000 2121 fi 2001 2122 … … 2006 2127 # Extract the first word of "gcc", so it can be a program name with args. 2007 2128 set dummy gcc; ac_word=$2 2008 { echo "$as_me:$LINENO: checking for $ac_word" >&52009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2129 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2130 $as_echo_n "checking for $ac_word... " >&6; } 2010 2131 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2011 echo $ECHO_N "(cached) $ECHO_C" >&62132 $as_echo_n "(cached) " >&6 2012 2133 else 2013 2134 if test -n "$ac_ct_CC"; then … … 2022 2143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2023 2144 ac_cv_prog_ac_ct_CC="gcc" 2024 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52145 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2025 2146 break 2 2026 2147 fi … … 2033 2154 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2034 2155 if test -n "$ac_ct_CC"; then 2035 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52036 echo "${ECHO_T}$ac_ct_CC" >&6; }2037 else 2038 { echo "$as_me:$LINENO: result: no" >&52039 echo "${ECHO_T}no" >&6; }2156 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2157 $as_echo "$ac_ct_CC" >&6; } 2158 else 2159 { $as_echo "$as_me:$LINENO: result: no" >&5 2160 $as_echo "no" >&6; } 2040 2161 fi 2041 2162 … … 2045 2166 case $cross_compiling:$ac_tool_warned in 2046 2167 yes:) 2047 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2168 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2048 2169 whose name does not start with the host triplet. If you think this 2049 2170 configuration is useful to you, please write to autoconf@gnu.org." >&5 2050 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2171 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2051 2172 whose name does not start with the host triplet. If you think this 2052 2173 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2063 2184 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2064 2185 set dummy ${ac_tool_prefix}cc; ac_word=$2 2065 { echo "$as_me:$LINENO: checking for $ac_word" >&52066 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2186 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2187 $as_echo_n "checking for $ac_word... " >&6; } 2067 2188 if test "${ac_cv_prog_CC+set}" = set; then 2068 echo $ECHO_N "(cached) $ECHO_C" >&62189 $as_echo_n "(cached) " >&6 2069 2190 else 2070 2191 if test -n "$CC"; then … … 2079 2200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2080 2201 ac_cv_prog_CC="${ac_tool_prefix}cc" 2081 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52202 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2082 2203 break 2 2083 2204 fi … … 2090 2211 CC=$ac_cv_prog_CC 2091 2212 if test -n "$CC"; then 2092 { echo "$as_me:$LINENO: result: $CC" >&52093 echo "${ECHO_T}$CC" >&6; }2094 else 2095 { echo "$as_me:$LINENO: result: no" >&52096 echo "${ECHO_T}no" >&6; }2213 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2214 $as_echo "$CC" >&6; } 2215 else 2216 { $as_echo "$as_me:$LINENO: result: no" >&5 2217 $as_echo "no" >&6; } 2097 2218 fi 2098 2219 … … 2103 2224 # Extract the first word of "cc", so it can be a program name with args. 2104 2225 set dummy cc; ac_word=$2 2105 { echo "$as_me:$LINENO: checking for $ac_word" >&52106 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2226 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2227 $as_echo_n "checking for $ac_word... " >&6; } 2107 2228 if test "${ac_cv_prog_CC+set}" = set; then 2108 echo $ECHO_N "(cached) $ECHO_C" >&62229 $as_echo_n "(cached) " >&6 2109 2230 else 2110 2231 if test -n "$CC"; then … … 2124 2245 fi 2125 2246 ac_cv_prog_CC="cc" 2126 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52247 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2127 2248 break 2 2128 2249 fi … … 2147 2268 CC=$ac_cv_prog_CC 2148 2269 if test -n "$CC"; then 2149 { echo "$as_me:$LINENO: result: $CC" >&52150 echo "${ECHO_T}$CC" >&6; }2151 else 2152 { echo "$as_me:$LINENO: result: no" >&52153 echo "${ECHO_T}no" >&6; }2270 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2271 $as_echo "$CC" >&6; } 2272 else 2273 { $as_echo "$as_me:$LINENO: result: no" >&5 2274 $as_echo "no" >&6; } 2154 2275 fi 2155 2276 … … 2162 2283 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2163 2284 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2164 { echo "$as_me:$LINENO: checking for $ac_word" >&52165 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2285 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2286 $as_echo_n "checking for $ac_word... " >&6; } 2166 2287 if test "${ac_cv_prog_CC+set}" = set; then 2167 echo $ECHO_N "(cached) $ECHO_C" >&62288 $as_echo_n "(cached) " >&6 2168 2289 else 2169 2290 if test -n "$CC"; then … … 2178 2299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2179 2300 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2180 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52301 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2181 2302 break 2 2182 2303 fi … … 2189 2310 CC=$ac_cv_prog_CC 2190 2311 if test -n "$CC"; then 2191 { echo "$as_me:$LINENO: result: $CC" >&52192 echo "${ECHO_T}$CC" >&6; }2193 else 2194 { echo "$as_me:$LINENO: result: no" >&52195 echo "${ECHO_T}no" >&6; }2312 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2313 $as_echo "$CC" >&6; } 2314 else 2315 { $as_echo "$as_me:$LINENO: result: no" >&5 2316 $as_echo "no" >&6; } 2196 2317 fi 2197 2318 … … 2206 2327 # Extract the first word of "$ac_prog", so it can be a program name with args. 2207 2328 set dummy $ac_prog; ac_word=$2 2208 { echo "$as_me:$LINENO: checking for $ac_word" >&52209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2329 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2330 $as_echo_n "checking for $ac_word... " >&6; } 2210 2331 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2211 echo $ECHO_N "(cached) $ECHO_C" >&62332 $as_echo_n "(cached) " >&6 2212 2333 else 2213 2334 if test -n "$ac_ct_CC"; then … … 2222 2343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2223 2344 ac_cv_prog_ac_ct_CC="$ac_prog" 2224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52345 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2225 2346 break 2 2226 2347 fi … … 2233 2354 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2234 2355 if test -n "$ac_ct_CC"; then 2235 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52236 echo "${ECHO_T}$ac_ct_CC" >&6; }2237 else 2238 { echo "$as_me:$LINENO: result: no" >&52239 echo "${ECHO_T}no" >&6; }2356 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2357 $as_echo "$ac_ct_CC" >&6; } 2358 else 2359 { $as_echo "$as_me:$LINENO: result: no" >&5 2360 $as_echo "no" >&6; } 2240 2361 fi 2241 2362 … … 2249 2370 case $cross_compiling:$ac_tool_warned in 2250 2371 yes:) 2251 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2372 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2252 2373 whose name does not start with the host triplet. If you think this 2253 2374 configuration is useful to you, please write to autoconf@gnu.org." >&5 2254 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2375 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2255 2376 whose name does not start with the host triplet. If you think this 2256 2377 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2264 2385 2265 2386 2266 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH2387 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2267 2388 See \`config.log' for more details." >&5 2268 echo "$as_me: error: no acceptable C compiler found in \$PATH2389 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2269 2390 See \`config.log' for more details." >&2;} 2270 2391 { (exit 1); exit 1; }; } 2271 2392 2272 2393 # Provide some information about the compiler. 2273 echo "$as_me:$LINENO: checking for C compiler version" >&5 2274 ac_compiler=`set X $ac_compile; echo $2` 2394 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2395 set X $ac_compile 2396 ac_compiler=$2 2275 2397 { (ac_try="$ac_compiler --version >&5" 2276 2398 case "(($ac_try" in … … 2278 2400 *) ac_try_echo=$ac_try;; 2279 2401 esac 2280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2403 $as_echo "$ac_try_echo") >&5 2281 2404 (eval "$ac_compiler --version >&5") 2>&5 2282 2405 ac_status=$? 2283 echo "$as_me:$LINENO: \$? = $ac_status" >&52406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2284 2407 (exit $ac_status); } 2285 2408 { (ac_try="$ac_compiler -v >&5" … … 2288 2411 *) ac_try_echo=$ac_try;; 2289 2412 esac 2290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2414 $as_echo "$ac_try_echo") >&5 2291 2415 (eval "$ac_compiler -v >&5") 2>&5 2292 2416 ac_status=$? 2293 echo "$as_me:$LINENO: \$? = $ac_status" >&52417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2294 2418 (exit $ac_status); } 2295 2419 { (ac_try="$ac_compiler -V >&5" … … 2298 2422 *) ac_try_echo=$ac_try;; 2299 2423 esac 2300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2425 $as_echo "$ac_try_echo") >&5 2301 2426 (eval "$ac_compiler -V >&5") 2>&5 2302 2427 ac_status=$? 2303 echo "$as_me:$LINENO: \$? = $ac_status" >&52428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2304 2429 (exit $ac_status); } 2305 2430 … … 2320 2445 _ACEOF 2321 2446 ac_clean_files_save=$ac_clean_files 2322 ac_clean_files="$ac_clean_files a.out a. exe b.out"2447 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2323 2448 # Try to create an executable without -o first, disregard a.out. 2324 2449 # It will help us diagnose broken compilers, and finding out an intuition 2325 2450 # of exeext. 2326 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2327 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2328 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2329 # 2330 # List of possible output files, starting from the most likely. 2331 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2332 # only as a last resort. b.out is created by i960 compilers. 2333 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2334 # 2335 # The IRIX 6 linker writes into existing files which may not be 2336 # executable, retaining their permissions. Remove them first so a 2337 # subsequent execution test works. 2451 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2452 $as_echo_n "checking for C compiler default output file name... " >&6; } 2453 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2454 2455 # The possible output files: 2456 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2457 2338 2458 ac_rmfiles= 2339 2459 for ac_file in $ac_files 2340 2460 do 2341 2461 case $ac_file in 2342 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2462 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2343 2463 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2344 2464 esac … … 2351 2471 *) ac_try_echo=$ac_try;; 2352 2472 esac 2353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2474 $as_echo "$ac_try_echo") >&5 2354 2475 (eval "$ac_link_default") 2>&5 2355 2476 ac_status=$? 2356 echo "$as_me:$LINENO: \$? = $ac_status" >&52477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2357 2478 (exit $ac_status); }; then 2358 2479 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2365 2486 test -f "$ac_file" || continue 2366 2487 case $ac_file in 2367 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )2488 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2368 2489 ;; 2369 2490 [ab].out ) … … 2392 2513 fi 2393 2514 2394 { echo "$as_me:$LINENO: result: $ac_file" >&52395 echo "${ECHO_T}$ac_file" >&6; }2515 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2516 $as_echo "$ac_file" >&6; } 2396 2517 if test -z "$ac_file"; then 2397 echo "$as_me: failed program was:" >&52518 $as_echo "$as_me: failed program was:" >&5 2398 2519 sed 's/^/| /' conftest.$ac_ext >&5 2399 2520 2400 { { echo "$as_me:$LINENO: error: C compiler cannot create executables2521 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2401 2522 See \`config.log' for more details." >&5 2402 echo "$as_me: error: C compiler cannot create executables2523 $as_echo "$as_me: error: C compiler cannot create executables 2403 2524 See \`config.log' for more details." >&2;} 2404 2525 { (exit 77); exit 77; }; } … … 2409 2530 # Check that the compiler produces executables we can run. If not, either 2410 2531 # the compiler is broken, or we cross compile. 2411 { echo "$as_me:$LINENO: checking whether the C compiler works" >&52412 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }2532 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2533 $as_echo_n "checking whether the C compiler works... " >&6; } 2413 2534 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2414 2535 # If not cross compiling, check that we can run a simple program. … … 2419 2540 *) ac_try_echo=$ac_try;; 2420 2541 esac 2421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2543 $as_echo "$ac_try_echo") >&5 2422 2544 (eval "$ac_try") 2>&5 2423 2545 ac_status=$? 2424 echo "$as_me:$LINENO: \$? = $ac_status" >&52546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2425 2547 (exit $ac_status); }; }; then 2426 2548 cross_compiling=no … … 2429 2551 cross_compiling=yes 2430 2552 else 2431 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.2553 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2432 2554 If you meant to cross compile, use \`--host'. 2433 2555 See \`config.log' for more details." >&5 2434 echo "$as_me: error: cannot run C compiled programs.2556 $as_echo "$as_me: error: cannot run C compiled programs. 2435 2557 If you meant to cross compile, use \`--host'. 2436 2558 See \`config.log' for more details." >&2;} … … 2439 2561 fi 2440 2562 fi 2441 { echo "$as_me:$LINENO: result: yes" >&52442 echo "${ECHO_T}yes" >&6; }2443 2444 rm -f a.outa.exe conftest$ac_cv_exeext b.out2563 { $as_echo "$as_me:$LINENO: result: yes" >&5 2564 $as_echo "yes" >&6; } 2565 2566 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2445 2567 ac_clean_files=$ac_clean_files_save 2446 2568 # Check that the compiler produces executables we can run. If not, either 2447 2569 # the compiler is broken, or we cross compile. 2448 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&52449 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }2450 { echo "$as_me:$LINENO: result: $cross_compiling" >&52451 echo "${ECHO_T}$cross_compiling" >&6; }2452 2453 { echo "$as_me:$LINENO: checking for suffix of executables" >&52454 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }2570 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2571 $as_echo_n "checking whether we are cross compiling... " >&6; } 2572 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2573 $as_echo "$cross_compiling" >&6; } 2574 2575 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2576 $as_echo_n "checking for suffix of executables... " >&6; } 2455 2577 if { (ac_try="$ac_link" 2456 2578 case "(($ac_try" in … … 2458 2580 *) ac_try_echo=$ac_try;; 2459 2581 esac 2460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2583 $as_echo "$ac_try_echo") >&5 2461 2584 (eval "$ac_link") 2>&5 2462 2585 ac_status=$? 2463 echo "$as_me:$LINENO: \$? = $ac_status" >&52586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2464 2587 (exit $ac_status); }; then 2465 2588 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2470 2593 test -f "$ac_file" || continue 2471 2594 case $ac_file in 2472 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2595 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2473 2596 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2474 2597 break;; … … 2477 2600 done 2478 2601 else 2479 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link2602 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2480 2603 See \`config.log' for more details." >&5 2481 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2604 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2482 2605 See \`config.log' for more details." >&2;} 2483 2606 { (exit 1); exit 1; }; } … … 2485 2608 2486 2609 rm -f conftest$ac_cv_exeext 2487 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52488 echo "${ECHO_T}$ac_cv_exeext" >&6; }2610 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2611 $as_echo "$ac_cv_exeext" >&6; } 2489 2612 2490 2613 rm -f conftest.$ac_ext 2491 2614 EXEEXT=$ac_cv_exeext 2492 2615 ac_exeext=$EXEEXT 2493 { echo "$as_me:$LINENO: checking for suffix of object files" >&52494 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }2616 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2617 $as_echo_n "checking for suffix of object files... " >&6; } 2495 2618 if test "${ac_cv_objext+set}" = set; then 2496 echo $ECHO_N "(cached) $ECHO_C" >&62619 $as_echo_n "(cached) " >&6 2497 2620 else 2498 2621 cat >conftest.$ac_ext <<_ACEOF … … 2517 2640 *) ac_try_echo=$ac_try;; 2518 2641 esac 2519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2643 $as_echo "$ac_try_echo") >&5 2520 2644 (eval "$ac_compile") 2>&5 2521 2645 ac_status=$? 2522 echo "$as_me:$LINENO: \$? = $ac_status" >&52646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2523 2647 (exit $ac_status); }; then 2524 2648 for ac_file in conftest.o conftest.obj conftest.*; do 2525 2649 test -f "$ac_file" || continue; 2526 2650 case $ac_file in 2527 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;2651 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2528 2652 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2529 2653 break;; … … 2531 2655 done 2532 2656 else 2533 echo "$as_me: failed program was:" >&52657 $as_echo "$as_me: failed program was:" >&5 2534 2658 sed 's/^/| /' conftest.$ac_ext >&5 2535 2659 2536 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile2660 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2537 2661 See \`config.log' for more details." >&5 2538 echo "$as_me: error: cannot compute suffix of object files: cannot compile2662 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2539 2663 See \`config.log' for more details." >&2;} 2540 2664 { (exit 1); exit 1; }; } … … 2543 2667 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2544 2668 fi 2545 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52546 echo "${ECHO_T}$ac_cv_objext" >&6; }2669 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2670 $as_echo "$ac_cv_objext" >&6; } 2547 2671 OBJEXT=$ac_cv_objext 2548 2672 ac_objext=$OBJEXT 2549 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52550 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }2673 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2674 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2551 2675 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2552 echo $ECHO_N "(cached) $ECHO_C" >&62676 $as_echo_n "(cached) " >&6 2553 2677 else 2554 2678 cat >conftest.$ac_ext <<_ACEOF … … 2576 2700 *) ac_try_echo=$ac_try;; 2577 2701 esac 2578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2703 $as_echo "$ac_try_echo") >&5 2579 2704 (eval "$ac_compile") 2>conftest.er1 2580 2705 ac_status=$? … … 2582 2707 rm -f conftest.er1 2583 2708 cat conftest.err >&5 2584 echo "$as_me:$LINENO: \$? = $ac_status" >&52709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2585 2710 (exit $ac_status); } && { 2586 2711 test -z "$ac_c_werror_flag" || … … 2589 2714 ac_compiler_gnu=yes 2590 2715 else 2591 echo "$as_me: failed program was:" >&52716 $as_echo "$as_me: failed program was:" >&5 2592 2717 sed 's/^/| /' conftest.$ac_ext >&5 2593 2718 … … 2599 2724 2600 2725 fi 2601 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2602 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2603 GCC=`test $ac_compiler_gnu = yes && echo yes` 2726 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2727 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2728 if test $ac_compiler_gnu = yes; then 2729 GCC=yes 2730 else 2731 GCC= 2732 fi 2604 2733 ac_test_CFLAGS=${CFLAGS+set} 2605 2734 ac_save_CFLAGS=$CFLAGS 2606 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52607 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }2735 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2736 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2608 2737 if test "${ac_cv_prog_cc_g+set}" = set; then 2609 echo $ECHO_N "(cached) $ECHO_C" >&62738 $as_echo_n "(cached) " >&6 2610 2739 else 2611 2740 ac_save_c_werror_flag=$ac_c_werror_flag … … 2634 2763 *) ac_try_echo=$ac_try;; 2635 2764 esac 2636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2766 $as_echo "$ac_try_echo") >&5 2637 2767 (eval "$ac_compile") 2>conftest.er1 2638 2768 ac_status=$? … … 2640 2770 rm -f conftest.er1 2641 2771 cat conftest.err >&5 2642 echo "$as_me:$LINENO: \$? = $ac_status" >&52772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2643 2773 (exit $ac_status); } && { 2644 2774 test -z "$ac_c_werror_flag" || … … 2647 2777 ac_cv_prog_cc_g=yes 2648 2778 else 2649 echo "$as_me: failed program was:" >&52779 $as_echo "$as_me: failed program was:" >&5 2650 2780 sed 's/^/| /' conftest.$ac_ext >&5 2651 2781 … … 2672 2802 *) ac_try_echo=$ac_try;; 2673 2803 esac 2674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2805 $as_echo "$ac_try_echo") >&5 2675 2806 (eval "$ac_compile") 2>conftest.er1 2676 2807 ac_status=$? … … 2678 2809 rm -f conftest.er1 2679 2810 cat conftest.err >&5 2680 echo "$as_me:$LINENO: \$? = $ac_status" >&52811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2681 2812 (exit $ac_status); } && { 2682 2813 test -z "$ac_c_werror_flag" || … … 2685 2816 : 2686 2817 else 2687 echo "$as_me: failed program was:" >&52818 $as_echo "$as_me: failed program was:" >&5 2688 2819 sed 's/^/| /' conftest.$ac_ext >&5 2689 2820 … … 2711 2842 *) ac_try_echo=$ac_try;; 2712 2843 esac 2713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2845 $as_echo "$ac_try_echo") >&5 2714 2846 (eval "$ac_compile") 2>conftest.er1 2715 2847 ac_status=$? … … 2717 2849 rm -f conftest.er1 2718 2850 cat conftest.err >&5 2719 echo "$as_me:$LINENO: \$? = $ac_status" >&52851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2720 2852 (exit $ac_status); } && { 2721 2853 test -z "$ac_c_werror_flag" || … … 2724 2856 ac_cv_prog_cc_g=yes 2725 2857 else 2726 echo "$as_me: failed program was:" >&52858 $as_echo "$as_me: failed program was:" >&5 2727 2859 sed 's/^/| /' conftest.$ac_ext >&5 2728 2860 … … 2739 2871 ac_c_werror_flag=$ac_save_c_werror_flag 2740 2872 fi 2741 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52742 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }2873 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2874 $as_echo "$ac_cv_prog_cc_g" >&6; } 2743 2875 if test "$ac_test_CFLAGS" = set; then 2744 2876 CFLAGS=$ac_save_CFLAGS … … 2756 2888 fi 2757 2889 fi 2758 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52759 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }2890 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2891 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2760 2892 if test "${ac_cv_prog_cc_c89+set}" = set; then 2761 echo $ECHO_N "(cached) $ECHO_C" >&62893 $as_echo_n "(cached) " >&6 2762 2894 else 2763 2895 ac_cv_prog_cc_c89=no … … 2830 2962 *) ac_try_echo=$ac_try;; 2831 2963 esac 2832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2965 $as_echo "$ac_try_echo") >&5 2833 2966 (eval "$ac_compile") 2>conftest.er1 2834 2967 ac_status=$? … … 2836 2969 rm -f conftest.er1 2837 2970 cat conftest.err >&5 2838 echo "$as_me:$LINENO: \$? = $ac_status" >&52971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2839 2972 (exit $ac_status); } && { 2840 2973 test -z "$ac_c_werror_flag" || … … 2843 2976 ac_cv_prog_cc_c89=$ac_arg 2844 2977 else 2845 echo "$as_me: failed program was:" >&52978 $as_echo "$as_me: failed program was:" >&5 2846 2979 sed 's/^/| /' conftest.$ac_ext >&5 2847 2980 … … 2859 2992 case "x$ac_cv_prog_cc_c89" in 2860 2993 x) 2861 { echo "$as_me:$LINENO: result: none needed" >&52862 echo "${ECHO_T}none needed" >&6; } ;;2994 { $as_echo "$as_me:$LINENO: result: none needed" >&5 2995 $as_echo "none needed" >&6; } ;; 2863 2996 xno) 2864 { echo "$as_me:$LINENO: result: unsupported" >&52865 echo "${ECHO_T}unsupported" >&6; } ;;2997 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 2998 $as_echo "unsupported" >&6; } ;; 2866 2999 *) 2867 3000 CC="$CC $ac_cv_prog_cc_c89" 2868 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&52869 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;3001 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3002 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 2870 3003 esac 2871 3004 … … 2886 3019 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2887 3020 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2888 { echo "$as_me:$LINENO: checking for $ac_word" >&52889 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3021 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3022 $as_echo_n "checking for $ac_word... " >&6; } 2890 3023 if test "${ac_cv_prog_F77+set}" = set; then 2891 echo $ECHO_N "(cached) $ECHO_C" >&63024 $as_echo_n "(cached) " >&6 2892 3025 else 2893 3026 if test -n "$F77"; then … … 2902 3035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2903 3036 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 2904 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53037 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2905 3038 break 2 2906 3039 fi … … 2913 3046 F77=$ac_cv_prog_F77 2914 3047 if test -n "$F77"; then 2915 { echo "$as_me:$LINENO: result: $F77" >&52916 echo "${ECHO_T}$F77" >&6; }2917 else 2918 { echo "$as_me:$LINENO: result: no" >&52919 echo "${ECHO_T}no" >&6; }3048 { $as_echo "$as_me:$LINENO: result: $F77" >&5 3049 $as_echo "$F77" >&6; } 3050 else 3051 { $as_echo "$as_me:$LINENO: result: no" >&5 3052 $as_echo "no" >&6; } 2920 3053 fi 2921 3054 … … 2930 3063 # Extract the first word of "$ac_prog", so it can be a program name with args. 2931 3064 set dummy $ac_prog; ac_word=$2 2932 { echo "$as_me:$LINENO: checking for $ac_word" >&52933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3065 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3066 $as_echo_n "checking for $ac_word... " >&6; } 2934 3067 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 2935 echo $ECHO_N "(cached) $ECHO_C" >&63068 $as_echo_n "(cached) " >&6 2936 3069 else 2937 3070 if test -n "$ac_ct_F77"; then … … 2946 3079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2947 3080 ac_cv_prog_ac_ct_F77="$ac_prog" 2948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53081 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2949 3082 break 2 2950 3083 fi … … 2957 3090 ac_ct_F77=$ac_cv_prog_ac_ct_F77 2958 3091 if test -n "$ac_ct_F77"; then 2959 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&52960 echo "${ECHO_T}$ac_ct_F77" >&6; }2961 else 2962 { echo "$as_me:$LINENO: result: no" >&52963 echo "${ECHO_T}no" >&6; }3092 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 3093 $as_echo "$ac_ct_F77" >&6; } 3094 else 3095 { $as_echo "$as_me:$LINENO: result: no" >&5 3096 $as_echo "no" >&6; } 2964 3097 fi 2965 3098 … … 2973 3106 case $cross_compiling:$ac_tool_warned in 2974 3107 yes:) 2975 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3108 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2976 3109 whose name does not start with the host triplet. If you think this 2977 3110 configuration is useful to you, please write to autoconf@gnu.org." >&5 2978 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3111 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2979 3112 whose name does not start with the host triplet. If you think this 2980 3113 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2987 3120 2988 3121 # Provide some information about the compiler. 2989 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 2990 ac_compiler=`set X $ac_compile; echo $2` 3122 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 3123 set X $ac_compile 3124 ac_compiler=$2 2991 3125 { (ac_try="$ac_compiler --version >&5" 2992 3126 case "(($ac_try" in … … 2994 3128 *) ac_try_echo=$ac_try;; 2995 3129 esac 2996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3131 $as_echo "$ac_try_echo") >&5 2997 3132 (eval "$ac_compiler --version >&5") 2>&5 2998 3133 ac_status=$? 2999 echo "$as_me:$LINENO: \$? = $ac_status" >&53134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3000 3135 (exit $ac_status); } 3001 3136 { (ac_try="$ac_compiler -v >&5" … … 3004 3139 *) ac_try_echo=$ac_try;; 3005 3140 esac 3006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3142 $as_echo "$ac_try_echo") >&5 3007 3143 (eval "$ac_compiler -v >&5") 2>&5 3008 3144 ac_status=$? 3009 echo "$as_me:$LINENO: \$? = $ac_status" >&53145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3010 3146 (exit $ac_status); } 3011 3147 { (ac_try="$ac_compiler -V >&5" … … 3014 3150 *) ac_try_echo=$ac_try;; 3015 3151 esac 3016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3153 $as_echo "$ac_try_echo") >&5 3017 3154 (eval "$ac_compiler -V >&5") 2>&5 3018 3155 ac_status=$? 3019 echo "$as_me:$LINENO: \$? = $ac_status" >&53156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3020 3157 (exit $ac_status); } 3021 3158 rm -f a.out … … 3025 3162 ac_save_ext=$ac_ext 3026 3163 ac_ext=F 3027 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&53028 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }3164 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 3165 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } 3029 3166 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 3030 echo $ECHO_N "(cached) $ECHO_C" >&63167 $as_echo_n "(cached) " >&6 3031 3168 else 3032 3169 cat >conftest.$ac_ext <<_ACEOF … … 3044 3181 *) ac_try_echo=$ac_try;; 3045 3182 esac 3046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3184 $as_echo "$ac_try_echo") >&5 3047 3185 (eval "$ac_compile") 2>conftest.er1 3048 3186 ac_status=$? … … 3050 3188 rm -f conftest.er1 3051 3189 cat conftest.err >&5 3052 echo "$as_me:$LINENO: \$? = $ac_status" >&53190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3053 3191 (exit $ac_status); } && { 3054 3192 test -z "$ac_f77_werror_flag" || … … 3057 3195 ac_compiler_gnu=yes 3058 3196 else 3059 echo "$as_me: failed program was:" >&53197 $as_echo "$as_me: failed program was:" >&5 3060 3198 sed 's/^/| /' conftest.$ac_ext >&5 3061 3199 … … 3067 3205 3068 3206 fi 3069 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&53070 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }3207 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 3208 $as_echo "$ac_cv_f77_compiler_gnu" >&6; } 3071 3209 ac_ext=$ac_save_ext 3072 3210 ac_test_FFLAGS=${FFLAGS+set} 3073 3211 ac_save_FFLAGS=$FFLAGS 3074 3212 FFLAGS= 3075 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&53076 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }3213 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 3214 $as_echo_n "checking whether $F77 accepts -g... " >&6; } 3077 3215 if test "${ac_cv_prog_f77_g+set}" = set; then 3078 echo $ECHO_N "(cached) $ECHO_C" >&63216 $as_echo_n "(cached) " >&6 3079 3217 else 3080 3218 FFLAGS=-g … … 3090 3228 *) ac_try_echo=$ac_try;; 3091 3229 esac 3092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3231 $as_echo "$ac_try_echo") >&5 3093 3232 (eval "$ac_compile") 2>conftest.er1 3094 3233 ac_status=$? … … 3096 3235 rm -f conftest.er1 3097 3236 cat conftest.err >&5 3098 echo "$as_me:$LINENO: \$? = $ac_status" >&53237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3099 3238 (exit $ac_status); } && { 3100 3239 test -z "$ac_f77_werror_flag" || … … 3103 3242 ac_cv_prog_f77_g=yes 3104 3243 else 3105 echo "$as_me: failed program was:" >&53244 $as_echo "$as_me: failed program was:" >&5 3106 3245 sed 's/^/| /' conftest.$ac_ext >&5 3107 3246 … … 3112 3251 3113 3252 fi 3114 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&53115 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }3253 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 3254 $as_echo "$ac_cv_prog_f77_g" >&6; } 3116 3255 if test "$ac_test_FFLAGS" = set; then 3117 3256 FFLAGS=$ac_save_FFLAGS … … 3130 3269 fi 3131 3270 3132 G77=`test $ac_compiler_gnu = yes && echo yes` 3271 if test $ac_compiler_gnu = yes; then 3272 G77=yes 3273 else 3274 G77= 3275 fi 3133 3276 ac_ext=c 3134 3277 ac_cpp='$CPP $CPPFLAGS' … … 3157 3300 # OS/2's system install, which has a completely different semantic 3158 3301 # ./install, which can be erroneously created by make from ./install.sh. 3159 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3160 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 3302 # Reject install programs that cannot install multiple files. 3303 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3304 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3161 3305 if test -z "$INSTALL"; then 3162 3306 if test "${ac_cv_path_install+set}" = set; then 3163 echo $ECHO_N "(cached) $ECHO_C" >&63307 $as_echo_n "(cached) " >&6 3164 3308 else 3165 3309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 3190 3334 : 3191 3335 else 3192 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3193 break 3 3336 rm -rf conftest.one conftest.two conftest.dir 3337 echo one > conftest.one 3338 echo two > conftest.two 3339 mkdir conftest.dir 3340 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 3341 test -s conftest.one && test -s conftest.two && 3342 test -s conftest.dir/conftest.one && 3343 test -s conftest.dir/conftest.two 3344 then 3345 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3346 break 3 3347 fi 3194 3348 fi 3195 3349 fi … … 3198 3352 ;; 3199 3353 esac 3354 3200 3355 done 3201 3356 IFS=$as_save_IFS 3202 3357 3358 rm -rf conftest.one conftest.two conftest.dir 3203 3359 3204 3360 fi … … 3213 3369 fi 3214 3370 fi 3215 { echo "$as_me:$LINENO: result: $INSTALL" >&53216 echo "${ECHO_T}$INSTALL" >&6; }3371 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 3372 $as_echo "$INSTALL" >&6; } 3217 3373 3218 3374 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 3227 3383 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3228 3384 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3229 { echo "$as_me:$LINENO: checking for $ac_word" >&53230 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3385 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3386 $as_echo_n "checking for $ac_word... " >&6; } 3231 3387 if test "${ac_cv_prog_RANLIB+set}" = set; then 3232 echo $ECHO_N "(cached) $ECHO_C" >&63388 $as_echo_n "(cached) " >&6 3233 3389 else 3234 3390 if test -n "$RANLIB"; then … … 3243 3399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3244 3400 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3245 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53401 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3246 3402 break 2 3247 3403 fi … … 3254 3410 RANLIB=$ac_cv_prog_RANLIB 3255 3411 if test -n "$RANLIB"; then 3256 { echo "$as_me:$LINENO: result: $RANLIB" >&53257 echo "${ECHO_T}$RANLIB" >&6; }3258 else 3259 { echo "$as_me:$LINENO: result: no" >&53260 echo "${ECHO_T}no" >&6; }3412 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 3413 $as_echo "$RANLIB" >&6; } 3414 else 3415 { $as_echo "$as_me:$LINENO: result: no" >&5 3416 $as_echo "no" >&6; } 3261 3417 fi 3262 3418 … … 3267 3423 # Extract the first word of "ranlib", so it can be a program name with args. 3268 3424 set dummy ranlib; ac_word=$2 3269 { echo "$as_me:$LINENO: checking for $ac_word" >&53270 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3425 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3426 $as_echo_n "checking for $ac_word... " >&6; } 3271 3427 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3272 echo $ECHO_N "(cached) $ECHO_C" >&63428 $as_echo_n "(cached) " >&6 3273 3429 else 3274 3430 if test -n "$ac_ct_RANLIB"; then … … 3283 3439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3284 3440 ac_cv_prog_ac_ct_RANLIB="ranlib" 3285 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53441 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3286 3442 break 2 3287 3443 fi … … 3294 3450 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3295 3451 if test -n "$ac_ct_RANLIB"; then 3296 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&53297 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }3298 else 3299 { echo "$as_me:$LINENO: result: no" >&53300 echo "${ECHO_T}no" >&6; }3452 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 3453 $as_echo "$ac_ct_RANLIB" >&6; } 3454 else 3455 { $as_echo "$as_me:$LINENO: result: no" >&5 3456 $as_echo "no" >&6; } 3301 3457 fi 3302 3458 … … 3306 3462 case $cross_compiling:$ac_tool_warned in 3307 3463 yes:) 3308 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3464 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3309 3465 whose name does not start with the host triplet. If you think this 3310 3466 configuration is useful to you, please write to autoconf@gnu.org." >&5 3311 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3467 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3312 3468 whose name does not start with the host triplet. If you think this 3313 3469 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 3320 3476 fi 3321 3477 3322 { echo "$as_me:$LINENO: checking whether ln -s works" >&53323 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }3478 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 3479 $as_echo_n "checking whether ln -s works... " >&6; } 3324 3480 LN_S=$as_ln_s 3325 3481 if test "$LN_S" = "ln -s"; then 3326 { echo "$as_me:$LINENO: result: yes" >&53327 echo "${ECHO_T}yes" >&6; }3328 else 3329 { echo "$as_me:$LINENO: result: no, using $LN_S" >&53330 echo "${ECHO_T}no, using $LN_S" >&6; }3331 fi 3332 3333 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&53334 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }3482 { $as_echo "$as_me:$LINENO: result: yes" >&5 3483 $as_echo "yes" >&6; } 3484 else 3485 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 3486 $as_echo "no, using $LN_S" >&6; } 3487 fi 3488 3489 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 3490 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3335 3491 if test -z "$MKDIR_P"; then 3336 3492 if test "${ac_cv_path_mkdir+set}" = set; then 3337 echo $ECHO_N "(cached) $ECHO_C" >&63493 $as_echo_n "(cached) " >&6 3338 3494 else 3339 3495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 3370 3526 fi 3371 3527 fi 3372 { echo "$as_me:$LINENO: result: $MKDIR_P" >&53373 echo "${ECHO_T}$MKDIR_P" >&6; }3528 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 3529 $as_echo "$MKDIR_P" >&6; } 3374 3530 3375 3531 … … 3380 3536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3381 3537 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3382 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53383 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }3538 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3539 $as_echo_n "checking how to run the C preprocessor... " >&6; } 3384 3540 # On Suns, sometimes $CPP names a directory. 3385 3541 if test -n "$CPP" && test -d "$CPP"; then … … 3388 3544 if test -z "$CPP"; then 3389 3545 if test "${ac_cv_prog_CPP+set}" = set; then 3390 echo $ECHO_N "(cached) $ECHO_C" >&63546 $as_echo_n "(cached) " >&6 3391 3547 else 3392 3548 # Double quotes because CPP needs to be expanded … … 3420 3576 *) ac_try_echo=$ac_try;; 3421 3577 esac 3422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3578 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3579 $as_echo "$ac_try_echo") >&5 3423 3580 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3424 3581 ac_status=$? … … 3426 3583 rm -f conftest.er1 3427 3584 cat conftest.err >&5 3428 echo "$as_me:$LINENO: \$? = $ac_status" >&53585 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3429 3586 (exit $ac_status); } >/dev/null && { 3430 3587 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3433 3590 : 3434 3591 else 3435 echo "$as_me: failed program was:" >&53592 $as_echo "$as_me: failed program was:" >&5 3436 3593 sed 's/^/| /' conftest.$ac_ext >&5 3437 3594 … … 3457 3614 *) ac_try_echo=$ac_try;; 3458 3615 esac 3459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3617 $as_echo "$ac_try_echo") >&5 3460 3618 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3461 3619 ac_status=$? … … 3463 3621 rm -f conftest.er1 3464 3622 cat conftest.err >&5 3465 echo "$as_me:$LINENO: \$? = $ac_status" >&53623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3466 3624 (exit $ac_status); } >/dev/null && { 3467 3625 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3471 3629 continue 3472 3630 else 3473 echo "$as_me: failed program was:" >&53631 $as_echo "$as_me: failed program was:" >&5 3474 3632 sed 's/^/| /' conftest.$ac_ext >&5 3475 3633 … … 3496 3654 ac_cv_prog_CPP=$CPP 3497 3655 fi 3498 { echo "$as_me:$LINENO: result: $CPP" >&53499 echo "${ECHO_T}$CPP" >&6; }3656 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 3657 $as_echo "$CPP" >&6; } 3500 3658 ac_preproc_ok=false 3501 3659 for ac_c_preproc_warn_flag in '' yes … … 3525 3683 *) ac_try_echo=$ac_try;; 3526 3684 esac 3527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3686 $as_echo "$ac_try_echo") >&5 3528 3687 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3529 3688 ac_status=$? … … 3531 3690 rm -f conftest.er1 3532 3691 cat conftest.err >&5 3533 echo "$as_me:$LINENO: \$? = $ac_status" >&53692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3534 3693 (exit $ac_status); } >/dev/null && { 3535 3694 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3538 3697 : 3539 3698 else 3540 echo "$as_me: failed program was:" >&53699 $as_echo "$as_me: failed program was:" >&5 3541 3700 sed 's/^/| /' conftest.$ac_ext >&5 3542 3701 … … 3562 3721 *) ac_try_echo=$ac_try;; 3563 3722 esac 3564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3724 $as_echo "$ac_try_echo") >&5 3565 3725 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3566 3726 ac_status=$? … … 3568 3728 rm -f conftest.er1 3569 3729 cat conftest.err >&5 3570 echo "$as_me:$LINENO: \$? = $ac_status" >&53730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3571 3731 (exit $ac_status); } >/dev/null && { 3572 3732 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3576 3736 continue 3577 3737 else 3578 echo "$as_me: failed program was:" >&53738 $as_echo "$as_me: failed program was:" >&5 3579 3739 sed 's/^/| /' conftest.$ac_ext >&5 3580 3740 … … 3592 3752 : 3593 3753 else 3594 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check3754 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3595 3755 See \`config.log' for more details." >&5 3596 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3756 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3597 3757 See \`config.log' for more details." >&2;} 3598 3758 { (exit 1); exit 1; }; } … … 3606 3766 3607 3767 3608 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53609 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }3768 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3769 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3610 3770 if test "${ac_cv_path_GREP+set}" = set; then 3611 echo $ECHO_N "(cached) $ECHO_C" >&6 3612 else 3613 # Extract the first word of "grep ggrep" to use in msg output 3614 if test -z "$GREP"; then 3615 set dummy grep ggrep; ac_prog_name=$2 3616 if test "${ac_cv_path_GREP+set}" = set; then 3617 echo $ECHO_N "(cached) $ECHO_C" >&6 3618 else 3771 $as_echo_n "(cached) " >&6 3772 else 3773 if test -z "$GREP"; then 3619 3774 ac_path_GREP_found=false 3620 # Loop through the user's path and test for each of PROGNAME-LIST3621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3775 # Loop through the user's path and test for each of PROGNAME-LIST 3776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3622 3777 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3623 3778 do … … 3625 3780 test -z "$as_dir" && as_dir=. 3626 3781 for ac_prog in grep ggrep; do 3627 for ac_exec_ext in '' $ac_executable_extensions; do3628 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3629 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3630 3782 for ac_exec_ext in '' $ac_executable_extensions; do 3783 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3784 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3785 # Check for GNU ac_path_GREP and select it if it is found. 3631 3786 # Check for GNU $ac_path_GREP 3632 3787 case `"$ac_path_GREP" --version 2>&1` in … … 3635 3790 *) 3636 3791 ac_count=0 3637 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3792 $as_echo_n 0123456789 >"conftest.in" 3638 3793 while : 3639 3794 do … … 3641 3796 mv "conftest.tmp" "conftest.in" 3642 3797 cp "conftest.in" "conftest.nl" 3643 echo 'GREP' >> "conftest.nl"3798 $as_echo 'GREP' >> "conftest.nl" 3644 3799 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3645 3800 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3656 3811 esac 3657 3812 3658 3659 $ac_path_GREP_found && break 33813 $ac_path_GREP_found && break 3 3814 done 3660 3815 done 3661 3816 done 3662 3663 done3664 3817 IFS=$as_save_IFS 3665 3666 3667 fi 3668 3669 GREP="$ac_cv_path_GREP" 3670 if test -z "$GREP"; then 3671 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3672 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3818 if test -z "$ac_cv_path_GREP"; then 3819 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3820 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3673 3821 { (exit 1); exit 1; }; } 3674 fi 3675 3822 fi 3676 3823 else 3677 3824 ac_cv_path_GREP=$GREP 3678 3825 fi 3679 3826 3680 3681 fi 3682 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3683 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3827 fi 3828 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3829 $as_echo "$ac_cv_path_GREP" >&6; } 3684 3830 GREP="$ac_cv_path_GREP" 3685 3831 3686 3832 3687 { echo "$as_me:$LINENO: checking for egrep" >&53688 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }3833 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 3834 $as_echo_n "checking for egrep... " >&6; } 3689 3835 if test "${ac_cv_path_EGREP+set}" = set; then 3690 echo $ECHO_N "(cached) $ECHO_C" >&63836 $as_echo_n "(cached) " >&6 3691 3837 else 3692 3838 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3693 3839 then ac_cv_path_EGREP="$GREP -E" 3694 3840 else 3695 # Extract the first word of "egrep" to use in msg output 3696 if test -z "$EGREP"; then 3697 set dummy egrep; ac_prog_name=$2 3698 if test "${ac_cv_path_EGREP+set}" = set; then 3699 echo $ECHO_N "(cached) $ECHO_C" >&6 3700 else 3841 if test -z "$EGREP"; then 3701 3842 ac_path_EGREP_found=false 3702 # Loop through the user's path and test for each of PROGNAME-LIST3703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3843 # Loop through the user's path and test for each of PROGNAME-LIST 3844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3704 3845 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3705 3846 do … … 3707 3848 test -z "$as_dir" && as_dir=. 3708 3849 for ac_prog in egrep; do 3709 for ac_exec_ext in '' $ac_executable_extensions; do3710 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3711 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3712 3850 for ac_exec_ext in '' $ac_executable_extensions; do 3851 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3852 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3853 # Check for GNU ac_path_EGREP and select it if it is found. 3713 3854 # Check for GNU $ac_path_EGREP 3714 3855 case `"$ac_path_EGREP" --version 2>&1` in … … 3717 3858 *) 3718 3859 ac_count=0 3719 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3860 $as_echo_n 0123456789 >"conftest.in" 3720 3861 while : 3721 3862 do … … 3723 3864 mv "conftest.tmp" "conftest.in" 3724 3865 cp "conftest.in" "conftest.nl" 3725 echo 'EGREP' >> "conftest.nl"3866 $as_echo 'EGREP' >> "conftest.nl" 3726 3867 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3727 3868 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3738 3879 esac 3739 3880 3740 3741 $ac_path_EGREP_found && break 33881 $ac_path_EGREP_found && break 3 3882 done 3742 3883 done 3743 3884 done 3744 3745 done3746 3885 IFS=$as_save_IFS 3747 3748 3749 fi 3750 3751 EGREP="$ac_cv_path_EGREP" 3752 if test -z "$EGREP"; then 3753 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3754 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3886 if test -z "$ac_cv_path_EGREP"; then 3887 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3888 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3755 3889 { (exit 1); exit 1; }; } 3756 fi 3757 3890 fi 3758 3891 else 3759 3892 ac_cv_path_EGREP=$EGREP 3760 3893 fi 3761 3894 3762 3763 3895 fi 3764 3896 fi 3765 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&53766 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }3897 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3898 $as_echo "$ac_cv_path_EGREP" >&6; } 3767 3899 EGREP="$ac_cv_path_EGREP" 3768 3900 3769 3901 3770 { echo "$as_me:$LINENO: checking for ANSI C header files" >&53771 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }3902 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3903 $as_echo_n "checking for ANSI C header files... " >&6; } 3772 3904 if test "${ac_cv_header_stdc+set}" = set; then 3773 echo $ECHO_N "(cached) $ECHO_C" >&63905 $as_echo_n "(cached) " >&6 3774 3906 else 3775 3907 cat >conftest.$ac_ext <<_ACEOF … … 3798 3930 *) ac_try_echo=$ac_try;; 3799 3931 esac 3800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3933 $as_echo "$ac_try_echo") >&5 3801 3934 (eval "$ac_compile") 2>conftest.er1 3802 3935 ac_status=$? … … 3804 3937 rm -f conftest.er1 3805 3938 cat conftest.err >&5 3806 echo "$as_me:$LINENO: \$? = $ac_status" >&53939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3807 3940 (exit $ac_status); } && { 3808 3941 test -z "$ac_c_werror_flag" || … … 3811 3944 ac_cv_header_stdc=yes 3812 3945 else 3813 echo "$as_me: failed program was:" >&53946 $as_echo "$as_me: failed program was:" >&5 3814 3947 sed 's/^/| /' conftest.$ac_ext >&5 3815 3948 … … 3903 4036 *) ac_try_echo=$ac_try;; 3904 4037 esac 3905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4039 $as_echo "$ac_try_echo") >&5 3906 4040 (eval "$ac_link") 2>&5 3907 4041 ac_status=$? 3908 echo "$as_me:$LINENO: \$? = $ac_status" >&54042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3909 4043 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3910 4044 { (case "(($ac_try" in … … 3912 4046 *) ac_try_echo=$ac_try;; 3913 4047 esac 3914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4049 $as_echo "$ac_try_echo") >&5 3915 4050 (eval "$ac_try") 2>&5 3916 4051 ac_status=$? 3917 echo "$as_me:$LINENO: \$? = $ac_status" >&54052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3918 4053 (exit $ac_status); }; }; then 3919 4054 : 3920 4055 else 3921 echo "$as_me: program exited with status $ac_status" >&53922 echo "$as_me: failed program was:" >&54056 $as_echo "$as_me: program exited with status $ac_status" >&5 4057 $as_echo "$as_me: failed program was:" >&5 3923 4058 sed 's/^/| /' conftest.$ac_ext >&5 3924 4059 … … 3926 4061 ac_cv_header_stdc=no 3927 4062 fi 4063 rm -rf conftest.dSYM 3928 4064 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3929 4065 fi … … 3932 4068 fi 3933 4069 fi 3934 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&53935 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }4070 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4071 $as_echo "$ac_cv_header_stdc" >&6; } 3936 4072 if test $ac_cv_header_stdc = yes; then 3937 4073 … … 3942 4078 fi 3943 4079 3944 { echo "$as_me:$LINENO: checking for atol" >&53945 echo $ECHO_N "checking for atol... $ECHO_C" >&6; }4080 { $as_echo "$as_me:$LINENO: checking for atol" >&5 4081 $as_echo_n "checking for atol... " >&6; } 3946 4082 if test "${ac_cv_func_atol+set}" = set; then 3947 echo $ECHO_N "(cached) $ECHO_C" >&64083 $as_echo_n "(cached) " >&6 3948 4084 else 3949 4085 cat >conftest.$ac_ext <<_ACEOF … … 3998 4134 *) ac_try_echo=$ac_try;; 3999 4135 esac 4000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4137 $as_echo "$ac_try_echo") >&5 4001 4138 (eval "$ac_link") 2>conftest.er1 4002 4139 ac_status=$? … … 4004 4141 rm -f conftest.er1 4005 4142 cat conftest.err >&5 4006 echo "$as_me:$LINENO: \$? = $ac_status" >&54143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4007 4144 (exit $ac_status); } && { 4008 4145 test -z "$ac_c_werror_flag" || 4009 4146 test ! -s conftest.err 4010 } && test -s conftest$ac_exeext && 4011 $as_test_x conftest$ac_exeext; then 4147 } && test -s conftest$ac_exeext && { 4148 test "$cross_compiling" = yes || 4149 $as_test_x conftest$ac_exeext 4150 }; then 4012 4151 ac_cv_func_atol=yes 4013 4152 else 4014 echo "$as_me: failed program was:" >&54153 $as_echo "$as_me: failed program was:" >&5 4015 4154 sed 's/^/| /' conftest.$ac_ext >&5 4016 4155 … … 4018 4157 fi 4019 4158 4159 rm -rf conftest.dSYM 4020 4160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4021 4161 conftest$ac_exeext conftest.$ac_ext 4022 4162 fi 4023 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&54024 echo "${ECHO_T}$ac_cv_func_atol" >&6; }4163 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5 4164 $as_echo "$ac_cv_func_atol" >&6; } 4025 4165 if test $ac_cv_func_atol = yes; then 4026 4166 : 4027 4167 else 4028 { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&54029 echo "$as_me: error: oops! no atol ?!?" >&2;}4168 { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5 4169 $as_echo "$as_me: error: oops! no atol ?!?" >&2;} 4030 4170 { (exit 1); exit 1; }; } 4031 4171 fi … … 4046 4186 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4047 4187 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4048 { echo "$as_me:$LINENO: checking for $ac_word" >&54049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }4188 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4189 $as_echo_n "checking for $ac_word... " >&6; } 4050 4190 if test "${ac_cv_prog_CXX+set}" = set; then 4051 echo $ECHO_N "(cached) $ECHO_C" >&64191 $as_echo_n "(cached) " >&6 4052 4192 else 4053 4193 if test -n "$CXX"; then … … 4062 4202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4063 4203 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 4064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54204 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4065 4205 break 2 4066 4206 fi … … 4073 4213 CXX=$ac_cv_prog_CXX 4074 4214 if test -n "$CXX"; then 4075 { echo "$as_me:$LINENO: result: $CXX" >&54076 echo "${ECHO_T}$CXX" >&6; }4077 else 4078 { echo "$as_me:$LINENO: result: no" >&54079 echo "${ECHO_T}no" >&6; }4215 { $as_echo "$as_me:$LINENO: result: $CXX" >&5 4216 $as_echo "$CXX" >&6; } 4217 else 4218 { $as_echo "$as_me:$LINENO: result: no" >&5 4219 $as_echo "no" >&6; } 4080 4220 fi 4081 4221 … … 4090 4230 # Extract the first word of "$ac_prog", so it can be a program name with args. 4091 4231 set dummy $ac_prog; ac_word=$2 4092 { echo "$as_me:$LINENO: checking for $ac_word" >&54093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }4232 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4233 $as_echo_n "checking for $ac_word... " >&6; } 4094 4234 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 4095 echo $ECHO_N "(cached) $ECHO_C" >&64235 $as_echo_n "(cached) " >&6 4096 4236 else 4097 4237 if test -n "$ac_ct_CXX"; then … … 4106 4246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4107 4247 ac_cv_prog_ac_ct_CXX="$ac_prog" 4108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54248 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4109 4249 break 2 4110 4250 fi … … 4117 4257 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 4118 4258 if test -n "$ac_ct_CXX"; then 4119 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&54120 echo "${ECHO_T}$ac_ct_CXX" >&6; }4121 else 4122 { echo "$as_me:$LINENO: result: no" >&54123 echo "${ECHO_T}no" >&6; }4259 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 4260 $as_echo "$ac_ct_CXX" >&6; } 4261 else 4262 { $as_echo "$as_me:$LINENO: result: no" >&5 4263 $as_echo "no" >&6; } 4124 4264 fi 4125 4265 … … 4133 4273 case $cross_compiling:$ac_tool_warned in 4134 4274 yes:) 4135 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools4275 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4136 4276 whose name does not start with the host triplet. If you think this 4137 4277 configuration is useful to you, please write to autoconf@gnu.org." >&5 4138 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools4278 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4139 4279 whose name does not start with the host triplet. If you think this 4140 4280 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 4148 4288 fi 4149 4289 # Provide some information about the compiler. 4150 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 4151 ac_compiler=`set X $ac_compile; echo $2` 4290 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 4291 set X $ac_compile 4292 ac_compiler=$2 4152 4293 { (ac_try="$ac_compiler --version >&5" 4153 4294 case "(($ac_try" in … … 4155 4296 *) ac_try_echo=$ac_try;; 4156 4297 esac 4157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4299 $as_echo "$ac_try_echo") >&5 4158 4300 (eval "$ac_compiler --version >&5") 2>&5 4159 4301 ac_status=$? 4160 echo "$as_me:$LINENO: \$? = $ac_status" >&54302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4161 4303 (exit $ac_status); } 4162 4304 { (ac_try="$ac_compiler -v >&5" … … 4165 4307 *) ac_try_echo=$ac_try;; 4166 4308 esac 4167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4310 $as_echo "$ac_try_echo") >&5 4168 4311 (eval "$ac_compiler -v >&5") 2>&5 4169 4312 ac_status=$? 4170 echo "$as_me:$LINENO: \$? = $ac_status" >&54313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4171 4314 (exit $ac_status); } 4172 4315 { (ac_try="$ac_compiler -V >&5" … … 4175 4318 *) ac_try_echo=$ac_try;; 4176 4319 esac 4177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4321 $as_echo "$ac_try_echo") >&5 4178 4322 (eval "$ac_compiler -V >&5") 2>&5 4179 4323 ac_status=$? 4180 echo "$as_me:$LINENO: \$? = $ac_status" >&54324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4181 4325 (exit $ac_status); } 4182 4326 4183 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&54184 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }4327 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 4328 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 4185 4329 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 4186 echo $ECHO_N "(cached) $ECHO_C" >&64330 $as_echo_n "(cached) " >&6 4187 4331 else 4188 4332 cat >conftest.$ac_ext <<_ACEOF … … 4210 4354 *) ac_try_echo=$ac_try;; 4211 4355 esac 4212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4357 $as_echo "$ac_try_echo") >&5 4213 4358 (eval "$ac_compile") 2>conftest.er1 4214 4359 ac_status=$? … … 4216 4361 rm -f conftest.er1 4217 4362 cat conftest.err >&5 4218 echo "$as_me:$LINENO: \$? = $ac_status" >&54363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4219 4364 (exit $ac_status); } && { 4220 4365 test -z "$ac_cxx_werror_flag" || … … 4223 4368 ac_compiler_gnu=yes 4224 4369 else 4225 echo "$as_me: failed program was:" >&54370 $as_echo "$as_me: failed program was:" >&5 4226 4371 sed 's/^/| /' conftest.$ac_ext >&5 4227 4372 … … 4233 4378 4234 4379 fi 4235 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4236 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 4237 GXX=`test $ac_compiler_gnu = yes && echo yes` 4380 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4381 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 4382 if test $ac_compiler_gnu = yes; then 4383 GXX=yes 4384 else 4385 GXX= 4386 fi 4238 4387 ac_test_CXXFLAGS=${CXXFLAGS+set} 4239 4388 ac_save_CXXFLAGS=$CXXFLAGS 4240 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&54241 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }4389 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 4390 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 4242 4391 if test "${ac_cv_prog_cxx_g+set}" = set; then 4243 echo $ECHO_N "(cached) $ECHO_C" >&64392 $as_echo_n "(cached) " >&6 4244 4393 else 4245 4394 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 4268 4417 *) ac_try_echo=$ac_try;; 4269 4418 esac 4270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4420 $as_echo "$ac_try_echo") >&5 4271 4421 (eval "$ac_compile") 2>conftest.er1 4272 4422 ac_status=$? … … 4274 4424 rm -f conftest.er1 4275 4425 cat conftest.err >&5 4276 echo "$as_me:$LINENO: \$? = $ac_status" >&54426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4277 4427 (exit $ac_status); } && { 4278 4428 test -z "$ac_cxx_werror_flag" || … … 4281 4431 ac_cv_prog_cxx_g=yes 4282 4432 else 4283 echo "$as_me: failed program was:" >&54433 $as_echo "$as_me: failed program was:" >&5 4284 4434 sed 's/^/| /' conftest.$ac_ext >&5 4285 4435 … … 4306 4456 *) ac_try_echo=$ac_try;; 4307 4457 esac 4308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4459 $as_echo "$ac_try_echo") >&5 4309 4460 (eval "$ac_compile") 2>conftest.er1 4310 4461 ac_status=$? … … 4312 4463 rm -f conftest.er1 4313 4464 cat conftest.err >&5 4314 echo "$as_me:$LINENO: \$? = $ac_status" >&54465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4315 4466 (exit $ac_status); } && { 4316 4467 test -z "$ac_cxx_werror_flag" || … … 4319 4470 : 4320 4471 else 4321 echo "$as_me: failed program was:" >&54472 $as_echo "$as_me: failed program was:" >&5 4322 4473 sed 's/^/| /' conftest.$ac_ext >&5 4323 4474 … … 4345 4496 *) ac_try_echo=$ac_try;; 4346 4497 esac 4347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4499 $as_echo "$ac_try_echo") >&5 4348 4500 (eval "$ac_compile") 2>conftest.er1 4349 4501 ac_status=$? … … 4351 4503 rm -f conftest.er1 4352 4504 cat conftest.err >&5 4353 echo "$as_me:$LINENO: \$? = $ac_status" >&54505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4354 4506 (exit $ac_status); } && { 4355 4507 test -z "$ac_cxx_werror_flag" || … … 4358 4510 ac_cv_prog_cxx_g=yes 4359 4511 else 4360 echo "$as_me: failed program was:" >&54512 $as_echo "$as_me: failed program was:" >&5 4361 4513 sed 's/^/| /' conftest.$ac_ext >&5 4362 4514 … … 4373 4525 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4374 4526 fi 4375 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&54376 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }4527 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 4528 $as_echo "$ac_cv_prog_cxx_g" >&6; } 4377 4529 if test "$ac_test_CXXFLAGS" = set; then 4378 4530 CXXFLAGS=$ac_save_CXXFLAGS … … 4405 4557 4406 4558 4407 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&54408 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }4559 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 4560 $as_echo_n "checking for main in -lstdc++... " >&6; } 4409 4561 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 4410 echo $ECHO_N "(cached) $ECHO_C" >&64562 $as_echo_n "(cached) " >&6 4411 4563 else 4412 4564 ac_check_lib_save_LIBS=$LIBS … … 4434 4586 *) ac_try_echo=$ac_try;; 4435 4587 esac 4436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4589 $as_echo "$ac_try_echo") >&5 4437 4590 (eval "$ac_link") 2>conftest.er1 4438 4591 ac_status=$? … … 4440 4593 rm -f conftest.er1 4441 4594 cat conftest.err >&5 4442 echo "$as_me:$LINENO: \$? = $ac_status" >&54595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4443 4596 (exit $ac_status); } && { 4444 4597 test -z "$ac_cxx_werror_flag" || 4445 4598 test ! -s conftest.err 4446 } && test -s conftest$ac_exeext && 4447 $as_test_x conftest$ac_exeext; then 4599 } && test -s conftest$ac_exeext && { 4600 test "$cross_compiling" = yes || 4601 $as_test_x conftest$ac_exeext 4602 }; then 4448 4603 ac_cv_lib_stdcpp_main=yes 4449 4604 else 4450 echo "$as_me: failed program was:" >&54605 $as_echo "$as_me: failed program was:" >&5 4451 4606 sed 's/^/| /' conftest.$ac_ext >&5 4452 4607 … … 4454 4609 fi 4455 4610 4611 rm -rf conftest.dSYM 4456 4612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4457 4613 conftest$ac_exeext conftest.$ac_ext 4458 4614 LIBS=$ac_check_lib_save_LIBS 4459 4615 fi 4460 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&54461 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }4616 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 4617 $as_echo "$ac_cv_lib_stdcpp_main" >&6; } 4462 4618 if test $ac_cv_lib_stdcpp_main = yes; then 4463 4619 cat >>confdefs.h <<_ACEOF … … 4468 4624 4469 4625 else 4470 { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&54471 echo "$as_me: error: librappture requires libstdc++" >&2;}4626 { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 4627 $as_echo "$as_me: error: librappture requires libstdc++" >&2;} 4472 4628 { (exit 1); exit 1; }; } 4473 4629 fi … … 4486 4642 inttypes.h stdint.h unistd.h 4487 4643 do 4488 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`4489 { echo "$as_me:$LINENO: checking for $ac_header" >&54490 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }4644 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4645 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4646 $as_echo_n "checking for $ac_header... " >&6; } 4491 4647 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4492 echo $ECHO_N "(cached) $ECHO_C" >&64648 $as_echo_n "(cached) " >&6 4493 4649 else 4494 4650 cat >conftest.$ac_ext <<_ACEOF … … 4508 4664 *) ac_try_echo=$ac_try;; 4509 4665 esac 4510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4667 $as_echo "$ac_try_echo") >&5 4511 4668 (eval "$ac_compile") 2>conftest.er1 4512 4669 ac_status=$? … … 4514 4671 rm -f conftest.er1 4515 4672 cat conftest.err >&5 4516 echo "$as_me:$LINENO: \$? = $ac_status" >&54673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4517 4674 (exit $ac_status); } && { 4518 4675 test -z "$ac_cxx_werror_flag" || … … 4521 4678 eval "$as_ac_Header=yes" 4522 4679 else 4523 echo "$as_me: failed program was:" >&54680 $as_echo "$as_me: failed program was:" >&5 4524 4681 sed 's/^/| /' conftest.$ac_ext >&5 4525 4682 … … 4529 4686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4530 4687 fi 4531 ac_res=`eval echo '${'$as_ac_Header'}'` 4532 { echo "$as_me:$LINENO: result: $ac_res" >&5 4533 echo "${ECHO_T}$ac_res" >&6; } 4534 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4688 ac_res=`eval 'as_val=${'$as_ac_Header'} 4689 $as_echo "$as_val"'` 4690 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4691 $as_echo "$ac_res" >&6; } 4692 if test `eval 'as_val=${'$as_ac_Header'} 4693 $as_echo "$as_val"'` = yes; then 4535 4694 cat >>confdefs.h <<_ACEOF 4536 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14695 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4537 4696 _ACEOF 4538 4697 … … 4547 4706 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4548 4707 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4549 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&54550 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }4708 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4709 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 4551 4710 if test -z "$CXXCPP"; then 4552 4711 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4553 echo $ECHO_N "(cached) $ECHO_C" >&64712 $as_echo_n "(cached) " >&6 4554 4713 else 4555 4714 # Double quotes because CXXCPP needs to be expanded … … 4583 4742 *) ac_try_echo=$ac_try;; 4584 4743 esac 4585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4745 $as_echo "$ac_try_echo") >&5 4586 4746 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4587 4747 ac_status=$? … … 4589 4749 rm -f conftest.er1 4590 4750 cat conftest.err >&5 4591 echo "$as_me:$LINENO: \$? = $ac_status" >&54751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4592 4752 (exit $ac_status); } >/dev/null && { 4593 4753 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4596 4756 : 4597 4757 else 4598 echo "$as_me: failed program was:" >&54758 $as_echo "$as_me: failed program was:" >&5 4599 4759 sed 's/^/| /' conftest.$ac_ext >&5 4600 4760 … … 4620 4780 *) ac_try_echo=$ac_try;; 4621 4781 esac 4622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4783 $as_echo "$ac_try_echo") >&5 4623 4784 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4624 4785 ac_status=$? … … 4626 4787 rm -f conftest.er1 4627 4788 cat conftest.err >&5 4628 echo "$as_me:$LINENO: \$? = $ac_status" >&54789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4629 4790 (exit $ac_status); } >/dev/null && { 4630 4791 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4634 4795 continue 4635 4796 else 4636 echo "$as_me: failed program was:" >&54797 $as_echo "$as_me: failed program was:" >&5 4637 4798 sed 's/^/| /' conftest.$ac_ext >&5 4638 4799 … … 4659 4820 ac_cv_prog_CXXCPP=$CXXCPP 4660 4821 fi 4661 { echo "$as_me:$LINENO: result: $CXXCPP" >&54662 echo "${ECHO_T}$CXXCPP" >&6; }4822 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 4823 $as_echo "$CXXCPP" >&6; } 4663 4824 ac_preproc_ok=false 4664 4825 for ac_cxx_preproc_warn_flag in '' yes … … 4688 4849 *) ac_try_echo=$ac_try;; 4689 4850 esac 4690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4852 $as_echo "$ac_try_echo") >&5 4691 4853 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4692 4854 ac_status=$? … … 4694 4856 rm -f conftest.er1 4695 4857 cat conftest.err >&5 4696 echo "$as_me:$LINENO: \$? = $ac_status" >&54858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4697 4859 (exit $ac_status); } >/dev/null && { 4698 4860 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4701 4863 : 4702 4864 else 4703 echo "$as_me: failed program was:" >&54865 $as_echo "$as_me: failed program was:" >&5 4704 4866 sed 's/^/| /' conftest.$ac_ext >&5 4705 4867 … … 4725 4887 *) ac_try_echo=$ac_try;; 4726 4888 esac 4727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4890 $as_echo "$ac_try_echo") >&5 4728 4891 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4729 4892 ac_status=$? … … 4731 4894 rm -f conftest.er1 4732 4895 cat conftest.err >&5 4733 echo "$as_me:$LINENO: \$? = $ac_status" >&54896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4734 4897 (exit $ac_status); } >/dev/null && { 4735 4898 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4739 4902 continue 4740 4903 else 4741 echo "$as_me: failed program was:" >&54904 $as_echo "$as_me: failed program was:" >&5 4742 4905 sed 's/^/| /' conftest.$ac_ext >&5 4743 4906 … … 4755 4918 : 4756 4919 else 4757 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check4920 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4758 4921 See \`config.log' for more details." >&5 4759 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check4922 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4760 4923 See \`config.log' for more details." >&2;} 4761 4924 { (exit 1); exit 1; }; } … … 4772 4935 for ac_header in stack 4773 4936 do 4774 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`4937 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4775 4938 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4776 { echo "$as_me:$LINENO: checking for $ac_header" >&54777 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }4939 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4940 $as_echo_n "checking for $ac_header... " >&6; } 4778 4941 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4779 echo $ECHO_N "(cached) $ECHO_C" >&6 4780 fi 4781 ac_res=`eval echo '${'$as_ac_Header'}'` 4782 { echo "$as_me:$LINENO: result: $ac_res" >&5 4783 echo "${ECHO_T}$ac_res" >&6; } 4942 $as_echo_n "(cached) " >&6 4943 fi 4944 ac_res=`eval 'as_val=${'$as_ac_Header'} 4945 $as_echo "$as_val"'` 4946 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4947 $as_echo "$ac_res" >&6; } 4784 4948 else 4785 4949 # Is the header compilable? 4786 { echo "$as_me:$LINENO: checking $ac_header usability" >&54787 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }4950 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 4951 $as_echo_n "checking $ac_header usability... " >&6; } 4788 4952 cat >conftest.$ac_ext <<_ACEOF 4789 4953 /* confdefs.h. */ … … 4801 4965 *) ac_try_echo=$ac_try;; 4802 4966 esac 4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4968 $as_echo "$ac_try_echo") >&5 4804 4969 (eval "$ac_compile") 2>conftest.er1 4805 4970 ac_status=$? … … 4807 4972 rm -f conftest.er1 4808 4973 cat conftest.err >&5 4809 echo "$as_me:$LINENO: \$? = $ac_status" >&54974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4810 4975 (exit $ac_status); } && { 4811 4976 test -z "$ac_cxx_werror_flag" || … … 4814 4979 ac_header_compiler=yes 4815 4980 else 4816 echo "$as_me: failed program was:" >&54981 $as_echo "$as_me: failed program was:" >&5 4817 4982 sed 's/^/| /' conftest.$ac_ext >&5 4818 4983 … … 4821 4986 4822 4987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4823 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&54824 echo "${ECHO_T}$ac_header_compiler" >&6; }4988 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4989 $as_echo "$ac_header_compiler" >&6; } 4825 4990 4826 4991 # Is the header present? 4827 { echo "$as_me:$LINENO: checking $ac_header presence" >&54828 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }4992 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 4993 $as_echo_n "checking $ac_header presence... " >&6; } 4829 4994 cat >conftest.$ac_ext <<_ACEOF 4830 4995 /* confdefs.h. */ … … 4840 5005 *) ac_try_echo=$ac_try;; 4841 5006 esac 4842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5008 $as_echo "$ac_try_echo") >&5 4843 5009 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4844 5010 ac_status=$? … … 4846 5012 rm -f conftest.er1 4847 5013 cat conftest.err >&5 4848 echo "$as_me:$LINENO: \$? = $ac_status" >&55014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4849 5015 (exit $ac_status); } >/dev/null && { 4850 5016 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4853 5019 ac_header_preproc=yes 4854 5020 else 4855 echo "$as_me: failed program was:" >&55021 $as_echo "$as_me: failed program was:" >&5 4856 5022 sed 's/^/| /' conftest.$ac_ext >&5 4857 5023 … … 4860 5026 4861 5027 rm -f conftest.err conftest.$ac_ext 4862 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&54863 echo "${ECHO_T}$ac_header_preproc" >&6; }5028 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5029 $as_echo "$ac_header_preproc" >&6; } 4864 5030 4865 5031 # So? What about this header? 4866 5032 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 4867 5033 yes:no: ) 4868 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&54869 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}4870 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&54871 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5034 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5035 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5036 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5037 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4872 5038 ac_header_preproc=yes 4873 5039 ;; 4874 5040 no:yes:* ) 4875 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&54876 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}4877 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&54878 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}4879 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&54880 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}4881 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&54882 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}4883 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&54884 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}4885 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&54886 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5041 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5042 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5043 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5044 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5045 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5046 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5047 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5048 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5049 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5050 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5051 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5052 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4887 5053 ( cat <<\_ASBOX 4888 5054 ## ----------------------------------- ## … … 4893 5059 ;; 4894 5060 esac 4895 { echo "$as_me:$LINENO: checking for $ac_header" >&54896 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5061 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5062 $as_echo_n "checking for $ac_header... " >&6; } 4897 5063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4898 echo $ECHO_N "(cached) $ECHO_C" >&65064 $as_echo_n "(cached) " >&6 4899 5065 else 4900 5066 eval "$as_ac_Header=\$ac_header_preproc" 4901 5067 fi 4902 ac_res=`eval echo '${'$as_ac_Header'}'` 4903 { echo "$as_me:$LINENO: result: $ac_res" >&5 4904 echo "${ECHO_T}$ac_res" >&6; } 4905 4906 fi 4907 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5068 ac_res=`eval 'as_val=${'$as_ac_Header'} 5069 $as_echo "$as_val"'` 5070 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5071 $as_echo "$ac_res" >&6; } 5072 5073 fi 5074 if test `eval 'as_val=${'$as_ac_Header'} 5075 $as_echo "$as_val"'` = yes; then 4908 5076 cat >>confdefs.h <<_ACEOF 4909 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14910 _ACEOF 4911 4912 else 4913 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&54914 echo "$as_me: WARNING: STL classes missing ?" >&2;}5077 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5078 _ACEOF 5079 5080 else 5081 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5082 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 4915 5083 fi 4916 5084 … … 4920 5088 for ac_header in string 4921 5089 do 4922 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5090 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4923 5091 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4924 { echo "$as_me:$LINENO: checking for $ac_header" >&54925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5092 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5093 $as_echo_n "checking for $ac_header... " >&6; } 4926 5094 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4927 echo $ECHO_N "(cached) $ECHO_C" >&6 4928 fi 4929 ac_res=`eval echo '${'$as_ac_Header'}'` 4930 { echo "$as_me:$LINENO: result: $ac_res" >&5 4931 echo "${ECHO_T}$ac_res" >&6; } 5095 $as_echo_n "(cached) " >&6 5096 fi 5097 ac_res=`eval 'as_val=${'$as_ac_Header'} 5098 $as_echo "$as_val"'` 5099 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5100 $as_echo "$ac_res" >&6; } 4932 5101 else 4933 5102 # Is the header compilable? 4934 { echo "$as_me:$LINENO: checking $ac_header usability" >&54935 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5103 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5104 $as_echo_n "checking $ac_header usability... " >&6; } 4936 5105 cat >conftest.$ac_ext <<_ACEOF 4937 5106 /* confdefs.h. */ … … 4949 5118 *) ac_try_echo=$ac_try;; 4950 5119 esac 4951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5121 $as_echo "$ac_try_echo") >&5 4952 5122 (eval "$ac_compile") 2>conftest.er1 4953 5123 ac_status=$? … … 4955 5125 rm -f conftest.er1 4956 5126 cat conftest.err >&5 4957 echo "$as_me:$LINENO: \$? = $ac_status" >&55127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4958 5128 (exit $ac_status); } && { 4959 5129 test -z "$ac_cxx_werror_flag" || … … 4962 5132 ac_header_compiler=yes 4963 5133 else 4964 echo "$as_me: failed program was:" >&55134 $as_echo "$as_me: failed program was:" >&5 4965 5135 sed 's/^/| /' conftest.$ac_ext >&5 4966 5136 … … 4969 5139 4970 5140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4971 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&54972 echo "${ECHO_T}$ac_header_compiler" >&6; }5141 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5142 $as_echo "$ac_header_compiler" >&6; } 4973 5143 4974 5144 # Is the header present? 4975 { echo "$as_me:$LINENO: checking $ac_header presence" >&54976 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5145 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5146 $as_echo_n "checking $ac_header presence... " >&6; } 4977 5147 cat >conftest.$ac_ext <<_ACEOF 4978 5148 /* confdefs.h. */ … … 4988 5158 *) ac_try_echo=$ac_try;; 4989 5159 esac 4990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5161 $as_echo "$ac_try_echo") >&5 4991 5162 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4992 5163 ac_status=$? … … 4994 5165 rm -f conftest.er1 4995 5166 cat conftest.err >&5 4996 echo "$as_me:$LINENO: \$? = $ac_status" >&55167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4997 5168 (exit $ac_status); } >/dev/null && { 4998 5169 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5001 5172 ac_header_preproc=yes 5002 5173 else 5003 echo "$as_me: failed program was:" >&55174 $as_echo "$as_me: failed program was:" >&5 5004 5175 sed 's/^/| /' conftest.$ac_ext >&5 5005 5176 … … 5008 5179 5009 5180 rm -f conftest.err conftest.$ac_ext 5010 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55011 echo "${ECHO_T}$ac_header_preproc" >&6; }5181 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5182 $as_echo "$ac_header_preproc" >&6; } 5012 5183 5013 5184 # So? What about this header? 5014 5185 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5015 5186 yes:no: ) 5016 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55017 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5018 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55019 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5187 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5188 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5189 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5190 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5020 5191 ac_header_preproc=yes 5021 5192 ;; 5022 5193 no:yes:* ) 5023 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55024 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5025 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55026 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5027 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55028 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5029 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55030 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5031 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55032 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5033 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55034 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5194 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5195 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5196 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5197 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5198 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5199 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5200 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5201 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5202 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5203 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5204 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5205 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5035 5206 ( cat <<\_ASBOX 5036 5207 ## ----------------------------------- ## … … 5041 5212 ;; 5042 5213 esac 5043 { echo "$as_me:$LINENO: checking for $ac_header" >&55044 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5214 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5215 $as_echo_n "checking for $ac_header... " >&6; } 5045 5216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5046 echo $ECHO_N "(cached) $ECHO_C" >&65217 $as_echo_n "(cached) " >&6 5047 5218 else 5048 5219 eval "$as_ac_Header=\$ac_header_preproc" 5049 5220 fi 5050 ac_res=`eval echo '${'$as_ac_Header'}'` 5051 { echo "$as_me:$LINENO: result: $ac_res" >&5 5052 echo "${ECHO_T}$ac_res" >&6; } 5053 5054 fi 5055 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5221 ac_res=`eval 'as_val=${'$as_ac_Header'} 5222 $as_echo "$as_val"'` 5223 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5224 $as_echo "$ac_res" >&6; } 5225 5226 fi 5227 if test `eval 'as_val=${'$as_ac_Header'} 5228 $as_echo "$as_val"'` = yes; then 5056 5229 cat >>confdefs.h <<_ACEOF 5057 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15058 _ACEOF 5059 5060 else 5061 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55062 echo "$as_me: WARNING: STL classes missing ?" >&2;}5230 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5231 _ACEOF 5232 5233 else 5234 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5235 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5063 5236 fi 5064 5237 … … 5068 5241 for ac_header in list 5069 5242 do 5070 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5243 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5071 5244 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5072 { echo "$as_me:$LINENO: checking for $ac_header" >&55073 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5245 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5246 $as_echo_n "checking for $ac_header... " >&6; } 5074 5247 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5075 echo $ECHO_N "(cached) $ECHO_C" >&6 5076 fi 5077 ac_res=`eval echo '${'$as_ac_Header'}'` 5078 { echo "$as_me:$LINENO: result: $ac_res" >&5 5079 echo "${ECHO_T}$ac_res" >&6; } 5248 $as_echo_n "(cached) " >&6 5249 fi 5250 ac_res=`eval 'as_val=${'$as_ac_Header'} 5251 $as_echo "$as_val"'` 5252 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5253 $as_echo "$ac_res" >&6; } 5080 5254 else 5081 5255 # Is the header compilable? 5082 { echo "$as_me:$LINENO: checking $ac_header usability" >&55083 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5256 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5257 $as_echo_n "checking $ac_header usability... " >&6; } 5084 5258 cat >conftest.$ac_ext <<_ACEOF 5085 5259 /* confdefs.h. */ … … 5097 5271 *) ac_try_echo=$ac_try;; 5098 5272 esac 5099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5274 $as_echo "$ac_try_echo") >&5 5100 5275 (eval "$ac_compile") 2>conftest.er1 5101 5276 ac_status=$? … … 5103 5278 rm -f conftest.er1 5104 5279 cat conftest.err >&5 5105 echo "$as_me:$LINENO: \$? = $ac_status" >&55280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5106 5281 (exit $ac_status); } && { 5107 5282 test -z "$ac_cxx_werror_flag" || … … 5110 5285 ac_header_compiler=yes 5111 5286 else 5112 echo "$as_me: failed program was:" >&55287 $as_echo "$as_me: failed program was:" >&5 5113 5288 sed 's/^/| /' conftest.$ac_ext >&5 5114 5289 … … 5117 5292 5118 5293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5119 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55120 echo "${ECHO_T}$ac_header_compiler" >&6; }5294 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5295 $as_echo "$ac_header_compiler" >&6; } 5121 5296 5122 5297 # Is the header present? 5123 { echo "$as_me:$LINENO: checking $ac_header presence" >&55124 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5298 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5299 $as_echo_n "checking $ac_header presence... " >&6; } 5125 5300 cat >conftest.$ac_ext <<_ACEOF 5126 5301 /* confdefs.h. */ … … 5136 5311 *) ac_try_echo=$ac_try;; 5137 5312 esac 5138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5314 $as_echo "$ac_try_echo") >&5 5139 5315 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5140 5316 ac_status=$? … … 5142 5318 rm -f conftest.er1 5143 5319 cat conftest.err >&5 5144 echo "$as_me:$LINENO: \$? = $ac_status" >&55320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5145 5321 (exit $ac_status); } >/dev/null && { 5146 5322 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5149 5325 ac_header_preproc=yes 5150 5326 else 5151 echo "$as_me: failed program was:" >&55327 $as_echo "$as_me: failed program was:" >&5 5152 5328 sed 's/^/| /' conftest.$ac_ext >&5 5153 5329 … … 5156 5332 5157 5333 rm -f conftest.err conftest.$ac_ext 5158 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55159 echo "${ECHO_T}$ac_header_preproc" >&6; }5334 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5335 $as_echo "$ac_header_preproc" >&6; } 5160 5336 5161 5337 # So? What about this header? 5162 5338 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5163 5339 yes:no: ) 5164 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55165 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5166 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55167 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5340 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5341 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5342 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5343 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5168 5344 ac_header_preproc=yes 5169 5345 ;; 5170 5346 no:yes:* ) 5171 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55172 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5173 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55174 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5175 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55176 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5177 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55178 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5179 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55180 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5181 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55182 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5347 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5348 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5349 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5350 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5351 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5352 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5353 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5354 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5355 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5356 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5357 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5358 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5183 5359 ( cat <<\_ASBOX 5184 5360 ## ----------------------------------- ## … … 5189 5365 ;; 5190 5366 esac 5191 { echo "$as_me:$LINENO: checking for $ac_header" >&55192 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5367 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5368 $as_echo_n "checking for $ac_header... " >&6; } 5193 5369 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5194 echo $ECHO_N "(cached) $ECHO_C" >&65370 $as_echo_n "(cached) " >&6 5195 5371 else 5196 5372 eval "$as_ac_Header=\$ac_header_preproc" 5197 5373 fi 5198 ac_res=`eval echo '${'$as_ac_Header'}'` 5199 { echo "$as_me:$LINENO: result: $ac_res" >&5 5200 echo "${ECHO_T}$ac_res" >&6; } 5201 5202 fi 5203 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5374 ac_res=`eval 'as_val=${'$as_ac_Header'} 5375 $as_echo "$as_val"'` 5376 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5377 $as_echo "$ac_res" >&6; } 5378 5379 fi 5380 if test `eval 'as_val=${'$as_ac_Header'} 5381 $as_echo "$as_val"'` = yes; then 5204 5382 cat >>confdefs.h <<_ACEOF 5205 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15206 _ACEOF 5207 5208 else 5209 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55210 echo "$as_me: WARNING: STL classes missing ?" >&2;}5383 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5384 _ACEOF 5385 5386 else 5387 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5388 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5211 5389 fi 5212 5390 … … 5216 5394 for ac_header in vector 5217 5395 do 5218 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5396 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5219 5397 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5220 { echo "$as_me:$LINENO: checking for $ac_header" >&55221 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5398 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5399 $as_echo_n "checking for $ac_header... " >&6; } 5222 5400 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5223 echo $ECHO_N "(cached) $ECHO_C" >&6 5224 fi 5225 ac_res=`eval echo '${'$as_ac_Header'}'` 5226 { echo "$as_me:$LINENO: result: $ac_res" >&5 5227 echo "${ECHO_T}$ac_res" >&6; } 5401 $as_echo_n "(cached) " >&6 5402 fi 5403 ac_res=`eval 'as_val=${'$as_ac_Header'} 5404 $as_echo "$as_val"'` 5405 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5406 $as_echo "$ac_res" >&6; } 5228 5407 else 5229 5408 # Is the header compilable? 5230 { echo "$as_me:$LINENO: checking $ac_header usability" >&55231 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5409 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5410 $as_echo_n "checking $ac_header usability... " >&6; } 5232 5411 cat >conftest.$ac_ext <<_ACEOF 5233 5412 /* confdefs.h. */ … … 5245 5424 *) ac_try_echo=$ac_try;; 5246 5425 esac 5247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5427 $as_echo "$ac_try_echo") >&5 5248 5428 (eval "$ac_compile") 2>conftest.er1 5249 5429 ac_status=$? … … 5251 5431 rm -f conftest.er1 5252 5432 cat conftest.err >&5 5253 echo "$as_me:$LINENO: \$? = $ac_status" >&55433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5254 5434 (exit $ac_status); } && { 5255 5435 test -z "$ac_cxx_werror_flag" || … … 5258 5438 ac_header_compiler=yes 5259 5439 else 5260 echo "$as_me: failed program was:" >&55440 $as_echo "$as_me: failed program was:" >&5 5261 5441 sed 's/^/| /' conftest.$ac_ext >&5 5262 5442 … … 5265 5445 5266 5446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5267 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55268 echo "${ECHO_T}$ac_header_compiler" >&6; }5447 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5448 $as_echo "$ac_header_compiler" >&6; } 5269 5449 5270 5450 # Is the header present? 5271 { echo "$as_me:$LINENO: checking $ac_header presence" >&55272 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5451 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5452 $as_echo_n "checking $ac_header presence... " >&6; } 5273 5453 cat >conftest.$ac_ext <<_ACEOF 5274 5454 /* confdefs.h. */ … … 5284 5464 *) ac_try_echo=$ac_try;; 5285 5465 esac 5286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5467 $as_echo "$ac_try_echo") >&5 5287 5468 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5288 5469 ac_status=$? … … 5290 5471 rm -f conftest.er1 5291 5472 cat conftest.err >&5 5292 echo "$as_me:$LINENO: \$? = $ac_status" >&55473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5293 5474 (exit $ac_status); } >/dev/null && { 5294 5475 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5297 5478 ac_header_preproc=yes 5298 5479 else 5299 echo "$as_me: failed program was:" >&55480 $as_echo "$as_me: failed program was:" >&5 5300 5481 sed 's/^/| /' conftest.$ac_ext >&5 5301 5482 … … 5304 5485 5305 5486 rm -f conftest.err conftest.$ac_ext 5306 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55307 echo "${ECHO_T}$ac_header_preproc" >&6; }5487 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5488 $as_echo "$ac_header_preproc" >&6; } 5308 5489 5309 5490 # So? What about this header? 5310 5491 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5311 5492 yes:no: ) 5312 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55313 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5314 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55315 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5493 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5494 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5495 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5496 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5316 5497 ac_header_preproc=yes 5317 5498 ;; 5318 5499 no:yes:* ) 5319 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55320 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5321 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55322 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5323 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55324 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5325 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55326 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5327 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55328 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5329 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55330 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5500 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5501 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5502 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5503 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5504 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5505 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5506 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5507 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5508 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5509 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5510 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5511 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5331 5512 ( cat <<\_ASBOX 5332 5513 ## ----------------------------------- ## … … 5337 5518 ;; 5338 5519 esac 5339 { echo "$as_me:$LINENO: checking for $ac_header" >&55340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5520 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5521 $as_echo_n "checking for $ac_header... " >&6; } 5341 5522 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5342 echo $ECHO_N "(cached) $ECHO_C" >&65523 $as_echo_n "(cached) " >&6 5343 5524 else 5344 5525 eval "$as_ac_Header=\$ac_header_preproc" 5345 5526 fi 5346 ac_res=`eval echo '${'$as_ac_Header'}'` 5347 { echo "$as_me:$LINENO: result: $ac_res" >&5 5348 echo "${ECHO_T}$ac_res" >&6; } 5349 5350 fi 5351 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5527 ac_res=`eval 'as_val=${'$as_ac_Header'} 5528 $as_echo "$as_val"'` 5529 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5530 $as_echo "$ac_res" >&6; } 5531 5532 fi 5533 if test `eval 'as_val=${'$as_ac_Header'} 5534 $as_echo "$as_val"'` = yes; then 5352 5535 cat >>confdefs.h <<_ACEOF 5353 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15354 _ACEOF 5355 5356 else 5357 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55358 echo "$as_me: WARNING: STL classes missing ?" >&2;}5536 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5537 _ACEOF 5538 5539 else 5540 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5541 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5359 5542 fi 5360 5543 … … 5371 5554 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5372 5555 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5373 { echo "$as_me:$LINENO: checking for $ac_word" >&55374 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5557 $as_echo_n "checking for $ac_word... " >&6; } 5375 5558 if test "${ac_cv_prog_F77+set}" = set; then 5376 echo $ECHO_N "(cached) $ECHO_C" >&65559 $as_echo_n "(cached) " >&6 5377 5560 else 5378 5561 if test -n "$F77"; then … … 5387 5570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5388 5571 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 5389 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5390 5573 break 2 5391 5574 fi … … 5398 5581 F77=$ac_cv_prog_F77 5399 5582 if test -n "$F77"; then 5400 { echo "$as_me:$LINENO: result: $F77" >&55401 echo "${ECHO_T}$F77" >&6; }5402 else 5403 { echo "$as_me:$LINENO: result: no" >&55404 echo "${ECHO_T}no" >&6; }5583 { $as_echo "$as_me:$LINENO: result: $F77" >&5 5584 $as_echo "$F77" >&6; } 5585 else 5586 { $as_echo "$as_me:$LINENO: result: no" >&5 5587 $as_echo "no" >&6; } 5405 5588 fi 5406 5589 … … 5415 5598 # Extract the first word of "$ac_prog", so it can be a program name with args. 5416 5599 set dummy $ac_prog; ac_word=$2 5417 { echo "$as_me:$LINENO: checking for $ac_word" >&55418 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5601 $as_echo_n "checking for $ac_word... " >&6; } 5419 5602 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 5420 echo $ECHO_N "(cached) $ECHO_C" >&65603 $as_echo_n "(cached) " >&6 5421 5604 else 5422 5605 if test -n "$ac_ct_F77"; then … … 5431 5614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5432 5615 ac_cv_prog_ac_ct_F77="$ac_prog" 5433 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55616 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5434 5617 break 2 5435 5618 fi … … 5442 5625 ac_ct_F77=$ac_cv_prog_ac_ct_F77 5443 5626 if test -n "$ac_ct_F77"; then 5444 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&55445 echo "${ECHO_T}$ac_ct_F77" >&6; }5446 else 5447 { echo "$as_me:$LINENO: result: no" >&55448 echo "${ECHO_T}no" >&6; }5627 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 5628 $as_echo "$ac_ct_F77" >&6; } 5629 else 5630 { $as_echo "$as_me:$LINENO: result: no" >&5 5631 $as_echo "no" >&6; } 5449 5632 fi 5450 5633 … … 5458 5641 case $cross_compiling:$ac_tool_warned in 5459 5642 yes:) 5460 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools5643 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5461 5644 whose name does not start with the host triplet. If you think this 5462 5645 configuration is useful to you, please write to autoconf@gnu.org." >&5 5463 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools5646 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5464 5647 whose name does not start with the host triplet. If you think this 5465 5648 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 5472 5655 5473 5656 # Provide some information about the compiler. 5474 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 5475 ac_compiler=`set X $ac_compile; echo $2` 5657 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 5658 set X $ac_compile 5659 ac_compiler=$2 5476 5660 { (ac_try="$ac_compiler --version >&5" 5477 5661 case "(($ac_try" in … … 5479 5663 *) ac_try_echo=$ac_try;; 5480 5664 esac 5481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5666 $as_echo "$ac_try_echo") >&5 5482 5667 (eval "$ac_compiler --version >&5") 2>&5 5483 5668 ac_status=$? 5484 echo "$as_me:$LINENO: \$? = $ac_status" >&55669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5485 5670 (exit $ac_status); } 5486 5671 { (ac_try="$ac_compiler -v >&5" … … 5489 5674 *) ac_try_echo=$ac_try;; 5490 5675 esac 5491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5677 $as_echo "$ac_try_echo") >&5 5492 5678 (eval "$ac_compiler -v >&5") 2>&5 5493 5679 ac_status=$? 5494 echo "$as_me:$LINENO: \$? = $ac_status" >&55680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5495 5681 (exit $ac_status); } 5496 5682 { (ac_try="$ac_compiler -V >&5" … … 5499 5685 *) ac_try_echo=$ac_try;; 5500 5686 esac 5501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5688 $as_echo "$ac_try_echo") >&5 5502 5689 (eval "$ac_compiler -V >&5") 2>&5 5503 5690 ac_status=$? 5504 echo "$as_me:$LINENO: \$? = $ac_status" >&55691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5505 5692 (exit $ac_status); } 5506 5693 rm -f a.out … … 5510 5697 ac_save_ext=$ac_ext 5511 5698 ac_ext=F 5512 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&55513 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }5699 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 5700 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } 5514 5701 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 5515 echo $ECHO_N "(cached) $ECHO_C" >&65702 $as_echo_n "(cached) " >&6 5516 5703 else 5517 5704 cat >conftest.$ac_ext <<_ACEOF … … 5529 5716 *) ac_try_echo=$ac_try;; 5530 5717 esac 5531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5719 $as_echo "$ac_try_echo") >&5 5532 5720 (eval "$ac_compile") 2>conftest.er1 5533 5721 ac_status=$? … … 5535 5723 rm -f conftest.er1 5536 5724 cat conftest.err >&5 5537 echo "$as_me:$LINENO: \$? = $ac_status" >&55725 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5538 5726 (exit $ac_status); } && { 5539 5727 test -z "$ac_f77_werror_flag" || … … 5542 5730 ac_compiler_gnu=yes 5543 5731 else 5544 echo "$as_me: failed program was:" >&55732 $as_echo "$as_me: failed program was:" >&5 5545 5733 sed 's/^/| /' conftest.$ac_ext >&5 5546 5734 … … 5552 5740 5553 5741 fi 5554 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&55555 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }5742 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 5743 $as_echo "$ac_cv_f77_compiler_gnu" >&6; } 5556 5744 ac_ext=$ac_save_ext 5557 5745 ac_test_FFLAGS=${FFLAGS+set} 5558 5746 ac_save_FFLAGS=$FFLAGS 5559 5747 FFLAGS= 5560 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&55561 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }5748 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 5749 $as_echo_n "checking whether $F77 accepts -g... " >&6; } 5562 5750 if test "${ac_cv_prog_f77_g+set}" = set; then 5563 echo $ECHO_N "(cached) $ECHO_C" >&65751 $as_echo_n "(cached) " >&6 5564 5752 else 5565 5753 FFLAGS=-g … … 5575 5763 *) ac_try_echo=$ac_try;; 5576 5764 esac 5577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5766 $as_echo "$ac_try_echo") >&5 5578 5767 (eval "$ac_compile") 2>conftest.er1 5579 5768 ac_status=$? … … 5581 5770 rm -f conftest.er1 5582 5771 cat conftest.err >&5 5583 echo "$as_me:$LINENO: \$? = $ac_status" >&55772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5584 5773 (exit $ac_status); } && { 5585 5774 test -z "$ac_f77_werror_flag" || … … 5588 5777 ac_cv_prog_f77_g=yes 5589 5778 else 5590 echo "$as_me: failed program was:" >&55779 $as_echo "$as_me: failed program was:" >&5 5591 5780 sed 's/^/| /' conftest.$ac_ext >&5 5592 5781 … … 5597 5786 5598 5787 fi 5599 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&55600 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }5788 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 5789 $as_echo "$ac_cv_prog_f77_g" >&6; } 5601 5790 if test "$ac_test_FFLAGS" = set; then 5602 5791 FFLAGS=$ac_save_FFLAGS … … 5615 5804 fi 5616 5805 5617 G77=`test $ac_compiler_gnu = yes && echo yes` 5806 if test $ac_compiler_gnu = yes; then 5807 G77=yes 5808 else 5809 G77= 5810 fi 5618 5811 ac_ext=cpp 5619 5812 ac_cpp='$CXXCPP $CPPFLAGS' … … 5627 5820 # Step 0.a: Enable 64 bit support? 5628 5821 5629 { echo "$as_me:$LINENO: checking if 64bit support is requested" >&55630 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }5822 { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5 5823 $as_echo_n "checking if 64bit support is requested... " >&6; } 5631 5824 # Check whether --enable-64bit was given. 5632 5825 if test "${enable_64bit+set}" = set; then … … 5636 5829 fi 5637 5830 5638 { echo "$as_me:$LINENO: result: $do64bit" >&55639 echo "${ECHO_T}$do64bit" >&6; }5831 { $as_echo "$as_me:$LINENO: result: $do64bit" >&5 5832 $as_echo "$do64bit" >&6; } 5640 5833 5641 5834 # Step 0.b: Enable Solaris 64 bit VIS support? 5642 5835 5643 { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&55644 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }5836 { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5 5837 $as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; } 5645 5838 # Check whether --enable-64bit-vis was given. 5646 5839 if test "${enable_64bit_vis+set}" = set; then … … 5650 5843 fi 5651 5844 5652 { echo "$as_me:$LINENO: result: $do64bitVIS" >&55653 echo "${ECHO_T}$do64bitVIS" >&6; }5845 { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5 5846 $as_echo "$do64bitVIS" >&6; } 5654 5847 5655 5848 if test "$do64bitVIS" = "yes"; then … … 5662 5855 5663 5856 5664 { echo "$as_me:$LINENO: checking system version" >&55665 echo $ECHO_N "checking system version... $ECHO_C" >&6; }5857 { $as_echo "$as_me:$LINENO: checking system version" >&5 5858 $as_echo_n "checking system version... " >&6; } 5666 5859 if test "${tcl_cv_sys_version+set}" = set; then 5667 echo $ECHO_N "(cached) $ECHO_C" >&65860 $as_echo_n "(cached) " >&6 5668 5861 else 5669 5862 … … 5673 5866 tcl_cv_sys_version=`uname -s`-`uname -r` 5674 5867 if test "$?" -ne 0 ; then 5675 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&55676 echo "$as_me: WARNING: can't find uname command" >&2;}5868 { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5 5869 $as_echo "$as_me: WARNING: can't find uname command" >&2;} 5677 5870 tcl_cv_sys_version=unknown 5678 5871 else … … 5690 5883 5691 5884 fi 5692 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&55693 echo "${ECHO_T}$tcl_cv_sys_version" >&6; }5885 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5 5886 $as_echo "$tcl_cv_sys_version" >&6; } 5694 5887 system=$tcl_cv_sys_version 5695 5888 … … 5698 5891 # Linux can use either -ldl or -ldld for dynamic loading. 5699 5892 5700 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&55701 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }5893 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 5894 $as_echo_n "checking for dlopen in -ldl... " >&6; } 5702 5895 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 5703 echo $ECHO_N "(cached) $ECHO_C" >&65896 $as_echo_n "(cached) " >&6 5704 5897 else 5705 5898 ac_check_lib_save_LIBS=$LIBS … … 5733 5926 *) ac_try_echo=$ac_try;; 5734 5927 esac 5735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5929 $as_echo "$ac_try_echo") >&5 5736 5930 (eval "$ac_link") 2>conftest.er1 5737 5931 ac_status=$? … … 5739 5933 rm -f conftest.er1 5740 5934 cat conftest.err >&5 5741 echo "$as_me:$LINENO: \$? = $ac_status" >&55935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5742 5936 (exit $ac_status); } && { 5743 5937 test -z "$ac_cxx_werror_flag" || 5744 5938 test ! -s conftest.err 5745 } && test -s conftest$ac_exeext && 5746 $as_test_x conftest$ac_exeext; then 5939 } && test -s conftest$ac_exeext && { 5940 test "$cross_compiling" = yes || 5941 $as_test_x conftest$ac_exeext 5942 }; then 5747 5943 ac_cv_lib_dl_dlopen=yes 5748 5944 else 5749 echo "$as_me: failed program was:" >&55945 $as_echo "$as_me: failed program was:" >&5 5750 5946 sed 's/^/| /' conftest.$ac_ext >&5 5751 5947 … … 5753 5949 fi 5754 5950 5951 rm -rf conftest.dSYM 5755 5952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5756 5953 conftest$ac_exeext conftest.$ac_ext 5757 5954 LIBS=$ac_check_lib_save_LIBS 5758 5955 fi 5759 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&55760 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }5956 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 5957 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 5761 5958 if test $ac_cv_lib_dl_dlopen = yes; then 5762 5959 have_dl=yes … … 5791 5988 # Extract the first word of "ar", so it can be a program name with args. 5792 5989 set dummy ar; ac_word=$2 5793 { echo "$as_me:$LINENO: checking for $ac_word" >&55794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5990 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5991 $as_echo_n "checking for $ac_word... " >&6; } 5795 5992 if test "${ac_cv_prog_AR+set}" = set; then 5796 echo $ECHO_N "(cached) $ECHO_C" >&65993 $as_echo_n "(cached) " >&6 5797 5994 else 5798 5995 if test -n "$AR"; then … … 5807 6004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5808 6005 ac_cv_prog_AR="ar" 5809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56006 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5810 6007 break 2 5811 6008 fi … … 5818 6015 AR=$ac_cv_prog_AR 5819 6016 if test -n "$AR"; then 5820 { echo "$as_me:$LINENO: result: $AR" >&55821 echo "${ECHO_T}$AR" >&6; }5822 else 5823 { echo "$as_me:$LINENO: result: no" >&55824 echo "${ECHO_T}no" >&6; }6017 { $as_echo "$as_me:$LINENO: result: $AR" >&5 6018 $as_echo "$AR" >&6; } 6019 else 6020 { $as_echo "$as_me:$LINENO: result: no" >&5 6021 $as_echo "no" >&6; } 5825 6022 fi 5826 6023 5827 6024 5828 6025 if test "${AR}" = "" ; then 5829 { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&55830 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}6026 { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5 6027 $as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;} 5831 6028 { (exit 1); exit 1; }; } 5832 6029 fi … … 5847 6044 ;; 5848 6045 esac 5849 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&55850 echo "${ECHO_T}Using $CC for compiling with threads" >&6; }6046 { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5 6047 $as_echo "Using $CC for compiling with threads" >&6; } 5851 6048 fi 5852 6049 LIBS="$LIBS -lc" … … 5863 6060 if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then 5864 6061 if test "$GCC" = "yes" ; then 5865 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&55866 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}6062 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 6063 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 5867 6064 else 5868 6065 do64bit_ok=yes … … 5918 6115 # known GMT value. 5919 6116 5920 { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&55921 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }6117 { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5 6118 $as_echo_n "checking for gettimeofday in -lbsd... " >&6; } 5922 6119 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 5923 echo $ECHO_N "(cached) $ECHO_C" >&66120 $as_echo_n "(cached) " >&6 5924 6121 else 5925 6122 ac_check_lib_save_LIBS=$LIBS … … 5953 6150 *) ac_try_echo=$ac_try;; 5954 6151 esac 5955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6153 $as_echo "$ac_try_echo") >&5 5956 6154 (eval "$ac_link") 2>conftest.er1 5957 6155 ac_status=$? … … 5959 6157 rm -f conftest.er1 5960 6158 cat conftest.err >&5 5961 echo "$as_me:$LINENO: \$? = $ac_status" >&56159 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5962 6160 (exit $ac_status); } && { 5963 6161 test -z "$ac_cxx_werror_flag" || 5964 6162 test ! -s conftest.err 5965 } && test -s conftest$ac_exeext && 5966 $as_test_x conftest$ac_exeext; then 6163 } && test -s conftest$ac_exeext && { 6164 test "$cross_compiling" = yes || 6165 $as_test_x conftest$ac_exeext 6166 }; then 5967 6167 ac_cv_lib_bsd_gettimeofday=yes 5968 6168 else 5969 echo "$as_me: failed program was:" >&56169 $as_echo "$as_me: failed program was:" >&5 5970 6170 sed 's/^/| /' conftest.$ac_ext >&5 5971 6171 … … 5973 6173 fi 5974 6174 6175 rm -rf conftest.dSYM 5975 6176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5976 6177 conftest$ac_exeext conftest.$ac_ext 5977 6178 LIBS=$ac_check_lib_save_LIBS 5978 6179 fi 5979 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&55980 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }6180 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5 6181 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; } 5981 6182 if test $ac_cv_lib_bsd_gettimeofday = yes; then 5982 6183 libbsd=yes … … 6006 6207 # is always linked to, for compatibility. 6007 6208 #----------------------------------------------------------- 6008 { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&56009 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }6209 { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5 6210 $as_echo_n "checking for inet_ntoa in -lbind... " >&6; } 6010 6211 if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then 6011 echo $ECHO_N "(cached) $ECHO_C" >&66212 $as_echo_n "(cached) " >&6 6012 6213 else 6013 6214 ac_check_lib_save_LIBS=$LIBS … … 6041 6242 *) ac_try_echo=$ac_try;; 6042 6243 esac 6043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6245 $as_echo "$ac_try_echo") >&5 6044 6246 (eval "$ac_link") 2>conftest.er1 6045 6247 ac_status=$? … … 6047 6249 rm -f conftest.er1 6048 6250 cat conftest.err >&5 6049 echo "$as_me:$LINENO: \$? = $ac_status" >&56251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6050 6252 (exit $ac_status); } && { 6051 6253 test -z "$ac_cxx_werror_flag" || 6052 6254 test ! -s conftest.err 6053 } && test -s conftest$ac_exeext && 6054 $as_test_x conftest$ac_exeext; then 6255 } && test -s conftest$ac_exeext && { 6256 test "$cross_compiling" = yes || 6257 $as_test_x conftest$ac_exeext 6258 }; then 6055 6259 ac_cv_lib_bind_inet_ntoa=yes 6056 6260 else 6057 echo "$as_me: failed program was:" >&56261 $as_echo "$as_me: failed program was:" >&5 6058 6262 sed 's/^/| /' conftest.$ac_ext >&5 6059 6263 … … 6061 6265 fi 6062 6266 6267 rm -rf conftest.dSYM 6063 6268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6064 6269 conftest$ac_exeext conftest.$ac_ext 6065 6270 LIBS=$ac_check_lib_save_LIBS 6066 6271 fi 6067 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&56068 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }6272 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5 6273 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; } 6069 6274 if test $ac_cv_lib_bind_inet_ntoa = yes; then 6070 6275 LIBS="$LIBS -lbind -lsocket" … … 6120 6325 SHLIB_SUFFIX=".sl" 6121 6326 fi 6122 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&56123 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }6327 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 6328 $as_echo_n "checking for shl_load in -ldld... " >&6; } 6124 6329 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 6125 echo $ECHO_N "(cached) $ECHO_C" >&66330 $as_echo_n "(cached) " >&6 6126 6331 else 6127 6332 ac_check_lib_save_LIBS=$LIBS … … 6155 6360 *) ac_try_echo=$ac_try;; 6156 6361 esac 6157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6363 $as_echo "$ac_try_echo") >&5 6158 6364 (eval "$ac_link") 2>conftest.er1 6159 6365 ac_status=$? … … 6161 6367 rm -f conftest.er1 6162 6368 cat conftest.err >&5 6163 echo "$as_me:$LINENO: \$? = $ac_status" >&56369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6164 6370 (exit $ac_status); } && { 6165 6371 test -z "$ac_cxx_werror_flag" || 6166 6372 test ! -s conftest.err 6167 } && test -s conftest$ac_exeext && 6168 $as_test_x conftest$ac_exeext; then 6373 } && test -s conftest$ac_exeext && { 6374 test "$cross_compiling" = yes || 6375 $as_test_x conftest$ac_exeext 6376 }; then 6169 6377 ac_cv_lib_dld_shl_load=yes 6170 6378 else 6171 echo "$as_me: failed program was:" >&56379 $as_echo "$as_me: failed program was:" >&5 6172 6380 sed 's/^/| /' conftest.$ac_ext >&5 6173 6381 … … 6175 6383 fi 6176 6384 6385 rm -rf conftest.dSYM 6177 6386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6178 6387 conftest$ac_exeext conftest.$ac_ext 6179 6388 LIBS=$ac_check_lib_save_LIBS 6180 6389 fi 6181 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&56182 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }6390 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 6391 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 6183 6392 if test $ac_cv_lib_dld_shl_load = yes; then 6184 6393 tcl_ok=yes … … 6221 6430 ;; 6222 6431 *) 6223 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&56224 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}6432 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 6433 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 6225 6434 ;; 6226 6435 esac … … 6234 6443 HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*) 6235 6444 SHLIB_SUFFIX=".sl" 6236 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&56237 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }6445 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 6446 $as_echo_n "checking for shl_load in -ldld... " >&6; } 6238 6447 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 6239 echo $ECHO_N "(cached) $ECHO_C" >&66448 $as_echo_n "(cached) " >&6 6240 6449 else 6241 6450 ac_check_lib_save_LIBS=$LIBS … … 6269 6478 *) ac_try_echo=$ac_try;; 6270 6479 esac 6271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6481 $as_echo "$ac_try_echo") >&5 6272 6482 (eval "$ac_link") 2>conftest.er1 6273 6483 ac_status=$? … … 6275 6485 rm -f conftest.er1 6276 6486 cat conftest.err >&5 6277 echo "$as_me:$LINENO: \$? = $ac_status" >&56487 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6278 6488 (exit $ac_status); } && { 6279 6489 test -z "$ac_cxx_werror_flag" || 6280 6490 test ! -s conftest.err 6281 } && test -s conftest$ac_exeext && 6282 $as_test_x conftest$ac_exeext; then 6491 } && test -s conftest$ac_exeext && { 6492 test "$cross_compiling" = yes || 6493 $as_test_x conftest$ac_exeext 6494 }; then 6283 6495 ac_cv_lib_dld_shl_load=yes 6284 6496 else 6285 echo "$as_me: failed program was:" >&56497 $as_echo "$as_me: failed program was:" >&5 6286 6498 sed 's/^/| /' conftest.$ac_ext >&5 6287 6499 … … 6289 6501 fi 6290 6502 6503 rm -rf conftest.dSYM 6291 6504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6292 6505 conftest$ac_exeext conftest.$ac_ext 6293 6506 LIBS=$ac_check_lib_save_LIBS 6294 6507 fi 6295 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&56296 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }6508 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 6509 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 6297 6510 if test $ac_cv_lib_dld_shl_load = yes; then 6298 6511 tcl_ok=yes … … 6374 6587 if test "$do64bit" = "yes" ; then 6375 6588 if test "$GCC" = "yes" ; then 6376 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&56377 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}6589 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5 6590 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;} 6378 6591 else 6379 6592 do64bit_ok=yes … … 6404 6617 else 6405 6618 if test "${ac_cv_header_dld_h+set}" = set; then 6406 { echo "$as_me:$LINENO: checking for dld.h" >&56407 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6619 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6620 $as_echo_n "checking for dld.h... " >&6; } 6408 6621 if test "${ac_cv_header_dld_h+set}" = set; then 6409 echo $ECHO_N "(cached) $ECHO_C" >&66410 fi 6411 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56412 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6622 $as_echo_n "(cached) " >&6 6623 fi 6624 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6625 $as_echo "$ac_cv_header_dld_h" >&6; } 6413 6626 else 6414 6627 # Is the header compilable? 6415 { echo "$as_me:$LINENO: checking dld.h usability" >&56416 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }6628 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5 6629 $as_echo_n "checking dld.h usability... " >&6; } 6417 6630 cat >conftest.$ac_ext <<_ACEOF 6418 6631 /* confdefs.h. */ … … 6430 6643 *) ac_try_echo=$ac_try;; 6431 6644 esac 6432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6646 $as_echo "$ac_try_echo") >&5 6433 6647 (eval "$ac_compile") 2>conftest.er1 6434 6648 ac_status=$? … … 6436 6650 rm -f conftest.er1 6437 6651 cat conftest.err >&5 6438 echo "$as_me:$LINENO: \$? = $ac_status" >&56652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6439 6653 (exit $ac_status); } && { 6440 6654 test -z "$ac_cxx_werror_flag" || … … 6443 6657 ac_header_compiler=yes 6444 6658 else 6445 echo "$as_me: failed program was:" >&56659 $as_echo "$as_me: failed program was:" >&5 6446 6660 sed 's/^/| /' conftest.$ac_ext >&5 6447 6661 … … 6450 6664 6451 6665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6452 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56453 echo "${ECHO_T}$ac_header_compiler" >&6; }6666 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6667 $as_echo "$ac_header_compiler" >&6; } 6454 6668 6455 6669 # Is the header present? 6456 { echo "$as_me:$LINENO: checking dld.h presence" >&56457 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }6670 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5 6671 $as_echo_n "checking dld.h presence... " >&6; } 6458 6672 cat >conftest.$ac_ext <<_ACEOF 6459 6673 /* confdefs.h. */ … … 6469 6683 *) ac_try_echo=$ac_try;; 6470 6684 esac 6471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6686 $as_echo "$ac_try_echo") >&5 6472 6687 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6473 6688 ac_status=$? … … 6475 6690 rm -f conftest.er1 6476 6691 cat conftest.err >&5 6477 echo "$as_me:$LINENO: \$? = $ac_status" >&56692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6478 6693 (exit $ac_status); } >/dev/null && { 6479 6694 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6482 6697 ac_header_preproc=yes 6483 6698 else 6484 echo "$as_me: failed program was:" >&56699 $as_echo "$as_me: failed program was:" >&5 6485 6700 sed 's/^/| /' conftest.$ac_ext >&5 6486 6701 … … 6489 6704 6490 6705 rm -f conftest.err conftest.$ac_ext 6491 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56492 echo "${ECHO_T}$ac_header_preproc" >&6; }6706 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6707 $as_echo "$ac_header_preproc" >&6; } 6493 6708 6494 6709 # So? What about this header? 6495 6710 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6496 6711 yes:no: ) 6497 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&56498 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6499 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&56500 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}6712 { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 6713 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6714 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 6715 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 6501 6716 ac_header_preproc=yes 6502 6717 ;; 6503 6718 no:yes:* ) 6504 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&56505 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}6506 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&56507 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}6508 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&56509 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}6510 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&56511 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;}6512 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&56513 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}6514 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&56515 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}6719 { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 6720 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 6721 { $as_echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 6722 $as_echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 6723 { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 6724 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 6725 { $as_echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 6726 $as_echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 6727 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 6728 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 6729 { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 6730 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 6516 6731 ( cat <<\_ASBOX 6517 6732 ## ----------------------------------- ## … … 6522 6737 ;; 6523 6738 esac 6524 { echo "$as_me:$LINENO: checking for dld.h" >&56525 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6739 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6740 $as_echo_n "checking for dld.h... " >&6; } 6526 6741 if test "${ac_cv_header_dld_h+set}" = set; then 6527 echo $ECHO_N "(cached) $ECHO_C" >&66742 $as_echo_n "(cached) " >&6 6528 6743 else 6529 6744 ac_cv_header_dld_h=$ac_header_preproc 6530 6745 fi 6531 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56532 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6746 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6747 $as_echo "$ac_cv_header_dld_h" >&6; } 6533 6748 6534 6749 fi … … 6548 6763 fi 6549 6764 if test $do64bit = yes; then 6550 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&56551 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }6765 { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5 6766 $as_echo_n "checking if compiler accepts -m64 flag... " >&6; } 6552 6767 if test "${tcl_cv_cc_m64+set}" = set; then 6553 echo $ECHO_N "(cached) $ECHO_C" >&66768 $as_echo_n "(cached) " >&6 6554 6769 else 6555 6770 … … 6577 6792 *) ac_try_echo=$ac_try;; 6578 6793 esac 6579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6795 $as_echo "$ac_try_echo") >&5 6580 6796 (eval "$ac_link") 2>conftest.er1 6581 6797 ac_status=$? … … 6583 6799 rm -f conftest.er1 6584 6800 cat conftest.err >&5 6585 echo "$as_me:$LINENO: \$? = $ac_status" >&56801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6586 6802 (exit $ac_status); } && { 6587 6803 test -z "$ac_cxx_werror_flag" || 6588 6804 test ! -s conftest.err 6589 } && test -s conftest$ac_exeext && 6590 $as_test_x conftest$ac_exeext; then 6805 } && test -s conftest$ac_exeext && { 6806 test "$cross_compiling" = yes || 6807 $as_test_x conftest$ac_exeext 6808 }; then 6591 6809 tcl_cv_cc_m64=yes 6592 6810 else 6593 echo "$as_me: failed program was:" >&56811 $as_echo "$as_me: failed program was:" >&5 6594 6812 sed 's/^/| /' conftest.$ac_ext >&5 6595 6813 … … 6597 6815 fi 6598 6816 6817 rm -rf conftest.dSYM 6599 6818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6600 6819 conftest$ac_exeext conftest.$ac_ext 6601 6820 CFLAGS=$hold_cflags 6602 6821 fi 6603 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&56604 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }6822 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5 6823 $as_echo "$tcl_cv_cc_m64" >&6; } 6605 6824 if test $tcl_cv_cc_m64 = yes; then 6606 6825 CFLAGS="$CFLAGS -m64" … … 6641 6860 else 6642 6861 if test "${ac_cv_header_dld_h+set}" = set; then 6643 { echo "$as_me:$LINENO: checking for dld.h" >&56644 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6862 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6863 $as_echo_n "checking for dld.h... " >&6; } 6645 6864 if test "${ac_cv_header_dld_h+set}" = set; then 6646 echo $ECHO_N "(cached) $ECHO_C" >&66647 fi 6648 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56649 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6865 $as_echo_n "(cached) " >&6 6866 fi 6867 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6868 $as_echo "$ac_cv_header_dld_h" >&6; } 6650 6869 else 6651 6870 # Is the header compilable? 6652 { echo "$as_me:$LINENO: checking dld.h usability" >&56653 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }6871 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5 6872 $as_echo_n "checking dld.h usability... " >&6; } 6654 6873 cat >conftest.$ac_ext <<_ACEOF 6655 6874 /* confdefs.h. */ … … 6667 6886 *) ac_try_echo=$ac_try;; 6668 6887 esac 6669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6889 $as_echo "$ac_try_echo") >&5 6670 6890 (eval "$ac_compile") 2>conftest.er1 6671 6891 ac_status=$? … … 6673 6893 rm -f conftest.er1 6674 6894 cat conftest.err >&5 6675 echo "$as_me:$LINENO: \$? = $ac_status" >&56895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6676 6896 (exit $ac_status); } && { 6677 6897 test -z "$ac_cxx_werror_flag" || … … 6680 6900 ac_header_compiler=yes 6681 6901 else 6682 echo "$as_me: failed program was:" >&56902 $as_echo "$as_me: failed program was:" >&5 6683 6903 sed 's/^/| /' conftest.$ac_ext >&5 6684 6904 … … 6687 6907 6688 6908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6689 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56690 echo "${ECHO_T}$ac_header_compiler" >&6; }6909 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6910 $as_echo "$ac_header_compiler" >&6; } 6691 6911 6692 6912 # Is the header present? 6693 { echo "$as_me:$LINENO: checking dld.h presence" >&56694 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }6913 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5 6914 $as_echo_n "checking dld.h presence... " >&6; } 6695 6915 cat >conftest.$ac_ext <<_ACEOF 6696 6916 /* confdefs.h. */ … … 6706 6926 *) ac_try_echo=$ac_try;; 6707 6927 esac 6708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6929 $as_echo "$ac_try_echo") >&5 6709 6930 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6710 6931 ac_status=$? … … 6712 6933 rm -f conftest.er1 6713 6934 cat conftest.err >&5 6714 echo "$as_me:$LINENO: \$? = $ac_status" >&56935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6715 6936 (exit $ac_status); } >/dev/null && { 6716 6937 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6719 6940 ac_header_preproc=yes 6720 6941 else 6721 echo "$as_me: failed program was:" >&56942 $as_echo "$as_me: failed program was:" >&5 6722 6943 sed 's/^/| /' conftest.$ac_ext >&5 6723 6944 … … 6726 6947 6727 6948 rm -f conftest.err conftest.$ac_ext 6728 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56729 echo "${ECHO_T}$ac_header_preproc" >&6; }6949 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6950 $as_echo "$ac_header_preproc" >&6; } 6730 6951 6731 6952 # So? What about this header? 6732 6953 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6733 6954 yes:no: ) 6734 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&56735 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6736 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&56737 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}6955 { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 6956 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6957 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 6958 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 6738 6959 ac_header_preproc=yes 6739 6960 ;; 6740 6961 no:yes:* ) 6741 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&56742 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}6743 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&56744 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}6745 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&56746 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}6747 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&56748 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;}6749 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&56750 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}6751 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&56752 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}6962 { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 6963 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 6964 { $as_echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 6965 $as_echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 6966 { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 6967 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 6968 { $as_echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 6969 $as_echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 6970 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 6971 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 6972 { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 6973 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 6753 6974 ( cat <<\_ASBOX 6754 6975 ## ----------------------------------- ## … … 6759 6980 ;; 6760 6981 esac 6761 { echo "$as_me:$LINENO: checking for dld.h" >&56762 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6982 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6983 $as_echo_n "checking for dld.h... " >&6; } 6763 6984 if test "${ac_cv_header_dld_h+set}" = set; then 6764 echo $ECHO_N "(cached) $ECHO_C" >&66985 $as_echo_n "(cached) " >&6 6765 6986 else 6766 6987 ac_cv_header_dld_h=$ac_header_preproc 6767 6988 fi 6768 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56769 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6989 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6990 $as_echo "$ac_cv_header_dld_h" >&6; } 6770 6991 6771 6992 fi … … 6821 7042 # Not available on all versions: check for include file. 6822 7043 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6823 { echo "$as_me:$LINENO: checking for dlfcn.h" >&56824 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }7044 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5 7045 $as_echo_n "checking for dlfcn.h... " >&6; } 6825 7046 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6826 echo $ECHO_N "(cached) $ECHO_C" >&66827 fi 6828 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&56829 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }7047 $as_echo_n "(cached) " >&6 7048 fi 7049 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 7050 $as_echo "$ac_cv_header_dlfcn_h" >&6; } 6830 7051 else 6831 7052 # Is the header compilable? 6832 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&56833 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }7053 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5 7054 $as_echo_n "checking dlfcn.h usability... " >&6; } 6834 7055 cat >conftest.$ac_ext <<_ACEOF 6835 7056 /* confdefs.h. */ … … 6847 7068 *) ac_try_echo=$ac_try;; 6848 7069 esac 6849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7071 $as_echo "$ac_try_echo") >&5 6850 7072 (eval "$ac_compile") 2>conftest.er1 6851 7073 ac_status=$? … … 6853 7075 rm -f conftest.er1 6854 7076 cat conftest.err >&5 6855 echo "$as_me:$LINENO: \$? = $ac_status" >&57077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6856 7078 (exit $ac_status); } && { 6857 7079 test -z "$ac_cxx_werror_flag" || … … 6860 7082 ac_header_compiler=yes 6861 7083 else 6862 echo "$as_me: failed program was:" >&57084 $as_echo "$as_me: failed program was:" >&5 6863 7085 sed 's/^/| /' conftest.$ac_ext >&5 6864 7086 … … 6867 7089 6868 7090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6869 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56870 echo "${ECHO_T}$ac_header_compiler" >&6; }7091 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7092 $as_echo "$ac_header_compiler" >&6; } 6871 7093 6872 7094 # Is the header present? 6873 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&56874 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }7095 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5 7096 $as_echo_n "checking dlfcn.h presence... " >&6; } 6875 7097 cat >conftest.$ac_ext <<_ACEOF 6876 7098 /* confdefs.h. */ … … 6886 7108 *) ac_try_echo=$ac_try;; 6887 7109 esac 6888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7111 $as_echo "$ac_try_echo") >&5 6889 7112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6890 7113 ac_status=$? … … 6892 7115 rm -f conftest.er1 6893 7116 cat conftest.err >&5 6894 echo "$as_me:$LINENO: \$? = $ac_status" >&57117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6895 7118 (exit $ac_status); } >/dev/null && { 6896 7119 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6899 7122 ac_header_preproc=yes 6900 7123 else 6901 echo "$as_me: failed program was:" >&57124 $as_echo "$as_me: failed program was:" >&5 6902 7125 sed 's/^/| /' conftest.$ac_ext >&5 6903 7126 … … 6906 7129 6907 7130 rm -f conftest.err conftest.$ac_ext 6908 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56909 echo "${ECHO_T}$ac_header_preproc" >&6; }7131 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7132 $as_echo "$ac_header_preproc" >&6; } 6910 7133 6911 7134 # So? What about this header? 6912 7135 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6913 7136 yes:no: ) 6914 { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&56915 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6916 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&56917 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}7137 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5 7138 $as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7139 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5 7140 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;} 6918 7141 ac_header_preproc=yes 6919 7142 ;; 6920 7143 no:yes:* ) 6921 { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&56922 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}6923 { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&56924 echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;}6925 { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&56926 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}6927 { echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&56928 echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;}6929 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&56930 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}6931 { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&56932 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}7144 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5 7145 $as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;} 7146 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5 7147 $as_echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;} 7148 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5 7149 $as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;} 7150 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5 7151 $as_echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;} 7152 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5 7153 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;} 7154 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5 7155 $as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;} 6933 7156 ( cat <<\_ASBOX 6934 7157 ## ----------------------------------- ## … … 6939 7162 ;; 6940 7163 esac 6941 { echo "$as_me:$LINENO: checking for dlfcn.h" >&56942 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }7164 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5 7165 $as_echo_n "checking for dlfcn.h... " >&6; } 6943 7166 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6944 echo $ECHO_N "(cached) $ECHO_C" >&67167 $as_echo_n "(cached) " >&6 6945 7168 else 6946 7169 ac_cv_header_dlfcn_h=$ac_header_preproc 6947 7170 fi 6948 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&56949 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }7171 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 7172 $as_echo "$ac_cv_header_dlfcn_h" >&6; } 6950 7173 6951 7174 fi … … 6961 7184 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 6962 7185 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 6963 { echo "$as_me:$LINENO: checking for ELF" >&56964 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }7186 { $as_echo "$as_me:$LINENO: checking for ELF" >&5 7187 $as_echo_n "checking for ELF... " >&6; } 6965 7188 if test "${tcl_cv_ld_elf+set}" = set; then 6966 echo $ECHO_N "(cached) $ECHO_C" >&67189 $as_echo_n "(cached) " >&6 6967 7190 else 6968 7191 … … 6988 7211 6989 7212 fi 6990 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&56991 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }7213 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 7214 $as_echo "$tcl_cv_ld_elf" >&6; } 6992 7215 if test $tcl_cv_ld_elf = yes; then 6993 7216 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' … … 7047 7270 LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} 7048 7271 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' 7049 { echo "$as_me:$LINENO: checking for ELF" >&57050 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }7272 { $as_echo "$as_me:$LINENO: checking for ELF" >&5 7273 $as_echo_n "checking for ELF... " >&6; } 7051 7274 if test "${tcl_cv_ld_elf+set}" = set; then 7052 echo $ECHO_N "(cached) $ECHO_C" >&67275 $as_echo_n "(cached) " >&6 7053 7276 else 7054 7277 … … 7074 7297 7075 7298 fi 7076 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&57077 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }7299 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 7300 $as_echo "$tcl_cv_ld_elf" >&6; } 7078 7301 if test $tcl_cv_ld_elf = yes; then 7079 7302 LDFLAGS=-Wl,-export-dynamic … … 7129 7352 case `arch` in 7130 7353 ppc) 7131 { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&57132 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }7354 { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5 7355 $as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; } 7133 7356 if test "${tcl_cv_cc_arch_ppc64+set}" = set; then 7134 echo $ECHO_N "(cached) $ECHO_C" >&67357 $as_echo_n "(cached) " >&6 7135 7358 else 7136 7359 … … 7158 7381 *) ac_try_echo=$ac_try;; 7159 7382 esac 7160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7384 $as_echo "$ac_try_echo") >&5 7161 7385 (eval "$ac_link") 2>conftest.er1 7162 7386 ac_status=$? … … 7164 7388 rm -f conftest.er1 7165 7389 cat conftest.err >&5 7166 echo "$as_me:$LINENO: \$? = $ac_status" >&57390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7167 7391 (exit $ac_status); } && { 7168 7392 test -z "$ac_cxx_werror_flag" || 7169 7393 test ! -s conftest.err 7170 } && test -s conftest$ac_exeext && 7171 $as_test_x conftest$ac_exeext; then 7394 } && test -s conftest$ac_exeext && { 7395 test "$cross_compiling" = yes || 7396 $as_test_x conftest$ac_exeext 7397 }; then 7172 7398 tcl_cv_cc_arch_ppc64=yes 7173 7399 else 7174 echo "$as_me: failed program was:" >&57400 $as_echo "$as_me: failed program was:" >&5 7175 7401 sed 's/^/| /' conftest.$ac_ext >&5 7176 7402 … … 7178 7404 fi 7179 7405 7406 rm -rf conftest.dSYM 7180 7407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7181 7408 conftest$ac_exeext conftest.$ac_ext 7182 7409 CFLAGS=$hold_cflags 7183 7410 fi 7184 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&57185 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }7411 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5 7412 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; } 7186 7413 if test $tcl_cv_cc_arch_ppc64 = yes; then 7187 7414 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5" … … 7189 7416 fi;; 7190 7417 i386) 7191 { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&57192 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }7418 { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5 7419 $as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; } 7193 7420 if test "${tcl_cv_cc_arch_x86_64+set}" = set; then 7194 echo $ECHO_N "(cached) $ECHO_C" >&67421 $as_echo_n "(cached) " >&6 7195 7422 else 7196 7423 … … 7218 7445 *) ac_try_echo=$ac_try;; 7219 7446 esac 7220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7448 $as_echo "$ac_try_echo") >&5 7221 7449 (eval "$ac_link") 2>conftest.er1 7222 7450 ac_status=$? … … 7224 7452 rm -f conftest.er1 7225 7453 cat conftest.err >&5 7226 echo "$as_me:$LINENO: \$? = $ac_status" >&57454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7227 7455 (exit $ac_status); } && { 7228 7456 test -z "$ac_cxx_werror_flag" || 7229 7457 test ! -s conftest.err 7230 } && test -s conftest$ac_exeext && 7231 $as_test_x conftest$ac_exeext; then 7458 } && test -s conftest$ac_exeext && { 7459 test "$cross_compiling" = yes || 7460 $as_test_x conftest$ac_exeext 7461 }; then 7232 7462 tcl_cv_cc_arch_x86_64=yes 7233 7463 else 7234 echo "$as_me: failed program was:" >&57464 $as_echo "$as_me: failed program was:" >&5 7235 7465 sed 's/^/| /' conftest.$ac_ext >&5 7236 7466 … … 7238 7468 fi 7239 7469 7470 rm -rf conftest.dSYM 7240 7471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7241 7472 conftest$ac_exeext conftest.$ac_ext 7242 7473 CFLAGS=$hold_cflags 7243 7474 fi 7244 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&57245 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }7475 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5 7476 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; } 7246 7477 if test $tcl_cv_cc_arch_x86_64 = yes; then 7247 7478 CFLAGS="$CFLAGS -arch x86_64" … … 7249 7480 fi;; 7250 7481 *) 7251 { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&57252 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;7482 { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5 7483 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};; 7253 7484 esac 7254 7485 else … … 7259 7490 fi 7260 7491 SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}' 7261 { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&57262 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }7492 { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5 7493 $as_echo_n "checking if ld accepts -single_module flag... " >&6; } 7263 7494 if test "${tcl_cv_ld_single_module+set}" = set; then 7264 echo $ECHO_N "(cached) $ECHO_C" >&67495 $as_echo_n "(cached) " >&6 7265 7496 else 7266 7497 … … 7288 7519 *) ac_try_echo=$ac_try;; 7289 7520 esac 7290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7522 $as_echo "$ac_try_echo") >&5 7291 7523 (eval "$ac_link") 2>conftest.er1 7292 7524 ac_status=$? … … 7294 7526 rm -f conftest.er1 7295 7527 cat conftest.err >&5 7296 echo "$as_me:$LINENO: \$? = $ac_status" >&57528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7297 7529 (exit $ac_status); } && { 7298 7530 test -z "$ac_cxx_werror_flag" || 7299 7531 test ! -s conftest.err 7300 } && test -s conftest$ac_exeext && 7301 $as_test_x conftest$ac_exeext; then 7532 } && test -s conftest$ac_exeext && { 7533 test "$cross_compiling" = yes || 7534 $as_test_x conftest$ac_exeext 7535 }; then 7302 7536 tcl_cv_ld_single_module=yes 7303 7537 else 7304 echo "$as_me: failed program was:" >&57538 $as_echo "$as_me: failed program was:" >&5 7305 7539 sed 's/^/| /' conftest.$ac_ext >&5 7306 7540 … … 7308 7542 fi 7309 7543 7544 rm -rf conftest.dSYM 7310 7545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7311 7546 conftest$ac_exeext conftest.$ac_ext 7312 7547 LDFLAGS=$hold_ldflags 7313 7548 fi 7314 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&57315 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }7549 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5 7550 $as_echo "$tcl_cv_ld_single_module" >&6; } 7316 7551 if test $tcl_cv_ld_single_module = yes; then 7317 7552 SHLIB_LD="${SHLIB_LD} -Wl,-single_module" … … 7326 7561 LDFLAGS="$LDFLAGS -prebind" 7327 7562 LDFLAGS="$LDFLAGS -headerpad_max_install_names" 7328 { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&57329 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }7563 { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5 7564 $as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; } 7330 7565 if test "${tcl_cv_ld_search_paths_first+set}" = set; then 7331 echo $ECHO_N "(cached) $ECHO_C" >&67566 $as_echo_n "(cached) " >&6 7332 7567 else 7333 7568 … … 7355 7590 *) ac_try_echo=$ac_try;; 7356 7591 esac 7357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7593 $as_echo "$ac_try_echo") >&5 7358 7594 (eval "$ac_link") 2>conftest.er1 7359 7595 ac_status=$? … … 7361 7597 rm -f conftest.er1 7362 7598 cat conftest.err >&5 7363 echo "$as_me:$LINENO: \$? = $ac_status" >&57599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7364 7600 (exit $ac_status); } && { 7365 7601 test -z "$ac_cxx_werror_flag" || 7366 7602 test ! -s conftest.err 7367 } && test -s conftest$ac_exeext && 7368 $as_test_x conftest$ac_exeext; then 7603 } && test -s conftest$ac_exeext && { 7604 test "$cross_compiling" = yes || 7605 $as_test_x conftest$ac_exeext 7606 }; then 7369 7607 tcl_cv_ld_search_paths_first=yes 7370 7608 else 7371 echo "$as_me: failed program was:" >&57609 $as_echo "$as_me: failed program was:" >&5 7372 7610 sed 's/^/| /' conftest.$ac_ext >&5 7373 7611 … … 7375 7613 fi 7376 7614 7615 rm -rf conftest.dSYM 7377 7616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7378 7617 conftest$ac_exeext conftest.$ac_ext 7379 7618 LDFLAGS=$hold_ldflags 7380 7619 fi 7381 { echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&57382 echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }7620 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5 7621 $as_echo "$tcl_cv_ld_search_paths_first" >&6; } 7383 7622 if test $tcl_cv_ld_search_paths_first = yes; then 7384 7623 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" … … 7389 7628 PLAT_OBJS=\$\(MAC\_OSX_OBJS\) 7390 7629 PLAT_SRCS=\$\(MAC\_OSX_SRCS\) 7391 { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&57392 echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }7630 { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5 7631 $as_echo_n "checking whether to use CoreFoundation... " >&6; } 7393 7632 # Check whether --enable-corefoundation was given. 7394 7633 if test "${enable_corefoundation+set}" = set; then … … 7398 7637 fi 7399 7638 7400 { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&57401 echo "${ECHO_T}$tcl_corefoundation" >&6; }7639 { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5 7640 $as_echo "$tcl_corefoundation" >&6; } 7402 7641 if test $tcl_corefoundation = yes; then 7403 { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&57404 echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }7642 { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5 7643 $as_echo_n "checking for CoreFoundation.framework... " >&6; } 7405 7644 if test "${tcl_cv_lib_corefoundation+set}" = set; then 7406 echo $ECHO_N "(cached) $ECHO_C" >&67645 $as_echo_n "(cached) " >&6 7407 7646 else 7408 7647 … … 7436 7675 *) ac_try_echo=$ac_try;; 7437 7676 esac 7438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7678 $as_echo "$ac_try_echo") >&5 7439 7679 (eval "$ac_link") 2>conftest.er1 7440 7680 ac_status=$? … … 7442 7682 rm -f conftest.er1 7443 7683 cat conftest.err >&5 7444 echo "$as_me:$LINENO: \$? = $ac_status" >&57684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7445 7685 (exit $ac_status); } && { 7446 7686 test -z "$ac_cxx_werror_flag" || 7447 7687 test ! -s conftest.err 7448 } && test -s conftest$ac_exeext && 7449 $as_test_x conftest$ac_exeext; then 7688 } && test -s conftest$ac_exeext && { 7689 test "$cross_compiling" = yes || 7690 $as_test_x conftest$ac_exeext 7691 }; then 7450 7692 tcl_cv_lib_corefoundation=yes 7451 7693 else 7452 echo "$as_me: failed program was:" >&57694 $as_echo "$as_me: failed program was:" >&5 7453 7695 sed 's/^/| /' conftest.$ac_ext >&5 7454 7696 …