Changeset 1159 for trunk/configure
- Timestamp:
- Sep 22, 2008 5:41:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r1150 r1159 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 2for Rappture 1.1.3 # Generated by GNU Autoconf 2.61 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 , 2007, 2008Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl='43 '44 export as_nl45 # Printing a long string crashes Solaris 7 /usr/bin/printf.46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then50 as_echo='printf %s\n'51 as_echo_n='printf %s'52 else53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'55 as_echo_n='/usr/ucb/echo -n'56 else57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'58 as_echo_n_body='eval59 arg=$1;60 case $arg in61 *"$as_nl"*)62 expr "X$arg" : "X\\(.*\\)$as_nl";63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;64 esac;65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"66 '67 export as_echo_n_body68 as_echo_n='sh -c $as_echo_n_body as_echo'69 fi70 export as_echo_body71 as_echo='sh -c $as_echo_body as_echo'72 fi73 74 42 # The user is always right. 75 43 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 81 53 fi 82 54 … … 94 66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 95 67 # splitting by setting IFS to empty value.) 68 as_nl=' 69 ' 96 70 IFS=" "" $as_nl" 97 71 … … 116 90 fi 117 91 if test ! -f "$as_myself"; then 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&292 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 93 { (exit 1); exit 1; } 120 94 fi … … 129 103 130 104 # NLS nuisances. 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 135 116 136 117 # Required to use basename. … … 154 135 X"$0" : 'X\(//\)$' \| \ 155 136 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" |137 echo X/"$0" | 157 138 sed '/^.*\/\([^/][^/]*\)\/*$/{ 158 139 s//\1/ … … 180 161 fi 181 162 182 if test $as_have_required = yes && (eval ":163 if test $as_have_required = yes && (eval ": 183 164 (as_func_return () { 184 165 (exit \$1) … … 262 243 emulate sh 263 244 NULLCMD=: 264 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 265 246 # is contrary to our usage. Disable this feature. 266 247 alias -g '${1+"$@"}'='"$@"' … … 283 264 emulate sh 284 265 NULLCMD=: 285 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 286 267 # is contrary to our usage. Disable this feature. 287 268 alias -g '${1+"$@"}'='"$@"' … … 363 344 if test "x$CONFIG_SHELL" != x; then 364 345 for as_var in BASH_ENV ENV 365 366 367 368 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347 done 348 export CONFIG_SHELL 349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 350 fi 370 351 … … 435 416 test \$exitcode = 0") || { 436 417 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 441 421 } 442 422 … … 474 454 ' >$as_me.lineno && 475 455 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 457 { (exit 1); exit 1; }; } 478 458 … … 502 482 ECHO_N='-n';; 503 483 esac 484 504 485 if expr a : '\(a\)' >/dev/null 2>&1 && 505 486 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 514 495 else 515 496 rm -f conf$$.dir 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 530 507 as_ln_s='cp -p' 531 fi 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 532 510 else 533 511 as_ln_s='cp -p' … … 554 532 eval sh -c '\'' 555 533 if test -d "$1"; then 556 534 test -d "$1/."; 557 535 else 558 536 case $1 in 559 537 -*)set "./$1";; 560 538 esac; 561 539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 637 615 #endif" 638 616 639 enable_option_checking=no640 617 ac_subst_vars='SHELL 641 618 PATH_SEPARATOR … … 692 669 RANLIB 693 670 LN_S 694 MKDIR_P695 671 F77 696 672 FFLAGS … … 729 705 MEX 730 706 MEXEXT 707 MCC 731 708 MEX_ARCH 732 709 MKOCTFILE … … 771 748 LTLIBOBJS' 772 749 ac_subst_files='' 773 ac_user_opts='774 enable_option_checking775 enable_64bit776 enable_64bit_vis777 enable_corefoundation778 enable_load779 enable_gui780 with_tclsh781 with_matlab782 with_octave783 with_perl784 with_python785 with_ruby786 enable_shared787 enable_symbols788 '789 750 ac_precious_vars='build_alias 790 751 host_alias … … 807 768 ac_init_help= 808 769 ac_init_version=false 809 ac_unrecognized_opts=810 ac_unrecognized_sep=811 770 # The variables have the same names as the options, with 812 771 # dashes changed to underlines. … … 907 866 908 867 -disable-* | --disable-*) 909 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`868 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 910 869 # Reject names that are not valid shell variable names. 911 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&912 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2870 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 871 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 913 872 { (exit 1); exit 1; }; } 914 ac_useropt_orig=$ac_useropt 915 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 916 case $ac_user_opts in 917 *" 918 "enable_$ac_useropt" 919 "*) ;; 920 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 921 ac_unrecognized_sep=', ';; 922 esac 923 eval enable_$ac_useropt=no ;; 873 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 874 eval enable_$ac_feature=no ;; 924 875 925 876 -docdir | --docdir | --docdi | --doc | --do) … … 934 885 935 886 -enable-* | --enable-*) 936 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`887 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 937 888 # Reject names that are not valid shell variable names. 938 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&939 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2889 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 890 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 940 891 { (exit 1); exit 1; }; } 941 ac_useropt_orig=$ac_useropt 942 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 943 case $ac_user_opts in 944 *" 945 "enable_$ac_useropt" 946 "*) ;; 947 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 948 ac_unrecognized_sep=', ';; 949 esac 950 eval enable_$ac_useropt=\$ac_optarg ;; 892 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 893 eval enable_$ac_feature=\$ac_optarg ;; 951 894 952 895 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1139 1082 1140 1083 -with-* | --with-*) 1141 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1084 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1142 1085 # Reject names that are not valid shell variable names. 1143 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1144 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21086 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1087 { echo "$as_me: error: invalid package name: $ac_package" >&2 1145 1088 { (exit 1); exit 1; }; } 1146 ac_useropt_orig=$ac_useropt 1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1148 case $ac_user_opts in 1149 *" 1150 "with_$ac_useropt" 1151 "*) ;; 1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1153 ac_unrecognized_sep=', ';; 1154 esac 1155 eval with_$ac_useropt=\$ac_optarg ;; 1089 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1090 eval with_$ac_package=\$ac_optarg ;; 1156 1091 1157 1092 -without-* | --without-*) 1158 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1093 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1159 1094 # Reject names that are not valid shell variable names. 1160 expr "x$ac_ useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&1161 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&21095 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1096 { echo "$as_me: error: invalid package name: $ac_package" >&2 1162 1097 { (exit 1); exit 1; }; } 1163 ac_useropt_orig=$ac_useropt 1164 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1165 case $ac_user_opts in 1166 *" 1167 "with_$ac_useropt" 1168 "*) ;; 1169 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1170 ac_unrecognized_sep=', ';; 1171 esac 1172 eval with_$ac_useropt=no ;; 1098 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1099 eval with_$ac_package=no ;; 1173 1100 1174 1101 --x) … … 1190 1117 x_libraries=$ac_optarg ;; 1191 1118 1192 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option1119 -*) { echo "$as_me: error: unrecognized option: $ac_option 1193 1120 Try \`$0 --help' for more information." >&2 1194 1121 { (exit 1); exit 1; }; } … … 1199 1126 # Reject names that are not valid shell variable names. 1200 1127 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1201 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&21128 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1202 1129 { (exit 1); exit 1; }; } 1203 1130 eval $ac_envvar=\$ac_optarg … … 1206 1133 *) 1207 1134 # FIXME: should be removed in autoconf 3.0. 1208 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21135 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1209 1136 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1210 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21137 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1211 1138 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1212 1139 ;; … … 1217 1144 if test -n "$ac_prev"; then 1218 1145 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1219 { $as_echo "$as_me: error: missing argument to $ac_option" >&21146 { echo "$as_me: error: missing argument to $ac_option" >&2 1220 1147 { (exit 1); exit 1; }; } 1221 1148 fi 1222 1149 1223 if test -n "$ac_unrecognized_opts"; then 1224 case $enable_option_checking in 1225 no) ;; 1226 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 1227 { (exit 1); exit 1; }; } ;; 1228 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 1229 esac 1230 fi 1231 1232 # Check all directory arguments for consistency. 1150 # Be sure to have absolute directory names. 1233 1151 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1234 1152 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1237 1155 do 1238 1156 eval ac_val=\$$ac_var 1239 # Remove trailing slashes.1240 case $ac_val in1241 */ )1242 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1243 eval $ac_var=\$ac_val;;1244 esac1245 # Be sure to have absolute directory names.1246 1157 case $ac_val in 1247 1158 [\\/$]* | ?:[\\/]* ) continue;; 1248 1159 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1249 1160 esac 1250 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21161 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1251 1162 { (exit 1); exit 1; }; } 1252 1163 done … … 1263 1174 if test "x$build_alias" = x; then 1264 1175 cross_compiling=maybe 1265 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1176 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1266 1177 If a cross compiler is detected then cross compile mode will be used." >&2 1267 1178 elif test "x$build_alias" != "x$host_alias"; then … … 1279 1190 ac_ls_di=`ls -di .` && 1280 1191 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1281 { $as_echo "$as_me: error: Working directory cannot be determined" >&21192 { echo "$as_me: error: Working directory cannot be determined" >&2 1282 1193 { (exit 1); exit 1; }; } 1283 1194 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1284 { $as_echo "$as_me: error: pwd does not report name of working directory" >&21195 { echo "$as_me: error: pwd does not report name of working directory" >&2 1285 1196 { (exit 1); exit 1; }; } 1286 1197 … … 1290 1201 ac_srcdir_defaulted=yes 1291 1202 # Try the directory containing this script, then the parent directory. 1292 ac_confdir=`$as_dirname -- "$ as_myself" ||1293 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1294 X"$ as_myself" : 'X\(//\)[^/]' \| \1295 X"$ as_myself" : 'X\(//\)$' \| \1296 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1297 $as_echo X"$as_myself" |1203 ac_confdir=`$as_dirname -- "$0" || 1204 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1205 X"$0" : 'X\(//\)[^/]' \| \ 1206 X"$0" : 'X\(//\)$' \| \ 1207 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1208 echo X"$0" | 1298 1209 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1299 1210 s//\1/ … … 1322 1233 if test ! -r "$srcdir/$ac_unique_file"; then 1323 1234 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1324 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21235 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1325 1236 { (exit 1); exit 1; }; } 1326 1237 fi 1327 1238 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1328 1239 ac_abs_confdir=`( 1329 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&21240 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1330 1241 { (exit 1); exit 1; }; } 1331 1242 pwd)` … … 1376 1287 Installation directories: 1377 1288 --prefix=PREFIX install architecture-independent files in PREFIX 1378 1289 [$ac_default_prefix] 1379 1290 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1380 1291 [PREFIX] 1381 1292 1382 1293 By default, \`make install' will install all the files in … … 1388 1299 1389 1300 Fine tuning of the installation directories: 1390 --bindir=DIR 1391 --sbindir=DIR 1392 --libexecdir=DIR 1393 --sysconfdir=DIR 1394 --sharedstatedir=DIR 1395 --localstatedir=DIR 1396 --libdir=DIR 1397 --includedir=DIR 1398 --oldincludedir=DIR 1399 --datarootdir=DIR 1400 --datadir=DIR 1401 --infodir=DIR 1402 --localedir=DIR 1403 --mandir=DIR 1404 --docdir=DIR 1405 --htmldir=DIR 1406 --dvidir=DIR 1407 --pdfdir=DIR 1408 --psdir=DIR 1301 --bindir=DIR user executables [EPREFIX/bin] 1302 --sbindir=DIR system admin executables [EPREFIX/sbin] 1303 --libexecdir=DIR program executables [EPREFIX/libexec] 1304 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1305 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1306 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1307 --libdir=DIR object code libraries [EPREFIX/lib] 1308 --includedir=DIR C header files [PREFIX/include] 1309 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1310 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1311 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1312 --infodir=DIR info documentation [DATAROOTDIR/info] 1313 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1314 --mandir=DIR man documentation [DATAROOTDIR/man] 1315 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture] 1316 --htmldir=DIR html documentation [DOCDIR] 1317 --dvidir=DIR dvi documentation [DOCDIR] 1318 --pdfdir=DIR pdf documentation [DOCDIR] 1319 --psdir=DIR ps documentation [DOCDIR] 1409 1320 _ACEOF 1410 1321 … … 1420 1331 1421 1332 Optional Features: 1422 --disable-option-checking ignore unrecognized --enable/--with options1423 1333 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1424 1334 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1469 1379 # If there are subdirs, report their specific --help. 1470 1380 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1471 test -d "$ac_dir" || 1472 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1473 continue 1381 test -d "$ac_dir" || continue 1474 1382 ac_builddir=. 1475 1383 … … 1477 1385 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1478 1386 *) 1479 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1387 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1480 1388 # A ".." for each directory in $ac_dir_suffix. 1481 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1389 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1482 1390 case $ac_top_builddir_sub in 1483 1391 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1515 1423 $SHELL "$ac_srcdir/configure" --help=recursive 1516 1424 else 1517 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21425 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1518 1426 fi || ac_status=$? 1519 1427 cd "$ac_pwd" || { ac_status=$?; break; } … … 1525 1433 cat <<\_ACEOF 1526 1434 Rappture configure 1.1 1527 generated by GNU Autoconf 2.6 21435 generated by GNU Autoconf 2.61 1528 1436 1529 1437 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1530 2002, 2003, 2004, 2005, 2006 , 2007, 2008Free Software Foundation, Inc.1438 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1531 1439 This configure script is free software; the Free Software Foundation 1532 1440 gives unlimited permission to copy, distribute and modify it. … … 1539 1447 1540 1448 It was created by Rappture $as_me 1.1, which was 1541 generated by GNU Autoconf 2.6 2. Invocation command line was1449 generated by GNU Autoconf 2.61. Invocation command line was 1542 1450 1543 1451 $ $0 $@ … … 1575 1483 IFS=$as_save_IFS 1576 1484 test -z "$as_dir" && as_dir=. 1577 $as_echo "PATH: $as_dir"1485 echo "PATH: $as_dir" 1578 1486 done 1579 1487 IFS=$as_save_IFS … … 1610 1518 continue ;; 1611 1519 *\'*) 1612 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1520 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1613 1521 esac 1614 1522 case $ac_pass in … … 1662 1570 *${as_nl}*) 1663 1571 case $ac_var in #( 1664 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51665 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1572 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1573 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1666 1574 esac 1667 1575 case $ac_var in #( 1668 1576 _ | IFS | as_nl) ;; #( 1669 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(1670 1577 *) $as_unset $ac_var ;; 1671 1578 esac ;; … … 1697 1604 eval ac_val=\$$ac_var 1698 1605 case $ac_val in 1699 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1606 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1700 1607 esac 1701 $as_echo "$ac_var='\''$ac_val'\''"1608 echo "$ac_var='\''$ac_val'\''" 1702 1609 done | sort 1703 1610 echo … … 1714 1621 eval ac_val=\$$ac_var 1715 1622 case $ac_val in 1716 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1623 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1717 1624 esac 1718 $as_echo "$ac_var='\''$ac_val'\''"1625 echo "$ac_var='\''$ac_val'\''" 1719 1626 done | sort 1720 1627 echo … … 1732 1639 fi 1733 1640 test "$ac_signal" != 0 && 1734 $as_echo "$as_me: caught signal $ac_signal"1735 $as_echo "$as_me: exit $exit_status"1641 echo "$as_me: caught signal $ac_signal" 1642 echo "$as_me: exit $exit_status" 1736 1643 } >&5 1737 1644 rm -f core *.core core.conftest.* && … … 1775 1682 1776 1683 # Let the site file select an alternate cache file if it wants to. 1777 # Prefer an explicitly selected file to automatically selected ones. 1778 ac_site_file1=NONE 1779 ac_site_file2=NONE 1684 # Prefer explicitly selected file to automatically selected ones. 1780 1685 if test -n "$CONFIG_SITE"; then 1781 ac_site_file1=$CONFIG_SITE1686 set x "$CONFIG_SITE" 1782 1687 elif test "x$prefix" != xNONE; then 1783 ac_site_file1=$prefix/share/config.site1784 ac_site_file2=$prefix/etc/config.site1785 else 1786 ac_site_file1=$ac_default_prefix/share/config.site 1787 ac_site_file2=$ac_default_prefix/etc/config.site 1788 fi 1789 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1688 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1689 else 1690 set x "$ac_default_prefix/share/config.site" \ 1691 "$ac_default_prefix/etc/config.site" 1692 fi 1693 shift 1694 for ac_site_file 1790 1695 do 1791 test "x$ac_site_file" = xNONE && continue1792 1696 if test -r "$ac_site_file"; then 1793 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&51794 $as_echo "$as_me: loading site script $ac_site_file" >&6;}1697 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1698 echo "$as_me: loading site script $ac_site_file" >&6;} 1795 1699 sed 's/^/| /' "$ac_site_file" >&5 1796 1700 . "$ac_site_file" … … 1802 1706 # files actually), so we avoid doing that. 1803 1707 if test -f "$cache_file"; then 1804 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&51805 $as_echo "$as_me: loading cache $cache_file" >&6;}1708 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1709 echo "$as_me: loading cache $cache_file" >&6;} 1806 1710 case $cache_file in 1807 1711 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1810 1714 fi 1811 1715 else 1812 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&51813 $as_echo "$as_me: creating cache $cache_file" >&6;}1716 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1717 echo "$as_me: creating cache $cache_file" >&6;} 1814 1718 >$cache_file 1815 1719 fi … … 1825 1729 case $ac_old_set,$ac_new_set in 1826 1730 set,) 1827 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51828 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1731 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1732 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1829 1733 ac_cache_corrupted=: ;; 1830 1734 ,set) 1831 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51832 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1735 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1736 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1833 1737 ac_cache_corrupted=: ;; 1834 1738 ,);; 1835 1739 *) 1836 1740 if test "x$ac_old_val" != "x$ac_new_val"; then 1837 # differences in whitespace do not lead to failure. 1838 ac_old_val_w=`echo x $ac_old_val` 1839 ac_new_val_w=`echo x $ac_new_val` 1840 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1841 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1842 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1843 ac_cache_corrupted=: 1844 else 1845 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1846 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1847 eval $ac_var=\$ac_old_val 1848 fi 1849 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1850 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1851 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1852 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1741 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1742 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1743 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1744 echo "$as_me: former value: $ac_old_val" >&2;} 1745 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1746 echo "$as_me: current value: $ac_new_val" >&2;} 1747 ac_cache_corrupted=: 1853 1748 fi;; 1854 1749 esac … … 1856 1751 if test "$ac_new_set" = set; then 1857 1752 case $ac_new_val in 1858 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1753 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1859 1754 *) ac_arg=$ac_var=$ac_new_val ;; 1860 1755 esac … … 1866 1761 done 1867 1762 if $ac_cache_corrupted; then 1868 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51869 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}1870 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51871 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1763 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1764 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1765 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1766 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1872 1767 { (exit 1); exit 1; }; } 1873 1768 fi … … 1921 1816 done 1922 1817 if test -z "$ac_aux_dir"; then 1923 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&51924 $as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;}1818 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5 1819 echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;} 1925 1820 { (exit 1); exit 1; }; } 1926 1821 fi … … 1968 1863 # OS/2's system install, which has a completely different semantic 1969 1864 # ./install, which can be erroneously created by make from ./install.sh. 1970 # Reject install programs that cannot install multiple files. 1971 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1972 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1865 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1866 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1973 1867 if test -z "$INSTALL"; then 1974 1868 if test "${ac_cv_path_install+set}" = set; then 1975 $as_echo_n "(cached)" >&61869 echo $ECHO_N "(cached) $ECHO_C" >&6 1976 1870 else 1977 1871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2002 1896 : 2003 1897 else 2004 rm -rf conftest.one conftest.two conftest.dir 2005 echo one > conftest.one 2006 echo two > conftest.two 2007 mkdir conftest.dir 2008 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2009 test -s conftest.one && test -s conftest.two && 2010 test -s conftest.dir/conftest.one && 2011 test -s conftest.dir/conftest.two 2012 then 2013 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2014 break 3 2015 fi 1898 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1899 break 3 2016 1900 fi 2017 1901 fi … … 2020 1904 ;; 2021 1905 esac 2022 2023 1906 done 2024 1907 IFS=$as_save_IFS 2025 1908 2026 rm -rf conftest.one conftest.two conftest.dir2027 1909 2028 1910 fi … … 2037 1919 fi 2038 1920 fi 2039 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&52040 $as_echo "$INSTALL" >&6; }1921 { echo "$as_me:$LINENO: result: $INSTALL" >&5 1922 echo "${ECHO_T}$INSTALL" >&6; } 2041 1923 2042 1924 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 2048 1930 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2049 1931 2050 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2051 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2052 set x ${MAKE-make} 2053 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1932 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1933 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1934 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2054 1935 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2055 $as_echo_n "(cached)" >&61936 echo $ECHO_N "(cached) $ECHO_C" >&6 2056 1937 else 2057 1938 cat >conftest.make <<\_ACEOF … … 2070 1951 fi 2071 1952 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2072 { $as_echo "$as_me:$LINENO: result: yes" >&52073 $as_echo "yes" >&6; }1953 { echo "$as_me:$LINENO: result: yes" >&5 1954 echo "${ECHO_T}yes" >&6; } 2074 1955 SET_MAKE= 2075 1956 else 2076 { $as_echo "$as_me:$LINENO: result: no" >&52077 $as_echo "no" >&6; }1957 { echo "$as_me:$LINENO: result: no" >&5 1958 echo "${ECHO_T}no" >&6; } 2078 1959 SET_MAKE="MAKE=${MAKE-make}" 2079 1960 fi … … 2089 1970 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2090 1971 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2091 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52092 $as_echo_n "checking for $ac_word..." >&6; }1972 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2093 1974 if test "${ac_cv_prog_CC+set}" = set; then 2094 $as_echo_n "(cached)" >&61975 echo $ECHO_N "(cached) $ECHO_C" >&6 2095 1976 else 2096 1977 if test -n "$CC"; then … … 2105 1986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2106 1987 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2107 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&51988 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2108 1989 break 2 2109 1990 fi … … 2116 1997 CC=$ac_cv_prog_CC 2117 1998 if test -n "$CC"; then 2118 { $as_echo "$as_me:$LINENO: result: $CC" >&52119 $as_echo "$CC" >&6; }2120 else 2121 { $as_echo "$as_me:$LINENO: result: no" >&52122 $as_echo "no" >&6; }1999 { echo "$as_me:$LINENO: result: $CC" >&5 2000 echo "${ECHO_T}$CC" >&6; } 2001 else 2002 { echo "$as_me:$LINENO: result: no" >&5 2003 echo "${ECHO_T}no" >&6; } 2123 2004 fi 2124 2005 … … 2129 2010 # Extract the first word of "gcc", so it can be a program name with args. 2130 2011 set dummy gcc; ac_word=$2 2131 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52132 $as_echo_n "checking for $ac_word..." >&6; }2012 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2013 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2133 2014 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2134 $as_echo_n "(cached)" >&62015 echo $ECHO_N "(cached) $ECHO_C" >&6 2135 2016 else 2136 2017 if test -n "$ac_ct_CC"; then … … 2145 2026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2146 2027 ac_cv_prog_ac_ct_CC="gcc" 2147 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52028 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2148 2029 break 2 2149 2030 fi … … 2156 2037 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2157 2038 if test -n "$ac_ct_CC"; then 2158 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52159 $as_echo "$ac_ct_CC" >&6; }2160 else 2161 { $as_echo "$as_me:$LINENO: result: no" >&52162 $as_echo "no" >&6; }2039 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2040 echo "${ECHO_T}$ac_ct_CC" >&6; } 2041 else 2042 { echo "$as_me:$LINENO: result: no" >&5 2043 echo "${ECHO_T}no" >&6; } 2163 2044 fi 2164 2045 … … 2168 2049 case $cross_compiling:$ac_tool_warned in 2169 2050 yes:) 2170 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2051 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2171 2052 whose name does not start with the host triplet. If you think this 2172 2053 configuration is useful to you, please write to autoconf@gnu.org." >&5 2173 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2054 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2174 2055 whose name does not start with the host triplet. If you think this 2175 2056 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2186 2067 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2187 2068 set dummy ${ac_tool_prefix}cc; ac_word=$2 2188 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52189 $as_echo_n "checking for $ac_word..." >&6; }2069 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2070 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2190 2071 if test "${ac_cv_prog_CC+set}" = set; then 2191 $as_echo_n "(cached)" >&62072 echo $ECHO_N "(cached) $ECHO_C" >&6 2192 2073 else 2193 2074 if test -n "$CC"; then … … 2202 2083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2203 2084 ac_cv_prog_CC="${ac_tool_prefix}cc" 2204 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2205 2086 break 2 2206 2087 fi … … 2213 2094 CC=$ac_cv_prog_CC 2214 2095 if test -n "$CC"; then 2215 { $as_echo "$as_me:$LINENO: result: $CC" >&52216 $as_echo "$CC" >&6; }2217 else 2218 { $as_echo "$as_me:$LINENO: result: no" >&52219 $as_echo "no" >&6; }2096 { echo "$as_me:$LINENO: result: $CC" >&5 2097 echo "${ECHO_T}$CC" >&6; } 2098 else 2099 { echo "$as_me:$LINENO: result: no" >&5 2100 echo "${ECHO_T}no" >&6; } 2220 2101 fi 2221 2102 … … 2226 2107 # Extract the first word of "cc", so it can be a program name with args. 2227 2108 set dummy cc; ac_word=$2 2228 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52229 $as_echo_n "checking for $ac_word..." >&6; }2109 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2230 2111 if test "${ac_cv_prog_CC+set}" = set; then 2231 $as_echo_n "(cached)" >&62112 echo $ECHO_N "(cached) $ECHO_C" >&6 2232 2113 else 2233 2114 if test -n "$CC"; then … … 2247 2128 fi 2248 2129 ac_cv_prog_CC="cc" 2249 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52130 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2250 2131 break 2 2251 2132 fi … … 2270 2151 CC=$ac_cv_prog_CC 2271 2152 if test -n "$CC"; then 2272 { $as_echo "$as_me:$LINENO: result: $CC" >&52273 $as_echo "$CC" >&6; }2274 else 2275 { $as_echo "$as_me:$LINENO: result: no" >&52276 $as_echo "no" >&6; }2153 { echo "$as_me:$LINENO: result: $CC" >&5 2154 echo "${ECHO_T}$CC" >&6; } 2155 else 2156 { echo "$as_me:$LINENO: result: no" >&5 2157 echo "${ECHO_T}no" >&6; } 2277 2158 fi 2278 2159 … … 2285 2166 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2286 2167 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2287 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52288 $as_echo_n "checking for $ac_word..." >&6; }2168 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2289 2170 if test "${ac_cv_prog_CC+set}" = set; then 2290 $as_echo_n "(cached)" >&62171 echo $ECHO_N "(cached) $ECHO_C" >&6 2291 2172 else 2292 2173 if test -n "$CC"; then … … 2301 2182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2302 2183 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2303 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2304 2185 break 2 2305 2186 fi … … 2312 2193 CC=$ac_cv_prog_CC 2313 2194 if test -n "$CC"; then 2314 { $as_echo "$as_me:$LINENO: result: $CC" >&52315 $as_echo "$CC" >&6; }2316 else 2317 { $as_echo "$as_me:$LINENO: result: no" >&52318 $as_echo "no" >&6; }2195 { echo "$as_me:$LINENO: result: $CC" >&5 2196 echo "${ECHO_T}$CC" >&6; } 2197 else 2198 { echo "$as_me:$LINENO: result: no" >&5 2199 echo "${ECHO_T}no" >&6; } 2319 2200 fi 2320 2201 … … 2329 2210 # Extract the first word of "$ac_prog", so it can be a program name with args. 2330 2211 set dummy $ac_prog; ac_word=$2 2331 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&52332 $as_echo_n "checking for $ac_word..." >&6; }2212 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2213 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2333 2214 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2334 $as_echo_n "(cached)" >&62215 echo $ECHO_N "(cached) $ECHO_C" >&6 2335 2216 else 2336 2217 if test -n "$ac_ct_CC"; then … … 2345 2226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2346 2227 ac_cv_prog_ac_ct_CC="$ac_prog" 2347 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52228 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2348 2229 break 2 2349 2230 fi … … 2356 2237 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2357 2238 if test -n "$ac_ct_CC"; then 2358 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&52359 $as_echo "$ac_ct_CC" >&6; }2360 else 2361 { $as_echo "$as_me:$LINENO: result: no" >&52362 $as_echo "no" >&6; }2239 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2240 echo "${ECHO_T}$ac_ct_CC" >&6; } 2241 else 2242 { echo "$as_me:$LINENO: result: no" >&5 2243 echo "${ECHO_T}no" >&6; } 2363 2244 fi 2364 2245 … … 2372 2253 case $cross_compiling:$ac_tool_warned in 2373 2254 yes:) 2374 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2255 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2375 2256 whose name does not start with the host triplet. If you think this 2376 2257 configuration is useful to you, please write to autoconf@gnu.org." >&5 2377 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2258 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2378 2259 whose name does not start with the host triplet. If you think this 2379 2260 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2387 2268 2388 2269 2389 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH2270 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2390 2271 See \`config.log' for more details." >&5 2391 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH2272 echo "$as_me: error: no acceptable C compiler found in \$PATH 2392 2273 See \`config.log' for more details." >&2;} 2393 2274 { (exit 1); exit 1; }; } 2394 2275 2395 2276 # Provide some information about the compiler. 2396 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2397 set X $ac_compile 2398 ac_compiler=$2 2277 echo "$as_me:$LINENO: checking for C compiler version" >&5 2278 ac_compiler=`set X $ac_compile; echo $2` 2399 2279 { (ac_try="$ac_compiler --version >&5" 2400 2280 case "(($ac_try" in … … 2402 2282 *) ac_try_echo=$ac_try;; 2403 2283 esac 2404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2405 $as_echo "$ac_try_echo") >&5 2284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2406 2285 (eval "$ac_compiler --version >&5") 2>&5 2407 2286 ac_status=$? 2408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52287 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2409 2288 (exit $ac_status); } 2410 2289 { (ac_try="$ac_compiler -v >&5" … … 2413 2292 *) ac_try_echo=$ac_try;; 2414 2293 esac 2415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2416 $as_echo "$ac_try_echo") >&5 2294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2417 2295 (eval "$ac_compiler -v >&5") 2>&5 2418 2296 ac_status=$? 2419 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2420 2298 (exit $ac_status); } 2421 2299 { (ac_try="$ac_compiler -V >&5" … … 2424 2302 *) ac_try_echo=$ac_try;; 2425 2303 esac 2426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2427 $as_echo "$ac_try_echo") >&5 2304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2428 2305 (eval "$ac_compiler -V >&5") 2>&5 2429 2306 ac_status=$? 2430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52307 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2431 2308 (exit $ac_status); } 2432 2309 … … 2447 2324 _ACEOF 2448 2325 ac_clean_files_save=$ac_clean_files 2449 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2326 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2450 2327 # Try to create an executable without -o first, disregard a.out. 2451 2328 # It will help us diagnose broken compilers, and finding out an intuition 2452 2329 # of exeext. 2453 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2454 $as_echo_n "checking for C compiler default output file name... " >&6; } 2455 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2456 2457 # The possible output files: 2458 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2459 2330 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2331 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2332 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2333 # 2334 # List of possible output files, starting from the most likely. 2335 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2336 # only as a last resort. b.out is created by i960 compilers. 2337 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2338 # 2339 # The IRIX 6 linker writes into existing files which may not be 2340 # executable, retaining their permissions. Remove them first so a 2341 # subsequent execution test works. 2460 2342 ac_rmfiles= 2461 2343 for ac_file in $ac_files 2462 2344 do 2463 2345 case $ac_file in 2464 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2346 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2465 2347 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2466 2348 esac … … 2473 2355 *) ac_try_echo=$ac_try;; 2474 2356 esac 2475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2476 $as_echo "$ac_try_echo") >&5 2357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2477 2358 (eval "$ac_link_default") 2>&5 2478 2359 ac_status=$? 2479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52360 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2480 2361 (exit $ac_status); }; then 2481 2362 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2488 2369 test -f "$ac_file" || continue 2489 2370 case $ac_file in 2490 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2371 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2491 2372 ;; 2492 2373 [ab].out ) … … 2515 2396 fi 2516 2397 2517 { $as_echo "$as_me:$LINENO: result: $ac_file" >&52518 $as_echo "$ac_file" >&6; }2398 { echo "$as_me:$LINENO: result: $ac_file" >&5 2399 echo "${ECHO_T}$ac_file" >&6; } 2519 2400 if test -z "$ac_file"; then 2520 $as_echo "$as_me: failed program was:" >&52401 echo "$as_me: failed program was:" >&5 2521 2402 sed 's/^/| /' conftest.$ac_ext >&5 2522 2403 2523 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables2404 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2524 2405 See \`config.log' for more details." >&5 2525 $as_echo "$as_me: error: C compiler cannot create executables2406 echo "$as_me: error: C compiler cannot create executables 2526 2407 See \`config.log' for more details." >&2;} 2527 2408 { (exit 77); exit 77; }; } … … 2532 2413 # Check that the compiler produces executables we can run. If not, either 2533 2414 # the compiler is broken, or we cross compile. 2534 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&52535 $as_echo_n "checking whether the C compiler works..." >&6; }2415 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2416 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2536 2417 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2537 2418 # If not cross compiling, check that we can run a simple program. … … 2542 2423 *) ac_try_echo=$ac_try;; 2543 2424 esac 2544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2545 $as_echo "$ac_try_echo") >&5 2425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2546 2426 (eval "$ac_try") 2>&5 2547 2427 ac_status=$? 2548 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52428 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2549 2429 (exit $ac_status); }; }; then 2550 2430 cross_compiling=no … … 2553 2433 cross_compiling=yes 2554 2434 else 2555 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.2435 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2556 2436 If you meant to cross compile, use \`--host'. 2557 2437 See \`config.log' for more details." >&5 2558 $as_echo "$as_me: error: cannot run C compiled programs.2438 echo "$as_me: error: cannot run C compiled programs. 2559 2439 If you meant to cross compile, use \`--host'. 2560 2440 See \`config.log' for more details." >&2;} … … 2563 2443 fi 2564 2444 fi 2565 { $as_echo "$as_me:$LINENO: result: yes" >&52566 $as_echo "yes" >&6; }2567 2568 rm -f -r a.out a.out.dSYMa.exe conftest$ac_cv_exeext b.out2445 { echo "$as_me:$LINENO: result: yes" >&5 2446 echo "${ECHO_T}yes" >&6; } 2447 2448 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2569 2449 ac_clean_files=$ac_clean_files_save 2570 2450 # Check that the compiler produces executables we can run. If not, either 2571 2451 # the compiler is broken, or we cross compile. 2572 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&52573 $as_echo_n "checking whether we are cross compiling..." >&6; }2574 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&52575 $as_echo "$cross_compiling" >&6; }2576 2577 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&52578 $as_echo_n "checking for suffix of executables..." >&6; }2452 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2453 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2454 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2455 echo "${ECHO_T}$cross_compiling" >&6; } 2456 2457 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2458 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2579 2459 if { (ac_try="$ac_link" 2580 2460 case "(($ac_try" in … … 2582 2462 *) ac_try_echo=$ac_try;; 2583 2463 esac 2584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2585 $as_echo "$ac_try_echo") >&5 2464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2586 2465 (eval "$ac_link") 2>&5 2587 2466 ac_status=$? 2588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2589 2468 (exit $ac_status); }; then 2590 2469 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2595 2474 test -f "$ac_file" || continue 2596 2475 case $ac_file in 2597 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2476 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2598 2477 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2599 2478 break;; … … 2602 2481 done 2603 2482 else 2604 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link2483 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2605 2484 See \`config.log' for more details." >&5 2606 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2485 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2607 2486 See \`config.log' for more details." >&2;} 2608 2487 { (exit 1); exit 1; }; } … … 2610 2489 2611 2490 rm -f conftest$ac_cv_exeext 2612 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52613 $as_echo "$ac_cv_exeext" >&6; }2491 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2492 echo "${ECHO_T}$ac_cv_exeext" >&6; } 2614 2493 2615 2494 rm -f conftest.$ac_ext 2616 2495 EXEEXT=$ac_cv_exeext 2617 2496 ac_exeext=$EXEEXT 2618 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&52619 $as_echo_n "checking for suffix of object files..." >&6; }2497 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2498 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2620 2499 if test "${ac_cv_objext+set}" = set; then 2621 $as_echo_n "(cached)" >&62500 echo $ECHO_N "(cached) $ECHO_C" >&6 2622 2501 else 2623 2502 cat >conftest.$ac_ext <<_ACEOF … … 2642 2521 *) ac_try_echo=$ac_try;; 2643 2522 esac 2644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2645 $as_echo "$ac_try_echo") >&5 2523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2646 2524 (eval "$ac_compile") 2>&5 2647 2525 ac_status=$? 2648 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2649 2527 (exit $ac_status); }; then 2650 2528 for ac_file in conftest.o conftest.obj conftest.*; do 2651 2529 test -f "$ac_file" || continue; 2652 2530 case $ac_file in 2653 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2531 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2654 2532 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2655 2533 break;; … … 2657 2535 done 2658 2536 else 2659 $as_echo "$as_me: failed program was:" >&52537 echo "$as_me: failed program was:" >&5 2660 2538 sed 's/^/| /' conftest.$ac_ext >&5 2661 2539 2662 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile2540 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2663 2541 See \`config.log' for more details." >&5 2664 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile2542 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2665 2543 See \`config.log' for more details." >&2;} 2666 2544 { (exit 1); exit 1; }; } … … 2669 2547 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2670 2548 fi 2671 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&52672 $as_echo "$ac_cv_objext" >&6; }2549 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2550 echo "${ECHO_T}$ac_cv_objext" >&6; } 2673 2551 OBJEXT=$ac_cv_objext 2674 2552 ac_objext=$OBJEXT 2675 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52676 $as_echo_n "checking whether we are using the GNU C compiler..." >&6; }2553 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2554 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2677 2555 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2678 $as_echo_n "(cached)" >&62556 echo $ECHO_N "(cached) $ECHO_C" >&6 2679 2557 else 2680 2558 cat >conftest.$ac_ext <<_ACEOF … … 2702 2580 *) ac_try_echo=$ac_try;; 2703 2581 esac 2704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2705 $as_echo "$ac_try_echo") >&5 2582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2706 2583 (eval "$ac_compile") 2>conftest.er1 2707 2584 ac_status=$? … … 2709 2586 rm -f conftest.er1 2710 2587 cat conftest.err >&5 2711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2712 2589 (exit $ac_status); } && { 2713 2590 test -z "$ac_c_werror_flag" || … … 2716 2593 ac_compiler_gnu=yes 2717 2594 else 2718 $as_echo "$as_me: failed program was:" >&52595 echo "$as_me: failed program was:" >&5 2719 2596 sed 's/^/| /' conftest.$ac_ext >&5 2720 2597 … … 2726 2603 2727 2604 fi 2728 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2729 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2730 if test $ac_compiler_gnu = yes; then 2731 GCC=yes 2732 else 2733 GCC= 2734 fi 2605 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2606 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2607 GCC=`test $ac_compiler_gnu = yes && echo yes` 2735 2608 ac_test_CFLAGS=${CFLAGS+set} 2736 2609 ac_save_CFLAGS=$CFLAGS 2737 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52738 $as_echo_n "checking whether $CC accepts -g..." >&6; }2610 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2611 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2739 2612 if test "${ac_cv_prog_cc_g+set}" = set; then 2740 $as_echo_n "(cached)" >&62613 echo $ECHO_N "(cached) $ECHO_C" >&6 2741 2614 else 2742 2615 ac_save_c_werror_flag=$ac_c_werror_flag … … 2765 2638 *) ac_try_echo=$ac_try;; 2766 2639 esac 2767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2768 $as_echo "$ac_try_echo") >&5 2640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2769 2641 (eval "$ac_compile") 2>conftest.er1 2770 2642 ac_status=$? … … 2772 2644 rm -f conftest.er1 2773 2645 cat conftest.err >&5 2774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52646 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2775 2647 (exit $ac_status); } && { 2776 2648 test -z "$ac_c_werror_flag" || … … 2779 2651 ac_cv_prog_cc_g=yes 2780 2652 else 2781 $as_echo "$as_me: failed program was:" >&52653 echo "$as_me: failed program was:" >&5 2782 2654 sed 's/^/| /' conftest.$ac_ext >&5 2783 2655 … … 2804 2676 *) ac_try_echo=$ac_try;; 2805 2677 esac 2806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2807 $as_echo "$ac_try_echo") >&5 2678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2808 2679 (eval "$ac_compile") 2>conftest.er1 2809 2680 ac_status=$? … … 2811 2682 rm -f conftest.er1 2812 2683 cat conftest.err >&5 2813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52684 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2814 2685 (exit $ac_status); } && { 2815 2686 test -z "$ac_c_werror_flag" || … … 2818 2689 : 2819 2690 else 2820 $as_echo "$as_me: failed program was:" >&52691 echo "$as_me: failed program was:" >&5 2821 2692 sed 's/^/| /' conftest.$ac_ext >&5 2822 2693 … … 2844 2715 *) ac_try_echo=$ac_try;; 2845 2716 esac 2846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2847 $as_echo "$ac_try_echo") >&5 2717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2848 2718 (eval "$ac_compile") 2>conftest.er1 2849 2719 ac_status=$? … … 2851 2721 rm -f conftest.er1 2852 2722 cat conftest.err >&5 2853 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52723 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2854 2724 (exit $ac_status); } && { 2855 2725 test -z "$ac_c_werror_flag" || … … 2858 2728 ac_cv_prog_cc_g=yes 2859 2729 else 2860 $as_echo "$as_me: failed program was:" >&52730 echo "$as_me: failed program was:" >&5 2861 2731 sed 's/^/| /' conftest.$ac_ext >&5 2862 2732 … … 2873 2743 ac_c_werror_flag=$ac_save_c_werror_flag 2874 2744 fi 2875 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52876 $as_echo "$ac_cv_prog_cc_g" >&6; }2745 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2746 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 2877 2747 if test "$ac_test_CFLAGS" = set; then 2878 2748 CFLAGS=$ac_save_CFLAGS … … 2890 2760 fi 2891 2761 fi 2892 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52893 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }2762 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2763 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2894 2764 if test "${ac_cv_prog_cc_c89+set}" = set; then 2895 $as_echo_n "(cached)" >&62765 echo $ECHO_N "(cached) $ECHO_C" >&6 2896 2766 else 2897 2767 ac_cv_prog_cc_c89=no … … 2964 2834 *) ac_try_echo=$ac_try;; 2965 2835 esac 2966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2967 $as_echo "$ac_try_echo") >&5 2836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2968 2837 (eval "$ac_compile") 2>conftest.er1 2969 2838 ac_status=$? … … 2971 2840 rm -f conftest.er1 2972 2841 cat conftest.err >&5 2973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&52842 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2974 2843 (exit $ac_status); } && { 2975 2844 test -z "$ac_c_werror_flag" || … … 2978 2847 ac_cv_prog_cc_c89=$ac_arg 2979 2848 else 2980 $as_echo "$as_me: failed program was:" >&52849 echo "$as_me: failed program was:" >&5 2981 2850 sed 's/^/| /' conftest.$ac_ext >&5 2982 2851 … … 2994 2863 case "x$ac_cv_prog_cc_c89" in 2995 2864 x) 2996 { $as_echo "$as_me:$LINENO: result: none needed" >&52997 $as_echo "none needed" >&6; } ;;2865 { echo "$as_me:$LINENO: result: none needed" >&5 2866 echo "${ECHO_T}none needed" >&6; } ;; 2998 2867 xno) 2999 { $as_echo "$as_me:$LINENO: result: unsupported" >&53000 $as_echo "unsupported" >&6; } ;;2868 { echo "$as_me:$LINENO: result: unsupported" >&5 2869 echo "${ECHO_T}unsupported" >&6; } ;; 3001 2870 *) 3002 2871 CC="$CC $ac_cv_prog_cc_c89" 3003 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&53004 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;2872 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2873 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3005 2874 esac 3006 2875 … … 3026 2895 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3027 2896 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3028 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53029 $as_echo_n "checking for $ac_word..." >&6; }2897 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2898 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3030 2899 if test "${ac_cv_prog_CXX+set}" = set; then 3031 $as_echo_n "(cached)" >&62900 echo $ECHO_N "(cached) $ECHO_C" >&6 3032 2901 else 3033 2902 if test -n "$CXX"; then … … 3042 2911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3043 2912 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3044 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52913 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3045 2914 break 2 3046 2915 fi … … 3053 2922 CXX=$ac_cv_prog_CXX 3054 2923 if test -n "$CXX"; then 3055 { $as_echo "$as_me:$LINENO: result: $CXX" >&53056 $as_echo "$CXX" >&6; }3057 else 3058 { $as_echo "$as_me:$LINENO: result: no" >&53059 $as_echo "no" >&6; }2924 { echo "$as_me:$LINENO: result: $CXX" >&5 2925 echo "${ECHO_T}$CXX" >&6; } 2926 else 2927 { echo "$as_me:$LINENO: result: no" >&5 2928 echo "${ECHO_T}no" >&6; } 3060 2929 fi 3061 2930 … … 3070 2939 # Extract the first word of "$ac_prog", so it can be a program name with args. 3071 2940 set dummy $ac_prog; ac_word=$2 3072 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53073 $as_echo_n "checking for $ac_word..." >&6; }2941 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3074 2943 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 3075 $as_echo_n "(cached)" >&62944 echo $ECHO_N "(cached) $ECHO_C" >&6 3076 2945 else 3077 2946 if test -n "$ac_ct_CXX"; then … … 3086 2955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3087 2956 ac_cv_prog_ac_ct_CXX="$ac_prog" 3088 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52957 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3089 2958 break 2 3090 2959 fi … … 3097 2966 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3098 2967 if test -n "$ac_ct_CXX"; then 3099 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&53100 $as_echo "$ac_ct_CXX" >&6; }3101 else 3102 { $as_echo "$as_me:$LINENO: result: no" >&53103 $as_echo "no" >&6; }2968 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2969 echo "${ECHO_T}$ac_ct_CXX" >&6; } 2970 else 2971 { echo "$as_me:$LINENO: result: no" >&5 2972 echo "${ECHO_T}no" >&6; } 3104 2973 fi 3105 2974 … … 3113 2982 case $cross_compiling:$ac_tool_warned in 3114 2983 yes:) 3115 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2984 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3116 2985 whose name does not start with the host triplet. If you think this 3117 2986 configuration is useful to you, please write to autoconf@gnu.org." >&5 3118 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2987 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3119 2988 whose name does not start with the host triplet. If you think this 3120 2989 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 3128 2997 fi 3129 2998 # Provide some information about the compiler. 3130 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3131 set X $ac_compile 3132 ac_compiler=$2 2999 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3000 ac_compiler=`set X $ac_compile; echo $2` 3133 3001 { (ac_try="$ac_compiler --version >&5" 3134 3002 case "(($ac_try" in … … 3136 3004 *) ac_try_echo=$ac_try;; 3137 3005 esac 3138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3139 $as_echo "$ac_try_echo") >&5 3006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3140 3007 (eval "$ac_compiler --version >&5") 2>&5 3141 3008 ac_status=$? 3142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53009 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3143 3010 (exit $ac_status); } 3144 3011 { (ac_try="$ac_compiler -v >&5" … … 3147 3014 *) ac_try_echo=$ac_try;; 3148 3015 esac 3149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3150 $as_echo "$ac_try_echo") >&5 3016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3151 3017 (eval "$ac_compiler -v >&5") 2>&5 3152 3018 ac_status=$? 3153 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3154 3020 (exit $ac_status); } 3155 3021 { (ac_try="$ac_compiler -V >&5" … … 3158 3024 *) ac_try_echo=$ac_try;; 3159 3025 esac 3160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3161 $as_echo "$ac_try_echo") >&5 3026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3162 3027 (eval "$ac_compiler -V >&5") 2>&5 3163 3028 ac_status=$? 3164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3165 3030 (exit $ac_status); } 3166 3031 3167 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&53168 $as_echo_n "checking whether we are using the GNU C++ compiler..." >&6; }3032 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3033 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3169 3034 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3170 $as_echo_n "(cached)" >&63035 echo $ECHO_N "(cached) $ECHO_C" >&6 3171 3036 else 3172 3037 cat >conftest.$ac_ext <<_ACEOF … … 3194 3059 *) ac_try_echo=$ac_try;; 3195 3060 esac 3196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3197 $as_echo "$ac_try_echo") >&5 3061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3198 3062 (eval "$ac_compile") 2>conftest.er1 3199 3063 ac_status=$? … … 3201 3065 rm -f conftest.er1 3202 3066 cat conftest.err >&5 3203 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53067 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3204 3068 (exit $ac_status); } && { 3205 3069 test -z "$ac_cxx_werror_flag" || … … 3208 3072 ac_compiler_gnu=yes 3209 3073 else 3210 $as_echo "$as_me: failed program was:" >&53074 echo "$as_me: failed program was:" >&5 3211 3075 sed 's/^/| /' conftest.$ac_ext >&5 3212 3076 … … 3218 3082 3219 3083 fi 3220 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3221 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3222 if test $ac_compiler_gnu = yes; then 3223 GXX=yes 3224 else 3225 GXX= 3226 fi 3084 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3085 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3086 GXX=`test $ac_compiler_gnu = yes && echo yes` 3227 3087 ac_test_CXXFLAGS=${CXXFLAGS+set} 3228 3088 ac_save_CXXFLAGS=$CXXFLAGS 3229 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53230 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3089 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3090 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3231 3091 if test "${ac_cv_prog_cxx_g+set}" = set; then 3232 $as_echo_n "(cached)" >&63092 echo $ECHO_N "(cached) $ECHO_C" >&6 3233 3093 else 3234 3094 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3257 3117 *) ac_try_echo=$ac_try;; 3258 3118 esac 3259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3260 $as_echo "$ac_try_echo") >&5 3119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3261 3120 (eval "$ac_compile") 2>conftest.er1 3262 3121 ac_status=$? … … 3264 3123 rm -f conftest.er1 3265 3124 cat conftest.err >&5 3266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53125 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3267 3126 (exit $ac_status); } && { 3268 3127 test -z "$ac_cxx_werror_flag" || … … 3271 3130 ac_cv_prog_cxx_g=yes 3272 3131 else 3273 $as_echo "$as_me: failed program was:" >&53132 echo "$as_me: failed program was:" >&5 3274 3133 sed 's/^/| /' conftest.$ac_ext >&5 3275 3134 … … 3296 3155 *) ac_try_echo=$ac_try;; 3297 3156 esac 3298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3299 $as_echo "$ac_try_echo") >&5 3157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3300 3158 (eval "$ac_compile") 2>conftest.er1 3301 3159 ac_status=$? … … 3303 3161 rm -f conftest.er1 3304 3162 cat conftest.err >&5 3305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3306 3164 (exit $ac_status); } && { 3307 3165 test -z "$ac_cxx_werror_flag" || … … 3310 3168 : 3311 3169 else 3312 $as_echo "$as_me: failed program was:" >&53170 echo "$as_me: failed program was:" >&5 3313 3171 sed 's/^/| /' conftest.$ac_ext >&5 3314 3172 … … 3336 3194 *) ac_try_echo=$ac_try;; 3337 3195 esac 3338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3339 $as_echo "$ac_try_echo") >&5 3196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3340 3197 (eval "$ac_compile") 2>conftest.er1 3341 3198 ac_status=$? … … 3343 3200 rm -f conftest.er1 3344 3201 cat conftest.err >&5 3345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53202 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3346 3203 (exit $ac_status); } && { 3347 3204 test -z "$ac_cxx_werror_flag" || … … 3350 3207 ac_cv_prog_cxx_g=yes 3351 3208 else 3352 $as_echo "$as_me: failed program was:" >&53209 echo "$as_me: failed program was:" >&5 3353 3210 sed 's/^/| /' conftest.$ac_ext >&5 3354 3211 … … 3365 3222 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3366 3223 fi 3367 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&53368 $as_echo "$ac_cv_prog_cxx_g" >&6; }3224 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3225 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 3369 3226 if test "$ac_test_CXXFLAGS" = set; then 3370 3227 CXXFLAGS=$ac_save_CXXFLAGS … … 3402 3259 # OS/2's system install, which has a completely different semantic 3403 3260 # ./install, which can be erroneously created by make from ./install.sh. 3404 # Reject install programs that cannot install multiple files. 3405 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3406 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3261 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3262 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 3407 3263 if test -z "$INSTALL"; then 3408 3264 if test "${ac_cv_path_install+set}" = set; then 3409 $as_echo_n "(cached)" >&63265 echo $ECHO_N "(cached) $ECHO_C" >&6 3410 3266 else 3411 3267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 3436 3292 : 3437 3293 else 3438 rm -rf conftest.one conftest.two conftest.dir 3439 echo one > conftest.one 3440 echo two > conftest.two 3441 mkdir conftest.dir 3442 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 3443 test -s conftest.one && test -s conftest.two && 3444 test -s conftest.dir/conftest.one && 3445 test -s conftest.dir/conftest.two 3446 then 3447 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3448 break 3 3449 fi 3294 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3295 break 3 3450 3296 fi 3451 3297 fi … … 3454 3300 ;; 3455 3301 esac 3456 3457 3302 done 3458 3303 IFS=$as_save_IFS 3459 3304 3460 rm -rf conftest.one conftest.two conftest.dir3461 3305 3462 3306 fi … … 3471 3315 fi 3472 3316 fi 3473 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&53474 $as_echo "$INSTALL" >&6; }3317 { echo "$as_me:$LINENO: result: $INSTALL" >&5 3318 echo "${ECHO_T}$INSTALL" >&6; } 3475 3319 3476 3320 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 3485 3329 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3486 3330 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3487 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53488 $as_echo_n "checking for $ac_word..." >&6; }3331 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3489 3333 if test "${ac_cv_prog_RANLIB+set}" = set; then 3490 $as_echo_n "(cached)" >&63334 echo $ECHO_N "(cached) $ECHO_C" >&6 3491 3335 else 3492 3336 if test -n "$RANLIB"; then … … 3501 3345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3502 3346 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3503 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3504 3348 break 2 3505 3349 fi … … 3512 3356 RANLIB=$ac_cv_prog_RANLIB 3513 3357 if test -n "$RANLIB"; then 3514 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&53515 $as_echo "$RANLIB" >&6; }3516 else 3517 { $as_echo "$as_me:$LINENO: result: no" >&53518 $as_echo "no" >&6; }3358 { echo "$as_me:$LINENO: result: $RANLIB" >&5 3359 echo "${ECHO_T}$RANLIB" >&6; } 3360 else 3361 { echo "$as_me:$LINENO: result: no" >&5 3362 echo "${ECHO_T}no" >&6; } 3519 3363 fi 3520 3364 … … 3525 3369 # Extract the first word of "ranlib", so it can be a program name with args. 3526 3370 set dummy ranlib; ac_word=$2 3527 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53528 $as_echo_n "checking for $ac_word..." >&6; }3371 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3529 3373 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3530 $as_echo_n "(cached)" >&63374 echo $ECHO_N "(cached) $ECHO_C" >&6 3531 3375 else 3532 3376 if test -n "$ac_ct_RANLIB"; then … … 3541 3385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3542 3386 ac_cv_prog_ac_ct_RANLIB="ranlib" 3543 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3544 3388 break 2 3545 3389 fi … … 3552 3396 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3553 3397 if test -n "$ac_ct_RANLIB"; then 3554 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&53555 $as_echo "$ac_ct_RANLIB" >&6; }3556 else 3557 { $as_echo "$as_me:$LINENO: result: no" >&53558 $as_echo "no" >&6; }3398 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 3399 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 3400 else 3401 { echo "$as_me:$LINENO: result: no" >&5 3402 echo "${ECHO_T}no" >&6; } 3559 3403 fi 3560 3404 … … 3564 3408 case $cross_compiling:$ac_tool_warned in 3565 3409 yes:) 3566 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3410 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3567 3411 whose name does not start with the host triplet. If you think this 3568 3412 configuration is useful to you, please write to autoconf@gnu.org." >&5 3569 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3413 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3570 3414 whose name does not start with the host triplet. If you think this 3571 3415 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 3578 3422 fi 3579 3423 3580 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&53581 $as_echo_n "checking whether ln -s works..." >&6; }3424 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 3425 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 3582 3426 LN_S=$as_ln_s 3583 3427 if test "$LN_S" = "ln -s"; then 3584 { $as_echo "$as_me:$LINENO: result: yes" >&53585 $as_echo "yes" >&6; }3586 else 3587 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&53588 $as_echo "no, using $LN_S" >&6; }3589 fi 3590 3591 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&53592 $as_echo_n "checking for a thread-safe mkdir -p..." >&6; }3428 { echo "$as_me:$LINENO: result: yes" >&5 3429 echo "${ECHO_T}yes" >&6; } 3430 else 3431 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 3432 echo "${ECHO_T}no, using $LN_S" >&6; } 3433 fi 3434 3435 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 3436 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 3593 3437 if test -z "$MKDIR_P"; then 3594 3438 if test "${ac_cv_path_mkdir+set}" = set; then 3595 $as_echo_n "(cached)" >&63439 echo $ECHO_N "(cached) $ECHO_C" >&6 3596 3440 else 3597 3441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 3628 3472 fi 3629 3473 fi 3630 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&53631 $as_echo "$MKDIR_P" >&6; }3474 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 3475 echo "${ECHO_T}$MKDIR_P" >&6; } 3632 3476 3633 3477 … … 3641 3485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3642 3486 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53644 $as_echo_n "checking for $ac_word..." >&6; }3487 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3645 3489 if test "${ac_cv_prog_F77+set}" = set; then 3646 $as_echo_n "(cached)" >&63490 echo $ECHO_N "(cached) $ECHO_C" >&6 3647 3491 else 3648 3492 if test -n "$F77"; then … … 3657 3501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3658 3502 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 3659 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3660 3504 break 2 3661 3505 fi … … 3668 3512 F77=$ac_cv_prog_F77 3669 3513 if test -n "$F77"; then 3670 { $as_echo "$as_me:$LINENO: result: $F77" >&53671 $as_echo "$F77" >&6; }3672 else 3673 { $as_echo "$as_me:$LINENO: result: no" >&53674 $as_echo "no" >&6; }3514 { echo "$as_me:$LINENO: result: $F77" >&5 3515 echo "${ECHO_T}$F77" >&6; } 3516 else 3517 { echo "$as_me:$LINENO: result: no" >&5 3518 echo "${ECHO_T}no" >&6; } 3675 3519 fi 3676 3520 … … 3685 3529 # Extract the first word of "$ac_prog", so it can be a program name with args. 3686 3530 set dummy $ac_prog; ac_word=$2 3687 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&53688 $as_echo_n "checking for $ac_word..." >&6; }3531 { echo "$as_me:$LINENO: checking for $ac_word" >&5 3532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3689 3533 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 3690 $as_echo_n "(cached)" >&63534 echo $ECHO_N "(cached) $ECHO_C" >&6 3691 3535 else 3692 3536 if test -n "$ac_ct_F77"; then … … 3701 3545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3702 3546 ac_cv_prog_ac_ct_F77="$ac_prog" 3703 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3704 3548 break 2 3705 3549 fi … … 3712 3556 ac_ct_F77=$ac_cv_prog_ac_ct_F77 3713 3557 if test -n "$ac_ct_F77"; then 3714 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&53715 $as_echo "$ac_ct_F77" >&6; }3716 else 3717 { $as_echo "$as_me:$LINENO: result: no" >&53718 $as_echo "no" >&6; }3558 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 3559 echo "${ECHO_T}$ac_ct_F77" >&6; } 3560 else 3561 { echo "$as_me:$LINENO: result: no" >&5 3562 echo "${ECHO_T}no" >&6; } 3719 3563 fi 3720 3564 … … 3728 3572 case $cross_compiling:$ac_tool_warned in 3729 3573 yes:) 3730 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3731 3575 whose name does not start with the host triplet. If you think this 3732 3576 configuration is useful to you, please write to autoconf@gnu.org." >&5 3733 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3734 3578 whose name does not start with the host triplet. If you think this 3735 3579 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 3742 3586 3743 3587 # Provide some information about the compiler. 3744 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 3745 set X $ac_compile 3746 ac_compiler=$2 3588 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 3589 ac_compiler=`set X $ac_compile; echo $2` 3747 3590 { (ac_try="$ac_compiler --version >&5" 3748 3591 case "(($ac_try" in … … 3750 3593 *) ac_try_echo=$ac_try;; 3751 3594 esac 3752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3753 $as_echo "$ac_try_echo") >&5 3595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3754 3596 (eval "$ac_compiler --version >&5") 2>&5 3755 3597 ac_status=$? 3756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3757 3599 (exit $ac_status); } 3758 3600 { (ac_try="$ac_compiler -v >&5" … … 3761 3603 *) ac_try_echo=$ac_try;; 3762 3604 esac 3763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3764 $as_echo "$ac_try_echo") >&5 3605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3765 3606 (eval "$ac_compiler -v >&5") 2>&5 3766 3607 ac_status=$? 3767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53608 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3768 3609 (exit $ac_status); } 3769 3610 { (ac_try="$ac_compiler -V >&5" … … 3772 3613 *) ac_try_echo=$ac_try;; 3773 3614 esac 3774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3775 $as_echo "$ac_try_echo") >&5 3615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3776 3616 (eval "$ac_compiler -V >&5") 2>&5 3777 3617 ac_status=$? 3778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3779 3619 (exit $ac_status); } 3780 3620 rm -f a.out … … 3784 3624 ac_save_ext=$ac_ext 3785 3625 ac_ext=F 3786 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&53787 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler..." >&6; }3626 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 3627 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 3788 3628 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 3789 $as_echo_n "(cached)" >&63629 echo $ECHO_N "(cached) $ECHO_C" >&6 3790 3630 else 3791 3631 cat >conftest.$ac_ext <<_ACEOF … … 3803 3643 *) ac_try_echo=$ac_try;; 3804 3644 esac 3805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3806 $as_echo "$ac_try_echo") >&5 3645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3807 3646 (eval "$ac_compile") 2>conftest.er1 3808 3647 ac_status=$? … … 3810 3649 rm -f conftest.er1 3811 3650 cat conftest.err >&5 3812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53651 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3813 3652 (exit $ac_status); } && { 3814 3653 test -z "$ac_f77_werror_flag" || … … 3817 3656 ac_compiler_gnu=yes 3818 3657 else 3819 $as_echo "$as_me: failed program was:" >&53658 echo "$as_me: failed program was:" >&5 3820 3659 sed 's/^/| /' conftest.$ac_ext >&5 3821 3660 … … 3827 3666 3828 3667 fi 3829 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&53830 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }3668 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 3669 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 3831 3670 ac_ext=$ac_save_ext 3832 3671 ac_test_FFLAGS=${FFLAGS+set} 3833 3672 ac_save_FFLAGS=$FFLAGS 3834 3673 FFLAGS= 3835 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&53836 $as_echo_n "checking whether $F77 accepts -g..." >&6; }3674 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 3675 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 3837 3676 if test "${ac_cv_prog_f77_g+set}" = set; then 3838 $as_echo_n "(cached)" >&63677 echo $ECHO_N "(cached) $ECHO_C" >&6 3839 3678 else 3840 3679 FFLAGS=-g … … 3850 3689 *) ac_try_echo=$ac_try;; 3851 3690 esac 3852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3853 $as_echo "$ac_try_echo") >&5 3691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3854 3692 (eval "$ac_compile") 2>conftest.er1 3855 3693 ac_status=$? … … 3857 3695 rm -f conftest.er1 3858 3696 cat conftest.err >&5 3859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3860 3698 (exit $ac_status); } && { 3861 3699 test -z "$ac_f77_werror_flag" || … … 3864 3702 ac_cv_prog_f77_g=yes 3865 3703 else 3866 $as_echo "$as_me: failed program was:" >&53704 echo "$as_me: failed program was:" >&5 3867 3705 sed 's/^/| /' conftest.$ac_ext >&5 3868 3706 … … 3873 3711 3874 3712 fi 3875 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&53876 $as_echo "$ac_cv_prog_f77_g" >&6; }3713 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 3714 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 3877 3715 if test "$ac_test_FFLAGS" = set; then 3878 3716 FFLAGS=$ac_save_FFLAGS … … 3891 3729 fi 3892 3730 3893 if test $ac_compiler_gnu = yes; then 3894 G77=yes 3895 else 3896 G77= 3897 fi 3731 G77=`test $ac_compiler_gnu = yes && echo yes` 3898 3732 ac_ext=c 3899 3733 ac_cpp='$CPP $CPPFLAGS' … … 3916 3750 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3917 3751 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3918 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53919 $as_echo_n "checking how to run the C preprocessor..." >&6; }3752 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3753 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3920 3754 # On Suns, sometimes $CPP names a directory. 3921 3755 if test -n "$CPP" && test -d "$CPP"; then … … 3924 3758 if test -z "$CPP"; then 3925 3759 if test "${ac_cv_prog_CPP+set}" = set; then 3926 $as_echo_n "(cached)" >&63760 echo $ECHO_N "(cached) $ECHO_C" >&6 3927 3761 else 3928 3762 # Double quotes because CPP needs to be expanded … … 3956 3790 *) ac_try_echo=$ac_try;; 3957 3791 esac 3958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3959 $as_echo "$ac_try_echo") >&5 3792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3960 3793 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3961 3794 ac_status=$? … … 3963 3796 rm -f conftest.er1 3964 3797 cat conftest.err >&5 3965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53798 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3966 3799 (exit $ac_status); } >/dev/null && { 3967 3800 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3970 3803 : 3971 3804 else 3972 $as_echo "$as_me: failed program was:" >&53805 echo "$as_me: failed program was:" >&5 3973 3806 sed 's/^/| /' conftest.$ac_ext >&5 3974 3807 … … 3994 3827 *) ac_try_echo=$ac_try;; 3995 3828 esac 3996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3997 $as_echo "$ac_try_echo") >&5 3829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3998 3830 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3999 3831 ac_status=$? … … 4001 3833 rm -f conftest.er1 4002 3834 cat conftest.err >&5 4003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53835 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4004 3836 (exit $ac_status); } >/dev/null && { 4005 3837 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4009 3841 continue 4010 3842 else 4011 $as_echo "$as_me: failed program was:" >&53843 echo "$as_me: failed program was:" >&5 4012 3844 sed 's/^/| /' conftest.$ac_ext >&5 4013 3845 … … 4034 3866 ac_cv_prog_CPP=$CPP 4035 3867 fi 4036 { $as_echo "$as_me:$LINENO: result: $CPP" >&54037 $as_echo "$CPP" >&6; }3868 { echo "$as_me:$LINENO: result: $CPP" >&5 3869 echo "${ECHO_T}$CPP" >&6; } 4038 3870 ac_preproc_ok=false 4039 3871 for ac_c_preproc_warn_flag in '' yes … … 4063 3895 *) ac_try_echo=$ac_try;; 4064 3896 esac 4065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4066 $as_echo "$ac_try_echo") >&5 3897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4067 3898 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4068 3899 ac_status=$? … … 4070 3901 rm -f conftest.er1 4071 3902 cat conftest.err >&5 4072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53903 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4073 3904 (exit $ac_status); } >/dev/null && { 4074 3905 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4077 3908 : 4078 3909 else 4079 $as_echo "$as_me: failed program was:" >&53910 echo "$as_me: failed program was:" >&5 4080 3911 sed 's/^/| /' conftest.$ac_ext >&5 4081 3912 … … 4101 3932 *) ac_try_echo=$ac_try;; 4102 3933 esac 4103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4104 $as_echo "$ac_try_echo") >&5 3934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4105 3935 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4106 3936 ac_status=$? … … 4108 3938 rm -f conftest.er1 4109 3939 cat conftest.err >&5 4110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&53940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4111 3941 (exit $ac_status); } >/dev/null && { 4112 3942 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 4116 3946 continue 4117 3947 else 4118 $as_echo "$as_me: failed program was:" >&53948 echo "$as_me: failed program was:" >&5 4119 3949 sed 's/^/| /' conftest.$ac_ext >&5 4120 3950 … … 4132 3962 : 4133 3963 else 4134 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check3964 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4135 3965 See \`config.log' for more details." >&5 4136 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3966 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4137 3967 See \`config.log' for more details." >&2;} 4138 3968 { (exit 1); exit 1; }; } … … 4146 3976 4147 3977 4148 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&54149 $as_echo_n "checking for grep that handles long lines and -e..." >&6; }3978 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3979 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4150 3980 if test "${ac_cv_path_GREP+set}" = set; then 4151 $as_echo_n "(cached) " >&6 4152 else 4153 if test -z "$GREP"; then 3981 echo $ECHO_N "(cached) $ECHO_C" >&6 3982 else 3983 # Extract the first word of "grep ggrep" to use in msg output 3984 if test -z "$GREP"; then 3985 set dummy grep ggrep; ac_prog_name=$2 3986 if test "${ac_cv_path_GREP+set}" = set; then 3987 echo $ECHO_N "(cached) $ECHO_C" >&6 3988 else 4154 3989 ac_path_GREP_found=false 4155 4156 3990 # Loop through the user's path and test for each of PROGNAME-LIST 3991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4157 3992 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4158 3993 do … … 4160 3995 test -z "$as_dir" && as_dir=. 4161 3996 for ac_prog in grep ggrep; do 4162 4163 4164 4165 # Check for GNU ac_path_GREP and select it if it is found.3997 for ac_exec_ext in '' $ac_executable_extensions; do 3998 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3999 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4000 # Check for GNU ac_path_GREP and select it if it is found. 4166 4001 # Check for GNU $ac_path_GREP 4167 4002 case `"$ac_path_GREP" --version 2>&1` in … … 4170 4005 *) 4171 4006 ac_count=0 4172 $as_echo_n 0123456789>"conftest.in"4007 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4173 4008 while : 4174 4009 do … … 4176 4011 mv "conftest.tmp" "conftest.in" 4177 4012 cp "conftest.in" "conftest.nl" 4178 $as_echo 'GREP' >> "conftest.nl"4013 echo 'GREP' >> "conftest.nl" 4179 4014 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4180 4015 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 4191 4026 esac 4192 4027 4193 $ac_path_GREP_found && break 3 4194 done4028 4029 $ac_path_GREP_found && break 3 4195 4030 done 4196 4031 done 4032 4033 done 4197 4034 IFS=$as_save_IFS 4198 if test -z "$ac_cv_path_GREP"; then 4199 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4200 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4035 4036 4037 fi 4038 4039 GREP="$ac_cv_path_GREP" 4040 if test -z "$GREP"; then 4041 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4042 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4201 4043 { (exit 1); exit 1; }; } 4202 fi 4044 fi 4045 4203 4046 else 4204 4047 ac_cv_path_GREP=$GREP 4205 4048 fi 4206 4049 4207 fi 4208 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4209 $as_echo "$ac_cv_path_GREP" >&6; } 4050 4051 fi 4052 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4053 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4210 4054 GREP="$ac_cv_path_GREP" 4211 4055 4212 4056 4213 { $as_echo "$as_me:$LINENO: checking for egrep" >&54214 $as_echo_n "checking for egrep..." >&6; }4057 { echo "$as_me:$LINENO: checking for egrep" >&5 4058 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4215 4059 if test "${ac_cv_path_EGREP+set}" = set; then 4216 $as_echo_n "(cached)" >&64060 echo $ECHO_N "(cached) $ECHO_C" >&6 4217 4061 else 4218 4062 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4219 4063 then ac_cv_path_EGREP="$GREP -E" 4220 4064 else 4221 if test -z "$EGREP"; then 4065 # Extract the first word of "egrep" to use in msg output 4066 if test -z "$EGREP"; then 4067 set dummy egrep; ac_prog_name=$2 4068 if test "${ac_cv_path_EGREP+set}" = set; then 4069 echo $ECHO_N "(cached) $ECHO_C" >&6 4070 else 4222 4071 ac_path_EGREP_found=false 4223 4224 4072 # Loop through the user's path and test for each of PROGNAME-LIST 4073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4225 4074 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4226 4075 do … … 4228 4077 test -z "$as_dir" && as_dir=. 4229 4078 for ac_prog in egrep; do 4230 4231 4232 4233 # Check for GNU ac_path_EGREP and select it if it is found.4079 for ac_exec_ext in '' $ac_executable_extensions; do 4080 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4081 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4082 # Check for GNU ac_path_EGREP and select it if it is found. 4234 4083 # Check for GNU $ac_path_EGREP 4235 4084 case `"$ac_path_EGREP" --version 2>&1` in … … 4238 4087 *) 4239 4088 ac_count=0 4240 $as_echo_n 0123456789>"conftest.in"4089 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4241 4090 while : 4242 4091 do … … 4244 4093 mv "conftest.tmp" "conftest.in" 4245 4094 cp "conftest.in" "conftest.nl" 4246 $as_echo 'EGREP' >> "conftest.nl"4095 echo 'EGREP' >> "conftest.nl" 4247 4096 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4248 4097 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 4259 4108 esac 4260 4109 4261 $ac_path_EGREP_found && break 3 4262 done4110 4111 $ac_path_EGREP_found && break 3 4263 4112 done 4264 4113 done 4114 4115 done 4265 4116 IFS=$as_save_IFS 4266 if test -z "$ac_cv_path_EGREP"; then 4267 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4268 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4117 4118 4119 fi 4120 4121 EGREP="$ac_cv_path_EGREP" 4122 if test -z "$EGREP"; then 4123 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4124 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4269 4125 { (exit 1); exit 1; }; } 4270 fi 4126 fi 4127 4271 4128 else 4272 4129 ac_cv_path_EGREP=$EGREP 4273 4130 fi 4274 4131 4132 4275 4133 fi 4276 4134 fi 4277 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&54278 $as_echo "$ac_cv_path_EGREP" >&6; }4135 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4136 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4279 4137 EGREP="$ac_cv_path_EGREP" 4280 4138 4281 4139 4282 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&54283 $as_echo_n "checking for ANSI C header files..." >&6; }4140 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4141 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 4284 4142 if test "${ac_cv_header_stdc+set}" = set; then 4285 $as_echo_n "(cached)" >&64143 echo $ECHO_N "(cached) $ECHO_C" >&6 4286 4144 else 4287 4145 cat >conftest.$ac_ext <<_ACEOF … … 4310 4168 *) ac_try_echo=$ac_try;; 4311 4169 esac 4312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4313 $as_echo "$ac_try_echo") >&5 4170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4314 4171 (eval "$ac_compile") 2>conftest.er1 4315 4172 ac_status=$? … … 4317 4174 rm -f conftest.er1 4318 4175 cat conftest.err >&5 4319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54176 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4320 4177 (exit $ac_status); } && { 4321 4178 test -z "$ac_c_werror_flag" || … … 4324 4181 ac_cv_header_stdc=yes 4325 4182 else 4326 $as_echo "$as_me: failed program was:" >&54183 echo "$as_me: failed program was:" >&5 4327 4184 sed 's/^/| /' conftest.$ac_ext >&5 4328 4185 … … 4416 4273 *) ac_try_echo=$ac_try;; 4417 4274 esac 4418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4419 $as_echo "$ac_try_echo") >&5 4275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4420 4276 (eval "$ac_link") 2>&5 4421 4277 ac_status=$? 4422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54278 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4423 4279 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4424 4280 { (case "(($ac_try" in … … 4426 4282 *) ac_try_echo=$ac_try;; 4427 4283 esac 4428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4429 $as_echo "$ac_try_echo") >&5 4284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4430 4285 (eval "$ac_try") 2>&5 4431 4286 ac_status=$? 4432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54287 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4433 4288 (exit $ac_status); }; }; then 4434 4289 : 4435 4290 else 4436 $as_echo "$as_me: program exited with status $ac_status" >&54437 $as_echo "$as_me: failed program was:" >&54291 echo "$as_me: program exited with status $ac_status" >&5 4292 echo "$as_me: failed program was:" >&5 4438 4293 sed 's/^/| /' conftest.$ac_ext >&5 4439 4294 … … 4441 4296 ac_cv_header_stdc=no 4442 4297 fi 4443 rm -rf conftest.dSYM4444 4298 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4445 4299 fi … … 4448 4302 fi 4449 4303 fi 4450 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&54451 $as_echo "$ac_cv_header_stdc" >&6; }4304 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4305 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4452 4306 if test $ac_cv_header_stdc = yes; then 4453 4307 … … 4458 4312 fi 4459 4313 4460 { $as_echo "$as_me:$LINENO: checking for atol" >&54461 $as_echo_n "checking for atol..." >&6; }4314 { echo "$as_me:$LINENO: checking for atol" >&5 4315 echo $ECHO_N "checking for atol... $ECHO_C" >&6; } 4462 4316 if test "${ac_cv_func_atol+set}" = set; then 4463 $as_echo_n "(cached)" >&64317 echo $ECHO_N "(cached) $ECHO_C" >&6 4464 4318 else 4465 4319 cat >conftest.$ac_ext <<_ACEOF … … 4514 4368 *) ac_try_echo=$ac_try;; 4515 4369 esac 4516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4517 $as_echo "$ac_try_echo") >&5 4370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4518 4371 (eval "$ac_link") 2>conftest.er1 4519 4372 ac_status=$? … … 4521 4374 rm -f conftest.er1 4522 4375 cat conftest.err >&5 4523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54376 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4524 4377 (exit $ac_status); } && { 4525 4378 test -z "$ac_c_werror_flag" || 4526 4379 test ! -s conftest.err 4527 } && test -s conftest$ac_exeext && { 4528 test "$cross_compiling" = yes || 4529 $as_test_x conftest$ac_exeext 4530 }; then 4380 } && test -s conftest$ac_exeext && 4381 $as_test_x conftest$ac_exeext; then 4531 4382 ac_cv_func_atol=yes 4532 4383 else 4533 $as_echo "$as_me: failed program was:" >&54384 echo "$as_me: failed program was:" >&5 4534 4385 sed 's/^/| /' conftest.$ac_ext >&5 4535 4386 … … 4537 4388 fi 4538 4389 4539 rm -rf conftest.dSYM4540 4390 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4541 4391 conftest$ac_exeext conftest.$ac_ext 4542 4392 fi 4543 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&54544 $as_echo "$ac_cv_func_atol" >&6; }4393 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5 4394 echo "${ECHO_T}$ac_cv_func_atol" >&6; } 4545 4395 if test $ac_cv_func_atol = yes; then 4546 4396 : 4547 4397 else 4548 { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&54549 $as_echo "$as_me: error: oops! no atol ?!?" >&2;}4398 { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5 4399 echo "$as_me: error: oops! no atol ?!?" >&2;} 4550 4400 { (exit 1); exit 1; }; } 4551 4401 fi … … 4561 4411 4562 4412 4563 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&54564 $as_echo_n "checking for main in -lstdc++..." >&6; }4413 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 4414 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; } 4565 4415 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 4566 $as_echo_n "(cached)" >&64416 echo $ECHO_N "(cached) $ECHO_C" >&6 4567 4417 else 4568 4418 ac_check_lib_save_LIBS=$LIBS … … 4590 4440 *) ac_try_echo=$ac_try;; 4591 4441 esac 4592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4593 $as_echo "$ac_try_echo") >&5 4442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4594 4443 (eval "$ac_link") 2>conftest.er1 4595 4444 ac_status=$? … … 4597 4446 rm -f conftest.er1 4598 4447 cat conftest.err >&5 4599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4600 4449 (exit $ac_status); } && { 4601 4450 test -z "$ac_cxx_werror_flag" || 4602 4451 test ! -s conftest.err 4603 } && test -s conftest$ac_exeext && { 4604 test "$cross_compiling" = yes || 4605 $as_test_x conftest$ac_exeext 4606 }; then 4452 } && test -s conftest$ac_exeext && 4453 $as_test_x conftest$ac_exeext; then 4607 4454 ac_cv_lib_stdcpp_main=yes 4608 4455 else 4609 $as_echo "$as_me: failed program was:" >&54456 echo "$as_me: failed program was:" >&5 4610 4457 sed 's/^/| /' conftest.$ac_ext >&5 4611 4458 … … 4613 4460 fi 4614 4461 4615 rm -rf conftest.dSYM4616 4462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4617 4463 conftest$ac_exeext conftest.$ac_ext 4618 4464 LIBS=$ac_check_lib_save_LIBS 4619 4465 fi 4620 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&54621 $as_echo "$ac_cv_lib_stdcpp_main" >&6; }4466 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 4467 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; } 4622 4468 if test $ac_cv_lib_stdcpp_main = yes; then 4623 4469 cat >>confdefs.h <<_ACEOF … … 4628 4474 4629 4475 else 4630 { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&54631 $as_echo "$as_me: error: librappture requires libstdc++" >&2;}4476 { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 4477 echo "$as_me: error: librappture requires libstdc++" >&2;} 4632 4478 { (exit 1); exit 1; }; } 4633 4479 fi … … 4646 4492 inttypes.h stdint.h unistd.h 4647 4493 do 4648 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`4649 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&54650 $as_echo_n "checking for $ac_header..." >&6; }4494 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4495 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4496 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4651 4497 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4652 $as_echo_n "(cached)" >&64498 echo $ECHO_N "(cached) $ECHO_C" >&6 4653 4499 else 4654 4500 cat >conftest.$ac_ext <<_ACEOF … … 4668 4514 *) ac_try_echo=$ac_try;; 4669 4515 esac 4670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4671 $as_echo "$ac_try_echo") >&5 4516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4672 4517 (eval "$ac_compile") 2>conftest.er1 4673 4518 ac_status=$? … … 4675 4520 rm -f conftest.er1 4676 4521 cat conftest.err >&5 4677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54522 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4678 4523 (exit $ac_status); } && { 4679 4524 test -z "$ac_cxx_werror_flag" || … … 4682 4527 eval "$as_ac_Header=yes" 4683 4528 else 4684 $as_echo "$as_me: failed program was:" >&54529 echo "$as_me: failed program was:" >&5 4685 4530 sed 's/^/| /' conftest.$ac_ext >&5 4686 4531 … … 4690 4535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4691 4536 fi 4692 ac_res=`eval 'as_val=${'$as_ac_Header'} 4693 $as_echo "$as_val"'` 4694 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4695 $as_echo "$ac_res" >&6; } 4696 if test `eval 'as_val=${'$as_ac_Header'} 4697 $as_echo "$as_val"'` = yes; then 4537 ac_res=`eval echo '${'$as_ac_Header'}'` 4538 { echo "$as_me:$LINENO: result: $ac_res" >&5 4539 echo "${ECHO_T}$ac_res" >&6; } 4540 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4698 4541 cat >>confdefs.h <<_ACEOF 4699 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 14542 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4700 4543 _ACEOF 4701 4544 … … 4710 4553 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4711 4554 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4712 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&54713 $as_echo_n "checking how to run the C++ preprocessor..." >&6; }4555 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4556 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } 4714 4557 if test -z "$CXXCPP"; then 4715 4558 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4716 $as_echo_n "(cached)" >&64559 echo $ECHO_N "(cached) $ECHO_C" >&6 4717 4560 else 4718 4561 # Double quotes because CXXCPP needs to be expanded … … 4746 4589 *) ac_try_echo=$ac_try;; 4747 4590 esac 4748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4749 $as_echo "$ac_try_echo") >&5 4591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4750 4592 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4751 4593 ac_status=$? … … 4753 4595 rm -f conftest.er1 4754 4596 cat conftest.err >&5 4755 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54597 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4756 4598 (exit $ac_status); } >/dev/null && { 4757 4599 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4760 4602 : 4761 4603 else 4762 $as_echo "$as_me: failed program was:" >&54604 echo "$as_me: failed program was:" >&5 4763 4605 sed 's/^/| /' conftest.$ac_ext >&5 4764 4606 … … 4784 4626 *) ac_try_echo=$ac_try;; 4785 4627 esac 4786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4787 $as_echo "$ac_try_echo") >&5 4628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4788 4629 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4789 4630 ac_status=$? … … 4791 4632 rm -f conftest.er1 4792 4633 cat conftest.err >&5 4793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4794 4635 (exit $ac_status); } >/dev/null && { 4795 4636 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4799 4640 continue 4800 4641 else 4801 $as_echo "$as_me: failed program was:" >&54642 echo "$as_me: failed program was:" >&5 4802 4643 sed 's/^/| /' conftest.$ac_ext >&5 4803 4644 … … 4824 4665 ac_cv_prog_CXXCPP=$CXXCPP 4825 4666 fi 4826 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&54827 $as_echo "$CXXCPP" >&6; }4667 { echo "$as_me:$LINENO: result: $CXXCPP" >&5 4668 echo "${ECHO_T}$CXXCPP" >&6; } 4828 4669 ac_preproc_ok=false 4829 4670 for ac_cxx_preproc_warn_flag in '' yes … … 4853 4694 *) ac_try_echo=$ac_try;; 4854 4695 esac 4855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4856 $as_echo "$ac_try_echo") >&5 4696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4857 4697 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4858 4698 ac_status=$? … … 4860 4700 rm -f conftest.er1 4861 4701 cat conftest.err >&5 4862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54702 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4863 4703 (exit $ac_status); } >/dev/null && { 4864 4704 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4867 4707 : 4868 4708 else 4869 $as_echo "$as_me: failed program was:" >&54709 echo "$as_me: failed program was:" >&5 4870 4710 sed 's/^/| /' conftest.$ac_ext >&5 4871 4711 … … 4891 4731 *) ac_try_echo=$ac_try;; 4892 4732 esac 4893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4894 $as_echo "$ac_try_echo") >&5 4733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4895 4734 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4896 4735 ac_status=$? … … 4898 4737 rm -f conftest.er1 4899 4738 cat conftest.err >&5 4900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4901 4740 (exit $ac_status); } >/dev/null && { 4902 4741 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4906 4745 continue 4907 4746 else 4908 $as_echo "$as_me: failed program was:" >&54747 echo "$as_me: failed program was:" >&5 4909 4748 sed 's/^/| /' conftest.$ac_ext >&5 4910 4749 … … 4922 4761 : 4923 4762 else 4924 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check4763 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4925 4764 See \`config.log' for more details." >&5 4926 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check4765 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4927 4766 See \`config.log' for more details." >&2;} 4928 4767 { (exit 1); exit 1; }; } … … 4939 4778 for ac_header in stack 4940 4779 do 4941 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`4780 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4942 4781 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4943 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&54944 $as_echo_n "checking for $ac_header..." >&6; }4782 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4783 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4945 4784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4946 $as_echo_n "(cached) " >&6 4947 fi 4948 ac_res=`eval 'as_val=${'$as_ac_Header'} 4949 $as_echo "$as_val"'` 4950 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4951 $as_echo "$ac_res" >&6; } 4785 echo $ECHO_N "(cached) $ECHO_C" >&6 4786 fi 4787 ac_res=`eval echo '${'$as_ac_Header'}'` 4788 { echo "$as_me:$LINENO: result: $ac_res" >&5 4789 echo "${ECHO_T}$ac_res" >&6; } 4952 4790 else 4953 4791 # Is the header compilable? 4954 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&54955 $as_echo_n "checking $ac_header usability..." >&6; }4792 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4793 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 4956 4794 cat >conftest.$ac_ext <<_ACEOF 4957 4795 /* confdefs.h. */ … … 4969 4807 *) ac_try_echo=$ac_try;; 4970 4808 esac 4971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4972 $as_echo "$ac_try_echo") >&5 4809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4973 4810 (eval "$ac_compile") 2>conftest.er1 4974 4811 ac_status=$? … … 4976 4813 rm -f conftest.er1 4977 4814 cat conftest.err >&5 4978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54815 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4979 4816 (exit $ac_status); } && { 4980 4817 test -z "$ac_cxx_werror_flag" || … … 4983 4820 ac_header_compiler=yes 4984 4821 else 4985 $as_echo "$as_me: failed program was:" >&54822 echo "$as_me: failed program was:" >&5 4986 4823 sed 's/^/| /' conftest.$ac_ext >&5 4987 4824 … … 4990 4827 4991 4828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4992 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&54993 $as_echo "$ac_header_compiler" >&6; }4829 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4830 echo "${ECHO_T}$ac_header_compiler" >&6; } 4994 4831 4995 4832 # Is the header present? 4996 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&54997 $as_echo_n "checking $ac_header presence..." >&6; }4833 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4834 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 4998 4835 cat >conftest.$ac_ext <<_ACEOF 4999 4836 /* confdefs.h. */ … … 5009 4846 *) ac_try_echo=$ac_try;; 5010 4847 esac 5011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5012 $as_echo "$ac_try_echo") >&5 4848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5013 4849 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5014 4850 ac_status=$? … … 5016 4852 rm -f conftest.er1 5017 4853 cat conftest.err >&5 5018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54854 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5019 4855 (exit $ac_status); } >/dev/null && { 5020 4856 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5023 4859 ac_header_preproc=yes 5024 4860 else 5025 $as_echo "$as_me: failed program was:" >&54861 echo "$as_me: failed program was:" >&5 5026 4862 sed 's/^/| /' conftest.$ac_ext >&5 5027 4863 … … 5030 4866 5031 4867 rm -f conftest.err conftest.$ac_ext 5032 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&55033 $as_echo "$ac_header_preproc" >&6; }4868 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4869 echo "${ECHO_T}$ac_header_preproc" >&6; } 5034 4870 5035 4871 # So? What about this header? 5036 4872 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5037 4873 yes:no: ) 5038 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55039 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5040 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55041 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}4874 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4875 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4876 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4877 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5042 4878 ac_header_preproc=yes 5043 4879 ;; 5044 4880 no:yes:* ) 5045 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55046 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5047 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55048 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5049 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55050 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5051 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55052 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5053 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55054 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5055 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55056 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}4881 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4882 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4883 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4884 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4885 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4886 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4887 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4888 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4890 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4891 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4892 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5057 4893 ( cat <<\_ASBOX 5058 4894 ## ----------------------------------- ## … … 5063 4899 ;; 5064 4900 esac 5065 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&55066 $as_echo_n "checking for $ac_header..." >&6; }4901 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4902 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5067 4903 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5068 $as_echo_n "(cached)" >&64904 echo $ECHO_N "(cached) $ECHO_C" >&6 5069 4905 else 5070 4906 eval "$as_ac_Header=\$ac_header_preproc" 5071 4907 fi 5072 ac_res=`eval 'as_val=${'$as_ac_Header'} 5073 $as_echo "$as_val"'` 5074 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5075 $as_echo "$ac_res" >&6; } 5076 5077 fi 5078 if test `eval 'as_val=${'$as_ac_Header'} 5079 $as_echo "$as_val"'` = yes; then 4908 ac_res=`eval echo '${'$as_ac_Header'}'` 4909 { echo "$as_me:$LINENO: result: $ac_res" >&5 4910 echo "${ECHO_T}$ac_res" >&6; } 4911 4912 fi 4913 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5080 4914 cat >>confdefs.h <<_ACEOF 5081 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 15082 _ACEOF 5083 5084 else 5085 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55086 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}4915 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4916 _ACEOF 4917 4918 else 4919 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 4920 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5087 4921 fi 5088 4922 … … 5092 4926 for ac_header in string 5093 4927 do 5094 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`4928 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5095 4929 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5096 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&55097 $as_echo_n "checking for $ac_header..." >&6; }4930 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4931 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5098 4932 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5099 $as_echo_n "(cached) " >&6 5100 fi 5101 ac_res=`eval 'as_val=${'$as_ac_Header'} 5102 $as_echo "$as_val"'` 5103 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5104 $as_echo "$ac_res" >&6; } 4933 echo $ECHO_N "(cached) $ECHO_C" >&6 4934 fi 4935 ac_res=`eval echo '${'$as_ac_Header'}'` 4936 { echo "$as_me:$LINENO: result: $ac_res" >&5 4937 echo "${ECHO_T}$ac_res" >&6; } 5105 4938 else 5106 4939 # Is the header compilable? 5107 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&55108 $as_echo_n "checking $ac_header usability..." >&6; }4940 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 4941 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5109 4942 cat >conftest.$ac_ext <<_ACEOF 5110 4943 /* confdefs.h. */ … … 5122 4955 *) ac_try_echo=$ac_try;; 5123 4956 esac 5124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5125 $as_echo "$ac_try_echo") >&5 4957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5126 4958 (eval "$ac_compile") 2>conftest.er1 5127 4959 ac_status=$? … … 5129 4961 rm -f conftest.er1 5130 4962 cat conftest.err >&5 5131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&54963 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5132 4964 (exit $ac_status); } && { 5133 4965 test -z "$ac_cxx_werror_flag" || … … 5136 4968 ac_header_compiler=yes 5137 4969 else 5138 $as_echo "$as_me: failed program was:" >&54970 echo "$as_me: failed program was:" >&5 5139 4971 sed 's/^/| /' conftest.$ac_ext >&5 5140 4972 … … 5143 4975 5144 4976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5145 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&55146 $as_echo "$ac_header_compiler" >&6; }4977 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4978 echo "${ECHO_T}$ac_header_compiler" >&6; } 5147 4979 5148 4980 # Is the header present? 5149 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&55150 $as_echo_n "checking $ac_header presence..." >&6; }4981 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 4982 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5151 4983 cat >conftest.$ac_ext <<_ACEOF 5152 4984 /* confdefs.h. */ … … 5162 4994 *) ac_try_echo=$ac_try;; 5163 4995 esac 5164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5165 $as_echo "$ac_try_echo") >&5 4996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5166 4997 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5167 4998 ac_status=$? … … 5169 5000 rm -f conftest.er1 5170 5001 cat conftest.err >&5 5171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5172 5003 (exit $ac_status); } >/dev/null && { 5173 5004 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5176 5007 ac_header_preproc=yes 5177 5008 else 5178 $as_echo "$as_me: failed program was:" >&55009 echo "$as_me: failed program was:" >&5 5179 5010 sed 's/^/| /' conftest.$ac_ext >&5 5180 5011 … … 5183 5014 5184 5015 rm -f conftest.err conftest.$ac_ext 5185 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&55186 $as_echo "$ac_header_preproc" >&6; }5016 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5017 echo "${ECHO_T}$ac_header_preproc" >&6; } 5187 5018 5188 5019 # So? What about this header? 5189 5020 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5190 5021 yes:no: ) 5191 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55192 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5193 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55194 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5022 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5023 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5024 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5025 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5195 5026 ac_header_preproc=yes 5196 5027 ;; 5197 5028 no:yes:* ) 5198 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55199 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5200 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55201 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5202 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55203 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5204 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55205 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5206 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55207 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5208 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55209 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5029 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5030 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5031 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5032 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5033 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5034 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5035 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5036 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5037 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5038 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5039 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5040 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5210 5041 ( cat <<\_ASBOX 5211 5042 ## ----------------------------------- ## … … 5216 5047 ;; 5217 5048 esac 5218 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&55219 $as_echo_n "checking for $ac_header..." >&6; }5049 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5050 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5220 5051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5221 $as_echo_n "(cached)" >&65052 echo $ECHO_N "(cached) $ECHO_C" >&6 5222 5053 else 5223 5054 eval "$as_ac_Header=\$ac_header_preproc" 5224 5055 fi 5225 ac_res=`eval 'as_val=${'$as_ac_Header'} 5226 $as_echo "$as_val"'` 5227 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5228 $as_echo "$ac_res" >&6; } 5229 5230 fi 5231 if test `eval 'as_val=${'$as_ac_Header'} 5232 $as_echo "$as_val"'` = yes; then 5056 ac_res=`eval echo '${'$as_ac_Header'}'` 5057 { echo "$as_me:$LINENO: result: $ac_res" >&5 5058 echo "${ECHO_T}$ac_res" >&6; } 5059 5060 fi 5061 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5233 5062 cat >>confdefs.h <<_ACEOF 5234 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 15235 _ACEOF 5236 5237 else 5238 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55239 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5063 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5064 _ACEOF 5065 5066 else 5067 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5068 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5240 5069 fi 5241 5070 … … 5245 5074 for ac_header in list 5246 5075 do 5247 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`5076 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5248 5077 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5249 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&55250 $as_echo_n "checking for $ac_header..." >&6; }5078 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5079 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5251 5080 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5252 $as_echo_n "(cached) " >&6 5253 fi 5254 ac_res=`eval 'as_val=${'$as_ac_Header'} 5255 $as_echo "$as_val"'` 5256 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5257 $as_echo "$ac_res" >&6; } 5081 echo $ECHO_N "(cached) $ECHO_C" >&6 5082 fi 5083 ac_res=`eval echo '${'$as_ac_Header'}'` 5084 { echo "$as_me:$LINENO: result: $ac_res" >&5 5085 echo "${ECHO_T}$ac_res" >&6; } 5258 5086 else 5259 5087 # Is the header compilable? 5260 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&55261 $as_echo_n "checking $ac_header usability..." >&6; }5088 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5089 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5262 5090 cat >conftest.$ac_ext <<_ACEOF 5263 5091 /* confdefs.h. */ … … 5275 5103 *) ac_try_echo=$ac_try;; 5276 5104 esac 5277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5278 $as_echo "$ac_try_echo") >&5 5105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5279 5106 (eval "$ac_compile") 2>conftest.er1 5280 5107 ac_status=$? … … 5282 5109 rm -f conftest.er1 5283 5110 cat conftest.err >&5 5284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55111 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5285 5112 (exit $ac_status); } && { 5286 5113 test -z "$ac_cxx_werror_flag" || … … 5289 5116 ac_header_compiler=yes 5290 5117 else 5291 $as_echo "$as_me: failed program was:" >&55118 echo "$as_me: failed program was:" >&5 5292 5119 sed 's/^/| /' conftest.$ac_ext >&5 5293 5120 … … 5296 5123 5297 5124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5298 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&55299 $as_echo "$ac_header_compiler" >&6; }5125 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5126 echo "${ECHO_T}$ac_header_compiler" >&6; } 5300 5127 5301 5128 # Is the header present? 5302 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&55303 $as_echo_n "checking $ac_header presence..." >&6; }5129 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5130 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5304 5131 cat >conftest.$ac_ext <<_ACEOF 5305 5132 /* confdefs.h. */ … … 5315 5142 *) ac_try_echo=$ac_try;; 5316 5143 esac 5317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5318 $as_echo "$ac_try_echo") >&5 5144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5319 5145 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5320 5146 ac_status=$? … … 5322 5148 rm -f conftest.er1 5323 5149 cat conftest.err >&5 5324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55150 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5325 5151 (exit $ac_status); } >/dev/null && { 5326 5152 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5329 5155 ac_header_preproc=yes 5330 5156 else 5331 $as_echo "$as_me: failed program was:" >&55157 echo "$as_me: failed program was:" >&5 5332 5158 sed 's/^/| /' conftest.$ac_ext >&5 5333 5159 … … 5336 5162 5337 5163 rm -f conftest.err conftest.$ac_ext 5338 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&55339 $as_echo "$ac_header_preproc" >&6; }5164 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5165 echo "${ECHO_T}$ac_header_preproc" >&6; } 5340 5166 5341 5167 # So? What about this header? 5342 5168 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5343 5169 yes:no: ) 5344 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55345 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5346 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55347 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5170 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5171 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5172 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5173 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5348 5174 ac_header_preproc=yes 5349 5175 ;; 5350 5176 no:yes:* ) 5351 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55352 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5353 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55354 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5355 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55356 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5357 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55358 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5359 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55360 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5361 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55362 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5177 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5178 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5179 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5180 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5181 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5182 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5183 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5184 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5185 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5186 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5187 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5188 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5363 5189 ( cat <<\_ASBOX 5364 5190 ## ----------------------------------- ## … … 5369 5195 ;; 5370 5196 esac 5371 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&55372 $as_echo_n "checking for $ac_header..." >&6; }5197 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5198 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5373 5199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5374 $as_echo_n "(cached)" >&65200 echo $ECHO_N "(cached) $ECHO_C" >&6 5375 5201 else 5376 5202 eval "$as_ac_Header=\$ac_header_preproc" 5377 5203 fi 5378 ac_res=`eval 'as_val=${'$as_ac_Header'} 5379 $as_echo "$as_val"'` 5380 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5381 $as_echo "$ac_res" >&6; } 5382 5383 fi 5384 if test `eval 'as_val=${'$as_ac_Header'} 5385 $as_echo "$as_val"'` = yes; then 5204 ac_res=`eval echo '${'$as_ac_Header'}'` 5205 { echo "$as_me:$LINENO: result: $ac_res" >&5 5206 echo "${ECHO_T}$ac_res" >&6; } 5207 5208 fi 5209 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5386 5210 cat >>confdefs.h <<_ACEOF 5387 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 15388 _ACEOF 5389 5390 else 5391 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55392 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5211 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5212 _ACEOF 5213 5214 else 5215 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5216 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5393 5217 fi 5394 5218 … … 5398 5222 for ac_header in vector 5399 5223 do 5400 as_ac_Header=` $as_echo "ac_cv_header_$ac_header" | $as_tr_sh`5224 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5401 5225 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5402 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&55403 $as_echo_n "checking for $ac_header..." >&6; }5226 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5227 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5404 5228 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5405 $as_echo_n "(cached) " >&6 5406 fi 5407 ac_res=`eval 'as_val=${'$as_ac_Header'} 5408 $as_echo "$as_val"'` 5409 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5410 $as_echo "$ac_res" >&6; } 5229 echo $ECHO_N "(cached) $ECHO_C" >&6 5230 fi 5231 ac_res=`eval echo '${'$as_ac_Header'}'` 5232 { echo "$as_me:$LINENO: result: $ac_res" >&5 5233 echo "${ECHO_T}$ac_res" >&6; } 5411 5234 else 5412 5235 # Is the header compilable? 5413 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&55414 $as_echo_n "checking $ac_header usability..." >&6; }5236 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 5237 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5415 5238 cat >conftest.$ac_ext <<_ACEOF 5416 5239 /* confdefs.h. */ … … 5428 5251 *) ac_try_echo=$ac_try;; 5429 5252 esac 5430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5431 $as_echo "$ac_try_echo") >&5 5253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5432 5254 (eval "$ac_compile") 2>conftest.er1 5433 5255 ac_status=$? … … 5435 5257 rm -f conftest.er1 5436 5258 cat conftest.err >&5 5437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5438 5260 (exit $ac_status); } && { 5439 5261 test -z "$ac_cxx_werror_flag" || … … 5442 5264 ac_header_compiler=yes 5443 5265 else 5444 $as_echo "$as_me: failed program was:" >&55266 echo "$as_me: failed program was:" >&5 5445 5267 sed 's/^/| /' conftest.$ac_ext >&5 5446 5268 … … 5449 5271 5450 5272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5451 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&55452 $as_echo "$ac_header_compiler" >&6; }5273 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5274 echo "${ECHO_T}$ac_header_compiler" >&6; } 5453 5275 5454 5276 # Is the header present? 5455 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&55456 $as_echo_n "checking $ac_header presence..." >&6; }5277 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 5278 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5457 5279 cat >conftest.$ac_ext <<_ACEOF 5458 5280 /* confdefs.h. */ … … 5468 5290 *) ac_try_echo=$ac_try;; 5469 5291 esac 5470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5471 $as_echo "$ac_try_echo") >&5 5292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5472 5293 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5473 5294 ac_status=$? … … 5475 5296 rm -f conftest.er1 5476 5297 cat conftest.err >&5 5477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55298 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5478 5299 (exit $ac_status); } >/dev/null && { 5479 5300 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5482 5303 ac_header_preproc=yes 5483 5304 else 5484 $as_echo "$as_me: failed program was:" >&55305 echo "$as_me: failed program was:" >&5 5485 5306 sed 's/^/| /' conftest.$ac_ext >&5 5486 5307 … … 5489 5310 5490 5311 rm -f conftest.err conftest.$ac_ext 5491 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&55492 $as_echo "$ac_header_preproc" >&6; }5312 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5313 echo "${ECHO_T}$ac_header_preproc" >&6; } 5493 5314 5494 5315 # So? What about this header? 5495 5316 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5496 5317 yes:no: ) 5497 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55498 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5499 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55500 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5318 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5319 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5320 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5321 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5501 5322 ac_header_preproc=yes 5502 5323 ;; 5503 5324 no:yes:* ) 5504 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55505 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5506 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55507 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5508 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55509 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5510 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55511 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5512 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55513 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5514 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55515 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5325 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5326 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5327 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5328 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5329 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5330 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5331 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5332 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5333 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5334 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5335 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5336 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5516 5337 ( cat <<\_ASBOX 5517 5338 ## ----------------------------------- ## … … 5522 5343 ;; 5523 5344 esac 5524 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&55525 $as_echo_n "checking for $ac_header..." >&6; }5345 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5346 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5526 5347 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5527 $as_echo_n "(cached)" >&65348 echo $ECHO_N "(cached) $ECHO_C" >&6 5528 5349 else 5529 5350 eval "$as_ac_Header=\$ac_header_preproc" 5530 5351 fi 5531 ac_res=`eval 'as_val=${'$as_ac_Header'} 5532 $as_echo "$as_val"'` 5533 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5534 $as_echo "$ac_res" >&6; } 5535 5536 fi 5537 if test `eval 'as_val=${'$as_ac_Header'} 5538 $as_echo "$as_val"'` = yes; then 5352 ac_res=`eval echo '${'$as_ac_Header'}'` 5353 { echo "$as_me:$LINENO: result: $ac_res" >&5 5354 echo "${ECHO_T}$ac_res" >&6; } 5355 5356 fi 5357 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5539 5358 cat >>confdefs.h <<_ACEOF 5540 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 15541 _ACEOF 5542 5543 else 5544 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55545 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;}5359 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5360 _ACEOF 5361 5362 else 5363 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5364 echo "$as_me: WARNING: STL classes missing ?" >&2;} 5546 5365 fi 5547 5366 … … 5554 5373 # Step 0.a: Enable 64 bit support? 5555 5374 5556 { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&55557 $as_echo_n "checking if 64bit support is requested..." >&6; }5375 { echo "$as_me:$LINENO: checking if 64bit support is requested" >&5 5376 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; } 5558 5377 # Check whether --enable-64bit was given. 5559 5378 if test "${enable_64bit+set}" = set; then … … 5563 5382 fi 5564 5383 5565 { $as_echo "$as_me:$LINENO: result: $do64bit" >&55566 $as_echo "$do64bit" >&6; }5384 { echo "$as_me:$LINENO: result: $do64bit" >&5 5385 echo "${ECHO_T}$do64bit" >&6; } 5567 5386 5568 5387 # Step 0.b: Enable Solaris 64 bit VIS support? 5569 5388 5570 { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&55571 $as_echo_n "checking if 64bit Sparc VIS support is requested..." >&6; }5389 { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5 5390 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; } 5572 5391 # Check whether --enable-64bit-vis was given. 5573 5392 if test "${enable_64bit_vis+set}" = set; then … … 5577 5396 fi 5578 5397 5579 { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&55580 $as_echo "$do64bitVIS" >&6; }5398 { echo "$as_me:$LINENO: result: $do64bitVIS" >&5 5399 echo "${ECHO_T}$do64bitVIS" >&6; } 5581 5400 5582 5401 if test "$do64bitVIS" = "yes"; then … … 5589 5408 5590 5409 5591 { $as_echo "$as_me:$LINENO: checking system version" >&55592 $as_echo_n "checking system version..." >&6; }5410 { echo "$as_me:$LINENO: checking system version" >&5 5411 echo $ECHO_N "checking system version... $ECHO_C" >&6; } 5593 5412 if test "${tcl_cv_sys_version+set}" = set; then 5594 $as_echo_n "(cached)" >&65413 echo $ECHO_N "(cached) $ECHO_C" >&6 5595 5414 else 5596 5415 … … 5600 5419 tcl_cv_sys_version=`uname -s`-`uname -r` 5601 5420 if test "$?" -ne 0 ; then 5602 { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&55603 $as_echo "$as_me: WARNING: can't find uname command" >&2;}5421 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&5 5422 echo "$as_me: WARNING: can't find uname command" >&2;} 5604 5423 tcl_cv_sys_version=unknown 5605 5424 else … … 5617 5436 5618 5437 fi 5619 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&55620 $as_echo "$tcl_cv_sys_version" >&6; }5438 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5 5439 echo "${ECHO_T}$tcl_cv_sys_version" >&6; } 5621 5440 system=$tcl_cv_sys_version 5622 5441 … … 5625 5444 # Linux can use either -ldl or -ldld for dynamic loading. 5626 5445 5627 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&55628 $as_echo_n "checking for dlopen in -ldl..." >&6; }5446 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 5447 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 5629 5448 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 5630 $as_echo_n "(cached)" >&65449 echo $ECHO_N "(cached) $ECHO_C" >&6 5631 5450 else 5632 5451 ac_check_lib_save_LIBS=$LIBS … … 5660 5479 *) ac_try_echo=$ac_try;; 5661 5480 esac 5662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5663 $as_echo "$ac_try_echo") >&5 5481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5664 5482 (eval "$ac_link") 2>conftest.er1 5665 5483 ac_status=$? … … 5667 5485 rm -f conftest.er1 5668 5486 cat conftest.err >&5 5669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55487 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5670 5488 (exit $ac_status); } && { 5671 5489 test -z "$ac_cxx_werror_flag" || 5672 5490 test ! -s conftest.err 5673 } && test -s conftest$ac_exeext && { 5674 test "$cross_compiling" = yes || 5675 $as_test_x conftest$ac_exeext 5676 }; then 5491 } && test -s conftest$ac_exeext && 5492 $as_test_x conftest$ac_exeext; then 5677 5493 ac_cv_lib_dl_dlopen=yes 5678 5494 else 5679 $as_echo "$as_me: failed program was:" >&55495 echo "$as_me: failed program was:" >&5 5680 5496 sed 's/^/| /' conftest.$ac_ext >&5 5681 5497 … … 5683 5499 fi 5684 5500 5685 rm -rf conftest.dSYM5686 5501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5687 5502 conftest$ac_exeext conftest.$ac_ext 5688 5503 LIBS=$ac_check_lib_save_LIBS 5689 5504 fi 5690 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&55691 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }5505 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 5506 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 5692 5507 if test $ac_cv_lib_dl_dlopen = yes; then 5693 5508 have_dl=yes … … 5722 5537 # Extract the first word of "ar", so it can be a program name with args. 5723 5538 set dummy ar; ac_word=$2 5724 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&55725 $as_echo_n "checking for $ac_word..." >&6; }5539 { echo "$as_me:$LINENO: checking for $ac_word" >&5 5540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5726 5541 if test "${ac_cv_prog_AR+set}" = set; then 5727 $as_echo_n "(cached)" >&65542 echo $ECHO_N "(cached) $ECHO_C" >&6 5728 5543 else 5729 5544 if test -n "$AR"; then … … 5738 5553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5739 5554 ac_cv_prog_AR="ar" 5740 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5741 5556 break 2 5742 5557 fi … … 5749 5564 AR=$ac_cv_prog_AR 5750 5565 if test -n "$AR"; then 5751 { $as_echo "$as_me:$LINENO: result: $AR" >&55752 $as_echo "$AR" >&6; }5753 else 5754 { $as_echo "$as_me:$LINENO: result: no" >&55755 $as_echo "no" >&6; }5566 { echo "$as_me:$LINENO: result: $AR" >&5 5567 echo "${ECHO_T}$AR" >&6; } 5568 else 5569 { echo "$as_me:$LINENO: result: no" >&5 5570 echo "${ECHO_T}no" >&6; } 5756 5571 fi 5757 5572 5758 5573 5759 5574 if test "${AR}" = "" ; then 5760 { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&55761 $as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}5575 { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5 5576 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;} 5762 5577 { (exit 1); exit 1; }; } 5763 5578 fi … … 5778 5593 ;; 5779 5594 esac 5780 { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&55781 $as_echo "Using $CC for compiling with threads" >&6; }5595 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5 5596 echo "${ECHO_T}Using $CC for compiling with threads" >&6; } 5782 5597 fi 5783 5598 LIBS="$LIBS -lc" … … 5794 5609 if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then 5795 5610 if test "$GCC" = "yes" ; then 5796 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&55797 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}5611 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 5612 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 5798 5613 else 5799 5614 do64bit_ok=yes … … 5849 5664 # known GMT value. 5850 5665 5851 { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&55852 $as_echo_n "checking for gettimeofday in -lbsd..." >&6; }5666 { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5 5667 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; } 5853 5668 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 5854 $as_echo_n "(cached)" >&65669 echo $ECHO_N "(cached) $ECHO_C" >&6 5855 5670 else 5856 5671 ac_check_lib_save_LIBS=$LIBS … … 5884 5699 *) ac_try_echo=$ac_try;; 5885 5700 esac 5886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5887 $as_echo "$ac_try_echo") >&5 5701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5888 5702 (eval "$ac_link") 2>conftest.er1 5889 5703 ac_status=$? … … 5891 5705 rm -f conftest.er1 5892 5706 cat conftest.err >&5 5893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55707 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5894 5708 (exit $ac_status); } && { 5895 5709 test -z "$ac_cxx_werror_flag" || 5896 5710 test ! -s conftest.err 5897 } && test -s conftest$ac_exeext && { 5898 test "$cross_compiling" = yes || 5899 $as_test_x conftest$ac_exeext 5900 }; then 5711 } && test -s conftest$ac_exeext && 5712 $as_test_x conftest$ac_exeext; then 5901 5713 ac_cv_lib_bsd_gettimeofday=yes 5902 5714 else 5903 $as_echo "$as_me: failed program was:" >&55715 echo "$as_me: failed program was:" >&5 5904 5716 sed 's/^/| /' conftest.$ac_ext >&5 5905 5717 … … 5907 5719 fi 5908 5720 5909 rm -rf conftest.dSYM5910 5721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5911 5722 conftest$ac_exeext conftest.$ac_ext 5912 5723 LIBS=$ac_check_lib_save_LIBS 5913 5724 fi 5914 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&55915 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; }5725 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5 5726 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; } 5916 5727 if test $ac_cv_lib_bsd_gettimeofday = yes; then 5917 5728 libbsd=yes … … 5941 5752 # is always linked to, for compatibility. 5942 5753 #----------------------------------------------------------- 5943 { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&55944 $as_echo_n "checking for inet_ntoa in -lbind..." >&6; }5754 { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5 5755 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; } 5945 5756 if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then 5946 $as_echo_n "(cached)" >&65757 echo $ECHO_N "(cached) $ECHO_C" >&6 5947 5758 else 5948 5759 ac_check_lib_save_LIBS=$LIBS … … 5976 5787 *) ac_try_echo=$ac_try;; 5977 5788 esac 5978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5979 $as_echo "$ac_try_echo") >&5 5789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5980 5790 (eval "$ac_link") 2>conftest.er1 5981 5791 ac_status=$? … … 5983 5793 rm -f conftest.er1 5984 5794 cat conftest.err >&5 5985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55795 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5986 5796 (exit $ac_status); } && { 5987 5797 test -z "$ac_cxx_werror_flag" || 5988 5798 test ! -s conftest.err 5989 } && test -s conftest$ac_exeext && { 5990 test "$cross_compiling" = yes || 5991 $as_test_x conftest$ac_exeext 5992 }; then 5799 } && test -s conftest$ac_exeext && 5800 $as_test_x conftest$ac_exeext; then 5993 5801 ac_cv_lib_bind_inet_ntoa=yes 5994 5802 else 5995 $as_echo "$as_me: failed program was:" >&55803 echo "$as_me: failed program was:" >&5 5996 5804 sed 's/^/| /' conftest.$ac_ext >&5 5997 5805 … … 5999 5807 fi 6000 5808 6001 rm -rf conftest.dSYM6002 5809 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6003 5810 conftest$ac_exeext conftest.$ac_ext 6004 5811 LIBS=$ac_check_lib_save_LIBS 6005 5812 fi 6006 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&56007 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; }5813 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5 5814 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; } 6008 5815 if test $ac_cv_lib_bind_inet_ntoa = yes; then 6009 5816 LIBS="$LIBS -lbind -lsocket" … … 6059 5866 SHLIB_SUFFIX=".sl" 6060 5867 fi 6061 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&56062 $as_echo_n "checking for shl_load in -ldld..." >&6; }5868 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 5869 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } 6063 5870 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 6064 $as_echo_n "(cached)" >&65871 echo $ECHO_N "(cached) $ECHO_C" >&6 6065 5872 else 6066 5873 ac_check_lib_save_LIBS=$LIBS … … 6094 5901 *) ac_try_echo=$ac_try;; 6095 5902 esac 6096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6097 $as_echo "$ac_try_echo") >&5 5903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6098 5904 (eval "$ac_link") 2>conftest.er1 6099 5905 ac_status=$? … … 6101 5907 rm -f conftest.er1 6102 5908 cat conftest.err >&5 6103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&55909 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6104 5910 (exit $ac_status); } && { 6105 5911 test -z "$ac_cxx_werror_flag" || 6106 5912 test ! -s conftest.err 6107 } && test -s conftest$ac_exeext && { 6108 test "$cross_compiling" = yes || 6109 $as_test_x conftest$ac_exeext 6110 }; then 5913 } && test -s conftest$ac_exeext && 5914 $as_test_x conftest$ac_exeext; then 6111 5915 ac_cv_lib_dld_shl_load=yes 6112 5916 else 6113 $as_echo "$as_me: failed program was:" >&55917 echo "$as_me: failed program was:" >&5 6114 5918 sed 's/^/| /' conftest.$ac_ext >&5 6115 5919 … … 6117 5921 fi 6118 5922 6119 rm -rf conftest.dSYM6120 5923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6121 5924 conftest$ac_exeext conftest.$ac_ext 6122 5925 LIBS=$ac_check_lib_save_LIBS 6123 5926 fi 6124 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&56125 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }5927 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 5928 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 6126 5929 if test $ac_cv_lib_dld_shl_load = yes; then 6127 5930 tcl_ok=yes … … 6164 5967 ;; 6165 5968 *) 6166 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&56167 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}5969 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 5970 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 6168 5971 ;; 6169 5972 esac … … 6177 5980 HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*) 6178 5981 SHLIB_SUFFIX=".sl" 6179 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&56180 $as_echo_n "checking for shl_load in -ldld..." >&6; }5982 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 5983 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } 6181 5984 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 6182 $as_echo_n "(cached)" >&65985 echo $ECHO_N "(cached) $ECHO_C" >&6 6183 5986 else 6184 5987 ac_check_lib_save_LIBS=$LIBS … … 6212 6015 *) ac_try_echo=$ac_try;; 6213 6016 esac 6214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6215 $as_echo "$ac_try_echo") >&5 6017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6216 6018 (eval "$ac_link") 2>conftest.er1 6217 6019 ac_status=$? … … 6219 6021 rm -f conftest.er1 6220 6022 cat conftest.err >&5 6221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56023 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6222 6024 (exit $ac_status); } && { 6223 6025 test -z "$ac_cxx_werror_flag" || 6224 6026 test ! -s conftest.err 6225 } && test -s conftest$ac_exeext && { 6226 test "$cross_compiling" = yes || 6227 $as_test_x conftest$ac_exeext 6228 }; then 6027 } && test -s conftest$ac_exeext && 6028 $as_test_x conftest$ac_exeext; then 6229 6029 ac_cv_lib_dld_shl_load=yes 6230 6030 else 6231 $as_echo "$as_me: failed program was:" >&56031 echo "$as_me: failed program was:" >&5 6232 6032 sed 's/^/| /' conftest.$ac_ext >&5 6233 6033 … … 6235 6035 fi 6236 6036 6237 rm -rf conftest.dSYM6238 6037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6239 6038 conftest$ac_exeext conftest.$ac_ext 6240 6039 LIBS=$ac_check_lib_save_LIBS 6241 6040 fi 6242 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&56243 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }6041 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 6042 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 6244 6043 if test $ac_cv_lib_dld_shl_load = yes; then 6245 6044 tcl_ok=yes … … 6321 6120 if test "$do64bit" = "yes" ; then 6322 6121 if test "$GCC" = "yes" ; then 6323 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&56324 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}6122 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5 6123 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;} 6325 6124 else 6326 6125 do64bit_ok=yes … … 6351 6150 else 6352 6151 if test "${ac_cv_header_dld_h+set}" = set; then 6353 { $as_echo "$as_me:$LINENO: checking for dld.h" >&56354 $as_echo_n "checking for dld.h..." >&6; }6152 { echo "$as_me:$LINENO: checking for dld.h" >&5 6153 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 6355 6154 if test "${ac_cv_header_dld_h+set}" = set; then 6356 $as_echo_n "(cached)" >&66357 fi 6358 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56359 $as_echo "$ac_cv_header_dld_h" >&6; }6155 echo $ECHO_N "(cached) $ECHO_C" >&6 6156 fi 6157 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6158 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 6360 6159 else 6361 6160 # Is the header compilable? 6362 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&56363 $as_echo_n "checking dld.h usability..." >&6; }6161 { echo "$as_me:$LINENO: checking dld.h usability" >&5 6162 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; } 6364 6163 cat >conftest.$ac_ext <<_ACEOF 6365 6164 /* confdefs.h. */ … … 6377 6176 *) ac_try_echo=$ac_try;; 6378 6177 esac 6379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6380 $as_echo "$ac_try_echo") >&5 6178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6381 6179 (eval "$ac_compile") 2>conftest.er1 6382 6180 ac_status=$? … … 6384 6182 rm -f conftest.er1 6385 6183 cat conftest.err >&5 6386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6387 6185 (exit $ac_status); } && { 6388 6186 test -z "$ac_cxx_werror_flag" || … … 6391 6189 ac_header_compiler=yes 6392 6190 else 6393 $as_echo "$as_me: failed program was:" >&56191 echo "$as_me: failed program was:" >&5 6394 6192 sed 's/^/| /' conftest.$ac_ext >&5 6395 6193 … … 6398 6196 6399 6197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6400 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&56401 $as_echo "$ac_header_compiler" >&6; }6198 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6199 echo "${ECHO_T}$ac_header_compiler" >&6; } 6402 6200 6403 6201 # Is the header present? 6404 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&56405 $as_echo_n "checking dld.h presence..." >&6; }6202 { echo "$as_me:$LINENO: checking dld.h presence" >&5 6203 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; } 6406 6204 cat >conftest.$ac_ext <<_ACEOF 6407 6205 /* confdefs.h. */ … … 6417 6215 *) ac_try_echo=$ac_try;; 6418 6216 esac 6419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6420 $as_echo "$ac_try_echo") >&5 6217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6421 6218 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6422 6219 ac_status=$? … … 6424 6221 rm -f conftest.er1 6425 6222 cat conftest.err >&5 6426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56223 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6427 6224 (exit $ac_status); } >/dev/null && { 6428 6225 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6431 6228 ac_header_preproc=yes 6432 6229 else 6433 $as_echo "$as_me: failed program was:" >&56230 echo "$as_me: failed program was:" >&5 6434 6231 sed 's/^/| /' conftest.$ac_ext >&5 6435 6232 … … 6438 6235 6439 6236 rm -f conftest.err conftest.$ac_ext 6440 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&56441 $as_echo "$ac_header_preproc" >&6; }6237 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6238 echo "${ECHO_T}$ac_header_preproc" >&6; } 6442 6239 6443 6240 # So? What about this header? 6444 6241 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6445 6242 yes:no: ) 6446 { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&56447 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6448 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&56449 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}6243 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 6244 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6245 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 6246 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 6450 6247 ac_header_preproc=yes 6451 6248 ;; 6452 6249 no:yes:* ) 6453 { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&56454 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}6455 { $as_echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&56456 $as_echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}6457 { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&56458 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}6459 { $as_echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&56460 $as_echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;}6461 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&56462 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}6463 { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&56464 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}6250 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 6251 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 6252 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 6253 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 6254 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 6255 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 6256 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 6257 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 6258 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 6259 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 6260 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 6261 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 6465 6262 ( cat <<\_ASBOX 6466 6263 ## ----------------------------------- ## … … 6471 6268 ;; 6472 6269 esac 6473 { $as_echo "$as_me:$LINENO: checking for dld.h" >&56474 $as_echo_n "checking for dld.h..." >&6; }6270 { echo "$as_me:$LINENO: checking for dld.h" >&5 6271 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 6475 6272 if test "${ac_cv_header_dld_h+set}" = set; then 6476 $as_echo_n "(cached)" >&66273 echo $ECHO_N "(cached) $ECHO_C" >&6 6477 6274 else 6478 6275 ac_cv_header_dld_h=$ac_header_preproc 6479 6276 fi 6480 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56481 $as_echo "$ac_cv_header_dld_h" >&6; }6277 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6278 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 6482 6279 6483 6280 fi … … 6497 6294 fi 6498 6295 if test $do64bit = yes; then 6499 { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&56500 $as_echo_n "checking if compiler accepts -m64 flag..." >&6; }6296 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5 6297 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; } 6501 6298 if test "${tcl_cv_cc_m64+set}" = set; then 6502 $as_echo_n "(cached)" >&66299 echo $ECHO_N "(cached) $ECHO_C" >&6 6503 6300 else 6504 6301 … … 6526 6323 *) ac_try_echo=$ac_try;; 6527 6324 esac 6528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6529 $as_echo "$ac_try_echo") >&5 6325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6530 6326 (eval "$ac_link") 2>conftest.er1 6531 6327 ac_status=$? … … 6533 6329 rm -f conftest.er1 6534 6330 cat conftest.err >&5 6535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56331 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6536 6332 (exit $ac_status); } && { 6537 6333 test -z "$ac_cxx_werror_flag" || 6538 6334 test ! -s conftest.err 6539 } && test -s conftest$ac_exeext && { 6540 test "$cross_compiling" = yes || 6541 $as_test_x conftest$ac_exeext 6542 }; then 6335 } && test -s conftest$ac_exeext && 6336 $as_test_x conftest$ac_exeext; then 6543 6337 tcl_cv_cc_m64=yes 6544 6338 else 6545 $as_echo "$as_me: failed program was:" >&56339 echo "$as_me: failed program was:" >&5 6546 6340 sed 's/^/| /' conftest.$ac_ext >&5 6547 6341 … … 6549 6343 fi 6550 6344 6551 rm -rf conftest.dSYM6552 6345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6553 6346 conftest$ac_exeext conftest.$ac_ext 6554 6347 CFLAGS=$hold_cflags 6555 6348 fi 6556 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&56557 $as_echo "$tcl_cv_cc_m64" >&6; }6349 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5 6350 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; } 6558 6351 if test $tcl_cv_cc_m64 = yes; then 6559 6352 CFLAGS="$CFLAGS -m64" … … 6594 6387 else 6595 6388 if test "${ac_cv_header_dld_h+set}" = set; then 6596 { $as_echo "$as_me:$LINENO: checking for dld.h" >&56597 $as_echo_n "checking for dld.h..." >&6; }6389 { echo "$as_me:$LINENO: checking for dld.h" >&5 6390 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 6598 6391 if test "${ac_cv_header_dld_h+set}" = set; then 6599 $as_echo_n "(cached)" >&66600 fi 6601 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56602 $as_echo "$ac_cv_header_dld_h" >&6; }6392 echo $ECHO_N "(cached) $ECHO_C" >&6 6393 fi 6394 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6395 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 6603 6396 else 6604 6397 # Is the header compilable? 6605 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&56606 $as_echo_n "checking dld.h usability..." >&6; }6398 { echo "$as_me:$LINENO: checking dld.h usability" >&5 6399 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; } 6607 6400 cat >conftest.$ac_ext <<_ACEOF 6608 6401 /* confdefs.h. */ … … 6620 6413 *) ac_try_echo=$ac_try;; 6621 6414 esac 6622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6623 $as_echo "$ac_try_echo") >&5 6415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6624 6416 (eval "$ac_compile") 2>conftest.er1 6625 6417 ac_status=$? … … 6627 6419 rm -f conftest.er1 6628 6420 cat conftest.err >&5 6629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56421 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6630 6422 (exit $ac_status); } && { 6631 6423 test -z "$ac_cxx_werror_flag" || … … 6634 6426 ac_header_compiler=yes 6635 6427 else 6636 $as_echo "$as_me: failed program was:" >&56428 echo "$as_me: failed program was:" >&5 6637 6429 sed 's/^/| /' conftest.$ac_ext >&5 6638 6430 … … 6641 6433 6642 6434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6643 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&56644 $as_echo "$ac_header_compiler" >&6; }6435 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6436 echo "${ECHO_T}$ac_header_compiler" >&6; } 6645 6437 6646 6438 # Is the header present? 6647 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&56648 $as_echo_n "checking dld.h presence..." >&6; }6439 { echo "$as_me:$LINENO: checking dld.h presence" >&5 6440 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; } 6649 6441 cat >conftest.$ac_ext <<_ACEOF 6650 6442 /* confdefs.h. */ … … 6660 6452 *) ac_try_echo=$ac_try;; 6661 6453 esac 6662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6663 $as_echo "$ac_try_echo") >&5 6454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6664 6455 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6665 6456 ac_status=$? … … 6667 6458 rm -f conftest.er1 6668 6459 cat conftest.err >&5 6669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56460 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6670 6461 (exit $ac_status); } >/dev/null && { 6671 6462 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6674 6465 ac_header_preproc=yes 6675 6466 else 6676 $as_echo "$as_me: failed program was:" >&56467 echo "$as_me: failed program was:" >&5 6677 6468 sed 's/^/| /' conftest.$ac_ext >&5 6678 6469 … … 6681 6472 6682 6473 rm -f conftest.err conftest.$ac_ext 6683 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&56684 $as_echo "$ac_header_preproc" >&6; }6474 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6475 echo "${ECHO_T}$ac_header_preproc" >&6; } 6685 6476 6686 6477 # So? What about this header? 6687 6478 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6688 6479 yes:no: ) 6689 { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&56690 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6691 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&56692 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}6480 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 6481 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6482 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 6483 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 6693 6484 ac_header_preproc=yes 6694 6485 ;; 6695 6486 no:yes:* ) 6696 { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&56697 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}6698 { $as_echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&56699 $as_echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}6700 { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&56701 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}6702 { $as_echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&56703 $as_echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;}6704 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&56705 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}6706 { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&56707 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}6487 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 6488 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 6489 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 6490 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 6491 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 6492 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 6493 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 6494 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 6495 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 6496 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 6497 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 6498 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 6708 6499 ( cat <<\_ASBOX 6709 6500 ## ----------------------------------- ## … … 6714 6505 ;; 6715 6506 esac 6716 { $as_echo "$as_me:$LINENO: checking for dld.h" >&56717 $as_echo_n "checking for dld.h..." >&6; }6507 { echo "$as_me:$LINENO: checking for dld.h" >&5 6508 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; } 6718 6509 if test "${ac_cv_header_dld_h+set}" = set; then 6719 $as_echo_n "(cached)" >&66510 echo $ECHO_N "(cached) $ECHO_C" >&6 6720 6511 else 6721 6512 ac_cv_header_dld_h=$ac_header_preproc 6722 6513 fi 6723 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56724 $as_echo "$ac_cv_header_dld_h" >&6; }6514 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6515 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; } 6725 6516 6726 6517 fi … … 6776 6567 # Not available on all versions: check for include file. 6777 6568 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6778 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&56779 $as_echo_n "checking for dlfcn.h..." >&6; }6569 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 6570 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } 6780 6571 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6781 $as_echo_n "(cached)" >&66782 fi 6783 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&56784 $as_echo "$ac_cv_header_dlfcn_h" >&6; }6572 echo $ECHO_N "(cached) $ECHO_C" >&6 6573 fi 6574 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 6575 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } 6785 6576 else 6786 6577 # Is the header compilable? 6787 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&56788 $as_echo_n "checking dlfcn.h usability..." >&6; }6578 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&5 6579 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; } 6789 6580 cat >conftest.$ac_ext <<_ACEOF 6790 6581 /* confdefs.h. */ … … 6802 6593 *) ac_try_echo=$ac_try;; 6803 6594 esac 6804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6805 $as_echo "$ac_try_echo") >&5 6595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6806 6596 (eval "$ac_compile") 2>conftest.er1 6807 6597 ac_status=$? … … 6809 6599 rm -f conftest.er1 6810 6600 cat conftest.err >&5 6811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6812 6602 (exit $ac_status); } && { 6813 6603 test -z "$ac_cxx_werror_flag" || … … 6816 6606 ac_header_compiler=yes 6817 6607 else 6818 $as_echo "$as_me: failed program was:" >&56608 echo "$as_me: failed program was:" >&5 6819 6609 sed 's/^/| /' conftest.$ac_ext >&5 6820 6610 … … 6823 6613 6824 6614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6825 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&56826 $as_echo "$ac_header_compiler" >&6; }6615 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6616 echo "${ECHO_T}$ac_header_compiler" >&6; } 6827 6617 6828 6618 # Is the header present? 6829 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&56830 $as_echo_n "checking dlfcn.h presence..." >&6; }6619 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&5 6620 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; } 6831 6621 cat >conftest.$ac_ext <<_ACEOF 6832 6622 /* confdefs.h. */ … … 6842 6632 *) ac_try_echo=$ac_try;; 6843 6633 esac 6844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6845 $as_echo "$ac_try_echo") >&5 6634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6846 6635 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6847 6636 ac_status=$? … … 6849 6638 rm -f conftest.er1 6850 6639 cat conftest.err >&5 6851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6852 6641 (exit $ac_status); } >/dev/null && { 6853 6642 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6856 6645 ac_header_preproc=yes 6857 6646 else 6858 $as_echo "$as_me: failed program was:" >&56647 echo "$as_me: failed program was:" >&5 6859 6648 sed 's/^/| /' conftest.$ac_ext >&5 6860 6649 … … 6863 6652 6864 6653 rm -f conftest.err conftest.$ac_ext 6865 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&56866 $as_echo "$ac_header_preproc" >&6; }6654 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6655 echo "${ECHO_T}$ac_header_preproc" >&6; } 6867 6656 6868 6657 # So? What about this header? 6869 6658 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6870 6659 yes:no: ) 6871 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&56872 $as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6873 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&56874 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}6660 { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5 6661 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6662 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5 6663 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;} 6875 6664 ac_header_preproc=yes 6876 6665 ;; 6877 6666 no:yes:* ) 6878 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&56879 $as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}6880 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&56881 $as_echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;}6882 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&56883 $as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}6884 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&56885 $as_echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;}6886 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&56887 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}6888 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&56889 $as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}6667 { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5 6668 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;} 6669 { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5 6670 echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;} 6671 { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5 6672 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;} 6673 { echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5 6674 echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;} 6675 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5 6676 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;} 6677 { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5 6678 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;} 6890 6679 ( cat <<\_ASBOX 6891 6680 ## ----------------------------------- ## … … 6896 6685 ;; 6897 6686 esac 6898 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&56899 $as_echo_n "checking for dlfcn.h..." >&6; }6687 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5 6688 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; } 6900 6689 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6901 $as_echo_n "(cached)" >&66690 echo $ECHO_N "(cached) $ECHO_C" >&6 6902 6691 else 6903 6692 ac_cv_header_dlfcn_h=$ac_header_preproc 6904 6693 fi 6905 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&56906 $as_echo "$ac_cv_header_dlfcn_h" >&6; }6694 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 6695 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; } 6907 6696 6908 6697 fi … … 6918 6707 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 6919 6708 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 6920 { $as_echo "$as_me:$LINENO: checking for ELF" >&56921 $as_echo_n "checking for ELF..." >&6; }6709 { echo "$as_me:$LINENO: checking for ELF" >&5 6710 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; } 6922 6711 if test "${tcl_cv_ld_elf+set}" = set; then 6923 $as_echo_n "(cached)" >&66712 echo $ECHO_N "(cached) $ECHO_C" >&6 6924 6713 else 6925 6714 … … 6945 6734 6946 6735 fi 6947 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&56948 $as_echo "$tcl_cv_ld_elf" >&6; }6736 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 6737 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; } 6949 6738 if test $tcl_cv_ld_elf = yes; then 6950 6739 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' … … 7004 6793 LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} 7005 6794 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' 7006 { $as_echo "$as_me:$LINENO: checking for ELF" >&57007 $as_echo_n "checking for ELF..." >&6; }6795 { echo "$as_me:$LINENO: checking for ELF" >&5 6796 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; } 7008 6797 if test "${tcl_cv_ld_elf+set}" = set; then 7009 $as_echo_n "(cached)" >&66798 echo $ECHO_N "(cached) $ECHO_C" >&6 7010 6799 else 7011 6800 … … 7031 6820 7032 6821 fi 7033 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&57034 $as_echo "$tcl_cv_ld_elf" >&6; }6822 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 6823 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; } 7035 6824 if test $tcl_cv_ld_elf = yes; then 7036 6825 LDFLAGS=-Wl,-export-dynamic … … 7086 6875 case `arch` in 7087 6876 ppc) 7088 { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&57089 $as_echo_n "checking if compiler accepts -arch ppc64 flag..." >&6; }6877 { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5 6878 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; } 7090 6879 if test "${tcl_cv_cc_arch_ppc64+set}" = set; then 7091 $as_echo_n "(cached)" >&66880 echo $ECHO_N "(cached) $ECHO_C" >&6 7092 6881 else 7093 6882 … … 7115 6904 *) ac_try_echo=$ac_try;; 7116 6905 esac 7117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7118 $as_echo "$ac_try_echo") >&5 6906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7119 6907 (eval "$ac_link") 2>conftest.er1 7120 6908 ac_status=$? … … 7122 6910 rm -f conftest.er1 7123 6911 cat conftest.err >&5 7124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56912 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7125 6913 (exit $ac_status); } && { 7126 6914 test -z "$ac_cxx_werror_flag" || 7127 6915 test ! -s conftest.err 7128 } && test -s conftest$ac_exeext && { 7129 test "$cross_compiling" = yes || 7130 $as_test_x conftest$ac_exeext 7131 }; then 6916 } && test -s conftest$ac_exeext && 6917 $as_test_x conftest$ac_exeext; then 7132 6918 tcl_cv_cc_arch_ppc64=yes 7133 6919 else 7134 $as_echo "$as_me: failed program was:" >&56920 echo "$as_me: failed program was:" >&5 7135 6921 sed 's/^/| /' conftest.$ac_ext >&5 7136 6922 … … 7138 6924 fi 7139 6925 7140 rm -rf conftest.dSYM7141 6926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7142 6927 conftest$ac_exeext conftest.$ac_ext 7143 6928 CFLAGS=$hold_cflags 7144 6929 fi 7145 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&57146 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; }6930 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5 6931 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; } 7147 6932 if test $tcl_cv_cc_arch_ppc64 = yes; then 7148 6933 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5" … … 7150 6935 fi;; 7151 6936 i386) 7152 { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&57153 $as_echo_n "checking if compiler accepts -arch x86_64 flag..." >&6; }6937 { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5 6938 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; } 7154 6939 if test "${tcl_cv_cc_arch_x86_64+set}" = set; then 7155 $as_echo_n "(cached)" >&66940 echo $ECHO_N "(cached) $ECHO_C" >&6 7156 6941 else 7157 6942 … … 7179 6964 *) ac_try_echo=$ac_try;; 7180 6965 esac 7181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7182 $as_echo "$ac_try_echo") >&5 6966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7183 6967 (eval "$ac_link") 2>conftest.er1 7184 6968 ac_status=$? … … 7186 6970 rm -f conftest.er1 7187 6971 cat conftest.err >&5 7188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&56972 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7189 6973 (exit $ac_status); } && { 7190 6974 test -z "$ac_cxx_werror_flag" || 7191 6975 test ! -s conftest.err 7192 } && test -s conftest$ac_exeext && { 7193 test "$cross_compiling" = yes || 7194 $as_test_x conftest$ac_exeext 7195 }; then 6976 } && test -s conftest$ac_exeext && 6977 $as_test_x conftest$ac_exeext; then 7196 6978 tcl_cv_cc_arch_x86_64=yes 7197 6979 else 7198 $as_echo "$as_me: failed program was:" >&56980 echo "$as_me: failed program was:" >&5 7199 6981 sed 's/^/| /' conftest.$ac_ext >&5 7200 6982 … … 7202 6984 fi 7203 6985 7204 rm -rf conftest.dSYM7205 6986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7206 6987 conftest$ac_exeext conftest.$ac_ext 7207 6988 CFLAGS=$hold_cflags 7208 6989 fi 7209 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&57210 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; }6990 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5 6991 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; } 7211 6992 if test $tcl_cv_cc_arch_x86_64 = yes; then 7212 6993 CFLAGS="$CFLAGS -arch x86_64" … … 7214 6995 fi;; 7215 6996 *) 7216 { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&57217 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;6997 { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5 6998 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};; 7218 6999 esac 7219 7000 else … … 7224 7005 fi 7225 7006 SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}' 7226 { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&57227 $as_echo_n "checking if ld accepts -single_module flag..." >&6; }7007 { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5 7008 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; } 7228 7009 if test "${tcl_cv_ld_single_module+set}" = set; then 7229 $as_echo_n "(cached)" >&67010 echo $ECHO_N "(cached) $ECHO_C" >&6 7230 7011 else 7231 7012 … … 7253 7034 *) ac_try_echo=$ac_try;; 7254 7035 esac 7255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7256 $as_echo "$ac_try_echo") >&5 7036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7257 7037 (eval "$ac_link") 2>conftest.er1 7258 7038 ac_status=$? … … 7260 7040 rm -f conftest.er1 7261 7041 cat conftest.err >&5 7262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7263 7043 (exit $ac_status); } && { 7264 7044 test -z "$ac_cxx_werror_flag" || 7265 7045 test ! -s conftest.err 7266 } && test -s conftest$ac_exeext && { 7267 test "$cross_compiling" = yes || 7268 $as_test_x conftest$ac_exeext 7269 }; then 7046 } && test -s conftest$ac_exeext && 7047 $as_test_x conftest$ac_exeext; then 7270 7048 tcl_cv_ld_single_module=yes 7271 7049 else 7272 $as_echo "$as_me: failed program was:" >&57050 echo "$as_me: failed program was:" >&5 7273 7051 sed 's/^/| /' conftest.$ac_ext >&5 7274 7052 … … 7276 7054 fi 7277 7055 7278 rm -rf conftest.dSYM7279 7056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7280 7057 conftest$ac_exeext conftest.$ac_ext 7281 7058 LDFLAGS=$hold_ldflags 7282 7059 fi 7283 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&57284 $as_echo "$tcl_cv_ld_single_module" >&6; }7060 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5 7061 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; } 7285 7062 if test $tcl_cv_ld_single_module = yes; then 7286 7063 SHLIB_LD="${SHLIB_LD} -Wl,-single_module" … … 7295 7072 LDFLAGS="$LDFLAGS -prebind" 7296 7073 LDFLAGS="$LDFLAGS -headerpad_max_install_names" 7297 { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&57298 $as_echo_n "checking if ld accepts -search_paths_first flag..." >&6; }7074 { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5 7075 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; } 7299 7076 if test "${tcl_cv_ld_search_paths_first+set}" = set; then 7300 $as_echo_n "(cached)" >&67077 echo $ECHO_N "(cached) $ECHO_C" >&6 7301 7078 else 7302 7079 … … 7324 7101 *) ac_try_echo=$ac_try;; 7325 7102 esac 7326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7327 $as_echo "$ac_try_echo") >&5 7103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7328 7104 (eval "$ac_link") 2>conftest.er1 7329 7105 ac_status=$? … … 7331 7107 rm -f conftest.er1 7332 7108 cat conftest.err >&5 7333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7334 7110 (exit $ac_status); } && { 7335 7111 test -z "$ac_cxx_werror_flag" || 7336 7112 test ! -s conftest.err 7337 } && test -s conftest$ac_exeext && { 7338 test "$cross_compiling" = yes || 7339 $as_test_x conftest$ac_exeext 7340 }; then 7113 } && test -s conftest$ac_exeext && 7114 $as_test_x conftest$ac_exeext; then 7341 7115 tcl_cv_ld_search_paths_first=yes 7342 7116 else 7343 $as_echo "$as_me: failed program was:" >&57117 echo "$as_me: failed program was:" >&5 7344 7118 sed 's/^/| /' conftest.$ac_ext >&5 7345 7119 … … 7347 7121 fi 7348 7122 7349 rm -rf conftest.dSYM7350 7123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7351 7124 conftest$ac_exeext conftest.$ac_ext 7352 7125 LDFLAGS=$hold_ldflags 7353 7126 fi 7354 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&57355 $as_echo "$tcl_cv_ld_search_paths_first" >&6; }7127 { echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5 7128 echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; } 7356 7129 if test $tcl_cv_ld_search_paths_first = yes; then 7357 7130 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" … … 7362 7135 PLAT_OBJS=\$\(MAC\_OSX_OBJS\) 7363 7136 PLAT_SRCS=\$\(MAC\_OSX_SRCS\) 7364 { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&57365 $as_echo_n "checking whether to use CoreFoundation..." >&6; }7137 { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5 7138 echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; } 7366 7139 # Check whether --enable-corefoundation was given. 7367 7140 if test "${enable_corefoundation+set}" = set; then … … 7371 7144 fi 7372 7145 7373 { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&57374 $as_echo "$tcl_corefoundation" >&6; }7146 { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5 7147 echo "${ECHO_T}$tcl_corefoundation" >&6; } 7375 7148 if test $tcl_corefoundation = yes; then 7376 { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&57377 $as_echo_n "checking for CoreFoundation.framework..." >&6; }7149 { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5 7150 echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; } 7378 7151 if test "${tcl_cv_lib_corefoundation+set}" = set; then 7379 $as_echo_n "(cached)" >&67152 echo $ECHO_N "(cached) $ECHO_C" >&6 7380 7153 else 7381 7154 … … 7409 7182 *) ac_try_echo=$ac_try;; 7410 7183 esac 7411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7412 $as_echo "$ac_try_echo") >&5 7184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7413 7185 (eval "$ac_link") 2>conftest.er1 7414 7186 ac_status=$? … … 7416 7188 rm -f conftest.er1 7417 7189 cat conftest.err >&5 7418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7419 7191 (exit $ac_status); } && { 7420 7192 test -z "$ac_cxx_werror_flag" || 7421 7193 test ! -s conftest.err 7422 } && test -s conftest$ac_exeext && { 7423 test "$cross_compiling" = yes || 7424 $as_test_x conftest$ac_exeext 7425 }; then 7194 } && test -s conftest$ac_exeext && 7195 $as_test_x conftest$ac_exeext; then 7426 7196 tcl_cv_lib_corefoundation=yes 7427 7197 else 7428 $as_echo "$as_me: failed program was:" >&57198 echo "$as_me: failed program was:" >&5 7429 7199 sed 's/^/| /' conftest.$ac_ext >&5 7430 7200 … … 7432 7202 fi 7433 7203 7434 rm -rf conftest.dSYM7435 7204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7436 7205 conftest$ac_exeext conftest.$ac_ext … … 7439 7208 done; fi; LIBS=$hold_libs 7440 7209 fi 7441 { $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&57442 $as_echo "$tcl_cv_lib_corefoundation" >&6; }7210 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation" >&5 7211 echo "${ECHO_T}$tcl_cv_lib_corefoundation" >&6; } 7443 7212 if test $tcl_cv_lib_corefoundation = yes; then 7444 7213 LIBS="$LIBS -framework CoreFoundation" … … 7451 7220 fi 7452 7221 if test "$fat_32_64" = yes -a $tcl_corefoundation = yes; then 7453 { $as_echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&57454 $as_echo_n "checking for 64-bit CoreFoundation..." >&6; }7222 { echo "$as_me:$LINENO: checking for 64-bit CoreFoundation" >&5 7223 echo $ECHO_N "checking for 64-bit CoreFoundation... $ECHO_C" >&6; } 7455 7224 if test "${tcl_cv_lib_corefoundation_64+set}" = set; then 7456 $as_echo_n "(cached)" >&67225 echo $ECHO_N "(cached) $ECHO_C" >&6 7457 7226 else 7458 7227 … … 7481 7250 *) ac_try_echo=$ac_try;; 7482 7251 esac 7483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7484 $as_echo "$ac_try_echo") >&5 7252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7485 7253 (eval "$ac_link") 2>conftest.er1 7486 7254 ac_status=$? … … 7488 7256 rm -f conftest.er1 7489 7257 cat conftest.err >&5 7490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57258 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7491 7259 (exit $ac_status); } && { 7492 7260 test -z "$ac_cxx_werror_flag" || 7493 7261 test ! -s conftest.err 7494 } && test -s conftest$ac_exeext && { 7495 test "$cross_compiling" = yes || 7496 $as_test_x conftest$ac_exeext 7497 }; then 7262 } && test -s conftest$ac_exeext && 7263 $as_test_x conftest$ac_exeext; then 7498 7264 tcl_cv_lib_corefoundation_64=yes 7499 7265 else 7500 $as_echo "$as_me: failed program was:" >&57266 echo "$as_me: failed program was:" >&5 7501 7267 sed 's/^/| /' conftest.$ac_ext >&5 7502 7268 … … 7504 7270 fi 7505 7271 7506 rm -rf conftest.dSYM7507 7272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7508 7273 conftest$ac_exeext conftest.$ac_ext … … 7511 7276 done 7512 7277 fi 7513 { $as_echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&57514 $as_echo "$tcl_cv_lib_corefoundation_64" >&6; }7278 { echo "$as_me:$LINENO: result: $tcl_cv_lib_corefoundation_64" >&5 7279 echo "${ECHO_T}$tcl_cv_lib_corefoundation_64" >&6; } 7515 7280 if test $tcl_cv_lib_corefoundation_64 = no; then 7516 7281 cat >>confdefs.h <<\_ACEOF … … 7730 7495 if test "$GCC" = "yes" ; then 7731 7496 if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then 7732 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&57733 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}7497 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5 7498 echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;} 7734 7499 else 7735 7500 do64bit_ok=yes … … 7752 7517 elif test "$arch" = "amd64 i386" ; then 7753 7518 if test "$GCC" = "yes" ; then 7754 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&57755 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}7519 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 7520 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 7756 7521 else 7757 7522 do64bit_ok=yes … … 7760 7525 fi 7761 7526 else 7762 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&57763 $as_echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;}7527 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported for $arch" >&5 7528 echo "$as_me: WARNING: 64bit mode not supported for $arch" >&2;} 7764 7529 fi 7765 7530 fi … … 7819 7584 # Some UNIX_SV* systems (unixware 1.1.2 for example) have linkers 7820 7585 # that don't grok the -Bexport option. Test that it does. 7821 { $as_echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&57822 $as_echo_n "checking for ld accepts -Bexport flag..." >&6; }7586 { echo "$as_me:$LINENO: checking for ld accepts -Bexport flag" >&5 7587 echo $ECHO_N "checking for ld accepts -Bexport flag... $ECHO_C" >&6; } 7823 7588 if test "${tcl_cv_ld_Bexport+set}" = set; then 7824 $as_echo_n "(cached)" >&67589 echo $ECHO_N "(cached) $ECHO_C" >&6 7825 7590 else 7826 7591 … … 7848 7613 *) ac_try_echo=$ac_try;; 7849 7614 esac 7850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7851 $as_echo "$ac_try_echo") >&5 7615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7852 7616 (eval "$ac_link") 2>conftest.er1 7853 7617 ac_status=$? … … 7855 7619 rm -f conftest.er1 7856 7620 cat conftest.err >&5 7857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7858 7622 (exit $ac_status); } && { 7859 7623 test -z "$ac_cxx_werror_flag" || 7860 7624 test ! -s conftest.err 7861 } && test -s conftest$ac_exeext && { 7862 test "$cross_compiling" = yes || 7863 $as_test_x conftest$ac_exeext 7864 }; then 7625 } && test -s conftest$ac_exeext && 7626 $as_test_x conftest$ac_exeext; then 7865 7627 tcl_cv_ld_Bexport=yes 7866 7628 else 7867 $as_echo "$as_me: failed program was:" >&57629 echo "$as_me: failed program was:" >&5 7868 7630 sed 's/^/| /' conftest.$ac_ext >&5 7869 7631 … … 7871 7633 fi 7872 7634 7873 rm -rf conftest.dSYM7874 7635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7875 7636 conftest$ac_exeext conftest.$ac_ext 7876 7637 LDFLAGS=$hold_ldflags 7877 7638 fi 7878 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&57879 $as_echo "$tcl_cv_ld_Bexport" >&6; }7639 { echo "$as_me:$LINENO: result: $tcl_cv_ld_Bexport" >&5 7640 echo "${ECHO_T}$tcl_cv_ld_Bexport" >&6; } 7880 7641 if test $tcl_cv_ld_Bexport = yes; then 7881 7642 LDFLAGS="$LDFLAGS -Wl,-Bexport" … … 7887 7648 7888 7649 if test "$do64bit" = "yes" -a "$do64bit_ok" = "no" ; then 7889 { $as_echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&57890 $as_echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;}7650 { echo "$as_me:$LINENO: WARNING: 64bit support being disabled -- don't know magic for this platform" >&5 7651 echo "$as_me: WARNING: 64bit support being disabled -- don't know magic for this platform" >&2;} 7891 7652 fi 7892 7653 … … 7914 7675 7915 7676 if test "x$DL_OBJS" = "xtclLoadAout.o" ; then 7916 { $as_echo "$as_me:$LINENO: checking sys/exec.h" >&57917 $as_echo_n "checking sys/exec.h..." >&6; }7677 { echo "$as_me:$LINENO: checking sys/exec.h" >&5 7678 echo $ECHO_N "checking sys/exec.h... $ECHO_C" >&6; } 7918 7679 if test "${tcl_cv_sysexec_h+set}" = set; then 7919 $as_echo_n "(cached)" >&67680 echo $ECHO_N "(cached) $ECHO_C" >&6 7920 7681 else 7921 7682 … … 7952 7713 *) ac_try_echo=$ac_try;; 7953 7714 esac 7954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7955 $as_echo "$ac_try_echo") >&5 7715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7956 7716 (eval "$ac_compile") 2>conftest.er1 7957 7717 ac_status=$? … … 7959 7719 rm -f conftest.er1 7960 7720 cat conftest.err >&5 7961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&57721 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7962 7722 (exit $ac_status); } && { 7963 7723 test -z "$ac_cxx_werror_flag" || … … 7966 7726 tcl_cv_sysexec_h=usable 7967 7727 else 7968 $as_echo "$as_me: failed program was:" >&57728 echo "$as_me: failed program was:" >&5 7969 7729 sed 's/^/| /' conftest.$ac_ext >&5 7970 7730 … … 7974 7734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7975 7735 fi 7976 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sysexec_h" >&5