Changeset 1081
- Timestamp:
- Jul 31, 2008 9:20:59 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 12 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/aclocal.m4
r1048 r1081 1 builtin(include,./tcl.m4) 1 builtin(include,./cf/tcl.m4) 2 builtin(include,./cf/ax_compare_version.m4) 3 builtin(include,./cf/ax_ruby_dev_flags.m4) 4 builtin(include,./cf/ax_prog_ruby_version.m4) -
trunk/configure
r1075 r1081 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1for Rappture 1.1.3 # Generated by GNU Autoconf 2.62 for Rappture 1.1. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl=' 43 ' 44 export as_nl 45 # Printing a long string crashes Solaris 7 /usr/bin/printf. 46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 50 as_echo='printf %s\n' 51 as_echo_n='printf %s' 52 else 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 55 as_echo_n='/usr/ucb/echo -n' 56 else 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 58 as_echo_n_body='eval 59 arg=$1; 60 case $arg in 61 *"$as_nl"*) 62 expr "X$arg" : "X\\(.*\\)$as_nl"; 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 64 esac; 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 66 ' 67 export as_echo_n_body 68 as_echo_n='sh -c $as_echo_n_body as_echo' 69 fi 70 export as_echo_body 71 as_echo='sh -c $as_echo_body as_echo' 72 fi 73 42 74 # The user is always right. 43 75 if test "${PATH_SEPARATOR+set}" != set; then 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 53 81 fi 54 82 … … 66 94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 67 95 # splitting by setting IFS to empty value.) 68 as_nl='69 '70 96 IFS=" "" $as_nl" 71 97 … … 90 116 fi 91 117 if test ! -f "$as_myself"; then 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93 119 { (exit 1); exit 1; } 94 120 fi … … 103 129 104 130 # NLS nuisances. 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 116 135 117 136 # Required to use basename. … … 135 154 X"$0" : 'X\(//\)$' \| \ 136 155 X"$0" : 'X\(/\)' \| . 2>/dev/null || 137 echo X/"$0" |156 $as_echo X/"$0" | 138 157 sed '/^.*\/\([^/][^/]*\)\/*$/{ 139 158 s//\1/ … … 161 180 fi 162 181 163 if test $as_have_required = yes && 182 if test $as_have_required = yes && (eval ": 164 183 (as_func_return () { 165 184 (exit \$1) … … 243 262 emulate sh 244 263 NULLCMD=: 245 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 246 265 # is contrary to our usage. Disable this feature. 247 266 alias -g '${1+"$@"}'='"$@"' … … 264 283 emulate sh 265 284 NULLCMD=: 266 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 267 286 # is contrary to our usage. Disable this feature. 268 287 alias -g '${1+"$@"}'='"$@"' … … 344 363 if test "x$CONFIG_SHELL" != x; then 345 364 for as_var in BASH_ENV ENV 346 347 348 349 365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 366 done 367 export CONFIG_SHELL 368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350 369 fi 351 370 … … 416 435 test \$exitcode = 0") || { 417 436 echo No shell found that supports shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 421 441 } 422 442 … … 454 474 ' >$as_me.lineno && 455 475 chmod +x "$as_me.lineno" || 456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457 477 { (exit 1); exit 1; }; } 458 478 … … 482 502 ECHO_N='-n';; 483 503 esac 484 485 504 if expr a : '\(a\)' >/dev/null 2>&1 && 486 505 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 495 514 else 496 515 rm -f conf$$.dir 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 507 530 as_ln_s='cp -p' 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 531 fi 510 532 else 511 533 as_ln_s='cp -p' … … 532 554 eval sh -c '\'' 533 555 if test -d "$1"; then 534 556 test -d "$1/."; 535 557 else 536 558 case $1 in 537 559 -*)set "./$1";; 538 560 esac; 539 561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 615 637 #endif" 616 638 639 enable_option_checking=no 617 640 ac_subst_vars='SHELL 618 641 PATH_SEPARATOR … … 715 738 PYTHON_INCLUDES 716 739 PYTHON_SITE_PACKAGES 717 PYTHON_DISTUTILS740 HAVE_PYTHON_DISTUTILS 718 741 RUBY 742 SED 743 RUBY_VERSION 744 AWK 745 RUBY_CPPFLAGS 746 RUBY_LDFLAGS 747 RUBY_SITE_PKG 748 RUBY_EXTRA_LIBS 749 HAVE_RUBY_DEVEL 719 750 RP_BASE 720 751 SHLIB_LDFLAGS … … 725 756 LTLIBOBJS' 726 757 ac_subst_files='' 758 ac_user_opts=' 759 enable_option_checking 760 enable_64bit 761 enable_64bit_vis 762 enable_corefoundation 763 enable_load 764 enable_gui 765 with_tclsh 766 with_matlab 767 with_octave 768 with_perl 769 with_python 770 with_ruby 771 enable_shared 772 enable_symbols 773 ' 727 774 ac_precious_vars='build_alias 728 775 host_alias … … 745 792 ac_init_help= 746 793 ac_init_version=false 794 ac_unrecognized_opts= 795 ac_unrecognized_sep= 747 796 # The variables have the same names as the options, with 748 797 # dashes changed to underlines. … … 843 892 844 893 -disable-* | --disable-*) 845 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`894 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 846 895 # Reject names that are not valid shell variable names. 847 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&848 { echo "$as_me: error: invalid feature name: $ac_feature" >&2896 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 897 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 849 898 { (exit 1); exit 1; }; } 850 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 851 eval enable_$ac_feature=no ;; 899 ac_useropt_orig=$ac_useropt 900 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 901 case $ac_user_opts in 902 *" 903 "enable_$ac_useropt" 904 "*) ;; 905 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 906 ac_unrecognized_sep=', ';; 907 esac 908 eval enable_$ac_useropt=no ;; 852 909 853 910 -docdir | --docdir | --docdi | --doc | --do) … … 862 919 863 920 -enable-* | --enable-*) 864 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`921 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 865 922 # Reject names that are not valid shell variable names. 866 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&867 { echo "$as_me: error: invalid feature name: $ac_feature" >&2923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 924 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 868 925 { (exit 1); exit 1; }; } 869 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 870 eval enable_$ac_feature=\$ac_optarg ;; 926 ac_useropt_orig=$ac_useropt 927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 928 case $ac_user_opts in 929 *" 930 "enable_$ac_useropt" 931 "*) ;; 932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 933 ac_unrecognized_sep=', ';; 934 esac 935 eval enable_$ac_useropt=\$ac_optarg ;; 871 936 872 937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1059 1124 1060 1125 -with-* | --with-*) 1061 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1126 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1062 1127 # Reject names that are not valid shell variable names. 1063 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1064 { echo "$as_me: error: invalid package name: $ac_package" >&21128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1129 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1065 1130 { (exit 1); exit 1; }; } 1066 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1067 eval with_$ac_package=\$ac_optarg ;; 1131 ac_useropt_orig=$ac_useropt 1132 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1133 case $ac_user_opts in 1134 *" 1135 "with_$ac_useropt" 1136 "*) ;; 1137 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1138 ac_unrecognized_sep=', ';; 1139 esac 1140 eval with_$ac_useropt=\$ac_optarg ;; 1068 1141 1069 1142 -without-* | --without-*) 1070 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1143 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1071 1144 # Reject names that are not valid shell variable names. 1072 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1073 { echo "$as_me: error: invalid package name: $ac_package" >&21145 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1146 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1074 1147 { (exit 1); exit 1; }; } 1075 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1076 eval with_$ac_package=no ;; 1148 ac_useropt_orig=$ac_useropt 1149 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1150 case $ac_user_opts in 1151 *" 1152 "with_$ac_useropt" 1153 "*) ;; 1154 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1155 ac_unrecognized_sep=', ';; 1156 esac 1157 eval with_$ac_useropt=no ;; 1077 1158 1078 1159 --x) … … 1094 1175 x_libraries=$ac_optarg ;; 1095 1176 1096 -*) { echo "$as_me: error: unrecognized option: $ac_option1177 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1097 1178 Try \`$0 --help' for more information." >&2 1098 1179 { (exit 1); exit 1; }; } … … 1103 1184 # Reject names that are not valid shell variable names. 1104 1185 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1105 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21186 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1106 1187 { (exit 1); exit 1; }; } 1107 1188 eval $ac_envvar=\$ac_optarg … … 1110 1191 *) 1111 1192 # FIXME: should be removed in autoconf 3.0. 1112 echo "$as_me: WARNING: you should use --build, --host, --target" >&21193 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1113 1194 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1114 echo "$as_me: WARNING: invalid host type: $ac_option" >&21195 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1115 1196 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1116 1197 ;; … … 1121 1202 if test -n "$ac_prev"; then 1122 1203 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1123 { echo "$as_me: error: missing argument to $ac_option" >&21204 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1124 1205 { (exit 1); exit 1; }; } 1125 1206 fi 1126 1207 1127 # Be sure to have absolute directory names. 1208 if test -n "$ac_unrecognized_opts"; then 1209 case $enable_option_checking in 1210 no) ;; 1211 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 1212 { (exit 1); exit 1; }; } ;; 1213 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 1214 esac 1215 fi 1216 1217 # Check all directory arguments for consistency. 1128 1218 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1129 1219 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1132 1222 do 1133 1223 eval ac_val=\$$ac_var 1224 # Remove trailing slashes. 1225 case $ac_val in 1226 */ ) 1227 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1228 eval $ac_var=\$ac_val;; 1229 esac 1230 # Be sure to have absolute directory names. 1134 1231 case $ac_val in 1135 1232 [\\/$]* | ?:[\\/]* ) continue;; 1136 1233 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1137 1234 esac 1138 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21235 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1139 1236 { (exit 1); exit 1; }; } 1140 1237 done … … 1151 1248 if test "x$build_alias" = x; then 1152 1249 cross_compiling=maybe 1153 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1250 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1154 1251 If a cross compiler is detected then cross compile mode will be used." >&2 1155 1252 elif test "x$build_alias" != "x$host_alias"; then … … 1167 1264 ac_ls_di=`ls -di .` && 1168 1265 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1169 { echo "$as_me: error: Working directory cannot be determined" >&21266 { $as_echo "$as_me: error: Working directory cannot be determined" >&2 1170 1267 { (exit 1); exit 1; }; } 1171 1268 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1172 { echo "$as_me: error: pwd does not report name of working directory" >&21269 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1173 1270 { (exit 1); exit 1; }; } 1174 1271 … … 1178 1275 ac_srcdir_defaulted=yes 1179 1276 # Try the directory containing this script, then the parent directory. 1180 ac_confdir=`$as_dirname -- "$ 0" ||1181 $as_expr X"$ 0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1182 X"$ 0" : 'X\(//\)[^/]' \| \1183 X"$ 0" : 'X\(//\)$' \| \1184 X"$ 0" : 'X\(/\)' \| . 2>/dev/null ||1185 echo X"$0" |1277 ac_confdir=`$as_dirname -- "$as_myself" || 1278 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1279 X"$as_myself" : 'X\(//\)[^/]' \| \ 1280 X"$as_myself" : 'X\(//\)$' \| \ 1281 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1282 $as_echo X"$as_myself" | 1186 1283 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1187 1284 s//\1/ … … 1210 1307 if test ! -r "$srcdir/$ac_unique_file"; then 1211 1308 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1212 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21309 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1213 1310 { (exit 1); exit 1; }; } 1214 1311 fi 1215 1312 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1216 1313 ac_abs_confdir=`( 1217 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21314 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1218 1315 { (exit 1); exit 1; }; } 1219 1316 pwd)` … … 1264 1361 Installation directories: 1265 1362 --prefix=PREFIX install architecture-independent files in PREFIX 1266 1363 [$ac_default_prefix] 1267 1364 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1268 1365 [PREFIX] 1269 1366 1270 1367 By default, \`make install' will install all the files in … … 1276 1373 1277 1374 Fine tuning of the installation directories: 1278 --bindir=DIR user executables [EPREFIX/bin]1279 --sbindir=DIR system admin executables [EPREFIX/sbin]1280 --libexecdir=DIR program executables [EPREFIX/libexec]1281 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1282 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1283 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1284 --libdir=DIR object code libraries [EPREFIX/lib]1285 --includedir=DIR C header files [PREFIX/include]1286 --oldincludedir=DIR C header files for non-gcc [/usr/include]1287 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1288 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1289 --infodir=DIR info documentation [DATAROOTDIR/info]1290 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1291 --mandir=DIR man documentation [DATAROOTDIR/man]1292 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture]1293 --htmldir=DIR html documentation [DOCDIR]1294 --dvidir=DIR dvi documentation [DOCDIR]1295 --pdfdir=DIR pdf documentation [DOCDIR]1296 --psdir=DIR ps documentation [DOCDIR]1375 --bindir=DIR user executables [EPREFIX/bin] 1376 --sbindir=DIR system admin executables [EPREFIX/sbin] 1377 --libexecdir=DIR program executables [EPREFIX/libexec] 1378 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1379 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1380 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1381 --libdir=DIR object code libraries [EPREFIX/lib] 1382 --includedir=DIR C header files [PREFIX/include] 1383 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1384 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1385 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1386 --infodir=DIR info documentation [DATAROOTDIR/info] 1387 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1388 --mandir=DIR man documentation [DATAROOTDIR/man] 1389 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture] 1390 --htmldir=DIR html documentation [DOCDIR] 1391 --dvidir=DIR dvi documentation [DOCDIR] 1392 --pdfdir=DIR pdf documentation [DOCDIR] 1393 --psdir=DIR ps documentation [DOCDIR] 1297 1394 _ACEOF 1298 1395 … … 1308 1405 1309 1406 Optional Features: 1407 --disable-option-checking ignore unrecognized --enable/--with options 1310 1408 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1311 1409 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1328 1426 --with-perl=DIR location of perl [default=check] 1329 1427 --with-python=DIR location of python [default=check] 1330 --with-ruby= DIR location of ruby [default=check]1428 --with-ruby=PATH absolute path to ruby executable 1331 1429 1332 1430 Some influential environment variables: … … 1356 1454 # If there are subdirs, report their specific --help. 1357 1455 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1358 test -d "$ac_dir" || continue 1456 test -d "$ac_dir" || 1457 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1458 continue 1359 1459 ac_builddir=. 1360 1460 … … 1362 1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1363 1463 *) 1364 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1464 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1365 1465 # A ".." for each directory in $ac_dir_suffix. 1366 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1466 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1367 1467 case $ac_top_builddir_sub in 1368 1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1400 1500 $SHELL "$ac_srcdir/configure" --help=recursive 1401 1501 else 1402 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21502 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1403 1503 fi || ac_status=$? 1404 1504 cd "$ac_pwd" || { ac_status=$?; break; } … … 1410 1510 cat <<\_ACEOF 1411 1511 Rappture configure 1.1 1412 generated by GNU Autoconf 2.6 11512 generated by GNU Autoconf 2.62 1413 1513 1414 1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1415 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1515 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1416 1516 This configure script is free software; the Free Software Foundation 1417 1517 gives unlimited permission to copy, distribute and modify it. … … 1424 1524 1425 1525 It was created by Rappture $as_me 1.1, which was 1426 generated by GNU Autoconf 2.6 1. Invocation command line was1526 generated by GNU Autoconf 2.62. Invocation command line was 1427 1527 1428 1528 $ $0 $@ … … 1460 1560 IFS=$as_save_IFS 1461 1561 test -z "$as_dir" && as_dir=. 1462 echo "PATH: $as_dir"1562 $as_echo "PATH: $as_dir" 1463 1563 done 1464 1564 IFS=$as_save_IFS … … 1495 1595 continue ;; 1496 1596 *\'*) 1497 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1597 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1498 1598 esac 1499 1599 case $ac_pass in … … 1547 1647 *${as_nl}*) 1548 1648 case $ac_var in #( 1549 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51550 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1649 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1650 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1551 1651 esac 1552 1652 case $ac_var in #( 1553 1653 _ | IFS | as_nl) ;; #( 1654 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1554 1655 *) $as_unset $ac_var ;; 1555 1656 esac ;; … … 1581 1682 eval ac_val=\$$ac_var 1582 1683 case $ac_val in 1583 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1684 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1584 1685 esac 1585 echo "$ac_var='\''$ac_val'\''"1686 $as_echo "$ac_var='\''$ac_val'\''" 1586 1687 done | sort 1587 1688 echo … … 1598 1699 eval ac_val=\$$ac_var 1599 1700 case $ac_val in 1600 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1701 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1601 1702 esac 1602 echo "$ac_var='\''$ac_val'\''"1703 $as_echo "$ac_var='\''$ac_val'\''" 1603 1704 done | sort 1604 1705 echo … … 1616 1717 fi 1617 1718 test "$ac_signal" != 0 && 1618 echo "$as_me: caught signal $ac_signal"1619 echo "$as_me: exit $exit_status"1719 $as_echo "$as_me: caught signal $ac_signal" 1720 $as_echo "$as_me: exit $exit_status" 1620 1721 } >&5 1621 1722 rm -f core *.core core.conftest.* && … … 1659 1760 1660 1761 # Let the site file select an alternate cache file if it wants to. 1661 # Prefer explicitly selected file to automatically selected ones. 1762 # Prefer an explicitly selected file to automatically selected ones. 1763 ac_site_file1=NONE 1764 ac_site_file2=NONE 1662 1765 if test -n "$CONFIG_SITE"; then 1663 set x "$CONFIG_SITE"1766 ac_site_file1=$CONFIG_SITE 1664 1767 elif test "x$prefix" != xNONE; then 1665 set x "$prefix/share/config.site" "$prefix/etc/config.site"1666 else1667 set x "$ac_default_prefix/share/config.site" \ 1668 "$ac_default_prefix/etc/config.site" 1669 fi 1670 shift 1671 for ac_site_file 1768 ac_site_file1=$prefix/share/config.site 1769 ac_site_file2=$prefix/etc/config.site 1770 else 1771 ac_site_file1=$ac_default_prefix/share/config.site 1772 ac_site_file2=$ac_default_prefix/etc/config.site 1773 fi 1774 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1672 1775 do 1776 test "x$ac_site_file" = xNONE && continue 1673 1777 if test -r "$ac_site_file"; then 1674 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51675 echo "$as_me: loading site script $ac_site_file" >&6;}1778 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1779 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1676 1780 sed 's/^/| /' "$ac_site_file" >&5 1677 1781 . "$ac_site_file" … … 1683 1787 # files actually), so we avoid doing that. 1684 1788 if test -f "$cache_file"; then 1685 { echo "$as_me:$LINENO: loading cache $cache_file" >&51686 echo "$as_me: loading cache $cache_file" >&6;}1789 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1790 $as_echo "$as_me: loading cache $cache_file" >&6;} 1687 1791 case $cache_file in 1688 1792 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1691 1795 fi 1692 1796 else 1693 { echo "$as_me:$LINENO: creating cache $cache_file" >&51694 echo "$as_me: creating cache $cache_file" >&6;}1797 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1798 $as_echo "$as_me: creating cache $cache_file" >&6;} 1695 1799 >$cache_file 1696 1800 fi … … 1706 1810 case $ac_old_set,$ac_new_set in 1707 1811 set,) 1708 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51709 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1812 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1813 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1710 1814 ac_cache_corrupted=: ;; 1711 1815 ,set) 1712 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51713 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1816 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1817 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1714 1818 ac_cache_corrupted=: ;; 1715 1819 ,);; 1716 1820 *) 1717 1821 if test "x$ac_old_val" != "x$ac_new_val"; then 1718 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1719 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1720 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1721 echo "$as_me: former value: $ac_old_val" >&2;} 1722 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1723 echo "$as_me: current value: $ac_new_val" >&2;} 1724 ac_cache_corrupted=: 1822 # differences in whitespace do not lead to failure. 1823 ac_old_val_w=`echo x $ac_old_val` 1824 ac_new_val_w=`echo x $ac_new_val` 1825 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1826 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1827 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1828 ac_cache_corrupted=: 1829 else 1830 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1831 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1832 eval $ac_var=\$ac_old_val 1833 fi 1834 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1835 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1836 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1837 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1725 1838 fi;; 1726 1839 esac … … 1728 1841 if test "$ac_new_set" = set; then 1729 1842 case $ac_new_val in 1730 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1843 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1731 1844 *) ac_arg=$ac_var=$ac_new_val ;; 1732 1845 esac … … 1738 1851 done 1739 1852 if $ac_cache_corrupted; then 1740 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51741 echo "$as_me: error: changes in the environment can compromise the build" >&2;}1742 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51743 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1853 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1854 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1855 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1856 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1744 1857 { (exit 1); exit 1; }; } 1745 1858 fi … … 1776 1889 1777 1890 1778 1779 #------------------------------------------------------------------------1780 # Handle the --prefix=... option1781 #------------------------------------------------------------------------1782 1783 if test "${prefix}" = "NONE"; then1784 prefix=/usr/local1785 fi1786 if test "${exec_prefix}" = "NONE"; then1787 exec_prefix=$prefix1788 fi1789 1790 if test "${libdir}" != "${prefix}/lib"; then1791 LIB_SEARCH_DIRS="-L${prefix}/lib -L${libdir}"1792 else1793 LIB_SEARCH_DIRS="-L${libdir}"1794 fi1795 1796 1797 1798 1891 ac_aux_dir= 1799 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do1892 for ac_dir in cf "$srcdir"/cf; do 1800 1893 if test -f "$ac_dir/install-sh"; then 1801 1894 ac_aux_dir=$ac_dir … … 1813 1906 done 1814 1907 if test -z "$ac_aux_dir"; then 1815 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51816 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1908 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&5 1909 $as_echo "$as_me: error: cannot find install-sh or install.sh in cf \"$srcdir\"/cf" >&2;} 1817 1910 { (exit 1); exit 1; }; } 1818 1911 fi … … 1825 1918 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1826 1919 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1920 1921 1922 1923 #------------------------------------------------------------------------ 1924 # Handle the --prefix=... option 1925 #------------------------------------------------------------------------ 1926 1927 if test "${prefix}" = "NONE"; then 1928 prefix=/usr/local 1929 fi 1930 if test "${exec_prefix}" = "NONE"; then 1931 exec_prefix=$prefix 1932 fi 1933 1934 if test "${libdir}" != "${prefix}/lib"; then 1935 LIB_SEARCH_DIRS="-L${prefix}/lib -L${libdir}" 1936 else 1937 LIB_SEARCH_DIRS="-L${libdir}" 1938 fi 1939 1827 1940 1828 1941 … … 1840 1953 # OS/2's system install, which has a completely different semantic 1841 1954 # ./install, which can be erroneously created by make from ./install.sh. 1842 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1843 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1955 # Reject install programs that cannot install multiple files. 1956 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1957 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1844 1958 if test -z "$INSTALL"; then 1845 1959 if test "${ac_cv_path_install+set}" = set; then 1846 echo $ECHO_N "(cached) $ECHO_C" >&61960 $as_echo_n "(cached) " >&6 1847 1961 else 1848 1962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 1873 1987 : 1874 1988 else 1875 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1876 break 3 1989 rm -rf conftest.one conftest.two conftest.dir 1990 echo one > conftest.one 1991 echo two > conftest.two 1992 mkdir conftest.dir 1993 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 1994 test -s conftest.one && test -s conftest.two && 1995 test -s conftest.dir/conftest.one && 1996 test -s conftest.dir/conftest.two 1997 then 1998 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1999 break 3 2000 fi 1877 2001 fi 1878 2002 fi … … 1881 2005 ;; 1882 2006 esac 2007 1883 2008 done 1884 2009 IFS=$as_save_IFS 1885 2010 2011 rm -rf conftest.one conftest.two conftest.dir 1886 2012 1887 2013 fi … … 1896 2022 fi 1897 2023 fi 1898 { echo "$as_me:$LINENO: result: $INSTALL" >&51899 echo "${ECHO_T}$INSTALL" >&6; }2024 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 2025 $as_echo "$INSTALL" >&6; } 1900 2026 1901 2027 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 1907 2033 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1908 2034 1909 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1910 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1911 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2035 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2036 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2037 set x ${MAKE-make} 2038 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1912 2039 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 1913 echo $ECHO_N "(cached) $ECHO_C" >&62040 $as_echo_n "(cached) " >&6 1914 2041 else 1915 2042 cat >conftest.make <<\_ACEOF … … 1928 2055 fi 1929 2056 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1930 { echo "$as_me:$LINENO: result: yes" >&51931 echo "${ECHO_T}yes" >&6; }2057 { $as_echo "$as_me:$LINENO: result: yes" >&5 2058 $as_echo "yes" >&6; } 1932 2059 SET_MAKE= 1933 2060 else 1934 { echo "$as_me:$LINENO: result: no" >&51935 echo "${ECHO_T}no" >&6; }2061 { $as_echo "$as_me:$LINENO: result: no" >&5 2062 $as_echo "no" >&6; } 1936 2063 SET_MAKE="MAKE=${MAKE-make}" 1937 2064 fi … … 1946 2073 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1947 2074 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1948 { echo "$as_me:$LINENO: checking for $ac_word" >&51949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2075 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2076 $as_echo_n "checking for $ac_word... " >&6; } 1950 2077 if test "${ac_cv_prog_CC+set}" = set; then 1951 echo $ECHO_N "(cached) $ECHO_C" >&62078 $as_echo_n "(cached) " >&6 1952 2079 else 1953 2080 if test -n "$CC"; then … … 1962 2089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1963 2090 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1964 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52091 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1965 2092 break 2 1966 2093 fi … … 1973 2100 CC=$ac_cv_prog_CC 1974 2101 if test -n "$CC"; then 1975 { echo "$as_me:$LINENO: result: $CC" >&51976 echo "${ECHO_T}$CC" >&6; }1977 else 1978 { echo "$as_me:$LINENO: result: no" >&51979 echo "${ECHO_T}no" >&6; }2102 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2103 $as_echo "$CC" >&6; } 2104 else 2105 { $as_echo "$as_me:$LINENO: result: no" >&5 2106 $as_echo "no" >&6; } 1980 2107 fi 1981 2108 … … 1986 2113 # Extract the first word of "gcc", so it can be a program name with args. 1987 2114 set dummy gcc; ac_word=$2 1988 { echo "$as_me:$LINENO: checking for $ac_word" >&51989 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2115 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2116 $as_echo_n "checking for $ac_word... " >&6; } 1990 2117 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1991 echo $ECHO_N "(cached) $ECHO_C" >&62118 $as_echo_n "(cached) " >&6 1992 2119 else 1993 2120 if test -n "$ac_ct_CC"; then … … 2002 2129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2003 2130 ac_cv_prog_ac_ct_CC="gcc" 2004 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52131 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2005 2132 break 2 2006 2133 fi … … 2013 2140 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2014 2141 if test -n "$ac_ct_CC"; then 2015 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52016 echo "${ECHO_T}$ac_ct_CC" >&6; }2017 else 2018 { echo "$as_me:$LINENO: result: no" >&52019 echo "${ECHO_T}no" >&6; }2142 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2143 $as_echo "$ac_ct_CC" >&6; } 2144 else 2145 { $as_echo "$as_me:$LINENO: result: no" >&5 2146 $as_echo "no" >&6; } 2020 2147 fi 2021 2148 … … 2025 2152 case $cross_compiling:$ac_tool_warned in 2026 2153 yes:) 2027 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2154 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2028 2155 whose name does not start with the host triplet. If you think this 2029 2156 configuration is useful to you, please write to autoconf@gnu.org." >&5 2030 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2157 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2031 2158 whose name does not start with the host triplet. If you think this 2032 2159 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2043 2170 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2044 2171 set dummy ${ac_tool_prefix}cc; ac_word=$2 2045 { echo "$as_me:$LINENO: checking for $ac_word" >&52046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2172 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2173 $as_echo_n "checking for $ac_word... " >&6; } 2047 2174 if test "${ac_cv_prog_CC+set}" = set; then 2048 echo $ECHO_N "(cached) $ECHO_C" >&62175 $as_echo_n "(cached) " >&6 2049 2176 else 2050 2177 if test -n "$CC"; then … … 2059 2186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2060 2187 ac_cv_prog_CC="${ac_tool_prefix}cc" 2061 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52188 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2062 2189 break 2 2063 2190 fi … … 2070 2197 CC=$ac_cv_prog_CC 2071 2198 if test -n "$CC"; then 2072 { echo "$as_me:$LINENO: result: $CC" >&52073 echo "${ECHO_T}$CC" >&6; }2074 else 2075 { echo "$as_me:$LINENO: result: no" >&52076 echo "${ECHO_T}no" >&6; }2199 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2200 $as_echo "$CC" >&6; } 2201 else 2202 { $as_echo "$as_me:$LINENO: result: no" >&5 2203 $as_echo "no" >&6; } 2077 2204 fi 2078 2205 … … 2083 2210 # Extract the first word of "cc", so it can be a program name with args. 2084 2211 set dummy cc; ac_word=$2 2085 { echo "$as_me:$LINENO: checking for $ac_word" >&52086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2212 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2213 $as_echo_n "checking for $ac_word... " >&6; } 2087 2214 if test "${ac_cv_prog_CC+set}" = set; then 2088 echo $ECHO_N "(cached) $ECHO_C" >&62215 $as_echo_n "(cached) " >&6 2089 2216 else 2090 2217 if test -n "$CC"; then … … 2104 2231 fi 2105 2232 ac_cv_prog_CC="cc" 2106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52233 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2107 2234 break 2 2108 2235 fi … … 2127 2254 CC=$ac_cv_prog_CC 2128 2255 if test -n "$CC"; then 2129 { echo "$as_me:$LINENO: result: $CC" >&52130 echo "${ECHO_T}$CC" >&6; }2131 else 2132 { echo "$as_me:$LINENO: result: no" >&52133 echo "${ECHO_T}no" >&6; }2256 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2257 $as_echo "$CC" >&6; } 2258 else 2259 { $as_echo "$as_me:$LINENO: result: no" >&5 2260 $as_echo "no" >&6; } 2134 2261 fi 2135 2262 … … 2142 2269 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2143 2270 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2144 { echo "$as_me:$LINENO: checking for $ac_word" >&52145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2271 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2272 $as_echo_n "checking for $ac_word... " >&6; } 2146 2273 if test "${ac_cv_prog_CC+set}" = set; then 2147 echo $ECHO_N "(cached) $ECHO_C" >&62274 $as_echo_n "(cached) " >&6 2148 2275 else 2149 2276 if test -n "$CC"; then … … 2158 2285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2159 2286 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52287 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2161 2288 break 2 2162 2289 fi … … 2169 2296 CC=$ac_cv_prog_CC 2170 2297 if test -n "$CC"; then 2171 { echo "$as_me:$LINENO: result: $CC" >&52172 echo "${ECHO_T}$CC" >&6; }2173 else 2174 { echo "$as_me:$LINENO: result: no" >&52175 echo "${ECHO_T}no" >&6; }2298 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2299 $as_echo "$CC" >&6; } 2300 else 2301 { $as_echo "$as_me:$LINENO: result: no" >&5 2302 $as_echo "no" >&6; } 2176 2303 fi 2177 2304 … … 2186 2313 # Extract the first word of "$ac_prog", so it can be a program name with args. 2187 2314 set dummy $ac_prog; ac_word=$2 2188 { echo "$as_me:$LINENO: checking for $ac_word" >&52189 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2315 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2316 $as_echo_n "checking for $ac_word... " >&6; } 2190 2317 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2191 echo $ECHO_N "(cached) $ECHO_C" >&62318 $as_echo_n "(cached) " >&6 2192 2319 else 2193 2320 if test -n "$ac_ct_CC"; then … … 2202 2329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2203 2330 ac_cv_prog_ac_ct_CC="$ac_prog" 2204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52331 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2205 2332 break 2 2206 2333 fi … … 2213 2340 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2214 2341 if test -n "$ac_ct_CC"; then 2215 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52216 echo "${ECHO_T}$ac_ct_CC" >&6; }2217 else 2218 { echo "$as_me:$LINENO: result: no" >&52219 echo "${ECHO_T}no" >&6; }2342 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2343 $as_echo "$ac_ct_CC" >&6; } 2344 else 2345 { $as_echo "$as_me:$LINENO: result: no" >&5 2346 $as_echo "no" >&6; } 2220 2347 fi 2221 2348 … … 2229 2356 case $cross_compiling:$ac_tool_warned in 2230 2357 yes:) 2231 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2358 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2232 2359 whose name does not start with the host triplet. If you think this 2233 2360 configuration is useful to you, please write to autoconf@gnu.org." >&5 2234 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2361 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2235 2362 whose name does not start with the host triplet. If you think this 2236 2363 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2244 2371 2245 2372 2246 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH2373 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2247 2374 See \`config.log' for more details." >&5 2248 echo "$as_me: error: no acceptable C compiler found in \$PATH2375 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2249 2376 See \`config.log' for more details." >&2;} 2250 2377 { (exit 1); exit 1; }; } 2251 2378 2252 2379 # Provide some information about the compiler. 2253 echo "$as_me:$LINENO: checking for C compiler version" >&5 2254 ac_compiler=`set X $ac_compile; echo $2` 2380 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2381 set X $ac_compile 2382 ac_compiler=$2 2255 2383 { (ac_try="$ac_compiler --version >&5" 2256 2384 case "(($ac_try" in … … 2258 2386 *) ac_try_echo=$ac_try;; 2259 2387 esac 2260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2389 $as_echo "$ac_try_echo") >&5 2261 2390 (eval "$ac_compiler --version >&5") 2>&5 2262 2391 ac_status=$? 2263 echo "$as_me:$LINENO: \$? = $ac_status" >&52392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2264 2393 (exit $ac_status); } 2265 2394 { (ac_try="$ac_compiler -v >&5" … … 2268 2397 *) ac_try_echo=$ac_try;; 2269 2398 esac 2270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2400 $as_echo "$ac_try_echo") >&5 2271 2401 (eval "$ac_compiler -v >&5") 2>&5 2272 2402 ac_status=$? 2273 echo "$as_me:$LINENO: \$? = $ac_status" >&52403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2274 2404 (exit $ac_status); } 2275 2405 { (ac_try="$ac_compiler -V >&5" … … 2278 2408 *) ac_try_echo=$ac_try;; 2279 2409 esac 2280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2411 $as_echo "$ac_try_echo") >&5 2281 2412 (eval "$ac_compiler -V >&5") 2>&5 2282 2413 ac_status=$? 2283 echo "$as_me:$LINENO: \$? = $ac_status" >&52414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2284 2415 (exit $ac_status); } 2285 2416 … … 2300 2431 _ACEOF 2301 2432 ac_clean_files_save=$ac_clean_files 2302 ac_clean_files="$ac_clean_files a.out a. exe b.out"2433 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2303 2434 # Try to create an executable without -o first, disregard a.out. 2304 2435 # It will help us diagnose broken compilers, and finding out an intuition 2305 2436 # of exeext. 2306 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2307 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2308 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2309 # 2310 # List of possible output files, starting from the most likely. 2311 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2312 # only as a last resort. b.out is created by i960 compilers. 2313 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2314 # 2315 # The IRIX 6 linker writes into existing files which may not be 2316 # executable, retaining their permissions. Remove them first so a 2317 # subsequent execution test works. 2437 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2438 $as_echo_n "checking for C compiler default output file name... " >&6; } 2439 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2440 2441 # The possible output files: 2442 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2443 2318 2444 ac_rmfiles= 2319 2445 for ac_file in $ac_files 2320 2446 do 2321 2447 case $ac_file in 2322 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2448 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2323 2449 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2324 2450 esac … … 2331 2457 *) ac_try_echo=$ac_try;; 2332 2458 esac 2333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2460 $as_echo "$ac_try_echo") >&5 2334 2461 (eval "$ac_link_default") 2>&5 2335 2462 ac_status=$? 2336 echo "$as_me:$LINENO: \$? = $ac_status" >&52463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2337 2464 (exit $ac_status); }; then 2338 2465 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2345 2472 test -f "$ac_file" || continue 2346 2473 case $ac_file in 2347 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )2474 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2348 2475 ;; 2349 2476 [ab].out ) … … 2372 2499 fi 2373 2500 2374 { echo "$as_me:$LINENO: result: $ac_file" >&52375 echo "${ECHO_T}$ac_file" >&6; }2501 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2502 $as_echo "$ac_file" >&6; } 2376 2503 if test -z "$ac_file"; then 2377 echo "$as_me: failed program was:" >&52504 $as_echo "$as_me: failed program was:" >&5 2378 2505 sed 's/^/| /' conftest.$ac_ext >&5 2379 2506 2380 { { echo "$as_me:$LINENO: error: C compiler cannot create executables2507 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2381 2508 See \`config.log' for more details." >&5 2382 echo "$as_me: error: C compiler cannot create executables2509 $as_echo "$as_me: error: C compiler cannot create executables 2383 2510 See \`config.log' for more details." >&2;} 2384 2511 { (exit 77); exit 77; }; } … … 2389 2516 # Check that the compiler produces executables we can run. If not, either 2390 2517 # the compiler is broken, or we cross compile. 2391 { echo "$as_me:$LINENO: checking whether the C compiler works" >&52392 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }2518 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2519 $as_echo_n "checking whether the C compiler works... " >&6; } 2393 2520 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2394 2521 # If not cross compiling, check that we can run a simple program. … … 2399 2526 *) ac_try_echo=$ac_try;; 2400 2527 esac 2401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2529 $as_echo "$ac_try_echo") >&5 2402 2530 (eval "$ac_try") 2>&5 2403 2531 ac_status=$? 2404 echo "$as_me:$LINENO: \$? = $ac_status" >&52532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2405 2533 (exit $ac_status); }; }; then 2406 2534 cross_compiling=no … … 2409 2537 cross_compiling=yes 2410 2538 else 2411 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.2539 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2412 2540 If you meant to cross compile, use \`--host'. 2413 2541 See \`config.log' for more details." >&5 2414 echo "$as_me: error: cannot run C compiled programs.2542 $as_echo "$as_me: error: cannot run C compiled programs. 2415 2543 If you meant to cross compile, use \`--host'. 2416 2544 See \`config.log' for more details." >&2;} … … 2419 2547 fi 2420 2548 fi 2421 { echo "$as_me:$LINENO: result: yes" >&52422 echo "${ECHO_T}yes" >&6; }2423 2424 rm -f a.outa.exe conftest$ac_cv_exeext b.out2549 { $as_echo "$as_me:$LINENO: result: yes" >&5 2550 $as_echo "yes" >&6; } 2551 2552 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2425 2553 ac_clean_files=$ac_clean_files_save 2426 2554 # Check that the compiler produces executables we can run. If not, either 2427 2555 # the compiler is broken, or we cross compile. 2428 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&52429 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }2430 { echo "$as_me:$LINENO: result: $cross_compiling" >&52431 echo "${ECHO_T}$cross_compiling" >&6; }2432 2433 { echo "$as_me:$LINENO: checking for suffix of executables" >&52434 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }2556 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2557 $as_echo_n "checking whether we are cross compiling... " >&6; } 2558 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2559 $as_echo "$cross_compiling" >&6; } 2560 2561 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2562 $as_echo_n "checking for suffix of executables... " >&6; } 2435 2563 if { (ac_try="$ac_link" 2436 2564 case "(($ac_try" in … … 2438 2566 *) ac_try_echo=$ac_try;; 2439 2567 esac 2440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2569 $as_echo "$ac_try_echo") >&5 2441 2570 (eval "$ac_link") 2>&5 2442 2571 ac_status=$? 2443 echo "$as_me:$LINENO: \$? = $ac_status" >&52572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2444 2573 (exit $ac_status); }; then 2445 2574 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2450 2579 test -f "$ac_file" || continue 2451 2580 case $ac_file in 2452 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2581 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2453 2582 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2454 2583 break;; … … 2457 2586 done 2458 2587 else 2459 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link2588 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2460 2589 See \`config.log' for more details." >&5 2461 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2590 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2462 2591 See \`config.log' for more details." >&2;} 2463 2592 { (exit 1); exit 1; }; } … … 2465 2594 2466 2595 rm -f conftest$ac_cv_exeext 2467 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52468 echo "${ECHO_T}$ac_cv_exeext" >&6; }2596 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2597 $as_echo "$ac_cv_exeext" >&6; } 2469 2598 2470 2599 rm -f conftest.$ac_ext 2471 2600 EXEEXT=$ac_cv_exeext 2472 2601 ac_exeext=$EXEEXT 2473 { echo "$as_me:$LINENO: checking for suffix of object files" >&52474 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }2602 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2603 $as_echo_n "checking for suffix of object files... " >&6; } 2475 2604 if test "${ac_cv_objext+set}" = set; then 2476 echo $ECHO_N "(cached) $ECHO_C" >&62605 $as_echo_n "(cached) " >&6 2477 2606 else 2478 2607 cat >conftest.$ac_ext <<_ACEOF … … 2497 2626 *) ac_try_echo=$ac_try;; 2498 2627 esac 2499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2629 $as_echo "$ac_try_echo") >&5 2500 2630 (eval "$ac_compile") 2>&5 2501 2631 ac_status=$? 2502 echo "$as_me:$LINENO: \$? = $ac_status" >&52632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2503 2633 (exit $ac_status); }; then 2504 2634 for ac_file in conftest.o conftest.obj conftest.*; do 2505 2635 test -f "$ac_file" || continue; 2506 2636 case $ac_file in 2507 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;2637 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2508 2638 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2509 2639 break;; … … 2511 2641 done 2512 2642 else 2513 echo "$as_me: failed program was:" >&52643 $as_echo "$as_me: failed program was:" >&5 2514 2644 sed 's/^/| /' conftest.$ac_ext >&5 2515 2645 2516 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile2646 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2517 2647 See \`config.log' for more details." >&5 2518 echo "$as_me: error: cannot compute suffix of object files: cannot compile2648 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2519 2649 See \`config.log' for more details." >&2;} 2520 2650 { (exit 1); exit 1; }; } … … 2523 2653 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2524 2654 fi 2525 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52526 echo "${ECHO_T}$ac_cv_objext" >&6; }2655 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2656 $as_echo "$ac_cv_objext" >&6; } 2527 2657 OBJEXT=$ac_cv_objext 2528 2658 ac_objext=$OBJEXT 2529 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52530 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }2659 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2660 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2531 2661 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2532 echo $ECHO_N "(cached) $ECHO_C" >&62662 $as_echo_n "(cached) " >&6 2533 2663 else 2534 2664 cat >conftest.$ac_ext <<_ACEOF … … 2556 2686 *) ac_try_echo=$ac_try;; 2557 2687 esac 2558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2689 $as_echo "$ac_try_echo") >&5 2559 2690 (eval "$ac_compile") 2>conftest.er1 2560 2691 ac_status=$? … … 2562 2693 rm -f conftest.er1 2563 2694 cat conftest.err >&5 2564 echo "$as_me:$LINENO: \$? = $ac_status" >&52695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2565 2696 (exit $ac_status); } && { 2566 2697 test -z "$ac_c_werror_flag" || … … 2569 2700 ac_compiler_gnu=yes 2570 2701 else 2571 echo "$as_me: failed program was:" >&52702 $as_echo "$as_me: failed program was:" >&5 2572 2703 sed 's/^/| /' conftest.$ac_ext >&5 2573 2704 … … 2579 2710 2580 2711 fi 2581 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2582 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2583 GCC=`test $ac_compiler_gnu = yes && echo yes` 2712 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2713 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2714 if test $ac_compiler_gnu = yes; then 2715 GCC=yes 2716 else 2717 GCC= 2718 fi 2584 2719 ac_test_CFLAGS=${CFLAGS+set} 2585 2720 ac_save_CFLAGS=$CFLAGS 2586 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52587 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }2721 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2722 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2588 2723 if test "${ac_cv_prog_cc_g+set}" = set; then 2589 echo $ECHO_N "(cached) $ECHO_C" >&62724 $as_echo_n "(cached) " >&6 2590 2725 else 2591 2726 ac_save_c_werror_flag=$ac_c_werror_flag … … 2614 2749 *) ac_try_echo=$ac_try;; 2615 2750 esac 2616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2752 $as_echo "$ac_try_echo") >&5 2617 2753 (eval "$ac_compile") 2>conftest.er1 2618 2754 ac_status=$? … … 2620 2756 rm -f conftest.er1 2621 2757 cat conftest.err >&5 2622 echo "$as_me:$LINENO: \$? = $ac_status" >&52758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2623 2759 (exit $ac_status); } && { 2624 2760 test -z "$ac_c_werror_flag" || … … 2627 2763 ac_cv_prog_cc_g=yes 2628 2764 else 2629 echo "$as_me: failed program was:" >&52765 $as_echo "$as_me: failed program was:" >&5 2630 2766 sed 's/^/| /' conftest.$ac_ext >&5 2631 2767 … … 2652 2788 *) ac_try_echo=$ac_try;; 2653 2789 esac 2654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2791 $as_echo "$ac_try_echo") >&5 2655 2792 (eval "$ac_compile") 2>conftest.er1 2656 2793 ac_status=$? … … 2658 2795 rm -f conftest.er1 2659 2796 cat conftest.err >&5 2660 echo "$as_me:$LINENO: \$? = $ac_status" >&52797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2661 2798 (exit $ac_status); } && { 2662 2799 test -z "$ac_c_werror_flag" || … … 2665 2802 : 2666 2803 else 2667 echo "$as_me: failed program was:" >&52804 $as_echo "$as_me: failed program was:" >&5 2668 2805 sed 's/^/| /' conftest.$ac_ext >&5 2669 2806 … … 2691 2828 *) ac_try_echo=$ac_try;; 2692 2829 esac 2693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2831 $as_echo "$ac_try_echo") >&5 2694 2832 (eval "$ac_compile") 2>conftest.er1 2695 2833 ac_status=$? … … 2697 2835 rm -f conftest.er1 2698 2836 cat conftest.err >&5 2699 echo "$as_me:$LINENO: \$? = $ac_status" >&52837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2700 2838 (exit $ac_status); } && { 2701 2839 test -z "$ac_c_werror_flag" || … … 2704 2842 ac_cv_prog_cc_g=yes 2705 2843 else 2706 echo "$as_me: failed program was:" >&52844 $as_echo "$as_me: failed program was:" >&5 2707 2845 sed 's/^/| /' conftest.$ac_ext >&5 2708 2846 … … 2719 2857 ac_c_werror_flag=$ac_save_c_werror_flag 2720 2858 fi 2721 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52722 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }2859 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2860 $as_echo "$ac_cv_prog_cc_g" >&6; } 2723 2861 if test "$ac_test_CFLAGS" = set; then 2724 2862 CFLAGS=$ac_save_CFLAGS … … 2736 2874 fi 2737 2875 fi 2738 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52739 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }2876 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2877 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2740 2878 if test "${ac_cv_prog_cc_c89+set}" = set; then 2741 echo $ECHO_N "(cached) $ECHO_C" >&62879 $as_echo_n "(cached) " >&6 2742 2880 else 2743 2881 ac_cv_prog_cc_c89=no … … 2810 2948 *) ac_try_echo=$ac_try;; 2811 2949 esac 2812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2951 $as_echo "$ac_try_echo") >&5 2813 2952 (eval "$ac_compile") 2>conftest.er1 2814 2953 ac_status=$? … … 2816 2955 rm -f conftest.er1 2817 2956 cat conftest.err >&5 2818 echo "$as_me:$LINENO: \$? = $ac_status" >&52957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2819 2958 (exit $ac_status); } && { 2820 2959 test -z "$ac_c_werror_flag" || … … 2823 2962 ac_cv_prog_cc_c89=$ac_arg 2824 2963 else 2825 echo "$as_me: failed program was:" >&52964 $as_echo "$as_me: failed program was:" >&5 2826 2965 sed 's/^/| /' conftest.$ac_ext >&5 2827 2966 … … 2839 2978 case "x$ac_cv_prog_cc_c89" in 2840 2979 x) 2841 { echo "$as_me:$LINENO: result: none needed" >&52842 echo "${ECHO_T}none needed" >&6; } ;;2980 { $as_echo "$as_me:$LINENO: result: none needed" >&5 2981 $as_echo "none needed" >&6; } ;; 2843 2982 xno) 2844 { echo "$as_me:$LINENO: result: unsupported" >&52845 echo "${ECHO_T}unsupported" >&6; } ;;2983 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 2984 $as_echo "unsupported" >&6; } ;; 2846 2985 *) 2847 2986 CC="$CC $ac_cv_prog_cc_c89" 2848 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&52849 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;2987 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2988 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 2850 2989 esac 2851 2990 … … 2866 3005 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2867 3006 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2868 { echo "$as_me:$LINENO: checking for $ac_word" >&52869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3007 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3008 $as_echo_n "checking for $ac_word... " >&6; } 2870 3009 if test "${ac_cv_prog_F77+set}" = set; then 2871 echo $ECHO_N "(cached) $ECHO_C" >&63010 $as_echo_n "(cached) " >&6 2872 3011 else 2873 3012 if test -n "$F77"; then … … 2882 3021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2883 3022 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 2884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53023 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2885 3024 break 2 2886 3025 fi … … 2893 3032 F77=$ac_cv_prog_F77 2894 3033 if test -n "$F77"; then 2895 { echo "$as_me:$LINENO: result: $F77" >&52896 echo "${ECHO_T}$F77" >&6; }2897 else 2898 { echo "$as_me:$LINENO: result: no" >&52899 echo "${ECHO_T}no" >&6; }3034 { $as_echo "$as_me:$LINENO: result: $F77" >&5 3035 $as_echo "$F77" >&6; } 3036 else 3037 { $as_echo "$as_me:$LINENO: result: no" >&5 3038 $as_echo "no" >&6; } 2900 3039 fi 2901 3040 … … 2910 3049 # Extract the first word of "$ac_prog", so it can be a program name with args. 2911 3050 set dummy $ac_prog; ac_word=$2 2912 { echo "$as_me:$LINENO: checking for $ac_word" >&52913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3051 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3052 $as_echo_n "checking for $ac_word... " >&6; } 2914 3053 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 2915 echo $ECHO_N "(cached) $ECHO_C" >&63054 $as_echo_n "(cached) " >&6 2916 3055 else 2917 3056 if test -n "$ac_ct_F77"; then … … 2926 3065 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2927 3066 ac_cv_prog_ac_ct_F77="$ac_prog" 2928 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53067 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2929 3068 break 2 2930 3069 fi … … 2937 3076 ac_ct_F77=$ac_cv_prog_ac_ct_F77 2938 3077 if test -n "$ac_ct_F77"; then 2939 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&52940 echo "${ECHO_T}$ac_ct_F77" >&6; }2941 else 2942 { echo "$as_me:$LINENO: result: no" >&52943 echo "${ECHO_T}no" >&6; }3078 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 3079 $as_echo "$ac_ct_F77" >&6; } 3080 else 3081 { $as_echo "$as_me:$LINENO: result: no" >&5 3082 $as_echo "no" >&6; } 2944 3083 fi 2945 3084 … … 2953 3092 case $cross_compiling:$ac_tool_warned in 2954 3093 yes:) 2955 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3094 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2956 3095 whose name does not start with the host triplet. If you think this 2957 3096 configuration is useful to you, please write to autoconf@gnu.org." >&5 2958 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3097 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2959 3098 whose name does not start with the host triplet. If you think this 2960 3099 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2967 3106 2968 3107 # Provide some information about the compiler. 2969 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 2970 ac_compiler=`set X $ac_compile; echo $2` 3108 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 3109 set X $ac_compile 3110 ac_compiler=$2 2971 3111 { (ac_try="$ac_compiler --version >&5" 2972 3112 case "(($ac_try" in … … 2974 3114 *) ac_try_echo=$ac_try;; 2975 3115 esac 2976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3117 $as_echo "$ac_try_echo") >&5 2977 3118 (eval "$ac_compiler --version >&5") 2>&5 2978 3119 ac_status=$? 2979 echo "$as_me:$LINENO: \$? = $ac_status" >&53120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2980 3121 (exit $ac_status); } 2981 3122 { (ac_try="$ac_compiler -v >&5" … … 2984 3125 *) ac_try_echo=$ac_try;; 2985 3126 esac 2986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3128 $as_echo "$ac_try_echo") >&5 2987 3129 (eval "$ac_compiler -v >&5") 2>&5 2988 3130 ac_status=$? 2989 echo "$as_me:$LINENO: \$? = $ac_status" >&53131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2990 3132 (exit $ac_status); } 2991 3133 { (ac_try="$ac_compiler -V >&5" … … 2994 3136 *) ac_try_echo=$ac_try;; 2995 3137 esac 2996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3139 $as_echo "$ac_try_echo") >&5 2997 3140 (eval "$ac_compiler -V >&5") 2>&5 2998 3141 ac_status=$? 2999 echo "$as_me:$LINENO: \$? = $ac_status" >&53142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3000 3143 (exit $ac_status); } 3001 3144 rm -f a.out … … 3005 3148 ac_save_ext=$ac_ext 3006 3149 ac_ext=F 3007 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&53008 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }3150 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 3151 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } 3009 3152 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 3010 echo $ECHO_N "(cached) $ECHO_C" >&63153 $as_echo_n "(cached) " >&6 3011 3154 else 3012 3155 cat >conftest.$ac_ext <<_ACEOF … … 3024 3167 *) ac_try_echo=$ac_try;; 3025 3168 esac 3026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3170 $as_echo "$ac_try_echo") >&5 3027 3171 (eval "$ac_compile") 2>conftest.er1 3028 3172 ac_status=$? … … 3030 3174 rm -f conftest.er1 3031 3175 cat conftest.err >&5 3032 echo "$as_me:$LINENO: \$? = $ac_status" >&53176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3033 3177 (exit $ac_status); } && { 3034 3178 test -z "$ac_f77_werror_flag" || … … 3037 3181 ac_compiler_gnu=yes 3038 3182 else 3039 echo "$as_me: failed program was:" >&53183 $as_echo "$as_me: failed program was:" >&5 3040 3184 sed 's/^/| /' conftest.$ac_ext >&5 3041 3185 … … 3047 3191 3048 3192 fi 3049 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&53050 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }3193 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 3194 $as_echo "$ac_cv_f77_compiler_gnu" >&6; } 3051 3195 ac_ext=$ac_save_ext 3052 3196 ac_test_FFLAGS=${FFLAGS+set} 3053 3197 ac_save_FFLAGS=$FFLAGS 3054 3198 FFLAGS= 3055 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&53056 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }3199 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 3200 $as_echo_n "checking whether $F77 accepts -g... " >&6; } 3057 3201 if test "${ac_cv_prog_f77_g+set}" = set; then 3058 echo $ECHO_N "(cached) $ECHO_C" >&63202 $as_echo_n "(cached) " >&6 3059 3203 else 3060 3204 FFLAGS=-g … … 3070 3214 *) ac_try_echo=$ac_try;; 3071 3215 esac 3072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3217 $as_echo "$ac_try_echo") >&5 3073 3218 (eval "$ac_compile") 2>conftest.er1 3074 3219 ac_status=$? … … 3076 3221 rm -f conftest.er1 3077 3222 cat conftest.err >&5 3078 echo "$as_me:$LINENO: \$? = $ac_status" >&53223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3079 3224 (exit $ac_status); } && { 3080 3225 test -z "$ac_f77_werror_flag" || … … 3083 3228 ac_cv_prog_f77_g=yes 3084 3229 else 3085 echo "$as_me: failed program was:" >&53230 $as_echo "$as_me: failed program was:" >&5 3086 3231 sed 's/^/| /' conftest.$ac_ext >&5 3087 3232 … … 3092 3237 3093 3238 fi 3094 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&53095 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }3239 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 3240 $as_echo "$ac_cv_prog_f77_g" >&6; } 3096 3241 if test "$ac_test_FFLAGS" = set; then 3097 3242 FFLAGS=$ac_save_FFLAGS … … 3110 3255 fi 3111 3256 3112 G77=`test $ac_compiler_gnu = yes && echo yes` 3257 if test $ac_compiler_gnu = yes; then 3258 G77=yes 3259 else 3260 G77= 3261 fi 3113 3262 ac_ext=c 3114 3263 ac_cpp='$CPP $CPPFLAGS' … … 3137 3286 # OS/2's system install, which has a completely different semantic 3138 3287 # ./install, which can be erroneously created by make from ./install.sh. 3139 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3140 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 3288 # Reject install programs that cannot install multiple files. 3289 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3290 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3141 3291 if test -z "$INSTALL"; then 3142 3292 if test "${ac_cv_path_install+set}" = set; then 3143 echo $ECHO_N "(cached) $ECHO_C" >&63293 $as_echo_n "(cached) " >&6 3144 3294 else 3145 3295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 3170 3320 : 3171 3321 else 3172 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3173 break 3 3322 rm -rf conftest.one conftest.two conftest.dir 3323 echo one > conftest.one 3324 echo two > conftest.two 3325 mkdir conftest.dir 3326 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 3327 test -s conftest.one && test -s conftest.two && 3328 test -s conftest.dir/conftest.one && 3329 test -s conftest.dir/conftest.two 3330 then 3331 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3332 break 3 3333 fi 3174 3334 fi 3175 3335 fi … … 3178 3338 ;; 3179 3339 esac 3340 3180 3341 done 3181 3342 IFS=$as_save_IFS 3182 3343 3344 rm -rf conftest.one conftest.two conftest.dir 3183 3345 3184 3346 fi … … 3193 3355 fi 3194 3356 fi 3195 { echo "$as_me:$LINENO: result: $INSTALL" >&53196 echo "${ECHO_T}$INSTALL" >&6; }3357 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 3358 $as_echo "$INSTALL" >&6; } 3197 3359 3198 3360 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 3207 3369 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3208 3370 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3209 { echo "$as_me:$LINENO: checking for $ac_word" >&53210 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3371 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3372 $as_echo_n "checking for $ac_word... " >&6; } 3211 3373 if test "${ac_cv_prog_RANLIB+set}" = set; then 3212 echo $ECHO_N "(cached) $ECHO_C" >&63374 $as_echo_n "(cached) " >&6 3213 3375 else 3214 3376 if test -n "$RANLIB"; then … … 3223 3385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3224 3386 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3225 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53387 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3226 3388 break 2 3227 3389 fi … … 3234 3396 RANLIB=$ac_cv_prog_RANLIB 3235 3397 if test -n "$RANLIB"; then 3236 { echo "$as_me:$LINENO: result: $RANLIB" >&53237 echo "${ECHO_T}$RANLIB" >&6; }3238 else 3239 { echo "$as_me:$LINENO: result: no" >&53240 echo "${ECHO_T}no" >&6; }3398 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 3399 $as_echo "$RANLIB" >&6; } 3400 else 3401 { $as_echo "$as_me:$LINENO: result: no" >&5 3402 $as_echo "no" >&6; } 3241 3403 fi 3242 3404 … … 3247 3409 # Extract the first word of "ranlib", so it can be a program name with args. 3248 3410 set dummy ranlib; ac_word=$2 3249 { echo "$as_me:$LINENO: checking for $ac_word" >&53250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3411 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3412 $as_echo_n "checking for $ac_word... " >&6; } 3251 3413 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3252 echo $ECHO_N "(cached) $ECHO_C" >&63414 $as_echo_n "(cached) " >&6 3253 3415 else 3254 3416 if test -n "$ac_ct_RANLIB"; then … … 3263 3425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3264 3426 ac_cv_prog_ac_ct_RANLIB="ranlib" 3265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53427 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3266 3428 break 2 3267 3429 fi … … 3274 3436 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3275 3437 if test -n "$ac_ct_RANLIB"; then 3276 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&53277 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }3278 else 3279 { echo "$as_me:$LINENO: result: no" >&53280 echo "${ECHO_T}no" >&6; }3438 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 3439 $as_echo "$ac_ct_RANLIB" >&6; } 3440 else 3441 { $as_echo "$as_me:$LINENO: result: no" >&5 3442 $as_echo "no" >&6; } 3281 3443 fi 3282 3444 … … 3286 3448 case $cross_compiling:$ac_tool_warned in 3287 3449 yes:) 3288 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3450 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3289 3451 whose name does not start with the host triplet. If you think this 3290 3452 configuration is useful to you, please write to autoconf@gnu.org." >&5 3291 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3453 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3292 3454 whose name does not start with the host triplet. If you think this 3293 3455 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 3300 3462 fi 3301 3463 3302 { echo "$as_me:$LINENO: checking whether ln -s works" >&53303 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }3464 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 3465 $as_echo_n "checking whether ln -s works... " >&6; } 3304 3466 LN_S=$as_ln_s 3305 3467 if test "$LN_S" = "ln -s"; then 3306 { echo "$as_me:$LINENO: result: yes" >&53307 echo "${ECHO_T}yes" >&6; }3308 else 3309 { echo "$as_me:$LINENO: result: no, using $LN_S" >&53310 echo "${ECHO_T}no, using $LN_S" >&6; }3468 { $as_echo "$as_me:$LINENO: result: yes" >&5 3469 $as_echo "yes" >&6; } 3470 else 3471 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 3472 $as_echo "no, using $LN_S" >&6; } 3311 3473 fi 3312 3474 … … 3318 3480 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3319 3481 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3320 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53321 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }3482 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3483 $as_echo_n "checking how to run the C preprocessor... " >&6; } 3322 3484 # On Suns, sometimes $CPP names a directory. 3323 3485 if test -n "$CPP" && test -d "$CPP"; then … … 3326 3488 if test -z "$CPP"; then 3327 3489 if test "${ac_cv_prog_CPP+set}" = set; then 3328 echo $ECHO_N "(cached) $ECHO_C" >&63490 $as_echo_n "(cached) " >&6 3329 3491 else 3330 3492 # Double quotes because CPP needs to be expanded … … 3358 3520 *) ac_try_echo=$ac_try;; 3359 3521 esac 3360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3523 $as_echo "$ac_try_echo") >&5 3361 3524 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3362 3525 ac_status=$? … … 3364 3527 rm -f conftest.er1 3365 3528 cat conftest.err >&5 3366 echo "$as_me:$LINENO: \$? = $ac_status" >&53529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3367 3530 (exit $ac_status); } >/dev/null && { 3368 3531 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3371 3534 : 3372 3535 else 3373 echo "$as_me: failed program was:" >&53536 $as_echo "$as_me: failed program was:" >&5 3374 3537 sed 's/^/| /' conftest.$ac_ext >&5 3375 3538 … … 3395 3558 *) ac_try_echo=$ac_try;; 3396 3559 esac 3397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3561 $as_echo "$ac_try_echo") >&5 3398 3562 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3399 3563 ac_status=$? … … 3401 3565 rm -f conftest.er1 3402 3566 cat conftest.err >&5 3403 echo "$as_me:$LINENO: \$? = $ac_status" >&53567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3404 3568 (exit $ac_status); } >/dev/null && { 3405 3569 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3409 3573 continue 3410 3574 else 3411 echo "$as_me: failed program was:" >&53575 $as_echo "$as_me: failed program was:" >&5 3412 3576 sed 's/^/| /' conftest.$ac_ext >&5 3413 3577 … … 3434 3598 ac_cv_prog_CPP=$CPP 3435 3599 fi 3436 { echo "$as_me:$LINENO: result: $CPP" >&53437 echo "${ECHO_T}$CPP" >&6; }3600 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 3601 $as_echo "$CPP" >&6; } 3438 3602 ac_preproc_ok=false 3439 3603 for ac_c_preproc_warn_flag in '' yes … … 3463 3627 *) ac_try_echo=$ac_try;; 3464 3628 esac 3465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3630 $as_echo "$ac_try_echo") >&5 3466 3631 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3467 3632 ac_status=$? … … 3469 3634 rm -f conftest.er1 3470 3635 cat conftest.err >&5 3471 echo "$as_me:$LINENO: \$? = $ac_status" >&53636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3472 3637 (exit $ac_status); } >/dev/null && { 3473 3638 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3476 3641 : 3477 3642 else 3478 echo "$as_me: failed program was:" >&53643 $as_echo "$as_me: failed program was:" >&5 3479 3644 sed 's/^/| /' conftest.$ac_ext >&5 3480 3645 … … 3500 3665 *) ac_try_echo=$ac_try;; 3501 3666 esac 3502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3668 $as_echo "$ac_try_echo") >&5 3503 3669 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3504 3670 ac_status=$? … … 3506 3672 rm -f conftest.er1 3507 3673 cat conftest.err >&5 3508 echo "$as_me:$LINENO: \$? = $ac_status" >&53674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3509 3675 (exit $ac_status); } >/dev/null && { 3510 3676 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3514 3680 continue 3515 3681 else 3516 echo "$as_me: failed program was:" >&53682 $as_echo "$as_me: failed program was:" >&5 3517 3683 sed 's/^/| /' conftest.$ac_ext >&5 3518 3684 … … 3530 3696 : 3531 3697 else 3532 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check3698 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3533 3699 See \`config.log' for more details." >&5 3534 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3700 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3535 3701 See \`config.log' for more details." >&2;} 3536 3702 { (exit 1); exit 1; }; } … … 3544 3710 3545 3711 3546 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53547 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }3712 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3713 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3548 3714 if test "${ac_cv_path_GREP+set}" = set; then 3549 echo $ECHO_N "(cached) $ECHO_C" >&6 3550 else 3551 # Extract the first word of "grep ggrep" to use in msg output 3552 if test -z "$GREP"; then 3553 set dummy grep ggrep; ac_prog_name=$2 3554 if test "${ac_cv_path_GREP+set}" = set; then 3555 echo $ECHO_N "(cached) $ECHO_C" >&6 3556 else 3715 $as_echo_n "(cached) " >&6 3716 else 3717 if test -z "$GREP"; then 3557 3718 ac_path_GREP_found=false 3558 # Loop through the user's path and test for each of PROGNAME-LIST3559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3719 # Loop through the user's path and test for each of PROGNAME-LIST 3720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3560 3721 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3561 3722 do … … 3563 3724 test -z "$as_dir" && as_dir=. 3564 3725 for ac_prog in grep ggrep; do 3565 for ac_exec_ext in '' $ac_executable_extensions; do3566 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3567 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3568 3726 for ac_exec_ext in '' $ac_executable_extensions; do 3727 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3728 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3729 # Check for GNU ac_path_GREP and select it if it is found. 3569 3730 # Check for GNU $ac_path_GREP 3570 3731 case `"$ac_path_GREP" --version 2>&1` in … … 3573 3734 *) 3574 3735 ac_count=0 3575 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3736 $as_echo_n 0123456789 >"conftest.in" 3576 3737 while : 3577 3738 do … … 3579 3740 mv "conftest.tmp" "conftest.in" 3580 3741 cp "conftest.in" "conftest.nl" 3581 echo 'GREP' >> "conftest.nl"3742 $as_echo 'GREP' >> "conftest.nl" 3582 3743 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3583 3744 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3594 3755 esac 3595 3756 3596 3597 $ac_path_GREP_found && break 33757 $ac_path_GREP_found && break 3 3758 done 3598 3759 done 3599 3760 done 3600 3601 done3602 3761 IFS=$as_save_IFS 3603 3604 3605 fi 3606 3607 GREP="$ac_cv_path_GREP" 3608 if test -z "$GREP"; then 3609 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3610 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3762 if test -z "$ac_cv_path_GREP"; then 3763 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3764 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3611 3765 { (exit 1); exit 1; }; } 3612 fi 3613 3766 fi 3614 3767 else 3615 3768 ac_cv_path_GREP=$GREP 3616 3769 fi 3617 3770 3618 3619 fi 3620 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3621 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3771 fi 3772 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3773 $as_echo "$ac_cv_path_GREP" >&6; } 3622 3774 GREP="$ac_cv_path_GREP" 3623 3775 3624 3776 3625 { echo "$as_me:$LINENO: checking for egrep" >&53626 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }3777 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 3778 $as_echo_n "checking for egrep... " >&6; } 3627 3779 if test "${ac_cv_path_EGREP+set}" = set; then 3628 echo $ECHO_N "(cached) $ECHO_C" >&63780 $as_echo_n "(cached) " >&6 3629 3781 else 3630 3782 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3631 3783 then ac_cv_path_EGREP="$GREP -E" 3632 3784 else 3633 # Extract the first word of "egrep" to use in msg output 3634 if test -z "$EGREP"; then 3635 set dummy egrep; ac_prog_name=$2 3636 if test "${ac_cv_path_EGREP+set}" = set; then 3637 echo $ECHO_N "(cached) $ECHO_C" >&6 3638 else 3785 if test -z "$EGREP"; then 3639 3786 ac_path_EGREP_found=false 3640 # Loop through the user's path and test for each of PROGNAME-LIST3641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3787 # Loop through the user's path and test for each of PROGNAME-LIST 3788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3642 3789 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3643 3790 do … … 3645 3792 test -z "$as_dir" && as_dir=. 3646 3793 for ac_prog in egrep; do 3647 for ac_exec_ext in '' $ac_executable_extensions; do3648 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3649 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3650 3794 for ac_exec_ext in '' $ac_executable_extensions; do 3795 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3796 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3797 # Check for GNU ac_path_EGREP and select it if it is found. 3651 3798 # Check for GNU $ac_path_EGREP 3652 3799 case `"$ac_path_EGREP" --version 2>&1` in … … 3655 3802 *) 3656 3803 ac_count=0 3657 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3804 $as_echo_n 0123456789 >"conftest.in" 3658 3805 while : 3659 3806 do … … 3661 3808 mv "conftest.tmp" "conftest.in" 3662 3809 cp "conftest.in" "conftest.nl" 3663 echo 'EGREP' >> "conftest.nl"3810 $as_echo 'EGREP' >> "conftest.nl" 3664 3811 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3665 3812 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3676 3823 esac 3677 3824 3678 3679 $ac_path_EGREP_found && break 33825 $ac_path_EGREP_found && break 3 3826 done 3680 3827 done 3681 3828 done 3682 3683 done3684 3829 IFS=$as_save_IFS 3685 3686 3687 fi 3688 3689 EGREP="$ac_cv_path_EGREP" 3690 if test -z "$EGREP"; then 3691 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3692 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3830 if test -z "$ac_cv_path_EGREP"; then 3831 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3832 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3693 3833 { (exit 1); exit 1; }; } 3694 fi 3695 3834 fi 3696 3835 else 3697 3836 ac_cv_path_EGREP=$EGREP 3698 3837 fi 3699 3838 3700 3701 3839 fi 3702 3840 fi 3703 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&53704 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }3841 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3842 $as_echo "$ac_cv_path_EGREP" >&6; } 3705 3843 EGREP="$ac_cv_path_EGREP" 3706 3844 3707 3845 3708 { echo "$as_me:$LINENO: checking for ANSI C header files" >&53709 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }3846 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3847 $as_echo_n "checking for ANSI C header files... " >&6; } 3710 3848 if test "${ac_cv_header_stdc+set}" = set; then 3711 echo $ECHO_N "(cached) $ECHO_C" >&63849 $as_echo_n "(cached) " >&6 3712 3850 else 3713 3851 cat >conftest.$ac_ext <<_ACEOF … … 3736 3874 *) ac_try_echo=$ac_try;; 3737 3875 esac 3738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3877 $as_echo "$ac_try_echo") >&5 3739 3878 (eval "$ac_compile") 2>conftest.er1 3740 3879 ac_status=$? … … 3742 3881 rm -f conftest.er1 3743 3882 cat conftest.err >&5 3744 echo "$as_me:$LINENO: \$? = $ac_status" >&53883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3745 3884 (exit $ac_status); } && { 3746 3885 test -z "$ac_c_werror_flag" || … … 3749 3888 ac_cv_header_stdc=yes 3750 3889 else 3751 echo "$as_me: failed program was:" >&53890 $as_echo "$as_me: failed program was:" >&5 3752 3891 sed 's/^/| /' conftest.$ac_ext >&5 3753 3892 … … 3841 3980 *) ac_try_echo=$ac_try;; 3842 3981 esac 3843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3983 $as_echo "$ac_try_echo") >&5 3844 3984 (eval "$ac_link") 2>&5 3845 3985 ac_status=$? 3846 echo "$as_me:$LINENO: \$? = $ac_status" >&53986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3847 3987 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3848 3988 { (case "(($ac_try" in … … 3850 3990 *) ac_try_echo=$ac_try;; 3851 3991 esac 3852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3993 $as_echo "$ac_try_echo") >&5 3853 3994 (eval "$ac_try") 2>&5 3854 3995 ac_status=$? 3855 echo "$as_me:$LINENO: \$? = $ac_status" >&53996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3856 3997 (exit $ac_status); }; }; then 3857 3998 : 3858 3999 else 3859 echo "$as_me: program exited with status $ac_status" >&53860 echo "$as_me: failed program was:" >&54000 $as_echo "$as_me: program exited with status $ac_status" >&5 4001 $as_echo "$as_me: failed program was:" >&5 3861 4002 sed 's/^/| /' conftest.$ac_ext >&5 3862 4003 … … 3864 4005 ac_cv_header_stdc=no 3865 4006 fi 4007 rm -rf conftest.dSYM 3866 4008 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3867 4009 fi … … 3870 4012 fi 3871 4013 fi 3872 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&53873 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }4014 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4015 $as_echo "$ac_cv_header_stdc" >&6; } 3874 4016 if test $ac_cv_header_stdc = yes; then 3875 4017 … … 3880 4022 fi 3881 4023 3882 { echo "$as_me:$LINENO: checking for atol" >&53883 echo $ECHO_N "checking for atol... $ECHO_C" >&6; }4024 { $as_echo "$as_me:$LINENO: checking for atol" >&5 4025 $as_echo_n "checking for atol... " >&6; } 3884 4026 if test "${ac_cv_func_atol+set}" = set; then 3885 echo $ECHO_N "(cached) $ECHO_C" >&64027 $as_echo_n "(cached) " >&6 3886 4028 else 3887 4029 cat >conftest.$ac_ext <<_ACEOF … … 3936 4078 *) ac_try_echo=$ac_try;; 3937 4079 esac 3938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4081 $as_echo "$ac_try_echo") >&5 3939 4082 (eval "$ac_link") 2>conftest.er1 3940 4083 ac_status=$? … … 3942 4085 rm -f conftest.er1 3943 4086 cat conftest.err >&5 3944 echo "$as_me:$LINENO: \$? = $ac_status" >&54087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3945 4088 (exit $ac_status); } && { 3946 4089 test -z "$ac_c_werror_flag" || 3947 4090 test ! -s conftest.err 3948 } && test -s conftest$ac_exeext && 3949 $as_test_x conftest$ac_exeext; then 4091 } && test -s conftest$ac_exeext && { 4092 test "$cross_compiling" = yes || 4093 $as_test_x conftest$ac_exeext 4094 }; then 3950 4095 ac_cv_func_atol=yes 3951 4096 else 3952 echo "$as_me: failed program was:" >&54097 $as_echo "$as_me: failed program was:" >&5 3953 4098 sed 's/^/| /' conftest.$ac_ext >&5 3954 4099 … … 3956 4101 fi 3957 4102 4103 rm -rf conftest.dSYM 3958 4104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3959 4105 conftest$ac_exeext conftest.$ac_ext 3960 4106 fi 3961 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&53962 echo "${ECHO_T}$ac_cv_func_atol" >&6; }4107 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5 4108 $as_echo "$ac_cv_func_atol" >&6; } 3963 4109 if test $ac_cv_func_atol = yes; then 3964 4110 : 3965 4111 else 3966 { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&53967 echo "$as_me: error: oops! no atol ?!?" >&2;}4112 { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5 4113 $as_echo "$as_me: error: oops! no atol ?!?" >&2;} 3968 4114 { (exit 1); exit 1; }; } 3969 4115 fi … … 3984 4130 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3985 4131 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3986 { echo "$as_me:$LINENO: checking for $ac_word" >&53987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }4132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4133 $as_echo_n "checking for $ac_word... " >&6; } 3988 4134 if test "${ac_cv_prog_CXX+set}" = set; then 3989 echo $ECHO_N "(cached) $ECHO_C" >&64135 $as_echo_n "(cached) " >&6 3990 4136 else 3991 4137 if test -n "$CXX"; then … … 4000 4146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4001 4147 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 4002 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54148 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4003 4149 break 2 4004 4150 fi … … 4011 4157 CXX=$ac_cv_prog_CXX 4012 4158 if test -n "$CXX"; then 4013 { echo "$as_me:$LINENO: result: $CXX" >&54014 echo "${ECHO_T}$CXX" >&6; }4015 else 4016 { echo "$as_me:$LINENO: result: no" >&54017 echo "${ECHO_T}no" >&6; }4159 { $as_echo "$as_me:$LINENO: result: $CXX" >&5 4160 $as_echo "$CXX" >&6; } 4161 else 4162 { $as_echo "$as_me:$LINENO: result: no" >&5 4163 $as_echo "no" >&6; } 4018 4164 fi 4019 4165 … … 4028 4174 # Extract the first word of "$ac_prog", so it can be a program name with args. 4029 4175 set dummy $ac_prog; ac_word=$2 4030 { echo "$as_me:$LINENO: checking for $ac_word" >&54031 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }4176 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4177 $as_echo_n "checking for $ac_word... " >&6; } 4032 4178 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 4033 echo $ECHO_N "(cached) $ECHO_C" >&64179 $as_echo_n "(cached) " >&6 4034 4180 else 4035 4181 if test -n "$ac_ct_CXX"; then … … 4044 4190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4045 4191 ac_cv_prog_ac_ct_CXX="$ac_prog" 4046 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54192 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4047 4193 break 2 4048 4194 fi … … 4055 4201 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 4056 4202 if test -n "$ac_ct_CXX"; then 4057 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&54058 echo "${ECHO_T}$ac_ct_CXX" >&6; }4059 else 4060 { echo "$as_me:$LINENO: result: no" >&54061 echo "${ECHO_T}no" >&6; }4203 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 4204 $as_echo "$ac_ct_CXX" >&6; } 4205 else 4206 { $as_echo "$as_me:$LINENO: result: no" >&5 4207 $as_echo "no" >&6; } 4062 4208 fi 4063 4209 … … 4071 4217 case $cross_compiling:$ac_tool_warned in 4072 4218 yes:) 4073 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools4219 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4074 4220 whose name does not start with the host triplet. If you think this 4075 4221 configuration is useful to you, please write to autoconf@gnu.org." >&5 4076 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools4222 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4077 4223 whose name does not start with the host triplet. If you think this 4078 4224 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 4086 4232 fi 4087 4233 # Provide some information about the compiler. 4088 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 4089 ac_compiler=`set X $ac_compile; echo $2` 4234 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 4235 set X $ac_compile 4236 ac_compiler=$2 4090 4237 { (ac_try="$ac_compiler --version >&5" 4091 4238 case "(($ac_try" in … … 4093 4240 *) ac_try_echo=$ac_try;; 4094 4241 esac 4095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4243 $as_echo "$ac_try_echo") >&5 4096 4244 (eval "$ac_compiler --version >&5") 2>&5 4097 4245 ac_status=$? 4098 echo "$as_me:$LINENO: \$? = $ac_status" >&54246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4099 4247 (exit $ac_status); } 4100 4248 { (ac_try="$ac_compiler -v >&5" … … 4103 4251 *) ac_try_echo=$ac_try;; 4104 4252 esac 4105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4254 $as_echo "$ac_try_echo") >&5 4106 4255 (eval "$ac_compiler -v >&5") 2>&5 4107 4256 ac_status=$? 4108 echo "$as_me:$LINENO: \$? = $ac_status" >&54257 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4109 4258 (exit $ac_status); } 4110 4259 { (ac_try="$ac_compiler -V >&5" … … 4113 4262 *) ac_try_echo=$ac_try;; 4114 4263 esac 4115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4265 $as_echo "$ac_try_echo") >&5 4116 4266 (eval "$ac_compiler -V >&5") 2>&5 4117 4267 ac_status=$? 4118 echo "$as_me:$LINENO: \$? = $ac_status" >&54268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4119 4269 (exit $ac_status); } 4120 4270 4121 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&54122 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }4271 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 4272 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 4123 4273 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 4124 echo $ECHO_N "(cached) $ECHO_C" >&64274 $as_echo_n "(cached) " >&6 4125 4275 else 4126 4276 cat >conftest.$ac_ext <<_ACEOF … … 4148 4298 *) ac_try_echo=$ac_try;; 4149 4299 esac 4150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4301 $as_echo "$ac_try_echo") >&5 4151 4302 (eval "$ac_compile") 2>conftest.er1 4152 4303 ac_status=$? … … 4154 4305 rm -f conftest.er1 4155 4306 cat conftest.err >&5 4156 echo "$as_me:$LINENO: \$? = $ac_status" >&54307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4157 4308 (exit $ac_status); } && { 4158 4309 test -z "$ac_cxx_werror_flag" || … … 4161 4312 ac_compiler_gnu=yes 4162 4313 else 4163 echo "$as_me: failed program was:" >&54314 $as_echo "$as_me: failed program was:" >&5 4164 4315 sed 's/^/| /' conftest.$ac_ext >&5 4165 4316 … … 4171 4322 4172 4323 fi 4173 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4174 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 4175 GXX=`test $ac_compiler_gnu = yes && echo yes` 4324 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4325 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 4326 if test $ac_compiler_gnu = yes; then 4327 GXX=yes 4328 else 4329 GXX= 4330 fi 4176 4331 ac_test_CXXFLAGS=${CXXFLAGS+set} 4177 4332 ac_save_CXXFLAGS=$CXXFLAGS 4178 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&54179 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }4333 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 4334 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 4180 4335 if test "${ac_cv_prog_cxx_g+set}" = set; then 4181 echo $ECHO_N "(cached) $ECHO_C" >&64336 $as_echo_n "(cached) " >&6 4182 4337 else 4183 4338 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 4206 4361 *) ac_try_echo=$ac_try;; 4207 4362 esac 4208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4364 $as_echo "$ac_try_echo") >&5 4209 4365 (eval "$ac_compile") 2>conftest.er1 4210 4366 ac_status=$? … … 4212 4368 rm -f conftest.er1 4213 4369 cat conftest.err >&5 4214 echo "$as_me:$LINENO: \$? = $ac_status" >&54370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4215 4371 (exit $ac_status); } && { 4216 4372 test -z "$ac_cxx_werror_flag" || … … 4219 4375 ac_cv_prog_cxx_g=yes 4220 4376 else 4221 echo "$as_me: failed program was:" >&54377 $as_echo "$as_me: failed program was:" >&5 4222 4378 sed 's/^/| /' conftest.$ac_ext >&5 4223 4379 … … 4244 4400 *) ac_try_echo=$ac_try;; 4245 4401 esac 4246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4403 $as_echo "$ac_try_echo") >&5 4247 4404 (eval "$ac_compile") 2>conftest.er1 4248 4405 ac_status=$? … … 4250 4407 rm -f conftest.er1 4251 4408 cat conftest.err >&5 4252 echo "$as_me:$LINENO: \$? = $ac_status" >&54409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4253 4410 (exit $ac_status); } && { 4254 4411 test -z "$ac_cxx_werror_flag" || … … 4257 4414 : 4258 4415 else 4259 echo "$as_me: failed program was:" >&54416 $as_echo "$as_me: failed program was:" >&5 4260 4417 sed 's/^/| /' conftest.$ac_ext >&5 4261 4418 … … 4283 4440 *) ac_try_echo=$ac_try;; 4284 4441 esac 4285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4443 $as_echo "$ac_try_echo") >&5 4286 4444 (eval "$ac_compile") 2>conftest.er1 4287 4445 ac_status=$? … … 4289 4447 rm -f conftest.er1 4290 4448 cat conftest.err >&5 4291 echo "$as_me:$LINENO: \$? = $ac_status" >&54449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4292 4450 (exit $ac_status); } && { 4293 4451 test -z "$ac_cxx_werror_flag" || … … 4296 4454 ac_cv_prog_cxx_g=yes 4297 4455 else 4298 echo "$as_me: failed program was:" >&54456 $as_echo "$as_me: failed program was:" >&5 4299 4457 sed 's/^/| /' conftest.$ac_ext >&5 4300 4458 … … 4311 4469 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4312 4470 fi 4313 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&54314 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }4471 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 4472 $as_echo "$ac_cv_prog_cxx_g" >&6; } 4315 4473 if test "$ac_test_CXXFLAGS" = set; then 4316 4474 CXXFLAGS=$ac_save_CXXFLAGS … … 4343 4501 4344 4502 4345 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&54346 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }4503 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 4504 $as_echo_n "checking for main in -lstdc++... " >&6; } 4347 4505 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 4348 echo $ECHO_N "(cached) $ECHO_C" >&64506 $as_echo_n "(cached) " >&6 4349 4507 else 4350 4508 ac_check_lib_save_LIBS=$LIBS … … 4372 4530 *) ac_try_echo=$ac_try;; 4373 4531 esac 4374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4533 $as_echo "$ac_try_echo") >&5 4375 4534 (eval "$ac_link") 2>conftest.er1 4376 4535 ac_status=$? … … 4378 4537 rm -f conftest.er1 4379 4538 cat conftest.err >&5 4380 echo "$as_me:$LINENO: \$? = $ac_status" >&54539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4381 4540 (exit $ac_status); } && { 4382 4541 test -z "$ac_cxx_werror_flag" || 4383 4542 test ! -s conftest.err 4384 } && test -s conftest$ac_exeext && 4385 $as_test_x conftest$ac_exeext; then 4543 } && test -s conftest$ac_exeext && { 4544 test "$cross_compiling" = yes || 4545 $as_test_x conftest$ac_exeext 4546 }; then 4386 4547 ac_cv_lib_stdcpp_main=yes 4387 4548 else 4388 echo "$as_me: failed program was:" >&54549 $as_echo "$as_me: failed program was:" >&5 4389 4550 sed 's/^/| /' conftest.$ac_ext >&5 4390 4551 … … 4392 4553 fi 4393 4554 4555 rm -rf conftest.dSYM 4394 4556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4395 4557 conftest$ac_exeext conftest.$ac_ext 4396 4558 LIBS=$ac_check_lib_save_LIBS 4397 4559 fi 4398 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&54399 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }4560 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 4561 $as_echo "$ac_cv_lib_stdcpp_main" >&6; } 4400 4562 if test $ac_cv_lib_stdcpp_main = yes; then 4401 4563 cat >>confdefs.h <<_ACEOF … … 4406 4568 4407 4569 else 4408 { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&54409 echo "$as_me: error: librappture requires libstdc++" >&2;}4570 { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 4571 $as_echo "$as_me: error: librappture requires libstdc++" >&2;} 4410 4572 { (exit 1); exit 1; }; } 4411 4573 fi … … 4424 4586 inttypes.h stdint.h unistd.h 4425 4587 do 4426 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`4427 { echo "$as_me:$LINENO: checking for $ac_header" >&54428 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }4588 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4589 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4590 $as_echo_n "checking for $ac_header... " >&6; } 4429 4591 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4430 echo $ECHO_N "(cached) $ECHO_C" >&64592 $as_echo_n "(cached) " >&6 4431 4593 else 4432 4594 cat >conftest.$ac_ext <<_ACEOF … … 4446 4608 *) ac_try_echo=$ac_try;; 4447 4609 esac 4448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4611 $as_echo "$ac_try_echo") >&5 4449 4612 (eval "$ac_compile") 2>conftest.er1 4450 4613 ac_status=$? … … 4452 4615 rm -f conftest.er1 4453 4616 cat conftest.err >&5 4454 echo "$as_me:$LINENO: \$? = $ac_status" >&54617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4455 4618 (exit $ac_status); } && { 4456 4619 test -z "$ac_cxx_werror_flag" || … … 4459 4622 eval "$as_ac_Header=yes" 4460 4623 else 4461 echo "$as_me: failed program was:" >&54624 $as_echo "$as_me: failed program was:" >&5 4462 4625 sed 's/^/| /' conftest.$ac_ext >&5 4463 4626 … … 4467 4630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4468 4631 fi 4469 ac_res=`eval echo '${'$as_ac_Header'}'` 4470 { echo "$as_me:$LINENO: result: $ac_res" >&5 4471 echo "${ECHO_T}$ac_res" >&6; } 4472 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4632 ac_res=`eval 'as_val=${'$as_ac_Header'} 4633 $as_echo "$as_val"'` 4634 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4635 $as_echo "$ac_res" >&6; } 4636 if test `eval 'as_val=${'$as_ac_Header'} 4637 $as_echo "$as_val"'` = yes; then 4473 4638 cat >>confdefs.h <<_ACEOF 4474 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14639 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4475 4640 _ACEOF 4476 4641 … … 4485 4650 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4486 4651 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4487 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&54488 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }4652 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4653 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 4489 4654 if test -z "$CXXCPP"; then 4490 4655 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4491 echo $ECHO_N "(cached) $ECHO_C" >&64656 $as_echo_n "(cached) " >&6 4492 4657 else 4493 4658 # Double quotes because CXXCPP needs to be expanded … … 4521 4686 *) ac_try_echo=$ac_try;; 4522 4687 esac 4523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4689 $as_echo "$ac_try_echo") >&5 4524 4690 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4525 4691 ac_status=$? … … 4527 4693 rm -f conftest.er1 4528 4694 cat conftest.err >&5 4529 echo "$as_me:$LINENO: \$? = $ac_status" >&54695 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4530 4696 (exit $ac_status); } >/dev/null && { 4531 4697 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4534 4700 : 4535 4701 else 4536 echo "$as_me: failed program was:" >&54702 $as_echo "$as_me: failed program was:" >&5 4537 4703 sed 's/^/| /' conftest.$ac_ext >&5 4538 4704 … … 4558 4724 *) ac_try_echo=$ac_try;; 4559 4725 esac 4560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4727 $as_echo "$ac_try_echo") >&5 4561 4728 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4562 4729 ac_status=$? … … 4564 4731 rm -f conftest.er1 4565 4732 cat conftest.err >&5 4566 echo "$as_me:$LINENO: \$? = $ac_status" >&54733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4567 4734 (exit $ac_status); } >/dev/null && { 4568 4735 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4572 4739 continue 4573 4740 else 4574 echo "$as_me: failed program was:" >&54741 $as_echo "$as_me: failed program was:" >&5 4575 4742 sed 's/^/| /' conftest.$ac_ext >&5 4576 4743 … … 4597 4764 ac_cv_prog_CXXCPP=$CXXCPP 4598 4765 fi 4599 { echo "$as_me:$LINENO: result: $CXXCPP" >&54600 echo "${ECHO_T}$CXXCPP" >&6; }4766 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 4767 $as_echo "$CXXCPP" >&6; } 4601 4768 ac_preproc_ok=false 4602 4769 for ac_cxx_preproc_warn_flag in '' yes … … 4626 4793 *) ac_try_echo=$ac_try;; 4627 4794 esac 4628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4796 $as_echo "$ac_try_echo") >&5 4629 4797 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4630 4798 ac_status=$? … … 4632 4800 rm -f conftest.er1 4633 4801 cat conftest.err >&5 4634 echo "$as_me:$LINENO: \$? = $ac_status" >&54802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4635 4803 (exit $ac_status); } >/dev/null && { 4636 4804 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4639 4807 : 4640 4808 else 4641 echo "$as_me: failed program was:" >&54809 $as_echo "$as_me: failed program was:" >&5 4642 4810 sed 's/^/| /' conftest.$ac_ext >&5 4643 4811 … … 4663 4831 *) ac_try_echo=$ac_try;; 4664 4832 esac 4665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4834 $as_echo "$ac_try_echo") >&5 4666 4835 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4667 4836 ac_status=$? … … 4669 4838 rm -f conftest.er1 4670 4839 cat conftest.err >&5 4671 echo "$as_me:$LINENO: \$? = $ac_status" >&54840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4672 4841 (exit $ac_status); } >/dev/null && { 4673 4842 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4677 4846 continue 4678 4847 else 4679 echo "$as_me: failed program was:" >&54848 $as_echo "$as_me: failed program was:" >&5 4680 4849 sed 's/^/| /' conftest.$ac_ext >&5 4681 4850 … … 4693 4862 : 4694 4863 else 4695 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check4864 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4696 4865 See \`config.log' for more details." >&5 4697 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check4866 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4698 4867 See \`config.log' for more details." >&2;} 4699 4868 { (exit 1); exit 1; }; } … … 4710 4879 for ac_header in stack 4711 4880 do 4712 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`4881 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4713 4882 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4714 { echo "$as_me:$LINENO: checking for $ac_header" >&54715 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }4883 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4884 $as_echo_n "checking for $ac_header... " >&6; } 4716 4885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4717 echo $ECHO_N "(cached) $ECHO_C" >&6 4718 fi 4719 ac_res=`eval echo '${'$as_ac_Header'}'` 4720 { echo "$as_me:$LINENO: result: $ac_res" >&5 4721 echo "${ECHO_T}$ac_res" >&6; } 4886 $as_echo_n "(cached) " >&6 4887 fi 4888 ac_res=`eval 'as_val=${'$as_ac_Header'} 4889 $as_echo "$as_val"'` 4890 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4891 $as_echo "$ac_res" >&6; } 4722 4892 else 4723 4893 # Is the header compilable? 4724 { echo "$as_me:$LINENO: checking $ac_header usability" >&54725 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }4894 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 4895 $as_echo_n "checking $ac_header usability... " >&6; } 4726 4896 cat >conftest.$ac_ext <<_ACEOF 4727 4897 /* confdefs.h. */ … … 4739 4909 *) ac_try_echo=$ac_try;; 4740 4910 esac 4741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4912 $as_echo "$ac_try_echo") >&5 4742 4913 (eval "$ac_compile") 2>conftest.er1 4743 4914 ac_status=$? … … 4745 4916 rm -f conftest.er1 4746 4917 cat conftest.err >&5 4747 echo "$as_me:$LINENO: \$? = $ac_status" >&54918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4748 4919 (exit $ac_status); } && { 4749 4920 test -z "$ac_cxx_werror_flag" || … … 4752 4923 ac_header_compiler=yes 4753 4924 else 4754 echo "$as_me: failed program was:" >&54925 $as_echo "$as_me: failed program was:" >&5 4755 4926 sed 's/^/| /' conftest.$ac_ext >&5 4756 4927 … … 4759 4930 4760 4931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4761 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&54762 echo "${ECHO_T}$ac_header_compiler" >&6; }4932 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4933 $as_echo "$ac_header_compiler" >&6; } 4763 4934 4764 4935 # Is the header present? 4765 { echo "$as_me:$LINENO: checking $ac_header presence" >&54766 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }4936 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 4937 $as_echo_n "checking $ac_header presence... " >&6; } 4767 4938 cat >conftest.$ac_ext <<_ACEOF 4768 4939 /* confdefs.h. */ … … 4778 4949 *) ac_try_echo=$ac_try;; 4779 4950 esac 4780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4952 $as_echo "$ac_try_echo") >&5 4781 4953 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4782 4954 ac_status=$? … … 4784 4956 rm -f conftest.er1 4785 4957 cat conftest.err >&5 4786 echo "$as_me:$LINENO: \$? = $ac_status" >&54958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4787 4959 (exit $ac_status); } >/dev/null && { 4788 4960 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4791 4963 ac_header_preproc=yes 4792 4964 else 4793 echo "$as_me: failed program was:" >&54965 $as_echo "$as_me: failed program was:" >&5 4794 4966 sed 's/^/| /' conftest.$ac_ext >&5 4795 4967 … … 4798 4970 4799 4971 rm -f conftest.err conftest.$ac_ext 4800 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&54801 echo "${ECHO_T}$ac_header_preproc" >&6; }4972 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4973 $as_echo "$ac_header_preproc" >&6; } 4802 4974 4803 4975 # So? What about this header? 4804 4976 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 4805 4977 yes:no: ) 4806 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&54807 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}4808 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&54809 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}4978 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4979 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4980 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4981 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4810 4982 ac_header_preproc=yes 4811 4983 ;; 4812 4984 no:yes:* ) 4813 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&54814 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}4815 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&54816 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}4817 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&54818 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}4819 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&54820 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}4821 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&54822 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}4823 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&54824 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}4985 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4986 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4987 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4988 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4989 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4990 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4991 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4992 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4993 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4994 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4995 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4996 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4825 4997 ( cat <<\_ASBOX 4826 4998 ## ----------------------------------- ## … … 4831 5003 ;; 4832 5004 esac 4833 { echo "$as_me:$LINENO: checking for $ac_header" >&54834 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5005 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5006 $as_echo_n "checking for $ac_header... " >&6; } 4835 5007 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4836 echo $ECHO_N "(cached) $ECHO_C" >&65008 $as_echo_n "(cached) " >&6 4837 5009 else 4838 5010 eval "$as_ac_Header=\$ac_header_preproc" 4839 5011 fi 4840 ac_res=`eval echo '${'$as_ac_Header'}'` 4841 { echo "$as_me:$LINENO: result: $ac_res" >&5 4842 echo "${ECHO_T}$ac_res" >&6; } 4843 4844 fi 4845 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5012 ac_res=`eval 'as_val=${'$as_ac_Header'} 5013 $as_echo "$as_val"'` 5014 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5015 $as_echo "$ac_res" >&6; } 5016 5017 fi 5018 if test `eval 'as_val=${'$as_ac_Header'} 5019 $as_echo "$as_val"'` = yes; then 4846 5020 cat >>confdefs.h <<_ACEOF 4847 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14848 _ACEOF 4849 4850 else 4851 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&54852 echo "$as_me: WARNING: STL classes missing ?" >&2;}5021 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5022 _ACEOF 5023 5024 else 5025 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5026 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 4853 5027 fi 4854 5028 … … 4858 5032 for ac_header in string 4859 5033 do 4860 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5034 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4861 5035 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4862 { echo "$as_me:$LINENO: checking for $ac_header" >&54863 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5036 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5037 $as_echo_n "checking for $ac_header... " >&6; } 4864 5038 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4865 echo $ECHO_N "(cached) $ECHO_C" >&6 4866 fi 4867 ac_res=`eval echo '${'$as_ac_Header'}'` 4868 { echo "$as_me:$LINENO: result: $ac_res" >&5 4869 echo "${ECHO_T}$ac_res" >&6; } 5039 $as_echo_n "(cached) " >&6 5040 fi 5041 ac_res=`eval 'as_val=${'$as_ac_Header'} 5042 $as_echo "$as_val"'` 5043 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5044 $as_echo "$ac_res" >&6; } 4870 5045 else 4871 5046 # Is the header compilable? 4872 { echo "$as_me:$LINENO: checking $ac_header usability" >&54873 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5047 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5048 $as_echo_n "checking $ac_header usability... " >&6; } 4874 5049 cat >conftest.$ac_ext <<_ACEOF 4875 5050 /* confdefs.h. */ … … 4887 5062 *) ac_try_echo=$ac_try;; 4888 5063 esac 4889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5065 $as_echo "$ac_try_echo") >&5 4890 5066 (eval "$ac_compile") 2>conftest.er1 4891 5067 ac_status=$? … … 4893 5069 rm -f conftest.er1 4894 5070 cat conftest.err >&5 4895 echo "$as_me:$LINENO: \$? = $ac_status" >&55071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4896 5072 (exit $ac_status); } && { 4897 5073 test -z "$ac_cxx_werror_flag" || … … 4900 5076 ac_header_compiler=yes 4901 5077 else 4902 echo "$as_me: failed program was:" >&55078 $as_echo "$as_me: failed program was:" >&5 4903 5079 sed 's/^/| /' conftest.$ac_ext >&5 4904 5080 … … 4907 5083 4908 5084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4909 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&54910 echo "${ECHO_T}$ac_header_compiler" >&6; }5085 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5086 $as_echo "$ac_header_compiler" >&6; } 4911 5087 4912 5088 # Is the header present? 4913 { echo "$as_me:$LINENO: checking $ac_header presence" >&54914 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5089 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5090 $as_echo_n "checking $ac_header presence... " >&6; } 4915 5091 cat >conftest.$ac_ext <<_ACEOF 4916 5092 /* confdefs.h. */ … … 4926 5102 *) ac_try_echo=$ac_try;; 4927 5103 esac 4928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5105 $as_echo "$ac_try_echo") >&5 4929 5106 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4930 5107 ac_status=$? … … 4932 5109 rm -f conftest.er1 4933 5110 cat conftest.err >&5 4934 echo "$as_me:$LINENO: \$? = $ac_status" >&55111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4935 5112 (exit $ac_status); } >/dev/null && { 4936 5113 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4939 5116 ac_header_preproc=yes 4940 5117 else 4941 echo "$as_me: failed program was:" >&55118 $as_echo "$as_me: failed program was:" >&5 4942 5119 sed 's/^/| /' conftest.$ac_ext >&5 4943 5120 … … 4946 5123 4947 5124 rm -f conftest.err conftest.$ac_ext 4948 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&54949 echo "${ECHO_T}$ac_header_preproc" >&6; }5125 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5126 $as_echo "$ac_header_preproc" >&6; } 4950 5127 4951 5128 # So? What about this header? 4952 5129 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 4953 5130 yes:no: ) 4954 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&54955 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}4956 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&54957 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5131 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5132 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5133 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5134 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4958 5135 ac_header_preproc=yes 4959 5136 ;; 4960 5137 no:yes:* ) 4961 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&54962 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}4963 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&54964 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}4965 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&54966 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}4967 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&54968 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}4969 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&54970 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}4971 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&54972 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5139 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5141 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5143 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5145 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5146 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5147 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5148 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5149 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4973 5150 ( cat <<\_ASBOX 4974 5151 ## ----------------------------------- ## … … 4979 5156 ;; 4980 5157 esac 4981 { echo "$as_me:$LINENO: checking for $ac_header" >&54982 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5158 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5159 $as_echo_n "checking for $ac_header... " >&6; } 4983 5160 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4984 echo $ECHO_N "(cached) $ECHO_C" >&65161 $as_echo_n "(cached) " >&6 4985 5162 else 4986 5163 eval "$as_ac_Header=\$ac_header_preproc" 4987 5164 fi 4988 ac_res=`eval echo '${'$as_ac_Header'}'` 4989 { echo "$as_me:$LINENO: result: $ac_res" >&5 4990 echo "${ECHO_T}$ac_res" >&6; } 4991 4992 fi 4993 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5165 ac_res=`eval 'as_val=${'$as_ac_Header'} 5166 $as_echo "$as_val"'` 5167 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5168 $as_echo "$ac_res" >&6; } 5169 5170 fi 5171 if test `eval 'as_val=${'$as_ac_Header'} 5172 $as_echo "$as_val"'` = yes; then 4994 5173 cat >>confdefs.h <<_ACEOF 4995 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14996 _ACEOF 4997 4998 else 4999 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55000 echo "$as_me: WARNING: STL classes missing ?" >&2;}5174 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5175 _ACEOF 5176 5177 else 5178 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5179 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5001 5180 fi 5002 5181 … … 5006 5185 for ac_header in list 5007 5186 do 5008 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5187 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5009 5188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5010 { echo "$as_me:$LINENO: checking for $ac_header" >&55011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5189 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5190 $as_echo_n "checking for $ac_header... " >&6; } 5012 5191 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5013 echo $ECHO_N "(cached) $ECHO_C" >&6 5014 fi 5015 ac_res=`eval echo '${'$as_ac_Header'}'` 5016 { echo "$as_me:$LINENO: result: $ac_res" >&5 5017 echo "${ECHO_T}$ac_res" >&6; } 5192 $as_echo_n "(cached) " >&6 5193 fi 5194 ac_res=`eval 'as_val=${'$as_ac_Header'} 5195 $as_echo "$as_val"'` 5196 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5197 $as_echo "$ac_res" >&6; } 5018 5198 else 5019 5199 # Is the header compilable? 5020 { echo "$as_me:$LINENO: checking $ac_header usability" >&55021 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5200 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5201 $as_echo_n "checking $ac_header usability... " >&6; } 5022 5202 cat >conftest.$ac_ext <<_ACEOF 5023 5203 /* confdefs.h. */ … … 5035 5215 *) ac_try_echo=$ac_try;; 5036 5216 esac 5037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5218 $as_echo "$ac_try_echo") >&5 5038 5219 (eval "$ac_compile") 2>conftest.er1 5039 5220 ac_status=$? … … 5041 5222 rm -f conftest.er1 5042 5223 cat conftest.err >&5 5043 echo "$as_me:$LINENO: \$? = $ac_status" >&55224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5044 5225 (exit $ac_status); } && { 5045 5226 test -z "$ac_cxx_werror_flag" || … … 5048 5229 ac_header_compiler=yes 5049 5230 else 5050 echo "$as_me: failed program was:" >&55231 $as_echo "$as_me: failed program was:" >&5 5051 5232 sed 's/^/| /' conftest.$ac_ext >&5 5052 5233 … … 5055 5236 5056 5237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5057 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55058 echo "${ECHO_T}$ac_header_compiler" >&6; }5238 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5239 $as_echo "$ac_header_compiler" >&6; } 5059 5240 5060 5241 # Is the header present? 5061 { echo "$as_me:$LINENO: checking $ac_header presence" >&55062 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5242 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5243 $as_echo_n "checking $ac_header presence... " >&6; } 5063 5244 cat >conftest.$ac_ext <<_ACEOF 5064 5245 /* confdefs.h. */ … … 5074 5255 *) ac_try_echo=$ac_try;; 5075 5256 esac 5076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5258 $as_echo "$ac_try_echo") >&5 5077 5259 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5078 5260 ac_status=$? … … 5080 5262 rm -f conftest.er1 5081 5263 cat conftest.err >&5 5082 echo "$as_me:$LINENO: \$? = $ac_status" >&55264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5083 5265 (exit $ac_status); } >/dev/null && { 5084 5266 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5087 5269 ac_header_preproc=yes 5088 5270 else 5089 echo "$as_me: failed program was:" >&55271 $as_echo "$as_me: failed program was:" >&5 5090 5272 sed 's/^/| /' conftest.$ac_ext >&5 5091 5273 … … 5094 5276 5095 5277 rm -f conftest.err conftest.$ac_ext 5096 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55097 echo "${ECHO_T}$ac_header_preproc" >&6; }5278 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5279 $as_echo "$ac_header_preproc" >&6; } 5098 5280 5099 5281 # So? What about this header? 5100 5282 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5101 5283 yes:no: ) 5102 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55103 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5104 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55105 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5284 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5285 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5286 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5287 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5106 5288 ac_header_preproc=yes 5107 5289 ;; 5108 5290 no:yes:* ) 5109 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55110 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5111 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55112 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5113 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55114 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5115 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55116 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5117 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55118 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5119 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55120 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5291 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5292 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5293 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5294 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5296 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5298 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5299 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5300 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5301 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5302 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5121 5303 ( cat <<\_ASBOX 5122 5304 ## ----------------------------------- ## … … 5127 5309 ;; 5128 5310 esac 5129 { echo "$as_me:$LINENO: checking for $ac_header" >&55130 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5311 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5312 $as_echo_n "checking for $ac_header... " >&6; } 5131 5313 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5132 echo $ECHO_N "(cached) $ECHO_C" >&65314 $as_echo_n "(cached) " >&6 5133 5315 else 5134 5316 eval "$as_ac_Header=\$ac_header_preproc" 5135 5317 fi 5136 ac_res=`eval echo '${'$as_ac_Header'}'` 5137 { echo "$as_me:$LINENO: result: $ac_res" >&5 5138 echo "${ECHO_T}$ac_res" >&6; } 5139 5140 fi 5141 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5318 ac_res=`eval 'as_val=${'$as_ac_Header'} 5319 $as_echo "$as_val"'` 5320 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5321 $as_echo "$ac_res" >&6; } 5322 5323 fi 5324 if test `eval 'as_val=${'$as_ac_Header'} 5325 $as_echo "$as_val"'` = yes; then 5142 5326 cat >>confdefs.h <<_ACEOF 5143 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15144 _ACEOF 5145 5146 else 5147 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55148 echo "$as_me: WARNING: STL classes missing ?" >&2;}5327 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5328 _ACEOF 5329 5330 else 5331 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5332 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5149 5333 fi 5150 5334 … … 5154 5338 for ac_header in vector 5155 5339 do 5156 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5340 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5157 5341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5158 { echo "$as_me:$LINENO: checking for $ac_header" >&55159 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5342 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5343 $as_echo_n "checking for $ac_header... " >&6; } 5160 5344 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5161 echo $ECHO_N "(cached) $ECHO_C" >&6 5162 fi 5163 ac_res=`eval echo '${'$as_ac_Header'}'` 5164 { echo "$as_me:$LINENO: result: $ac_res" >&5 5165 echo "${ECHO_T}$ac_res" >&6; } 5345 $as_echo_n "(cached) " >&6 5346 fi 5347 ac_res=`eval 'as_val=${'$as_ac_Header'} 5348 $as_echo "$as_val"'` 5349 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5350 $as_echo "$ac_res" >&6; } 5166 5351 else 5167 5352 # Is the header compilable? 5168 { echo "$as_me:$LINENO: checking $ac_header usability" >&55169 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5353 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5354 $as_echo_n "checking $ac_header usability... " >&6; } 5170 5355 cat >conftest.$ac_ext <<_ACEOF 5171 5356 /* confdefs.h. */ … … 5183 5368 *) ac_try_echo=$ac_try;; 5184 5369 esac 5185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5371 $as_echo "$ac_try_echo") >&5 5186 5372 (eval "$ac_compile") 2>conftest.er1 5187 5373 ac_status=$? … … 5189 5375 rm -f conftest.er1 5190 5376 cat conftest.err >&5 5191 echo "$as_me:$LINENO: \$? = $ac_status" >&55377 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5192 5378 (exit $ac_status); } && { 5193 5379 test -z "$ac_cxx_werror_flag" || … … 5196 5382 ac_header_compiler=yes 5197 5383 else 5198 echo "$as_me: failed program was:" >&55384 $as_echo "$as_me: failed program was:" >&5 5199 5385 sed 's/^/| /' conftest.$ac_ext >&5 5200 5386 … … 5203 5389 5204 5390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5205 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55206 echo "${ECHO_T}$ac_header_compiler" >&6; }5391 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5392 $as_echo "$ac_header_compiler" >&6; } 5207 5393 5208 5394 # Is the header present? 5209 { echo "$as_me:$LINENO: checking $ac_header presence" >&55210 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5395 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5396 $as_echo_n "checking $ac_header presence... " >&6; } 5211 5397 cat >conftest.$ac_ext <<_ACEOF 5212 5398 /* confdefs.h. */ … … 5222 5408 *) ac_try_echo=$ac_try;; 5223 5409 esac 5224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5411 $as_echo "$ac_try_echo") >&5 5225 5412 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5226 5413 ac_status=$? … … 5228 5415 rm -f conftest.er1 5229 5416 cat conftest.err >&5 5230 echo "$as_me:$LINENO: \$? = $ac_status" >&55417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5231 5418 (exit $ac_status); } >/dev/null && { 5232 5419 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5235 5422 ac_header_preproc=yes 5236 5423 else 5237 echo "$as_me: failed program was:" >&55424 $as_echo "$as_me: failed program was:" >&5 5238 5425 sed 's/^/| /' conftest.$ac_ext >&5 5239 5426 … … 5242 5429 5243 5430 rm -f conftest.err conftest.$ac_ext 5244 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55245 echo "${ECHO_T}$ac_header_preproc" >&6; }5431 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5432 $as_echo "$ac_header_preproc" >&6; } 5246 5433 5247 5434 # So? What about this header? 5248 5435 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5249 5436 yes:no: ) 5250 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55251 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5252 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55253 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5437 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5438 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5439 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5440 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5254 5441 ac_header_preproc=yes 5255 5442 ;; 5256 5443 no:yes:* ) 5257 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55258 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5259 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55260 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5261 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55262 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5263 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55264 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5265 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55266 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5267 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55268 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5444 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5445 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5446 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5447 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5448 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5449 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5450 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5451 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5452 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5453 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5454 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5455 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5269 5456 ( cat <<\_ASBOX 5270 5457 ## ----------------------------------- ## … … 5275 5462 ;; 5276 5463 esac 5277 { echo "$as_me:$LINENO: checking for $ac_header" >&55278 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5464 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5465 $as_echo_n "checking for $ac_header... " >&6; } 5279 5466 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5280 echo $ECHO_N "(cached) $ECHO_C" >&65467 $as_echo_n "(cached) " >&6 5281 5468 else 5282 5469 eval "$as_ac_Header=\$ac_header_preproc" 5283 5470 fi 5284 ac_res=`eval echo '${'$as_ac_Header'}'` 5285 { echo "$as_me:$LINENO: result: $ac_res" >&5 5286 echo "${ECHO_T}$ac_res" >&6; } 5287 5288 fi 5289 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5471 ac_res=`eval 'as_val=${'$as_ac_Header'} 5472 $as_echo "$as_val"'` 5473 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5474 $as_echo "$ac_res" >&6; } 5475 5476 fi 5477 if test `eval 'as_val=${'$as_ac_Header'} 5478 $as_echo "$as_val"'` = yes; then 5290 5479 cat >>confdefs.h <<_ACEOF 5291 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15292 _ACEOF 5293 5294 else 5295 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55296 echo "$as_me: WARNING: STL classes missing ?" >&2;}5480 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5481 _ACEOF 5482 5483 else 5484 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5485 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5297 5486 fi 5298 5487 … … 5309 5498 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5310 5499 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5311 { echo "$as_me:$LINENO: checking for $ac_word" >&55312 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5500 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5501 $as_echo_n "checking for $ac_word... " >&6; } 5313 5502 if test "${ac_cv_prog_F77+set}" = set; then 5314 echo $ECHO_N "(cached) $ECHO_C" >&65503 $as_echo_n "(cached) " >&6 5315 5504 else 5316 5505 if test -n "$F77"; then … … 5325 5514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5326 5515 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 5327 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55516 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5328 5517 break 2 5329 5518 fi … … 5336 5525 F77=$ac_cv_prog_F77 5337 5526 if test -n "$F77"; then 5338 { echo "$as_me:$LINENO: result: $F77" >&55339 echo "${ECHO_T}$F77" >&6; }5340 else 5341 { echo "$as_me:$LINENO: result: no" >&55342 echo "${ECHO_T}no" >&6; }5527 { $as_echo "$as_me:$LINENO: result: $F77" >&5 5528 $as_echo "$F77" >&6; } 5529 else 5530 { $as_echo "$as_me:$LINENO: result: no" >&5 5531 $as_echo "no" >&6; } 5343 5532 fi 5344 5533 … … 5353 5542 # Extract the first word of "$ac_prog", so it can be a program name with args. 5354 5543 set dummy $ac_prog; ac_word=$2 5355 { echo "$as_me:$LINENO: checking for $ac_word" >&55356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5544 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5545 $as_echo_n "checking for $ac_word... " >&6; } 5357 5546 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 5358 echo $ECHO_N "(cached) $ECHO_C" >&65547 $as_echo_n "(cached) " >&6 5359 5548 else 5360 5549 if test -n "$ac_ct_F77"; then … … 5369 5558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5370 5559 ac_cv_prog_ac_ct_F77="$ac_prog" 5371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55560 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5372 5561 break 2 5373 5562 fi … … 5380 5569 ac_ct_F77=$ac_cv_prog_ac_ct_F77 5381 5570 if test -n "$ac_ct_F77"; then 5382 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&55383 echo "${ECHO_T}$ac_ct_F77" >&6; }5384 else 5385 { echo "$as_me:$LINENO: result: no" >&55386 echo "${ECHO_T}no" >&6; }5571 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 5572 $as_echo "$ac_ct_F77" >&6; } 5573 else 5574 { $as_echo "$as_me:$LINENO: result: no" >&5 5575 $as_echo "no" >&6; } 5387 5576 fi 5388 5577 … … 5396 5585 case $cross_compiling:$ac_tool_warned in 5397 5586 yes:) 5398 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools5587 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5399 5588 whose name does not start with the host triplet. If you think this 5400 5589 configuration is useful to you, please write to autoconf@gnu.org." >&5 5401 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools5590 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5402 5591 whose name does not start with the host triplet. If you think this 5403 5592 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 5410 5599 5411 5600 # Provide some information about the compiler. 5412 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 5413 ac_compiler=`set X $ac_compile; echo $2` 5601 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 5602 set X $ac_compile 5603 ac_compiler=$2 5414 5604 { (ac_try="$ac_compiler --version >&5" 5415 5605 case "(($ac_try" in … … 5417 5607 *) ac_try_echo=$ac_try;; 5418 5608 esac 5419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5610 $as_echo "$ac_try_echo") >&5 5420 5611 (eval "$ac_compiler --version >&5") 2>&5 5421 5612 ac_status=$? 5422 echo "$as_me:$LINENO: \$? = $ac_status" >&55613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5423 5614 (exit $ac_status); } 5424 5615 { (ac_try="$ac_compiler -v >&5" … … 5427 5618 *) ac_try_echo=$ac_try;; 5428 5619 esac 5429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5621 $as_echo "$ac_try_echo") >&5 5430 5622 (eval "$ac_compiler -v >&5") 2>&5 5431 5623 ac_status=$? 5432 echo "$as_me:$LINENO: \$? = $ac_status" >&55624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5433 5625 (exit $ac_status); } 5434 5626 { (ac_try="$ac_compiler -V >&5" … … 5437 5629 *) ac_try_echo=$ac_try;; 5438 5630 esac 5439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5632 $as_echo "$ac_try_echo") >&5 5440 5633 (eval "$ac_compiler -V >&5") 2>&5 5441 5634 ac_status=$? 5442 echo "$as_me:$LINENO: \$? = $ac_status" >&55635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5443 5636 (exit $ac_status); } 5444 5637 rm -f a.out … … 5448 5641 ac_save_ext=$ac_ext 5449 5642 ac_ext=F 5450 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&55451 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }5643 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 5644 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } 5452 5645 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 5453 echo $ECHO_N "(cached) $ECHO_C" >&65646 $as_echo_n "(cached) " >&6 5454 5647 else 5455 5648 cat >conftest.$ac_ext <<_ACEOF … … 5467 5660 *) ac_try_echo=$ac_try;; 5468 5661 esac 5469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5663 $as_echo "$ac_try_echo") >&5 5470 5664 (eval "$ac_compile") 2>conftest.er1 5471 5665 ac_status=$? … … 5473 5667 rm -f conftest.er1 5474 5668 cat conftest.err >&5 5475 echo "$as_me:$LINENO: \$? = $ac_status" >&55669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5476 5670 (exit $ac_status); } && { 5477 5671 test -z "$ac_f77_werror_flag" || … … 5480 5674 ac_compiler_gnu=yes 5481 5675 else 5482 echo "$as_me: failed program was:" >&55676 $as_echo "$as_me: failed program was:" >&5 5483 5677 sed 's/^/| /' conftest.$ac_ext >&5 5484 5678 … … 5490 5684 5491 5685 fi 5492 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&55493 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }5686 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 5687 $as_echo "$ac_cv_f77_compiler_gnu" >&6; } 5494 5688 ac_ext=$ac_save_ext 5495 5689 ac_test_FFLAGS=${FFLAGS+set} 5496 5690 ac_save_FFLAGS=$FFLAGS 5497 5691 FFLAGS= 5498 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&55499 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }5692 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 5693 $as_echo_n "checking whether $F77 accepts -g... " >&6; } 5500 5694 if test "${ac_cv_prog_f77_g+set}" = set; then 5501 echo $ECHO_N "(cached) $ECHO_C" >&65695 $as_echo_n "(cached) " >&6 5502 5696 else 5503 5697 FFLAGS=-g … … 5513 5707 *) ac_try_echo=$ac_try;; 5514 5708 esac 5515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5710 $as_echo "$ac_try_echo") >&5 5516 5711 (eval "$ac_compile") 2>conftest.er1 5517 5712 ac_status=$? … … 5519 5714 rm -f conftest.er1 5520 5715 cat conftest.err >&5 5521 echo "$as_me:$LINENO: \$? = $ac_status" >&55716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5522 5717 (exit $ac_status); } && { 5523 5718 test -z "$ac_f77_werror_flag" || … … 5526 5721 ac_cv_prog_f77_g=yes 5527 5722 else 5528 echo "$as_me: failed program was:" >&55723 $as_echo "$as_me: failed program was:" >&5 5529 5724 sed 's/^/| /' conftest.$ac_ext >&5 5530 5725 … … 5535 5730 5536 5731 fi 5537 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&55538 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }5732 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 5733 $as_echo "$ac_cv_prog_f77_g" >&6; } 5539 5734 if test "$ac_test_FFLAGS" = set; then 5540 5735 FFLAGS=$ac_save_FFLAGS … … 5553 5748 fi 5554 5749 5555 G77=`test $ac_compiler_gnu = yes && echo yes` 5750 if test $ac_compiler_gnu = yes; then 5751 G77=yes 5752 else 5753 G77= 5754 fi 5556 5755 ac_ext=cpp 5557 5756 ac_cpp='$CXXCPP $CPPFLAGS' … … 5565 5764 # Step 0.a: Enable 64 bit support? 5566 5765 5567 { echo "$as_me:$LINENO: checking if 64bit support is requested" >&55568 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }5766 { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5 5767 $as_echo_n "checking if 64bit support is requested... " >&6; } 5569 5768 # Check whether --enable-64bit was given. 5570 5769 if test "${enable_64bit+set}" = set; then … … 5574 5773 fi 5575 5774 5576 { echo "$as_me:$LINENO: result: $do64bit" >&55577 echo "${ECHO_T}$do64bit" >&6; }5775 { $as_echo "$as_me:$LINENO: result: $do64bit" >&5 5776 $as_echo "$do64bit" >&6; } 5578 5777 5579 5778 # Step 0.b: Enable Solaris 64 bit VIS support? 5580 5779 5581 { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&55582 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }5780 { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5 5781 $as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; } 5583 5782 # Check whether --enable-64bit-vis was given. 5584 5783 if test "${enable_64bit_vis+set}" = set; then … … 5588 5787 fi 5589 5788 5590 { echo "$as_me:$LINENO: result: $do64bitVIS" >&55591 echo "${ECHO_T}$do64bitVIS" >&6; }5789 { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5 5790 $as_echo "$do64bitVIS" >&6; } 5592 5791 5593 5792 if test "$do64bitVIS" = "yes"; then … … 5600 5799 5601 5800 5602 { echo "$as_me:$LINENO: checking system version" >&55603 echo $ECHO_N "checking system version... $ECHO_C" >&6; }5801 { $as_echo "$as_me:$LINENO: checking system version" >&5 5802 $as_echo_n "checking system version... " >&6; } 5604 5803 if test "${tcl_cv_sys_version+set}" = set; then 5605 echo $ECHO_N "(cached) $ECHO_C" >&65804 $as_echo_n "(cached) " >&6 5606 5805 else 5607 5806 … … 5611 5810 tcl_cv_sys_version=`uname -s`-`uname -r` 5612 5811 if test "$?" -ne 0 ; then 5613 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&55614 echo "$as_me: WARNING: can't find uname command" >&2;}5812 { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5 5813 $as_echo "$as_me: WARNING: can't find uname command" >&2;} 5615 5814 tcl_cv_sys_version=unknown 5616 5815 else … … 5628 5827 5629 5828 fi 5630 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&55631 echo "${ECHO_T}$tcl_cv_sys_version" >&6; }5829 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5 5830 $as_echo "$tcl_cv_sys_version" >&6; } 5632 5831 system=$tcl_cv_sys_version 5633 5832 … … 5636 5835 # Linux can use either -ldl or -ldld for dynamic loading. 5637 5836 5638 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&55639 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }5837 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 5838 $as_echo_n "checking for dlopen in -ldl... " >&6; } 5640 5839 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 5641 echo $ECHO_N "(cached) $ECHO_C" >&65840 $as_echo_n "(cached) " >&6 5642 5841 else 5643 5842 ac_check_lib_save_LIBS=$LIBS … … 5671 5870 *) ac_try_echo=$ac_try;; 5672 5871 esac 5673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5873 $as_echo "$ac_try_echo") >&5 5674 5874 (eval "$ac_link") 2>conftest.er1 5675 5875 ac_status=$? … … 5677 5877 rm -f conftest.er1 5678 5878 cat conftest.err >&5 5679 echo "$as_me:$LINENO: \$? = $ac_status" >&55879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5680 5880 (exit $ac_status); } && { 5681 5881 test -z "$ac_cxx_werror_flag" || 5682 5882 test ! -s conftest.err 5683 } && test -s conftest$ac_exeext && 5684 $as_test_x conftest$ac_exeext; then 5883 } && test -s conftest$ac_exeext && { 5884 test "$cross_compiling" = yes || 5885 $as_test_x conftest$ac_exeext 5886 }; then 5685 5887 ac_cv_lib_dl_dlopen=yes 5686 5888 else 5687 echo "$as_me: failed program was:" >&55889 $as_echo "$as_me: failed program was:" >&5 5688 5890 sed 's/^/| /' conftest.$ac_ext >&5 5689 5891 … … 5691 5893 fi 5692 5894 5895 rm -rf conftest.dSYM 5693 5896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5694 5897 conftest$ac_exeext conftest.$ac_ext 5695 5898 LIBS=$ac_check_lib_save_LIBS 5696 5899 fi 5697 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&55698 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }5900 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 5901 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 5699 5902 if test $ac_cv_lib_dl_dlopen = yes; then 5700 5903 have_dl=yes … … 5729 5932 # Extract the first word of "ar", so it can be a program name with args. 5730 5933 set dummy ar; ac_word=$2 5731 { echo "$as_me:$LINENO: checking for $ac_word" >&55732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5934 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5935 $as_echo_n "checking for $ac_word... " >&6; } 5733 5936 if test "${ac_cv_prog_AR+set}" = set; then 5734 echo $ECHO_N "(cached) $ECHO_C" >&65937 $as_echo_n "(cached) " >&6 5735 5938 else 5736 5939 if test -n "$AR"; then … … 5745 5948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5746 5949 ac_cv_prog_AR="ar" 5747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55950 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5748 5951 break 2 5749 5952 fi … … 5756 5959 AR=$ac_cv_prog_AR 5757 5960 if test -n "$AR"; then 5758 { echo "$as_me:$LINENO: result: $AR" >&55759 echo "${ECHO_T}$AR" >&6; }5760 else 5761 { echo "$as_me:$LINENO: result: no" >&55762 echo "${ECHO_T}no" >&6; }5961 { $as_echo "$as_me:$LINENO: result: $AR" >&5 5962 $as_echo "$AR" >&6; } 5963 else 5964 { $as_echo "$as_me:$LINENO: result: no" >&5 5965 $as_echo "no" >&6; } 5763 5966 fi 5764 5967 5765 5968 5766 5969 if test "${AR}" = "" ; then 5767 { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&55768 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}5970 { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5 5971 $as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;} 5769 5972 { (exit 1); exit 1; }; } 5770 5973 fi … … 5785 5988 ;; 5786 5989 esac 5787 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&55788 echo "${ECHO_T}Using $CC for compiling with threads" >&6; }5990 { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5 5991 $as_echo "Using $CC for compiling with threads" >&6; } 5789 5992 fi 5790 5993 LIBS="$LIBS -lc" … … 5801 6004 if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then 5802 6005 if test "$GCC" = "yes" ; then 5803 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&55804 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}6006 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 6007 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 5805 6008 else 5806 6009 do64bit_ok=yes … … 5856 6059 # known GMT value. 5857 6060 5858 { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&55859 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }6061 { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5 6062 $as_echo_n "checking for gettimeofday in -lbsd... " >&6; } 5860 6063 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 5861 echo $ECHO_N "(cached) $ECHO_C" >&66064 $as_echo_n "(cached) " >&6 5862 6065 else 5863 6066 ac_check_lib_save_LIBS=$LIBS … … 5891 6094 *) ac_try_echo=$ac_try;; 5892 6095 esac 5893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6097 $as_echo "$ac_try_echo") >&5 5894 6098 (eval "$ac_link") 2>conftest.er1 5895 6099 ac_status=$? … … 5897 6101 rm -f conftest.er1 5898 6102 cat conftest.err >&5 5899 echo "$as_me:$LINENO: \$? = $ac_status" >&56103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5900 6104 (exit $ac_status); } && { 5901 6105 test -z "$ac_cxx_werror_flag" || 5902 6106 test ! -s conftest.err 5903 } && test -s conftest$ac_exeext && 5904 $as_test_x conftest$ac_exeext; then 6107 } && test -s conftest$ac_exeext && { 6108 test "$cross_compiling" = yes || 6109 $as_test_x conftest$ac_exeext 6110 }; then 5905 6111 ac_cv_lib_bsd_gettimeofday=yes 5906 6112 else 5907 echo "$as_me: failed program was:" >&56113 $as_echo "$as_me: failed program was:" >&5 5908 6114 sed 's/^/| /' conftest.$ac_ext >&5 5909 6115 … … 5911 6117 fi 5912 6118 6119 rm -rf conftest.dSYM 5913 6120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5914 6121 conftest$ac_exeext conftest.$ac_ext 5915 6122 LIBS=$ac_check_lib_save_LIBS 5916 6123 fi 5917 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&55918 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }6124 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5 6125 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; } 5919 6126 if test $ac_cv_lib_bsd_gettimeofday = yes; then 5920 6127 libbsd=yes … … 5944 6151 # is always linked to, for compatibility. 5945 6152 #----------------------------------------------------------- 5946 { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&55947 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }6153 { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5 6154 $as_echo_n "checking for inet_ntoa in -lbind... " >&6; } 5948 6155 if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then 5949 echo $ECHO_N "(cached) $ECHO_C" >&66156 $as_echo_n "(cached) " >&6 5950 6157 else 5951 6158 ac_check_lib_save_LIBS=$LIBS … … 5979 6186 *) ac_try_echo=$ac_try;; 5980 6187 esac 5981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6189 $as_echo "$ac_try_echo") >&5 5982 6190 (eval "$ac_link") 2>conftest.er1 5983 6191 ac_status=$? … … 5985 6193 rm -f conftest.er1 5986 6194 cat conftest.err >&5 5987 echo "$as_me:$LINENO: \$? = $ac_status" >&56195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5988 6196 (exit $ac_status); } && { 5989 6197 test -z "$ac_cxx_werror_flag" || 5990 6198 test ! -s conftest.err 5991 } && test -s conftest$ac_exeext && 5992 $as_test_x conftest$ac_exeext; then 6199 } && test -s conftest$ac_exeext && { 6200 test "$cross_compiling" = yes || 6201 $as_test_x conftest$ac_exeext 6202 }; then 5993 6203 ac_cv_lib_bind_inet_ntoa=yes 5994 6204 else 5995 echo "$as_me: failed program was:" >&56205 $as_echo "$as_me: failed program was:" >&5 5996 6206 sed 's/^/| /' conftest.$ac_ext >&5 5997 6207 … … 5999 6209 fi 6000 6210 6211 rm -rf conftest.dSYM 6001 6212 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6002 6213 conftest$ac_exeext conftest.$ac_ext 6003 6214 LIBS=$ac_check_lib_save_LIBS 6004 6215 fi 6005 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&56006 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }6216 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5 6217 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; } 6007 6218 if test $ac_cv_lib_bind_inet_ntoa = yes; then 6008 6219 LIBS="$LIBS -lbind -lsocket" … … 6058 6269 SHLIB_SUFFIX=".sl" 6059 6270 fi 6060 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&56061 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }6271 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 6272 $as_echo_n "checking for shl_load in -ldld... " >&6; } 6062 6273 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 6063 echo $ECHO_N "(cached) $ECHO_C" >&66274 $as_echo_n "(cached) " >&6 6064 6275 else 6065 6276 ac_check_lib_save_LIBS=$LIBS … … 6093 6304 *) ac_try_echo=$ac_try;; 6094 6305 esac 6095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6307 $as_echo "$ac_try_echo") >&5 6096 6308 (eval "$ac_link") 2>conftest.er1 6097 6309 ac_status=$? … … 6099 6311 rm -f conftest.er1 6100 6312 cat conftest.err >&5 6101 echo "$as_me:$LINENO: \$? = $ac_status" >&56313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6102 6314 (exit $ac_status); } && { 6103 6315 test -z "$ac_cxx_werror_flag" || 6104 6316 test ! -s conftest.err 6105 } && test -s conftest$ac_exeext && 6106 $as_test_x conftest$ac_exeext; then 6317 } && test -s conftest$ac_exeext && { 6318 test "$cross_compiling" = yes || 6319 $as_test_x conftest$ac_exeext 6320 }; then 6107 6321 ac_cv_lib_dld_shl_load=yes 6108 6322 else 6109 echo "$as_me: failed program was:" >&56323 $as_echo "$as_me: failed program was:" >&5 6110 6324 sed 's/^/| /' conftest.$ac_ext >&5 6111 6325 … … 6113 6327 fi 6114 6328 6329 rm -rf conftest.dSYM 6115 6330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6116 6331 conftest$ac_exeext conftest.$ac_ext 6117 6332 LIBS=$ac_check_lib_save_LIBS 6118 6333 fi 6119 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&56120 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }6334 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 6335 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 6121 6336 if test $ac_cv_lib_dld_shl_load = yes; then 6122 6337 tcl_ok=yes … … 6159 6374 ;; 6160 6375 *) 6161 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&56162 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}6376 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 6377 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 6163 6378 ;; 6164 6379 esac … … 6172 6387 HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*) 6173 6388 SHLIB_SUFFIX=".sl" 6174 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&56175 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }6389 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 6390 $as_echo_n "checking for shl_load in -ldld... " >&6; } 6176 6391 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 6177 echo $ECHO_N "(cached) $ECHO_C" >&66392 $as_echo_n "(cached) " >&6 6178 6393 else 6179 6394 ac_check_lib_save_LIBS=$LIBS … … 6207 6422 *) ac_try_echo=$ac_try;; 6208 6423 esac 6209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6425 $as_echo "$ac_try_echo") >&5 6210 6426 (eval "$ac_link") 2>conftest.er1 6211 6427 ac_status=$? … … 6213 6429 rm -f conftest.er1 6214 6430 cat conftest.err >&5 6215 echo "$as_me:$LINENO: \$? = $ac_status" >&56431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6216 6432 (exit $ac_status); } && { 6217 6433 test -z "$ac_cxx_werror_flag" || 6218 6434 test ! -s conftest.err 6219 } && test -s conftest$ac_exeext && 6220 $as_test_x conftest$ac_exeext; then 6435 } && test -s conftest$ac_exeext && { 6436 test "$cross_compiling" = yes || 6437 $as_test_x conftest$ac_exeext 6438 }; then 6221 6439 ac_cv_lib_dld_shl_load=yes 6222 6440 else 6223 echo "$as_me: failed program was:" >&56441 $as_echo "$as_me: failed program was:" >&5 6224 6442 sed 's/^/| /' conftest.$ac_ext >&5 6225 6443 … … 6227 6445 fi 6228 6446 6447 rm -rf conftest.dSYM 6229 6448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6230 6449 conftest$ac_exeext conftest.$ac_ext 6231 6450 LIBS=$ac_check_lib_save_LIBS 6232 6451 fi 6233 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&56234 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }6452 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 6453 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 6235 6454 if test $ac_cv_lib_dld_shl_load = yes; then 6236 6455 tcl_ok=yes … … 6312 6531 if test "$do64bit" = "yes" ; then 6313 6532 if test "$GCC" = "yes" ; then 6314 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&56315 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}6533 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5 6534 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;} 6316 6535 else 6317 6536 do64bit_ok=yes … … 6342 6561 else 6343 6562 if test "${ac_cv_header_dld_h+set}" = set; then 6344 { echo "$as_me:$LINENO: checking for dld.h" >&56345 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6563 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6564 $as_echo_n "checking for dld.h... " >&6; } 6346 6565 if test "${ac_cv_header_dld_h+set}" = set; then 6347 echo $ECHO_N "(cached) $ECHO_C" >&66348 fi 6349 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56350 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6566 $as_echo_n "(cached) " >&6 6567 fi 6568 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6569 $as_echo "$ac_cv_header_dld_h" >&6; } 6351 6570 else 6352 6571 # Is the header compilable? 6353 { echo "$as_me:$LINENO: checking dld.h usability" >&56354 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }6572 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5 6573 $as_echo_n "checking dld.h usability... " >&6; } 6355 6574 cat >conftest.$ac_ext <<_ACEOF 6356 6575 /* confdefs.h. */ … … 6368 6587 *) ac_try_echo=$ac_try;; 6369 6588 esac 6370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6590 $as_echo "$ac_try_echo") >&5 6371 6591 (eval "$ac_compile") 2>conftest.er1 6372 6592 ac_status=$? … … 6374 6594 rm -f conftest.er1 6375 6595 cat conftest.err >&5 6376 echo "$as_me:$LINENO: \$? = $ac_status" >&56596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6377 6597 (exit $ac_status); } && { 6378 6598 test -z "$ac_cxx_werror_flag" || … … 6381 6601 ac_header_compiler=yes 6382 6602 else 6383 echo "$as_me: failed program was:" >&56603 $as_echo "$as_me: failed program was:" >&5 6384 6604 sed 's/^/| /' conftest.$ac_ext >&5 6385 6605 … … 6388 6608 6389 6609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6390 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56391 echo "${ECHO_T}$ac_header_compiler" >&6; }6610 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6611 $as_echo "$ac_header_compiler" >&6; } 6392 6612 6393 6613 # Is the header present? 6394 { echo "$as_me:$LINENO: checking dld.h presence" >&56395 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }6614 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5 6615 $as_echo_n "checking dld.h presence... " >&6; } 6396 6616 cat >conftest.$ac_ext <<_ACEOF 6397 6617 /* confdefs.h. */ … … 6407 6627 *) ac_try_echo=$ac_try;; 6408 6628 esac 6409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6630 $as_echo "$ac_try_echo") >&5 6410 6631 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6411 6632 ac_status=$? … … 6413 6634 rm -f conftest.er1 6414 6635 cat conftest.err >&5 6415 echo "$as_me:$LINENO: \$? = $ac_status" >&56636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6416 6637 (exit $ac_status); } >/dev/null && { 6417 6638 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6420 6641 ac_header_preproc=yes 6421 6642 else 6422 echo "$as_me: failed program was:" >&56643 $as_echo "$as_me: failed program was:" >&5 6423 6644 sed 's/^/| /' conftest.$ac_ext >&5 6424 6645 … … 6427 6648 6428 6649 rm -f conftest.err conftest.$ac_ext 6429 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56430 echo "${ECHO_T}$ac_header_preproc" >&6; }6650 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6651 $as_echo "$ac_header_preproc" >&6; } 6431 6652 6432 6653 # So? What about this header? 6433 6654 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6434 6655 yes:no: ) 6435 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&56436 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6437 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&56438 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}6656 { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 6657 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6658 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 6659 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 6439 6660 ac_header_preproc=yes 6440 6661 ;; 6441 6662 no:yes:* ) 6442 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&56443 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}6444 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&56445 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}6446 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&56447 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}6448 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&56449 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;}6450 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&56451 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}6452 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&56453 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}6663 { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 6664 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 6665 { $as_echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 6666 $as_echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 6667 { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 6668 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 6669 { $as_echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 6670 $as_echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 6671 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 6672 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 6673 { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 6674 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 6454 6675 ( cat <<\_ASBOX 6455 6676 ## ----------------------------------- ## … … 6460 6681 ;; 6461 6682 esac 6462 { echo "$as_me:$LINENO: checking for dld.h" >&56463 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6683 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6684 $as_echo_n "checking for dld.h... " >&6; } 6464 6685 if test "${ac_cv_header_dld_h+set}" = set; then 6465 echo $ECHO_N "(cached) $ECHO_C" >&66686 $as_echo_n "(cached) " >&6 6466 6687 else 6467 6688 ac_cv_header_dld_h=$ac_header_preproc 6468 6689 fi 6469 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56470 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6690 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6691 $as_echo "$ac_cv_header_dld_h" >&6; } 6471 6692 6472 6693 fi … … 6486 6707 fi 6487 6708 if test $do64bit = yes; then 6488 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&56489 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }6709 { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5 6710 $as_echo_n "checking if compiler accepts -m64 flag... " >&6; } 6490 6711 if test "${tcl_cv_cc_m64+set}" = set; then 6491 echo $ECHO_N "(cached) $ECHO_C" >&66712 $as_echo_n "(cached) " >&6 6492 6713 else 6493 6714 … … 6515 6736 *) ac_try_echo=$ac_try;; 6516 6737 esac 6517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6739 $as_echo "$ac_try_echo") >&5 6518 6740 (eval "$ac_link") 2>conftest.er1 6519 6741 ac_status=$? … … 6521 6743 rm -f conftest.er1 6522 6744 cat conftest.err >&5 6523 echo "$as_me:$LINENO: \$? = $ac_status" >&56745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6524 6746 (exit $ac_status); } && { 6525 6747 test -z "$ac_cxx_werror_flag" || 6526 6748 test ! -s conftest.err 6527 } && test -s conftest$ac_exeext && 6528 $as_test_x conftest$ac_exeext; then 6749 } && test -s conftest$ac_exeext && { 6750 test "$cross_compiling" = yes || 6751 $as_test_x conftest$ac_exeext 6752 }; then 6529 6753 tcl_cv_cc_m64=yes 6530 6754 else 6531 echo "$as_me: failed program was:" >&56755 $as_echo "$as_me: failed program was:" >&5 6532 6756 sed 's/^/| /' conftest.$ac_ext >&5 6533 6757 … … 6535 6759 fi 6536 6760 6761 rm -rf conftest.dSYM 6537 6762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6538 6763 conftest$ac_exeext conftest.$ac_ext 6539 6764 CFLAGS=$hold_cflags 6540 6765 fi 6541 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&56542 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }6766 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5 6767 $as_echo "$tcl_cv_cc_m64" >&6; } 6543 6768 if test $tcl_cv_cc_m64 = yes; then 6544 6769 CFLAGS="$CFLAGS -m64" … … 6579 6804 else 6580 6805 if test "${ac_cv_header_dld_h+set}" = set; then 6581 { echo "$as_me:$LINENO: checking for dld.h" >&56582 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6806 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6807 $as_echo_n "checking for dld.h... " >&6; } 6583 6808 if test "${ac_cv_header_dld_h+set}" = set; then 6584 echo $ECHO_N "(cached) $ECHO_C" >&66585 fi 6586 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56587 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6809 $as_echo_n "(cached) " >&6 6810 fi 6811 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6812 $as_echo "$ac_cv_header_dld_h" >&6; } 6588 6813 else 6589 6814 # Is the header compilable? 6590 { echo "$as_me:$LINENO: checking dld.h usability" >&56591 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }6815 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5 6816 $as_echo_n "checking dld.h usability... " >&6; } 6592 6817 cat >conftest.$ac_ext <<_ACEOF 6593 6818 /* confdefs.h. */ … … 6605 6830 *) ac_try_echo=$ac_try;; 6606 6831 esac 6607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6833 $as_echo "$ac_try_echo") >&5 6608 6834 (eval "$ac_compile") 2>conftest.er1 6609 6835 ac_status=$? … … 6611 6837 rm -f conftest.er1 6612 6838 cat conftest.err >&5 6613 echo "$as_me:$LINENO: \$? = $ac_status" >&56839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6614 6840 (exit $ac_status); } && { 6615 6841 test -z "$ac_cxx_werror_flag" || … … 6618 6844 ac_header_compiler=yes 6619 6845 else 6620 echo "$as_me: failed program was:" >&56846 $as_echo "$as_me: failed program was:" >&5 6621 6847 sed 's/^/| /' conftest.$ac_ext >&5 6622 6848 … … 6625 6851 6626 6852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6627 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56628 echo "${ECHO_T}$ac_header_compiler" >&6; }6853 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6854 $as_echo "$ac_header_compiler" >&6; } 6629 6855 6630 6856 # Is the header present? 6631 { echo "$as_me:$LINENO: checking dld.h presence" >&56632 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }6857 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5 6858 $as_echo_n "checking dld.h presence... " >&6; } 6633 6859 cat >conftest.$ac_ext <<_ACEOF 6634 6860 /* confdefs.h. */ … … 6644 6870 *) ac_try_echo=$ac_try;; 6645 6871 esac 6646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6873 $as_echo "$ac_try_echo") >&5 6647 6874 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6648 6875 ac_status=$? … … 6650 6877 rm -f conftest.er1 6651 6878 cat conftest.err >&5 6652 echo "$as_me:$LINENO: \$? = $ac_status" >&56879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6653 6880 (exit $ac_status); } >/dev/null && { 6654 6881 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6657 6884 ac_header_preproc=yes 6658 6885 else 6659 echo "$as_me: failed program was:" >&56886 $as_echo "$as_me: failed program was:" >&5 6660 6887 sed 's/^/| /' conftest.$ac_ext >&5 6661 6888 … … 6664 6891 6665 6892 rm -f conftest.err conftest.$ac_ext 6666 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56667 echo "${ECHO_T}$ac_header_preproc" >&6; }6893 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6894 $as_echo "$ac_header_preproc" >&6; } 6668 6895 6669 6896 # So? What about this header? 6670 6897 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6671 6898 yes:no: ) 6672 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&56673 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6674 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&56675 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}6899 { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 6900 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6901 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 6902 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 6676 6903 ac_header_preproc=yes 6677 6904 ;; 6678 6905 no:yes:* ) 6679 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&56680 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}6681 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&56682 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}6683 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&56684 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}6685 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&56686 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;}6687 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&56688 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}6689 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&56690 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}6906 { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 6907 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 6908 { $as_echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 6909 $as_echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 6910 { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 6911 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 6912 { $as_echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 6913 $as_echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 6914 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 6915 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 6916 { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 6917 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 6691 6918 ( cat <<\_ASBOX 6692 6919 ## ----------------------------------- ## … … 6697 6924 ;; 6698 6925 esac 6699 { echo "$as_me:$LINENO: checking for dld.h" >&56700 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6926 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6927 $as_echo_n "checking for dld.h... " >&6; } 6701 6928 if test "${ac_cv_header_dld_h+set}" = set; then 6702 echo $ECHO_N "(cached) $ECHO_C" >&66929 $as_echo_n "(cached) " >&6 6703 6930 else 6704 6931 ac_cv_header_dld_h=$ac_header_preproc 6705 6932 fi 6706 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56707 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6933 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6934 $as_echo "$ac_cv_header_dld_h" >&6; } 6708 6935 6709 6936 fi … … 6759 6986 # Not available on all versions: check for include file. 6760 6987 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6761 { echo "$as_me:$LINENO: checking for dlfcn.h" >&56762 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }6988 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5 6989 $as_echo_n "checking for dlfcn.h... " >&6; } 6763 6990 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6764 echo $ECHO_N "(cached) $ECHO_C" >&66765 fi 6766 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&56767 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }6991 $as_echo_n "(cached) " >&6 6992 fi 6993 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 6994 $as_echo "$ac_cv_header_dlfcn_h" >&6; } 6768 6995 else 6769 6996 # Is the header compilable? 6770 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&56771 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }6997 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5 6998 $as_echo_n "checking dlfcn.h usability... " >&6; } 6772 6999 cat >conftest.$ac_ext <<_ACEOF 6773 7000 /* confdefs.h. */ … … 6785 7012 *) ac_try_echo=$ac_try;; 6786 7013 esac 6787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7015 $as_echo "$ac_try_echo") >&5 6788 7016 (eval "$ac_compile") 2>conftest.er1 6789 7017 ac_status=$? … … 6791 7019 rm -f conftest.er1 6792 7020 cat conftest.err >&5 6793 echo "$as_me:$LINENO: \$? = $ac_status" >&57021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6794 7022 (exit $ac_status); } && { 6795 7023 test -z "$ac_cxx_werror_flag" || … … 6798 7026 ac_header_compiler=yes 6799 7027 else 6800 echo "$as_me: failed program was:" >&57028 $as_echo "$as_me: failed program was:" >&5 6801 7029 sed 's/^/| /' conftest.$ac_ext >&5 6802 7030 … … 6805 7033 6806 7034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6807 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56808 echo "${ECHO_T}$ac_header_compiler" >&6; }7035 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7036 $as_echo "$ac_header_compiler" >&6; } 6809 7037 6810 7038 # Is the header present? 6811 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&56812 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }7039 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5 7040 $as_echo_n "checking dlfcn.h presence... " >&6; } 6813 7041 cat >conftest.$ac_ext <<_ACEOF 6814 7042 /* confdefs.h. */ … … 6824 7052 *) ac_try_echo=$ac_try;; 6825 7053 esac 6826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7055 $as_echo "$ac_try_echo") >&5 6827 7056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6828 7057 ac_status=$? … … 6830 7059 rm -f conftest.er1 6831 7060 cat conftest.err >&5 6832 echo "$as_me:$LINENO: \$? = $ac_status" >&57061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6833 7062 (exit $ac_status); } >/dev/null && { 6834 7063 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6837 7066 ac_header_preproc=yes 6838 7067 else 6839 echo "$as_me: failed program was:" >&57068 $as_echo "$as_me: failed program was:" >&5 6840 7069 sed 's/^/| /' conftest.$ac_ext >&5 6841 7070 … … 6844 7073 6845 7074 rm -f conftest.err conftest.$ac_ext 6846 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56847 echo "${ECHO_T}$ac_header_preproc" >&6; }7075 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7076 $as_echo "$ac_header_preproc" >&6; } 6848 7077 6849 7078 # So? What about this header? 6850 7079 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6851 7080 yes:no: ) 6852 { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&56853 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6854 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&56855 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}7081 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5 7082 $as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7083 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5 7084 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;} 6856 7085 ac_header_preproc=yes 6857 7086 ;; 6858 7087 no:yes:* ) 6859 { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&56860 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}6861 { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&56862 echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;}6863 { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&56864 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}6865 { echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&56866 echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;}6867 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&56868 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}6869 { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&56870 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}7088 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5 7089 $as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;} 7090 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5 7091 $as_echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;} 7092 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5 7093 $as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;} 7094 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5 7095 $as_echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;} 7096 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5 7097 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;} 7098 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5 7099 $as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;} 6871 7100 ( cat <<\_ASBOX 6872 7101 ## ----------------------------------- ## … … 6877 7106 ;; 6878 7107 esac 6879 { echo "$as_me:$LINENO: checking for dlfcn.h" >&56880 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }7108 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5 7109 $as_echo_n "checking for dlfcn.h... " >&6; } 6881 7110 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6882 echo $ECHO_N "(cached) $ECHO_C" >&67111 $as_echo_n "(cached) " >&6 6883 7112 else 6884 7113 ac_cv_header_dlfcn_h=$ac_header_preproc 6885 7114 fi 6886 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&56887 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }7115 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 7116 $as_echo "$ac_cv_header_dlfcn_h" >&6; } 6888 7117 6889 7118 fi … … 6899 7128 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 6900 7129 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 6901 { echo "$as_me:$LINENO: checking for ELF" >&56902 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }7130 { $as_echo "$as_me:$LINENO: checking for ELF" >&5 7131 $as_echo_n "checking for ELF... " >&6; } 6903 7132 if test "${tcl_cv_ld_elf+set}" = set; then 6904 echo $ECHO_N "(cached) $ECHO_C" >&67133 $as_echo_n "(cached) " >&6 6905 7134 else 6906 7135 … … 6926 7155 6927 7156 fi 6928 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&56929 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }7157 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 7158 $as_echo "$tcl_cv_ld_elf" >&6; } 6930 7159 if test $tcl_cv_ld_elf = yes; then 6931 7160 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' … … 6985 7214 LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} 6986 7215 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' 6987 { echo "$as_me:$LINENO: checking for ELF" >&56988 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }7216 { $as_echo "$as_me:$LINENO: checking for ELF" >&5 7217 $as_echo_n "checking for ELF... " >&6; } 6989 7218 if test "${tcl_cv_ld_elf+set}" = set; then 6990 echo $ECHO_N "(cached) $ECHO_C" >&67219 $as_echo_n "(cached) " >&6 6991 7220 else 6992 7221 … … 7012 7241 7013 7242 fi 7014 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&57015 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }7243 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 7244 $as_echo "$tcl_cv_ld_elf" >&6; } 7016 7245 if test $tcl_cv_ld_elf = yes; then 7017 7246 LDFLAGS=-Wl,-export-dynamic … … 7067 7296 case `arch` in 7068 7297 ppc) 7069 { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&57070 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }7298 { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5 7299 $as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; } 7071 7300 if test "${tcl_cv_cc_arch_ppc64+set}" = set; then 7072 echo $ECHO_N "(cached) $ECHO_C" >&67301 $as_echo_n "(cached) " >&6 7073 7302 else 7074 7303 … … 7096 7325 *) ac_try_echo=$ac_try;; 7097 7326 esac 7098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7328 $as_echo "$ac_try_echo") >&5 7099 7329 (eval "$ac_link") 2>conftest.er1 7100 7330 ac_status=$? … … 7102 7332 rm -f conftest.er1 7103 7333 cat conftest.err >&5 7104 echo "$as_me:$LINENO: \$? = $ac_status" >&57334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7105 7335 (exit $ac_status); } && { 7106 7336 test -z "$ac_cxx_werror_flag" || 7107 7337 test ! -s conftest.err 7108 } && test -s conftest$ac_exeext && 7109 $as_test_x conftest$ac_exeext; then 7338 } && test -s conftest$ac_exeext && { 7339 test "$cross_compiling" = yes || 7340 $as_test_x conftest$ac_exeext 7341 }; then 7110 7342 tcl_cv_cc_arch_ppc64=yes 7111 7343 else 7112 echo "$as_me: failed program was:" >&57344 $as_echo "$as_me: failed program was:" >&5 7113 7345 sed 's/^/| /' conftest.$ac_ext >&5 7114 7346 … … 7116 7348 fi 7117 7349 7350 rm -rf conftest.dSYM 7118 7351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7119 7352 conftest$ac_exeext conftest.$ac_ext 7120 7353 CFLAGS=$hold_cflags 7121 7354 fi 7122 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&57123 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }7355 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5 7356 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; } 7124 7357 if test $tcl_cv_cc_arch_ppc64 = yes; then 7125 7358 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5" … … 7127 7360 fi;; 7128 7361 i386) 7129 { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&57130 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }7362 { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5 7363 $as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; } 7131 7364 if test "${tcl_cv_cc_arch_x86_64+set}" = set; then 7132 echo $ECHO_N "(cached) $ECHO_C" >&67365 $as_echo_n "(cached) " >&6 7133 7366 else 7134 7367 … … 7156 7389 *) ac_try_echo=$ac_try;; 7157 7390 esac 7158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7392 $as_echo "$ac_try_echo") >&5 7159 7393 (eval "$ac_link") 2>conftest.er1 7160 7394 ac_status=$? … … 7162 7396 rm -f conftest.er1 7163 7397 cat conftest.err >&5 7164 echo "$as_me:$LINENO: \$? = $ac_status" >&57398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7165 7399 (exit $ac_status); } && { 7166 7400 test -z "$ac_cxx_werror_flag" || 7167 7401 test ! -s conftest.err 7168 } && test -s conftest$ac_exeext && 7169 $as_test_x conftest$ac_exeext; then 7402 } && test -s conftest$ac_exeext && { 7403 test "$cross_compiling" = yes || 7404 $as_test_x conftest$ac_exeext 7405 }; then 7170 7406 tcl_cv_cc_arch_x86_64=yes 7171 7407 else 7172 echo "$as_me: failed program was:" >&57408 $as_echo "$as_me: failed program was:" >&5 7173 7409 sed 's/^/| /' conftest.$ac_ext >&5 7174 7410 … … 7176 7412 fi 7177 7413 7414 rm -rf conftest.dSYM 7178 7415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7179 7416 conftest$ac_exeext conftest.$ac_ext 7180 7417 CFLAGS=$hold_cflags 7181 7418 fi 7182 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&57183 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }7419 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5 7420 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; } 7184 7421 if test $tcl_cv_cc_arch_x86_64 = yes; then 7185 7422 CFLAGS="$CFLAGS -arch x86_64" … … 7187 7424 fi;; 7188 7425 *) 7189 { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&57190 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;7426 { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5 7427 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};; 7191 7428 esac 7192 7429 else … … 7197 7434 fi 7198 7435 SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}' 7199 { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&57200 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }7436 { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5 7437 $as_echo_n "checking if ld accepts -single_module flag... " >&6; } 7201 7438 if test "${tcl_cv_ld_single_module+set}" = set; then 7202 echo $ECHO_N "(cached) $ECHO_C" >&67439 $as_echo_n "(cached) " >&6 7203 7440 else 7204 7441 … … 7226 7463 *) ac_try_echo=$ac_try;; 7227 7464 esac 7228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7466 $as_echo "$ac_try_echo") >&5 7229 7467 (eval "$ac_link") 2>conftest.er1 7230 7468 ac_status=$? … … 7232 7470 rm -f conftest.er1 7233 7471 cat conftest.err >&5 7234 echo "$as_me:$LINENO: \$? = $ac_status" >&57472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7235 7473 (exit $ac_status); } && { 7236 7474 test -z "$ac_cxx_werror_flag" || 7237 7475 test ! -s conftest.err 7238 } && test -s conftest$ac_exeext && 7239 $as_test_x conftest$ac_exeext; then 7476 } && test -s conftest$ac_exeext && { 7477 test "$cross_compiling" = yes || 7478 $as_test_x conftest$ac_exeext 7479 }; then 7240 7480 tcl_cv_ld_single_module=yes 7241 7481 else 7242 echo "$as_me: failed program was:" >&57482 $as_echo "$as_me: failed program was:" >&5 7243 7483 sed 's/^/| /' conftest.$ac_ext >&5 7244 7484 … … 7246 7486 fi 7247 7487 7488 rm -rf conftest.dSYM 7248 7489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7249 7490 conftest$ac_exeext conftest.$ac_ext 7250 7491 LDFLAGS=$hold_ldflags 7251 7492 fi 7252 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&57253 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }7493 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5 7494 $as_echo "$tcl_cv_ld_single_module" >&6; } 7254 7495 if test $tcl_cv_ld_single_module = yes; then 7255 7496 SHLIB_LD="${SHLIB_LD} -Wl,-single_module" … … 7264 7505 LDFLAGS="$LDFLAGS -prebind" 7265 7506 LDFLAGS="$LDFLAGS -headerpad_max_install_names" 7266 { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&57267 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }7507 { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5 7508 $as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; } 7268 7509 if test "${tcl_cv_ld_search_paths_first+set}" = set; then 7269 echo $ECHO_N "(cached) $ECHO_C" >&67510 $as_echo_n "(cached) " >&6 7270 7511 else 7271 7512 … … 7293 7534 *) ac_try_echo=$ac_try;; 7294 7535 esac 7295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7537 $as_echo "$ac_try_echo") >&5 7296 7538 (eval "$ac_link") 2>conftest.er1 7297 7539 ac_status=$? … … 7299 7541 rm -f conftest.er1 7300 7542 cat conftest.err >&5 7301 echo "$as_me:$LINENO: \$? = $ac_status" >&57543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7302 7544 (exit $ac_status); } && { 7303 7545 test -z "$ac_cxx_werror_flag" || 7304 7546 test ! -s conftest.err 7305 } && test -s conftest$ac_exeext && 7306 $as_test_x conftest$ac_exeext; then 7547 } && test -s conftest$ac_exeext && { 7548 test "$cross_compiling" = yes || 7549 $as_test_x conftest$ac_exeext 7550 }; then 7307 7551 tcl_cv_ld_search_paths_first=yes 7308 7552 else 7309 echo "$as_