Changeset 1047
- Timestamp:
- Jun 13, 2008, 3:57:22 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r1046 r1047 28 28 endif 29 29 30 .PHONY: src gui lang test examples 30 .PHONY: src gui lang test examples lib 31 31 32 all: src gui lang examples test lib32 all: src gui examples test lib lang 33 33 34 34 src: … … 48 48 $(MAKE) -C examples install 49 49 $(MAKE) -C gui install 50 $(MAKE) -C lang install51 50 $(MAKE) -C lib install 52 51 $(MAKE) -C src install 52 $(MAKE) -C lang install 53 53 54 54 clean: -
trunk/aclocal.m4
r1018 r1047 1 1 builtin(include,./tcl.m4) 2 builtin(include,./ac_python_devel.m4) -
trunk/configure
r1046 r1047 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 … … 713 736 PYTHON_INCLUDES 714 737 PYTHON_SITE_PACKAGES 738 PYTHON_HAS_DISTUTILS 715 739 RUBY 716 740 RP_BASE … … 722 746 LTLIBOBJS' 723 747 ac_subst_files='' 748 ac_user_opts=' 749 enable_option_checking 750 enable_64bit 751 enable_64bit_vis 752 enable_corefoundation 753 enable_load 754 enable_gui 755 with_tclsh 756 with_matlab 757 with_matlab_arch 758 with_mexext 759 with_octave 760 with_perl 761 with_python 762 with_ruby 763 enable_shared 764 enable_symbols 765 ' 724 766 ac_precious_vars='build_alias 725 767 host_alias … … 742 784 ac_init_help= 743 785 ac_init_version=false 786 ac_unrecognized_opts= 787 ac_unrecognized_sep= 744 788 # The variables have the same names as the options, with 745 789 # dashes changed to underlines. … … 840 884 841 885 -disable-* | --disable-*) 842 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`886 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 843 887 # Reject names that are not valid shell variable names. 844 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&845 { echo "$as_me: error: invalid feature name: $ac_feature" >&2888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 889 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 846 890 { (exit 1); exit 1; }; } 847 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 848 eval enable_$ac_feature=no ;; 891 ac_useropt_orig=$ac_useropt 892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 893 case $ac_user_opts in 894 *" 895 "enable_$ac_useropt" 896 "*) ;; 897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 898 ac_unrecognized_sep=', ';; 899 esac 900 eval enable_$ac_useropt=no ;; 849 901 850 902 -docdir | --docdir | --docdi | --doc | --do) … … 859 911 860 912 -enable-* | --enable-*) 861 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`913 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 862 914 # Reject names that are not valid shell variable names. 863 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&864 { echo "$as_me: error: invalid feature name: $ac_feature" >&2915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 916 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 865 917 { (exit 1); exit 1; }; } 866 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 867 eval enable_$ac_feature=\$ac_optarg ;; 918 ac_useropt_orig=$ac_useropt 919 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 920 case $ac_user_opts in 921 *" 922 "enable_$ac_useropt" 923 "*) ;; 924 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 925 ac_unrecognized_sep=', ';; 926 esac 927 eval enable_$ac_useropt=\$ac_optarg ;; 868 928 869 929 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1056 1116 1057 1117 -with-* | --with-*) 1058 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1118 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1059 1119 # Reject names that are not valid shell variable names. 1060 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1061 { echo "$as_me: error: invalid package name: $ac_package" >&21120 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1121 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1062 1122 { (exit 1); exit 1; }; } 1063 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1064 eval with_$ac_package=\$ac_optarg ;; 1123 ac_useropt_orig=$ac_useropt 1124 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1125 case $ac_user_opts in 1126 *" 1127 "with_$ac_useropt" 1128 "*) ;; 1129 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1130 ac_unrecognized_sep=', ';; 1131 esac 1132 eval with_$ac_useropt=\$ac_optarg ;; 1065 1133 1066 1134 -without-* | --without-*) 1067 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1135 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1068 1136 # Reject names that are not valid shell variable names. 1069 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1070 { echo "$as_me: error: invalid package name: $ac_package" >&21137 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1138 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1071 1139 { (exit 1); exit 1; }; } 1072 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1073 eval with_$ac_package=no ;; 1140 ac_useropt_orig=$ac_useropt 1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1142 case $ac_user_opts in 1143 *" 1144 "with_$ac_useropt" 1145 "*) ;; 1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1147 ac_unrecognized_sep=', ';; 1148 esac 1149 eval with_$ac_useropt=no ;; 1074 1150 1075 1151 --x) … … 1091 1167 x_libraries=$ac_optarg ;; 1092 1168 1093 -*) { echo "$as_me: error: unrecognized option: $ac_option1169 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1094 1170 Try \`$0 --help' for more information." >&2 1095 1171 { (exit 1); exit 1; }; } … … 1100 1176 # Reject names that are not valid shell variable names. 1101 1177 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1102 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21178 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1103 1179 { (exit 1); exit 1; }; } 1104 1180 eval $ac_envvar=\$ac_optarg … … 1107 1183 *) 1108 1184 # FIXME: should be removed in autoconf 3.0. 1109 echo "$as_me: WARNING: you should use --build, --host, --target" >&21185 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1110 1186 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1111 echo "$as_me: WARNING: invalid host type: $ac_option" >&21187 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1112 1188 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1113 1189 ;; … … 1118 1194 if test -n "$ac_prev"; then 1119 1195 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1120 { echo "$as_me: error: missing argument to $ac_option" >&21196 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1121 1197 { (exit 1); exit 1; }; } 1122 1198 fi 1123 1199 1124 # Be sure to have absolute directory names. 1200 if test -n "$ac_unrecognized_opts"; then 1201 case $enable_option_checking in 1202 no) ;; 1203 fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 1204 { (exit 1); exit 1; }; } ;; 1205 *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 1206 esac 1207 fi 1208 1209 # Check all directory arguments for consistency. 1125 1210 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1126 1211 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1129 1214 do 1130 1215 eval ac_val=\$$ac_var 1216 # Remove trailing slashes. 1217 case $ac_val in 1218 */ ) 1219 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1220 eval $ac_var=\$ac_val;; 1221 esac 1222 # Be sure to have absolute directory names. 1131 1223 case $ac_val in 1132 1224 [\\/$]* | ?:[\\/]* ) continue;; 1133 1225 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1134 1226 esac 1135 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21227 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1136 1228 { (exit 1); exit 1; }; } 1137 1229 done … … 1148 1240 if test "x$build_alias" = x; then 1149 1241 cross_compiling=maybe 1150 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1242 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1151 1243 If a cross compiler is detected then cross compile mode will be used." >&2 1152 1244 elif test "x$build_alias" != "x$host_alias"; then … … 1164 1256 ac_ls_di=`ls -di .` && 1165 1257 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1166 { echo "$as_me: error: Working directory cannot be determined" >&21258 { $as_echo "$as_me: error: Working directory cannot be determined" >&2 1167 1259 { (exit 1); exit 1; }; } 1168 1260 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1169 { echo "$as_me: error: pwd does not report name of working directory" >&21261 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1170 1262 { (exit 1); exit 1; }; } 1171 1263 … … 1175 1267 ac_srcdir_defaulted=yes 1176 1268 # Try the directory containing this script, then the parent directory. 1177 ac_confdir=`$as_dirname -- "$ 0" ||1178 $as_expr X"$ 0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1179 X"$ 0" : 'X\(//\)[^/]' \| \1180 X"$ 0" : 'X\(//\)$' \| \1181 X"$ 0" : 'X\(/\)' \| . 2>/dev/null ||1182 echo X"$0" |1269 ac_confdir=`$as_dirname -- "$as_myself" || 1270 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1271 X"$as_myself" : 'X\(//\)[^/]' \| \ 1272 X"$as_myself" : 'X\(//\)$' \| \ 1273 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1274 $as_echo X"$as_myself" | 1183 1275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1184 1276 s//\1/ … … 1207 1299 if test ! -r "$srcdir/$ac_unique_file"; then 1208 1300 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1209 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21301 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1210 1302 { (exit 1); exit 1; }; } 1211 1303 fi 1212 1304 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1213 1305 ac_abs_confdir=`( 1214 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21306 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1215 1307 { (exit 1); exit 1; }; } 1216 1308 pwd)` … … 1261 1353 Installation directories: 1262 1354 --prefix=PREFIX install architecture-independent files in PREFIX 1263 1355 [$ac_default_prefix] 1264 1356 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1265 1357 [PREFIX] 1266 1358 1267 1359 By default, \`make install' will install all the files in … … 1273 1365 1274 1366 Fine tuning of the installation directories: 1275 --bindir=DIR user executables [EPREFIX/bin]1276 --sbindir=DIR system admin executables [EPREFIX/sbin]1277 --libexecdir=DIR program executables [EPREFIX/libexec]1278 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1279 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1280 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1281 --libdir=DIR object code libraries [EPREFIX/lib]1282 --includedir=DIR C header files [PREFIX/include]1283 --oldincludedir=DIR C header files for non-gcc [/usr/include]1284 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1285 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1286 --infodir=DIR info documentation [DATAROOTDIR/info]1287 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1288 --mandir=DIR man documentation [DATAROOTDIR/man]1289 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture]1290 --htmldir=DIR html documentation [DOCDIR]1291 --dvidir=DIR dvi documentation [DOCDIR]1292 --pdfdir=DIR pdf documentation [DOCDIR]1293 --psdir=DIR ps documentation [DOCDIR]1367 --bindir=DIR user executables [EPREFIX/bin] 1368 --sbindir=DIR system admin executables [EPREFIX/sbin] 1369 --libexecdir=DIR program executables [EPREFIX/libexec] 1370 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1371 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1372 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1373 --libdir=DIR object code libraries [EPREFIX/lib] 1374 --includedir=DIR C header files [PREFIX/include] 1375 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1376 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1377 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1378 --infodir=DIR info documentation [DATAROOTDIR/info] 1379 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1380 --mandir=DIR man documentation [DATAROOTDIR/man] 1381 --docdir=DIR documentation root [DATAROOTDIR/doc/rappture] 1382 --htmldir=DIR html documentation [DOCDIR] 1383 --dvidir=DIR dvi documentation [DOCDIR] 1384 --pdfdir=DIR pdf documentation [DOCDIR] 1385 --psdir=DIR ps documentation [DOCDIR] 1294 1386 _ACEOF 1295 1387 … … 1305 1397 1306 1398 Optional Features: 1399 --disable-option-checking ignore unrecognized --enable/--with options 1307 1400 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1308 1401 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1357 1450 # If there are subdirs, report their specific --help. 1358 1451 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1359 test -d "$ac_dir" || continue 1452 test -d "$ac_dir" || 1453 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1454 continue 1360 1455 ac_builddir=. 1361 1456 … … 1363 1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1364 1459 *) 1365 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1460 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1366 1461 # A ".." for each directory in $ac_dir_suffix. 1367 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1462 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1368 1463 case $ac_top_builddir_sub in 1369 1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1401 1496 $SHELL "$ac_srcdir/configure" --help=recursive 1402 1497 else 1403 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21498 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1404 1499 fi || ac_status=$? 1405 1500 cd "$ac_pwd" || { ac_status=$?; break; } … … 1411 1506 cat <<\_ACEOF 1412 1507 Rappture configure 1.1 1413 generated by GNU Autoconf 2.6 11508 generated by GNU Autoconf 2.62 1414 1509 1415 1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1416 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1511 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1417 1512 This configure script is free software; the Free Software Foundation 1418 1513 gives unlimited permission to copy, distribute and modify it. … … 1425 1520 1426 1521 It was created by Rappture $as_me 1.1, which was 1427 generated by GNU Autoconf 2.6 1. Invocation command line was1522 generated by GNU Autoconf 2.62. Invocation command line was 1428 1523 1429 1524 $ $0 $@ … … 1461 1556 IFS=$as_save_IFS 1462 1557 test -z "$as_dir" && as_dir=. 1463 echo "PATH: $as_dir"1558 $as_echo "PATH: $as_dir" 1464 1559 done 1465 1560 IFS=$as_save_IFS … … 1496 1591 continue ;; 1497 1592 *\'*) 1498 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1593 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1499 1594 esac 1500 1595 case $ac_pass in … … 1548 1643 *${as_nl}*) 1549 1644 case $ac_var in #( 1550 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51551 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1645 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1646 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1552 1647 esac 1553 1648 case $ac_var in #( 1554 1649 _ | IFS | as_nl) ;; #( 1650 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1555 1651 *) $as_unset $ac_var ;; 1556 1652 esac ;; … … 1582 1678 eval ac_val=\$$ac_var 1583 1679 case $ac_val in 1584 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1680 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1585 1681 esac 1586 echo "$ac_var='\''$ac_val'\''"1682 $as_echo "$ac_var='\''$ac_val'\''" 1587 1683 done | sort 1588 1684 echo … … 1599 1695 eval ac_val=\$$ac_var 1600 1696 case $ac_val in 1601 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1697 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1602 1698 esac 1603 echo "$ac_var='\''$ac_val'\''"1699 $as_echo "$ac_var='\''$ac_val'\''" 1604 1700 done | sort 1605 1701 echo … … 1617 1713 fi 1618 1714 test "$ac_signal" != 0 && 1619 echo "$as_me: caught signal $ac_signal"1620 echo "$as_me: exit $exit_status"1715 $as_echo "$as_me: caught signal $ac_signal" 1716 $as_echo "$as_me: exit $exit_status" 1621 1717 } >&5 1622 1718 rm -f core *.core core.conftest.* && … … 1660 1756 1661 1757 # Let the site file select an alternate cache file if it wants to. 1662 # Prefer explicitly selected file to automatically selected ones. 1758 # Prefer an explicitly selected file to automatically selected ones. 1759 ac_site_file1=NONE 1760 ac_site_file2=NONE 1663 1761 if test -n "$CONFIG_SITE"; then 1664 set x "$CONFIG_SITE"1762 ac_site_file1=$CONFIG_SITE 1665 1763 elif test "x$prefix" != xNONE; then 1666 set x "$prefix/share/config.site" "$prefix/etc/config.site"1667 else1668 set x "$ac_default_prefix/share/config.site" \ 1669 "$ac_default_prefix/etc/config.site" 1670 fi 1671 shift 1672 for ac_site_file 1764 ac_site_file1=$prefix/share/config.site 1765 ac_site_file2=$prefix/etc/config.site 1766 else 1767 ac_site_file1=$ac_default_prefix/share/config.site 1768 ac_site_file2=$ac_default_prefix/etc/config.site 1769 fi 1770 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1673 1771 do 1772 test "x$ac_site_file" = xNONE && continue 1674 1773 if test -r "$ac_site_file"; then 1675 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51676 echo "$as_me: loading site script $ac_site_file" >&6;}1774 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1775 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1677 1776 sed 's/^/| /' "$ac_site_file" >&5 1678 1777 . "$ac_site_file" … … 1684 1783 # files actually), so we avoid doing that. 1685 1784 if test -f "$cache_file"; then 1686 { echo "$as_me:$LINENO: loading cache $cache_file" >&51687 echo "$as_me: loading cache $cache_file" >&6;}1785 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1786 $as_echo "$as_me: loading cache $cache_file" >&6;} 1688 1787 case $cache_file in 1689 1788 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1692 1791 fi 1693 1792 else 1694 { echo "$as_me:$LINENO: creating cache $cache_file" >&51695 echo "$as_me: creating cache $cache_file" >&6;}1793 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1794 $as_echo "$as_me: creating cache $cache_file" >&6;} 1696 1795 >$cache_file 1697 1796 fi … … 1707 1806 case $ac_old_set,$ac_new_set in 1708 1807 set,) 1709 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51710 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1808 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1809 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1711 1810 ac_cache_corrupted=: ;; 1712 1811 ,set) 1713 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51714 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1812 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1813 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1715 1814 ac_cache_corrupted=: ;; 1716 1815 ,);; 1717 1816 *) 1718 1817 if test "x$ac_old_val" != "x$ac_new_val"; then 1719 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1720 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1721 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1722 echo "$as_me: former value: $ac_old_val" >&2;} 1723 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1724 echo "$as_me: current value: $ac_new_val" >&2;} 1725 ac_cache_corrupted=: 1818 # differences in whitespace do not lead to failure. 1819 ac_old_val_w=`echo x $ac_old_val` 1820 ac_new_val_w=`echo x $ac_new_val` 1821 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1822 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1823 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1824 ac_cache_corrupted=: 1825 else 1826 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1827 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1828 eval $ac_var=\$ac_old_val 1829 fi 1830 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 1831 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1832 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 1833 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1726 1834 fi;; 1727 1835 esac … … 1729 1837 if test "$ac_new_set" = set; then 1730 1838 case $ac_new_val in 1731 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1839 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1732 1840 *) ac_arg=$ac_var=$ac_new_val ;; 1733 1841 esac … … 1739 1847 done 1740 1848 if $ac_cache_corrupted; then 1741 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&51742 echo "$as_me: error: changes in the environment can compromise the build" >&2;}1743 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51744 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}1849 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1850 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1851 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1852 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1745 1853 { (exit 1); exit 1; }; } 1746 1854 fi … … 1814 1922 done 1815 1923 if test -z "$ac_aux_dir"; then 1816 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&51817 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}1924 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1925 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1818 1926 { (exit 1); exit 1; }; } 1819 1927 fi … … 1841 1949 # OS/2's system install, which has a completely different semantic 1842 1950 # ./install, which can be erroneously created by make from ./install.sh. 1843 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1844 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1951 # Reject install programs that cannot install multiple files. 1952 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1953 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1845 1954 if test -z "$INSTALL"; then 1846 1955 if test "${ac_cv_path_install+set}" = set; then 1847 echo $ECHO_N "(cached) $ECHO_C" >&61956 $as_echo_n "(cached) " >&6 1848 1957 else 1849 1958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 1874 1983 : 1875 1984 else 1876 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1877 break 3 1985 rm -rf conftest.one conftest.two conftest.dir 1986 echo one > conftest.one 1987 echo two > conftest.two 1988 mkdir conftest.dir 1989 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 1990 test -s conftest.one && test -s conftest.two && 1991 test -s conftest.dir/conftest.one && 1992 test -s conftest.dir/conftest.two 1993 then 1994 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1995 break 3 1996 fi 1878 1997 fi 1879 1998 fi … … 1882 2001 ;; 1883 2002 esac 2003 1884 2004 done 1885 2005 IFS=$as_save_IFS 1886 2006 2007 rm -rf conftest.one conftest.two conftest.dir 1887 2008 1888 2009 fi … … 1897 2018 fi 1898 2019 fi 1899 { echo "$as_me:$LINENO: result: $INSTALL" >&51900 echo "${ECHO_T}$INSTALL" >&6; }2020 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 2021 $as_echo "$INSTALL" >&6; } 1901 2022 1902 2023 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 1908 2029 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1909 2030 1910 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1911 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1912 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2031 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2032 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2033 set x ${MAKE-make} 2034 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1913 2035 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 1914 echo $ECHO_N "(cached) $ECHO_C" >&62036 $as_echo_n "(cached) " >&6 1915 2037 else 1916 2038 cat >conftest.make <<\_ACEOF … … 1929 2051 fi 1930 2052 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1931 { echo "$as_me:$LINENO: result: yes" >&51932 echo "${ECHO_T}yes" >&6; }2053 { $as_echo "$as_me:$LINENO: result: yes" >&5 2054 $as_echo "yes" >&6; } 1933 2055 SET_MAKE= 1934 2056 else 1935 { echo "$as_me:$LINENO: result: no" >&51936 echo "${ECHO_T}no" >&6; }2057 { $as_echo "$as_me:$LINENO: result: no" >&5 2058 $as_echo "no" >&6; } 1937 2059 SET_MAKE="MAKE=${MAKE-make}" 1938 2060 fi … … 1947 2069 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1948 2070 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1949 { echo "$as_me:$LINENO: checking for $ac_word" >&51950 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2071 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2072 $as_echo_n "checking for $ac_word... " >&6; } 1951 2073 if test "${ac_cv_prog_CC+set}" = set; then 1952 echo $ECHO_N "(cached) $ECHO_C" >&62074 $as_echo_n "(cached) " >&6 1953 2075 else 1954 2076 if test -n "$CC"; then … … 1963 2085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1964 2086 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1965 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52087 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1966 2088 break 2 1967 2089 fi … … 1974 2096 CC=$ac_cv_prog_CC 1975 2097 if test -n "$CC"; then 1976 { echo "$as_me:$LINENO: result: $CC" >&51977 echo "${ECHO_T}$CC" >&6; }1978 else 1979 { echo "$as_me:$LINENO: result: no" >&51980 echo "${ECHO_T}no" >&6; }2098 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2099 $as_echo "$CC" >&6; } 2100 else 2101 { $as_echo "$as_me:$LINENO: result: no" >&5 2102 $as_echo "no" >&6; } 1981 2103 fi 1982 2104 … … 1987 2109 # Extract the first word of "gcc", so it can be a program name with args. 1988 2110 set dummy gcc; ac_word=$2 1989 { echo "$as_me:$LINENO: checking for $ac_word" >&51990 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2111 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2112 $as_echo_n "checking for $ac_word... " >&6; } 1991 2113 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1992 echo $ECHO_N "(cached) $ECHO_C" >&62114 $as_echo_n "(cached) " >&6 1993 2115 else 1994 2116 if test -n "$ac_ct_CC"; then … … 2003 2125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2004 2126 ac_cv_prog_ac_ct_CC="gcc" 2005 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52127 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2006 2128 break 2 2007 2129 fi … … 2014 2136 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2015 2137 if test -n "$ac_ct_CC"; then 2016 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52017 echo "${ECHO_T}$ac_ct_CC" >&6; }2018 else 2019 { echo "$as_me:$LINENO: result: no" >&52020 echo "${ECHO_T}no" >&6; }2138 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2139 $as_echo "$ac_ct_CC" >&6; } 2140 else 2141 { $as_echo "$as_me:$LINENO: result: no" >&5 2142 $as_echo "no" >&6; } 2021 2143 fi 2022 2144 … … 2026 2148 case $cross_compiling:$ac_tool_warned in 2027 2149 yes:) 2028 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2150 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2029 2151 whose name does not start with the host triplet. If you think this 2030 2152 configuration is useful to you, please write to autoconf@gnu.org." >&5 2031 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2153 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2032 2154 whose name does not start with the host triplet. If you think this 2033 2155 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2044 2166 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2045 2167 set dummy ${ac_tool_prefix}cc; ac_word=$2 2046 { echo "$as_me:$LINENO: checking for $ac_word" >&52047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2168 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2169 $as_echo_n "checking for $ac_word... " >&6; } 2048 2170 if test "${ac_cv_prog_CC+set}" = set; then 2049 echo $ECHO_N "(cached) $ECHO_C" >&62171 $as_echo_n "(cached) " >&6 2050 2172 else 2051 2173 if test -n "$CC"; then … … 2060 2182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2061 2183 ac_cv_prog_CC="${ac_tool_prefix}cc" 2062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52184 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2063 2185 break 2 2064 2186 fi … … 2071 2193 CC=$ac_cv_prog_CC 2072 2194 if test -n "$CC"; then 2073 { echo "$as_me:$LINENO: result: $CC" >&52074 echo "${ECHO_T}$CC" >&6; }2075 else 2076 { echo "$as_me:$LINENO: result: no" >&52077 echo "${ECHO_T}no" >&6; }2195 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2196 $as_echo "$CC" >&6; } 2197 else 2198 { $as_echo "$as_me:$LINENO: result: no" >&5 2199 $as_echo "no" >&6; } 2078 2200 fi 2079 2201 … … 2084 2206 # Extract the first word of "cc", so it can be a program name with args. 2085 2207 set dummy cc; ac_word=$2 2086 { echo "$as_me:$LINENO: checking for $ac_word" >&52087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2208 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2209 $as_echo_n "checking for $ac_word... " >&6; } 2088 2210 if test "${ac_cv_prog_CC+set}" = set; then 2089 echo $ECHO_N "(cached) $ECHO_C" >&62211 $as_echo_n "(cached) " >&6 2090 2212 else 2091 2213 if test -n "$CC"; then … … 2105 2227 fi 2106 2228 ac_cv_prog_CC="cc" 2107 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52229 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2108 2230 break 2 2109 2231 fi … … 2128 2250 CC=$ac_cv_prog_CC 2129 2251 if test -n "$CC"; then 2130 { echo "$as_me:$LINENO: result: $CC" >&52131 echo "${ECHO_T}$CC" >&6; }2132 else 2133 { echo "$as_me:$LINENO: result: no" >&52134 echo "${ECHO_T}no" >&6; }2252 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2253 $as_echo "$CC" >&6; } 2254 else 2255 { $as_echo "$as_me:$LINENO: result: no" >&5 2256 $as_echo "no" >&6; } 2135 2257 fi 2136 2258 … … 2143 2265 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2144 2266 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2145 { echo "$as_me:$LINENO: checking for $ac_word" >&52146 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2267 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2268 $as_echo_n "checking for $ac_word... " >&6; } 2147 2269 if test "${ac_cv_prog_CC+set}" = set; then 2148 echo $ECHO_N "(cached) $ECHO_C" >&62270 $as_echo_n "(cached) " >&6 2149 2271 else 2150 2272 if test -n "$CC"; then … … 2159 2281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2160 2282 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2161 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52283 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2162 2284 break 2 2163 2285 fi … … 2170 2292 CC=$ac_cv_prog_CC 2171 2293 if test -n "$CC"; then 2172 { echo "$as_me:$LINENO: result: $CC" >&52173 echo "${ECHO_T}$CC" >&6; }2174 else 2175 { echo "$as_me:$LINENO: result: no" >&52176 echo "${ECHO_T}no" >&6; }2294 { $as_echo "$as_me:$LINENO: result: $CC" >&5 2295 $as_echo "$CC" >&6; } 2296 else 2297 { $as_echo "$as_me:$LINENO: result: no" >&5 2298 $as_echo "no" >&6; } 2177 2299 fi 2178 2300 … … 2187 2309 # Extract the first word of "$ac_prog", so it can be a program name with args. 2188 2310 set dummy $ac_prog; ac_word=$2 2189 { echo "$as_me:$LINENO: checking for $ac_word" >&52190 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2311 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2312 $as_echo_n "checking for $ac_word... " >&6; } 2191 2313 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2192 echo $ECHO_N "(cached) $ECHO_C" >&62314 $as_echo_n "(cached) " >&6 2193 2315 else 2194 2316 if test -n "$ac_ct_CC"; then … … 2203 2325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2204 2326 ac_cv_prog_ac_ct_CC="$ac_prog" 2205 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52327 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2206 2328 break 2 2207 2329 fi … … 2214 2336 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2215 2337 if test -n "$ac_ct_CC"; then 2216 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&52217 echo "${ECHO_T}$ac_ct_CC" >&6; }2218 else 2219 { echo "$as_me:$LINENO: result: no" >&52220 echo "${ECHO_T}no" >&6; }2338 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2339 $as_echo "$ac_ct_CC" >&6; } 2340 else 2341 { $as_echo "$as_me:$LINENO: result: no" >&5 2342 $as_echo "no" >&6; } 2221 2343 fi 2222 2344 … … 2230 2352 case $cross_compiling:$ac_tool_warned in 2231 2353 yes:) 2232 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools2354 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2233 2355 whose name does not start with the host triplet. If you think this 2234 2356 configuration is useful to you, please write to autoconf@gnu.org." >&5 2235 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools2357 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2236 2358 whose name does not start with the host triplet. If you think this 2237 2359 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2245 2367 2246 2368 2247 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH2369 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2248 2370 See \`config.log' for more details." >&5 2249 echo "$as_me: error: no acceptable C compiler found in \$PATH2371 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 2250 2372 See \`config.log' for more details." >&2;} 2251 2373 { (exit 1); exit 1; }; } 2252 2374 2253 2375 # Provide some information about the compiler. 2254 echo "$as_me:$LINENO: checking for C compiler version" >&5 2255 ac_compiler=`set X $ac_compile; echo $2` 2376 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 2377 set X $ac_compile 2378 ac_compiler=$2 2256 2379 { (ac_try="$ac_compiler --version >&5" 2257 2380 case "(($ac_try" in … … 2259 2382 *) ac_try_echo=$ac_try;; 2260 2383 esac 2261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2385 $as_echo "$ac_try_echo") >&5 2262 2386 (eval "$ac_compiler --version >&5") 2>&5 2263 2387 ac_status=$? 2264 echo "$as_me:$LINENO: \$? = $ac_status" >&52388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2265 2389 (exit $ac_status); } 2266 2390 { (ac_try="$ac_compiler -v >&5" … … 2269 2393 *) ac_try_echo=$ac_try;; 2270 2394 esac 2271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2396 $as_echo "$ac_try_echo") >&5 2272 2397 (eval "$ac_compiler -v >&5") 2>&5 2273 2398 ac_status=$? 2274 echo "$as_me:$LINENO: \$? = $ac_status" >&52399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2275 2400 (exit $ac_status); } 2276 2401 { (ac_try="$ac_compiler -V >&5" … … 2279 2404 *) ac_try_echo=$ac_try;; 2280 2405 esac 2281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2407 $as_echo "$ac_try_echo") >&5 2282 2408 (eval "$ac_compiler -V >&5") 2>&5 2283 2409 ac_status=$? 2284 echo "$as_me:$LINENO: \$? = $ac_status" >&52410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2285 2411 (exit $ac_status); } 2286 2412 … … 2301 2427 _ACEOF 2302 2428 ac_clean_files_save=$ac_clean_files 2303 ac_clean_files="$ac_clean_files a.out a. exe b.out"2429 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2304 2430 # Try to create an executable without -o first, disregard a.out. 2305 2431 # It will help us diagnose broken compilers, and finding out an intuition 2306 2432 # of exeext. 2307 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2308 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2309 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2310 # 2311 # List of possible output files, starting from the most likely. 2312 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2313 # only as a last resort. b.out is created by i960 compilers. 2314 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2315 # 2316 # The IRIX 6 linker writes into existing files which may not be 2317 # executable, retaining their permissions. Remove them first so a 2318 # subsequent execution test works. 2433 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2434 $as_echo_n "checking for C compiler default output file name... " >&6; } 2435 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2436 2437 # The possible output files: 2438 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2439 2319 2440 ac_rmfiles= 2320 2441 for ac_file in $ac_files 2321 2442 do 2322 2443 case $ac_file in 2323 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2324 2445 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2325 2446 esac … … 2332 2453 *) ac_try_echo=$ac_try;; 2333 2454 esac 2334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2456 $as_echo "$ac_try_echo") >&5 2335 2457 (eval "$ac_link_default") 2>&5 2336 2458 ac_status=$? 2337 echo "$as_me:$LINENO: \$? = $ac_status" >&52459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2338 2460 (exit $ac_status); }; then 2339 2461 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2346 2468 test -f "$ac_file" || continue 2347 2469 case $ac_file in 2348 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )2470 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2349 2471 ;; 2350 2472 [ab].out ) … … 2373 2495 fi 2374 2496 2375 { echo "$as_me:$LINENO: result: $ac_file" >&52376 echo "${ECHO_T}$ac_file" >&6; }2497 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2498 $as_echo "$ac_file" >&6; } 2377 2499 if test -z "$ac_file"; then 2378 echo "$as_me: failed program was:" >&52500 $as_echo "$as_me: failed program was:" >&5 2379 2501 sed 's/^/| /' conftest.$ac_ext >&5 2380 2502 2381 { { echo "$as_me:$LINENO: error: C compiler cannot create executables2503 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 2382 2504 See \`config.log' for more details." >&5 2383 echo "$as_me: error: C compiler cannot create executables2505 $as_echo "$as_me: error: C compiler cannot create executables 2384 2506 See \`config.log' for more details." >&2;} 2385 2507 { (exit 77); exit 77; }; } … … 2390 2512 # Check that the compiler produces executables we can run. If not, either 2391 2513 # the compiler is broken, or we cross compile. 2392 { echo "$as_me:$LINENO: checking whether the C compiler works" >&52393 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }2514 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2515 $as_echo_n "checking whether the C compiler works... " >&6; } 2394 2516 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2395 2517 # If not cross compiling, check that we can run a simple program. … … 2400 2522 *) ac_try_echo=$ac_try;; 2401 2523 esac 2402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2525 $as_echo "$ac_try_echo") >&5 2403 2526 (eval "$ac_try") 2>&5 2404 2527 ac_status=$? 2405 echo "$as_me:$LINENO: \$? = $ac_status" >&52528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2406 2529 (exit $ac_status); }; }; then 2407 2530 cross_compiling=no … … 2410 2533 cross_compiling=yes 2411 2534 else 2412 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.2535 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 2413 2536 If you meant to cross compile, use \`--host'. 2414 2537 See \`config.log' for more details." >&5 2415 echo "$as_me: error: cannot run C compiled programs.2538 $as_echo "$as_me: error: cannot run C compiled programs. 2416 2539 If you meant to cross compile, use \`--host'. 2417 2540 See \`config.log' for more details." >&2;} … … 2420 2543 fi 2421 2544 fi 2422 { echo "$as_me:$LINENO: result: yes" >&52423 echo "${ECHO_T}yes" >&6; }2424 2425 rm -f a.outa.exe conftest$ac_cv_exeext b.out2545 { $as_echo "$as_me:$LINENO: result: yes" >&5 2546 $as_echo "yes" >&6; } 2547 2548 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2426 2549 ac_clean_files=$ac_clean_files_save 2427 2550 # Check that the compiler produces executables we can run. If not, either 2428 2551 # the compiler is broken, or we cross compile. 2429 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&52430 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }2431 { echo "$as_me:$LINENO: result: $cross_compiling" >&52432 echo "${ECHO_T}$cross_compiling" >&6; }2433 2434 { echo "$as_me:$LINENO: checking for suffix of executables" >&52435 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }2552 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2553 $as_echo_n "checking whether we are cross compiling... " >&6; } 2554 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2555 $as_echo "$cross_compiling" >&6; } 2556 2557 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2558 $as_echo_n "checking for suffix of executables... " >&6; } 2436 2559 if { (ac_try="$ac_link" 2437 2560 case "(($ac_try" in … … 2439 2562 *) ac_try_echo=$ac_try;; 2440 2563 esac 2441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2565 $as_echo "$ac_try_echo") >&5 2442 2566 (eval "$ac_link") 2>&5 2443 2567 ac_status=$? 2444 echo "$as_me:$LINENO: \$? = $ac_status" >&52568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2445 2569 (exit $ac_status); }; then 2446 2570 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2451 2575 test -f "$ac_file" || continue 2452 2576 case $ac_file in 2453 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2577 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2454 2578 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2455 2579 break;; … … 2458 2582 done 2459 2583 else 2460 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link2584 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2461 2585 See \`config.log' for more details." >&5 2462 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link2586 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2463 2587 See \`config.log' for more details." >&2;} 2464 2588 { (exit 1); exit 1; }; } … … 2466 2590 2467 2591 rm -f conftest$ac_cv_exeext 2468 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52469 echo "${ECHO_T}$ac_cv_exeext" >&6; }2592 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2593 $as_echo "$ac_cv_exeext" >&6; } 2470 2594 2471 2595 rm -f conftest.$ac_ext 2472 2596 EXEEXT=$ac_cv_exeext 2473 2597 ac_exeext=$EXEEXT 2474 { echo "$as_me:$LINENO: checking for suffix of object files" >&52475 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }2598 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 2599 $as_echo_n "checking for suffix of object files... " >&6; } 2476 2600 if test "${ac_cv_objext+set}" = set; then 2477 echo $ECHO_N "(cached) $ECHO_C" >&62601 $as_echo_n "(cached) " >&6 2478 2602 else 2479 2603 cat >conftest.$ac_ext <<_ACEOF … … 2498 2622 *) ac_try_echo=$ac_try;; 2499 2623 esac 2500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2625 $as_echo "$ac_try_echo") >&5 2501 2626 (eval "$ac_compile") 2>&5 2502 2627 ac_status=$? 2503 echo "$as_me:$LINENO: \$? = $ac_status" >&52628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2504 2629 (exit $ac_status); }; then 2505 2630 for ac_file in conftest.o conftest.obj conftest.*; do 2506 2631 test -f "$ac_file" || continue; 2507 2632 case $ac_file in 2508 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;2633 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2509 2634 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2510 2635 break;; … … 2512 2637 done 2513 2638 else 2514 echo "$as_me: failed program was:" >&52639 $as_echo "$as_me: failed program was:" >&5 2515 2640 sed 's/^/| /' conftest.$ac_ext >&5 2516 2641 2517 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile2642 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2518 2643 See \`config.log' for more details." >&5 2519 echo "$as_me: error: cannot compute suffix of object files: cannot compile2644 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2520 2645 See \`config.log' for more details." >&2;} 2521 2646 { (exit 1); exit 1; }; } … … 2524 2649 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2525 2650 fi 2526 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52527 echo "${ECHO_T}$ac_cv_objext" >&6; }2651 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2652 $as_echo "$ac_cv_objext" >&6; } 2528 2653 OBJEXT=$ac_cv_objext 2529 2654 ac_objext=$OBJEXT 2530 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&52531 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }2655 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2656 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2532 2657 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2533 echo $ECHO_N "(cached) $ECHO_C" >&62658 $as_echo_n "(cached) " >&6 2534 2659 else 2535 2660 cat >conftest.$ac_ext <<_ACEOF … … 2557 2682 *) ac_try_echo=$ac_try;; 2558 2683 esac 2559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2685 $as_echo "$ac_try_echo") >&5 2560 2686 (eval "$ac_compile") 2>conftest.er1 2561 2687 ac_status=$? … … 2563 2689 rm -f conftest.er1 2564 2690 cat conftest.err >&5 2565 echo "$as_me:$LINENO: \$? = $ac_status" >&52691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2566 2692 (exit $ac_status); } && { 2567 2693 test -z "$ac_c_werror_flag" || … … 2570 2696 ac_compiler_gnu=yes 2571 2697 else 2572 echo "$as_me: failed program was:" >&52698 $as_echo "$as_me: failed program was:" >&5 2573 2699 sed 's/^/| /' conftest.$ac_ext >&5 2574 2700 … … 2580 2706 2581 2707 fi 2582 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2583 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2584 GCC=`test $ac_compiler_gnu = yes && echo yes` 2708 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2709 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2710 if test $ac_compiler_gnu = yes; then 2711 GCC=yes 2712 else 2713 GCC= 2714 fi 2585 2715 ac_test_CFLAGS=${CFLAGS+set} 2586 2716 ac_save_CFLAGS=$CFLAGS 2587 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&52588 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }2717 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2718 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2589 2719 if test "${ac_cv_prog_cc_g+set}" = set; then 2590 echo $ECHO_N "(cached) $ECHO_C" >&62720 $as_echo_n "(cached) " >&6 2591 2721 else 2592 2722 ac_save_c_werror_flag=$ac_c_werror_flag … … 2615 2745 *) ac_try_echo=$ac_try;; 2616 2746 esac 2617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2748 $as_echo "$ac_try_echo") >&5 2618 2749 (eval "$ac_compile") 2>conftest.er1 2619 2750 ac_status=$? … … 2621 2752 rm -f conftest.er1 2622 2753 cat conftest.err >&5 2623 echo "$as_me:$LINENO: \$? = $ac_status" >&52754 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2624 2755 (exit $ac_status); } && { 2625 2756 test -z "$ac_c_werror_flag" || … … 2628 2759 ac_cv_prog_cc_g=yes 2629 2760 else 2630 echo "$as_me: failed program was:" >&52761 $as_echo "$as_me: failed program was:" >&5 2631 2762 sed 's/^/| /' conftest.$ac_ext >&5 2632 2763 … … 2653 2784 *) ac_try_echo=$ac_try;; 2654 2785 esac 2655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2787 $as_echo "$ac_try_echo") >&5 2656 2788 (eval "$ac_compile") 2>conftest.er1 2657 2789 ac_status=$? … … 2659 2791 rm -f conftest.er1 2660 2792 cat conftest.err >&5 2661 echo "$as_me:$LINENO: \$? = $ac_status" >&52793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2662 2794 (exit $ac_status); } && { 2663 2795 test -z "$ac_c_werror_flag" || … … 2666 2798 : 2667 2799 else 2668 echo "$as_me: failed program was:" >&52800 $as_echo "$as_me: failed program was:" >&5 2669 2801 sed 's/^/| /' conftest.$ac_ext >&5 2670 2802 … … 2692 2824 *) ac_try_echo=$ac_try;; 2693 2825 esac 2694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2827 $as_echo "$ac_try_echo") >&5 2695 2828 (eval "$ac_compile") 2>conftest.er1 2696 2829 ac_status=$? … … 2698 2831 rm -f conftest.er1 2699 2832 cat conftest.err >&5 2700 echo "$as_me:$LINENO: \$? = $ac_status" >&52833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2701 2834 (exit $ac_status); } && { 2702 2835 test -z "$ac_c_werror_flag" || … … 2705 2838 ac_cv_prog_cc_g=yes 2706 2839 else 2707 echo "$as_me: failed program was:" >&52840 $as_echo "$as_me: failed program was:" >&5 2708 2841 sed 's/^/| /' conftest.$ac_ext >&5 2709 2842 … … 2720 2853 ac_c_werror_flag=$ac_save_c_werror_flag 2721 2854 fi 2722 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&52723 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }2855 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2856 $as_echo "$ac_cv_prog_cc_g" >&6; } 2724 2857 if test "$ac_test_CFLAGS" = set; then 2725 2858 CFLAGS=$ac_save_CFLAGS … … 2737 2870 fi 2738 2871 fi 2739 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&52740 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }2872 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2873 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2741 2874 if test "${ac_cv_prog_cc_c89+set}" = set; then 2742 echo $ECHO_N "(cached) $ECHO_C" >&62875 $as_echo_n "(cached) " >&6 2743 2876 else 2744 2877 ac_cv_prog_cc_c89=no … … 2811 2944 *) ac_try_echo=$ac_try;; 2812 2945 esac 2813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2947 $as_echo "$ac_try_echo") >&5 2814 2948 (eval "$ac_compile") 2>conftest.er1 2815 2949 ac_status=$? … … 2817 2951 rm -f conftest.er1 2818 2952 cat conftest.err >&5 2819 echo "$as_me:$LINENO: \$? = $ac_status" >&52953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2820 2954 (exit $ac_status); } && { 2821 2955 test -z "$ac_c_werror_flag" || … … 2824 2958 ac_cv_prog_cc_c89=$ac_arg 2825 2959 else 2826 echo "$as_me: failed program was:" >&52960 $as_echo "$as_me: failed program was:" >&5 2827 2961 sed 's/^/| /' conftest.$ac_ext >&5 2828 2962 … … 2840 2974 case "x$ac_cv_prog_cc_c89" in 2841 2975 x) 2842 { echo "$as_me:$LINENO: result: none needed" >&52843 echo "${ECHO_T}none needed" >&6; } ;;2976 { $as_echo "$as_me:$LINENO: result: none needed" >&5 2977 $as_echo "none needed" >&6; } ;; 2844 2978 xno) 2845 { echo "$as_me:$LINENO: result: unsupported" >&52846 echo "${ECHO_T}unsupported" >&6; } ;;2979 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 2980 $as_echo "unsupported" >&6; } ;; 2847 2981 *) 2848 2982 CC="$CC $ac_cv_prog_cc_c89" 2849 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&52850 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;2983 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2984 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 2851 2985 esac 2852 2986 … … 2867 3001 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2868 3002 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2869 { echo "$as_me:$LINENO: checking for $ac_word" >&52870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3003 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3004 $as_echo_n "checking for $ac_word... " >&6; } 2871 3005 if test "${ac_cv_prog_F77+set}" = set; then 2872 echo $ECHO_N "(cached) $ECHO_C" >&63006 $as_echo_n "(cached) " >&6 2873 3007 else 2874 3008 if test -n "$F77"; then … … 2883 3017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2884 3018 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 2885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53019 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2886 3020 break 2 2887 3021 fi … … 2894 3028 F77=$ac_cv_prog_F77 2895 3029 if test -n "$F77"; then 2896 { echo "$as_me:$LINENO: result: $F77" >&52897 echo "${ECHO_T}$F77" >&6; }2898 else 2899 { echo "$as_me:$LINENO: result: no" >&52900 echo "${ECHO_T}no" >&6; }3030 { $as_echo "$as_me:$LINENO: result: $F77" >&5 3031 $as_echo "$F77" >&6; } 3032 else 3033 { $as_echo "$as_me:$LINENO: result: no" >&5 3034 $as_echo "no" >&6; } 2901 3035 fi 2902 3036 … … 2911 3045 # Extract the first word of "$ac_prog", so it can be a program name with args. 2912 3046 set dummy $ac_prog; ac_word=$2 2913 { echo "$as_me:$LINENO: checking for $ac_word" >&52914 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3047 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3048 $as_echo_n "checking for $ac_word... " >&6; } 2915 3049 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 2916 echo $ECHO_N "(cached) $ECHO_C" >&63050 $as_echo_n "(cached) " >&6 2917 3051 else 2918 3052 if test -n "$ac_ct_F77"; then … … 2927 3061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2928 3062 ac_cv_prog_ac_ct_F77="$ac_prog" 2929 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53063 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2930 3064 break 2 2931 3065 fi … … 2938 3072 ac_ct_F77=$ac_cv_prog_ac_ct_F77 2939 3073 if test -n "$ac_ct_F77"; then 2940 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&52941 echo "${ECHO_T}$ac_ct_F77" >&6; }2942 else 2943 { echo "$as_me:$LINENO: result: no" >&52944 echo "${ECHO_T}no" >&6; }3074 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 3075 $as_echo "$ac_ct_F77" >&6; } 3076 else 3077 { $as_echo "$as_me:$LINENO: result: no" >&5 3078 $as_echo "no" >&6; } 2945 3079 fi 2946 3080 … … 2954 3088 case $cross_compiling:$ac_tool_warned in 2955 3089 yes:) 2956 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3090 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2957 3091 whose name does not start with the host triplet. If you think this 2958 3092 configuration is useful to you, please write to autoconf@gnu.org." >&5 2959 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3093 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2960 3094 whose name does not start with the host triplet. If you think this 2961 3095 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 2968 3102 2969 3103 # Provide some information about the compiler. 2970 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 2971 ac_compiler=`set X $ac_compile; echo $2` 3104 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 3105 set X $ac_compile 3106 ac_compiler=$2 2972 3107 { (ac_try="$ac_compiler --version >&5" 2973 3108 case "(($ac_try" in … … 2975 3110 *) ac_try_echo=$ac_try;; 2976 3111 esac 2977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3113 $as_echo "$ac_try_echo") >&5 2978 3114 (eval "$ac_compiler --version >&5") 2>&5 2979 3115 ac_status=$? 2980 echo "$as_me:$LINENO: \$? = $ac_status" >&53116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2981 3117 (exit $ac_status); } 2982 3118 { (ac_try="$ac_compiler -v >&5" … … 2985 3121 *) ac_try_echo=$ac_try;; 2986 3122 esac 2987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3124 $as_echo "$ac_try_echo") >&5 2988 3125 (eval "$ac_compiler -v >&5") 2>&5 2989 3126 ac_status=$? 2990 echo "$as_me:$LINENO: \$? = $ac_status" >&53127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2991 3128 (exit $ac_status); } 2992 3129 { (ac_try="$ac_compiler -V >&5" … … 2995 3132 *) ac_try_echo=$ac_try;; 2996 3133 esac 2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3135 $as_echo "$ac_try_echo") >&5 2998 3136 (eval "$ac_compiler -V >&5") 2>&5 2999 3137 ac_status=$? 3000 echo "$as_me:$LINENO: \$? = $ac_status" >&53138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3001 3139 (exit $ac_status); } 3002 3140 rm -f a.out … … 3006 3144 ac_save_ext=$ac_ext 3007 3145 ac_ext=F 3008 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&53009 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }3146 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 3147 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } 3010 3148 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 3011 echo $ECHO_N "(cached) $ECHO_C" >&63149 $as_echo_n "(cached) " >&6 3012 3150 else 3013 3151 cat >conftest.$ac_ext <<_ACEOF … … 3025 3163 *) ac_try_echo=$ac_try;; 3026 3164 esac 3027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3166 $as_echo "$ac_try_echo") >&5 3028 3167 (eval "$ac_compile") 2>conftest.er1 3029 3168 ac_status=$? … … 3031 3170 rm -f conftest.er1 3032 3171 cat conftest.err >&5 3033 echo "$as_me:$LINENO: \$? = $ac_status" >&53172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3034 3173 (exit $ac_status); } && { 3035 3174 test -z "$ac_f77_werror_flag" || … … 3038 3177 ac_compiler_gnu=yes 3039 3178 else 3040 echo "$as_me: failed program was:" >&53179 $as_echo "$as_me: failed program was:" >&5 3041 3180 sed 's/^/| /' conftest.$ac_ext >&5 3042 3181 … … 3048 3187 3049 3188 fi 3050 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&53051 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }3189 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 3190 $as_echo "$ac_cv_f77_compiler_gnu" >&6; } 3052 3191 ac_ext=$ac_save_ext 3053 3192 ac_test_FFLAGS=${FFLAGS+set} 3054 3193 ac_save_FFLAGS=$FFLAGS 3055 3194 FFLAGS= 3056 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&53057 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }3195 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 3196 $as_echo_n "checking whether $F77 accepts -g... " >&6; } 3058 3197 if test "${ac_cv_prog_f77_g+set}" = set; then 3059 echo $ECHO_N "(cached) $ECHO_C" >&63198 $as_echo_n "(cached) " >&6 3060 3199 else 3061 3200 FFLAGS=-g … … 3071 3210 *) ac_try_echo=$ac_try;; 3072 3211 esac 3073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3213 $as_echo "$ac_try_echo") >&5 3074 3214 (eval "$ac_compile") 2>conftest.er1 3075 3215 ac_status=$? … … 3077 3217 rm -f conftest.er1 3078 3218 cat conftest.err >&5 3079 echo "$as_me:$LINENO: \$? = $ac_status" >&53219 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3080 3220 (exit $ac_status); } && { 3081 3221 test -z "$ac_f77_werror_flag" || … … 3084 3224 ac_cv_prog_f77_g=yes 3085 3225 else 3086 echo "$as_me: failed program was:" >&53226 $as_echo "$as_me: failed program was:" >&5 3087 3227 sed 's/^/| /' conftest.$ac_ext >&5 3088 3228 … … 3093 3233 3094 3234 fi 3095 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&53096 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }3235 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 3236 $as_echo "$ac_cv_prog_f77_g" >&6; } 3097 3237 if test "$ac_test_FFLAGS" = set; then 3098 3238 FFLAGS=$ac_save_FFLAGS … … 3111 3251 fi 3112 3252 3113 G77=`test $ac_compiler_gnu = yes && echo yes` 3253 if test $ac_compiler_gnu = yes; then 3254 G77=yes 3255 else 3256 G77= 3257 fi 3114 3258 ac_ext=c 3115 3259 ac_cpp='$CPP $CPPFLAGS' … … 3138 3282 # OS/2's system install, which has a completely different semantic 3139 3283 # ./install, which can be erroneously created by make from ./install.sh. 3140 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3141 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 3284 # Reject install programs that cannot install multiple files. 3285 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3286 $as_echo_n "checking for a BSD-compatible install... " >&6; } 3142 3287 if test -z "$INSTALL"; then 3143 3288 if test "${ac_cv_path_install+set}" = set; then 3144 echo $ECHO_N "(cached) $ECHO_C" >&63289 $as_echo_n "(cached) " >&6 3145 3290 else 3146 3291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 3171 3316 : 3172 3317 else 3173 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3174 break 3 3318 rm -rf conftest.one conftest.two conftest.dir 3319 echo one > conftest.one 3320 echo two > conftest.two 3321 mkdir conftest.dir 3322 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 3323 test -s conftest.one && test -s conftest.two && 3324 test -s conftest.dir/conftest.one && 3325 test -s conftest.dir/conftest.two 3326 then 3327 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3328 break 3 3329 fi 3175 3330 fi 3176 3331 fi … … 3179 3334 ;; 3180 3335 esac 3336 3181 3337 done 3182 3338 IFS=$as_save_IFS 3183 3339 3340 rm -rf conftest.one conftest.two conftest.dir 3184 3341 3185 3342 fi … … 3194 3351 fi 3195 3352 fi 3196 { echo "$as_me:$LINENO: result: $INSTALL" >&53197 echo "${ECHO_T}$INSTALL" >&6; }3353 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 3354 $as_echo "$INSTALL" >&6; } 3198 3355 3199 3356 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 3208 3365 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3209 3366 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3210 { echo "$as_me:$LINENO: checking for $ac_word" >&53211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3367 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3368 $as_echo_n "checking for $ac_word... " >&6; } 3212 3369 if test "${ac_cv_prog_RANLIB+set}" = set; then 3213 echo $ECHO_N "(cached) $ECHO_C" >&63370 $as_echo_n "(cached) " >&6 3214 3371 else 3215 3372 if test -n "$RANLIB"; then … … 3224 3381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3225 3382 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3226 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53383 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3227 3384 break 2 3228 3385 fi … … 3235 3392 RANLIB=$ac_cv_prog_RANLIB 3236 3393 if test -n "$RANLIB"; then 3237 { echo "$as_me:$LINENO: result: $RANLIB" >&53238 echo "${ECHO_T}$RANLIB" >&6; }3239 else 3240 { echo "$as_me:$LINENO: result: no" >&53241 echo "${ECHO_T}no" >&6; }3394 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 3395 $as_echo "$RANLIB" >&6; } 3396 else 3397 { $as_echo "$as_me:$LINENO: result: no" >&5 3398 $as_echo "no" >&6; } 3242 3399 fi 3243 3400 … … 3248 3405 # Extract the first word of "ranlib", so it can be a program name with args. 3249 3406 set dummy ranlib; ac_word=$2 3250 { echo "$as_me:$LINENO: checking for $ac_word" >&53251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3407 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3408 $as_echo_n "checking for $ac_word... " >&6; } 3252 3409 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3253 echo $ECHO_N "(cached) $ECHO_C" >&63410 $as_echo_n "(cached) " >&6 3254 3411 else 3255 3412 if test -n "$ac_ct_RANLIB"; then … … 3264 3421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3265 3422 ac_cv_prog_ac_ct_RANLIB="ranlib" 3266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53423 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3267 3424 break 2 3268 3425 fi … … 3275 3432 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3276 3433 if test -n "$ac_ct_RANLIB"; then 3277 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&53278 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }3279 else 3280 { echo "$as_me:$LINENO: result: no" >&53281 echo "${ECHO_T}no" >&6; }3434 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 3435 $as_echo "$ac_ct_RANLIB" >&6; } 3436 else 3437 { $as_echo "$as_me:$LINENO: result: no" >&5 3438 $as_echo "no" >&6; } 3282 3439 fi 3283 3440 … … 3287 3444 case $cross_compiling:$ac_tool_warned in 3288 3445 yes:) 3289 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools3446 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3290 3447 whose name does not start with the host triplet. If you think this 3291 3448 configuration is useful to you, please write to autoconf@gnu.org." >&5 3292 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools3449 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3293 3450 whose name does not start with the host triplet. If you think this 3294 3451 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 3301 3458 fi 3302 3459 3303 { echo "$as_me:$LINENO: checking whether ln -s works" >&53304 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }3460 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 3461 $as_echo_n "checking whether ln -s works... " >&6; } 3305 3462 LN_S=$as_ln_s 3306 3463 if test "$LN_S" = "ln -s"; then 3307 { echo "$as_me:$LINENO: result: yes" >&53308 echo "${ECHO_T}yes" >&6; }3309 else 3310 { echo "$as_me:$LINENO: result: no, using $LN_S" >&53311 echo "${ECHO_T}no, using $LN_S" >&6; }3464 { $as_echo "$as_me:$LINENO: result: yes" >&5 3465 $as_echo "yes" >&6; } 3466 else 3467 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 3468 $as_echo "no, using $LN_S" >&6; } 3312 3469 fi 3313 3470 … … 3319 3476 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3320 3477 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3321 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&53322 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }3478 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 3479 $as_echo_n "checking how to run the C preprocessor... " >&6; } 3323 3480 # On Suns, sometimes $CPP names a directory. 3324 3481 if test -n "$CPP" && test -d "$CPP"; then … … 3327 3484 if test -z "$CPP"; then 3328 3485 if test "${ac_cv_prog_CPP+set}" = set; then 3329 echo $ECHO_N "(cached) $ECHO_C" >&63486 $as_echo_n "(cached) " >&6 3330 3487 else 3331 3488 # Double quotes because CPP needs to be expanded … … 3359 3516 *) ac_try_echo=$ac_try;; 3360 3517 esac 3361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3519 $as_echo "$ac_try_echo") >&5 3362 3520 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3363 3521 ac_status=$? … … 3365 3523 rm -f conftest.er1 3366 3524 cat conftest.err >&5 3367 echo "$as_me:$LINENO: \$? = $ac_status" >&53525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3368 3526 (exit $ac_status); } >/dev/null && { 3369 3527 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3372 3530 : 3373 3531 else 3374 echo "$as_me: failed program was:" >&53532 $as_echo "$as_me: failed program was:" >&5 3375 3533 sed 's/^/| /' conftest.$ac_ext >&5 3376 3534 … … 3396 3554 *) ac_try_echo=$ac_try;; 3397 3555 esac 3398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3557 $as_echo "$ac_try_echo") >&5 3399 3558 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3400 3559 ac_status=$? … … 3402 3561 rm -f conftest.er1 3403 3562 cat conftest.err >&5 3404 echo "$as_me:$LINENO: \$? = $ac_status" >&53563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3405 3564 (exit $ac_status); } >/dev/null && { 3406 3565 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3410 3569 continue 3411 3570 else 3412 echo "$as_me: failed program was:" >&53571 $as_echo "$as_me: failed program was:" >&5 3413 3572 sed 's/^/| /' conftest.$ac_ext >&5 3414 3573 … … 3435 3594 ac_cv_prog_CPP=$CPP 3436 3595 fi 3437 { echo "$as_me:$LINENO: result: $CPP" >&53438 echo "${ECHO_T}$CPP" >&6; }3596 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 3597 $as_echo "$CPP" >&6; } 3439 3598 ac_preproc_ok=false 3440 3599 for ac_c_preproc_warn_flag in '' yes … … 3464 3623 *) ac_try_echo=$ac_try;; 3465 3624 esac 3466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3626 $as_echo "$ac_try_echo") >&5 3467 3627 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3468 3628 ac_status=$? … … 3470 3630 rm -f conftest.er1 3471 3631 cat conftest.err >&5 3472 echo "$as_me:$LINENO: \$? = $ac_status" >&53632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3473 3633 (exit $ac_status); } >/dev/null && { 3474 3634 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3477 3637 : 3478 3638 else 3479 echo "$as_me: failed program was:" >&53639 $as_echo "$as_me: failed program was:" >&5 3480 3640 sed 's/^/| /' conftest.$ac_ext >&5 3481 3641 … … 3501 3661 *) ac_try_echo=$ac_try;; 3502 3662 esac 3503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3664 $as_echo "$ac_try_echo") >&5 3504 3665 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 3505 3666 ac_status=$? … … 3507 3668 rm -f conftest.er1 3508 3669 cat conftest.err >&5 3509 echo "$as_me:$LINENO: \$? = $ac_status" >&53670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3510 3671 (exit $ac_status); } >/dev/null && { 3511 3672 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 3515 3676 continue 3516 3677 else 3517 echo "$as_me: failed program was:" >&53678 $as_echo "$as_me: failed program was:" >&5 3518 3679 sed 's/^/| /' conftest.$ac_ext >&5 3519 3680 … … 3531 3692 : 3532 3693 else 3533 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check3694 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 3534 3695 See \`config.log' for more details." >&5 3535 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check3696 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 3536 3697 See \`config.log' for more details." >&2;} 3537 3698 { (exit 1); exit 1; }; } … … 3545 3706 3546 3707 3547 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&53548 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }3708 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 3709 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3549 3710 if test "${ac_cv_path_GREP+set}" = set; then 3550 echo $ECHO_N "(cached) $ECHO_C" >&6 3551 else 3552 # Extract the first word of "grep ggrep" to use in msg output 3553 if test -z "$GREP"; then 3554 set dummy grep ggrep; ac_prog_name=$2 3555 if test "${ac_cv_path_GREP+set}" = set; then 3556 echo $ECHO_N "(cached) $ECHO_C" >&6 3557 else 3711 $as_echo_n "(cached) " >&6 3712 else 3713 if test -z "$GREP"; then 3558 3714 ac_path_GREP_found=false 3559 # Loop through the user's path and test for each of PROGNAME-LIST3560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3715 # Loop through the user's path and test for each of PROGNAME-LIST 3716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3561 3717 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3562 3718 do … … 3564 3720 test -z "$as_dir" && as_dir=. 3565 3721 for ac_prog in grep ggrep; do 3566 for ac_exec_ext in '' $ac_executable_extensions; do3567 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"3568 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue3569 3722 for ac_exec_ext in '' $ac_executable_extensions; do 3723 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3724 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3725 # Check for GNU ac_path_GREP and select it if it is found. 3570 3726 # Check for GNU $ac_path_GREP 3571 3727 case `"$ac_path_GREP" --version 2>&1` in … … 3574 3730 *) 3575 3731 ac_count=0 3576 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3732 $as_echo_n 0123456789 >"conftest.in" 3577 3733 while : 3578 3734 do … … 3580 3736 mv "conftest.tmp" "conftest.in" 3581 3737 cp "conftest.in" "conftest.nl" 3582 echo 'GREP' >> "conftest.nl"3738 $as_echo 'GREP' >> "conftest.nl" 3583 3739 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3584 3740 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3595 3751 esac 3596 3752 3597 3598 $ac_path_GREP_found && break 33753 $ac_path_GREP_found && break 3 3754 done 3599 3755 done 3600 3756 done 3601 3602 done3603 3757 IFS=$as_save_IFS 3604 3605 3606 fi 3607 3608 GREP="$ac_cv_path_GREP" 3609 if test -z "$GREP"; then 3610 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3611 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3758 if test -z "$ac_cv_path_GREP"; then 3759 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3760 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3612 3761 { (exit 1); exit 1; }; } 3613 fi 3614 3762 fi 3615 3763 else 3616 3764 ac_cv_path_GREP=$GREP 3617 3765 fi 3618 3766 3619 3620 fi 3621 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3622 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 3767 fi 3768 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 3769 $as_echo "$ac_cv_path_GREP" >&6; } 3623 3770 GREP="$ac_cv_path_GREP" 3624 3771 3625 3772 3626 { echo "$as_me:$LINENO: checking for egrep" >&53627 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }3773 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 3774 $as_echo_n "checking for egrep... " >&6; } 3628 3775 if test "${ac_cv_path_EGREP+set}" = set; then 3629 echo $ECHO_N "(cached) $ECHO_C" >&63776 $as_echo_n "(cached) " >&6 3630 3777 else 3631 3778 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3632 3779 then ac_cv_path_EGREP="$GREP -E" 3633 3780 else 3634 # Extract the first word of "egrep" to use in msg output 3635 if test -z "$EGREP"; then 3636 set dummy egrep; ac_prog_name=$2 3637 if test "${ac_cv_path_EGREP+set}" = set; then 3638 echo $ECHO_N "(cached) $ECHO_C" >&6 3639 else 3781 if test -z "$EGREP"; then 3640 3782 ac_path_EGREP_found=false 3641 # Loop through the user's path and test for each of PROGNAME-LIST3642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3783 # Loop through the user's path and test for each of PROGNAME-LIST 3784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3643 3785 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 3644 3786 do … … 3646 3788 test -z "$as_dir" && as_dir=. 3647 3789 for ac_prog in egrep; do 3648 for ac_exec_ext in '' $ac_executable_extensions; do3649 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"3650 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue3651 3790 for ac_exec_ext in '' $ac_executable_extensions; do 3791 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3792 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3793 # Check for GNU ac_path_EGREP and select it if it is found. 3652 3794 # Check for GNU $ac_path_EGREP 3653 3795 case `"$ac_path_EGREP" --version 2>&1` in … … 3656 3798 *) 3657 3799 ac_count=0 3658 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"3800 $as_echo_n 0123456789 >"conftest.in" 3659 3801 while : 3660 3802 do … … 3662 3804 mv "conftest.tmp" "conftest.in" 3663 3805 cp "conftest.in" "conftest.nl" 3664 echo 'EGREP' >> "conftest.nl"3806 $as_echo 'EGREP' >> "conftest.nl" 3665 3807 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 3666 3808 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 3677 3819 esac 3678 3820 3679 3680 $ac_path_EGREP_found && break 33821 $ac_path_EGREP_found && break 3 3822 done 3681 3823 done 3682 3824 done 3683 3684 done3685 3825 IFS=$as_save_IFS 3686 3687 3688 fi 3689 3690 EGREP="$ac_cv_path_EGREP" 3691 if test -z "$EGREP"; then 3692 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3693 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3826 if test -z "$ac_cv_path_EGREP"; then 3827 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 3828 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 3694 3829 { (exit 1); exit 1; }; } 3695 fi 3696 3830 fi 3697 3831 else 3698 3832 ac_cv_path_EGREP=$EGREP 3699 3833 fi 3700 3834 3701 3702 3835 fi 3703 3836 fi 3704 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&53705 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }3837 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 3838 $as_echo "$ac_cv_path_EGREP" >&6; } 3706 3839 EGREP="$ac_cv_path_EGREP" 3707 3840 3708 3841 3709 { echo "$as_me:$LINENO: checking for ANSI C header files" >&53710 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }3842 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 3843 $as_echo_n "checking for ANSI C header files... " >&6; } 3711 3844 if test "${ac_cv_header_stdc+set}" = set; then 3712 echo $ECHO_N "(cached) $ECHO_C" >&63845 $as_echo_n "(cached) " >&6 3713 3846 else 3714 3847 cat >conftest.$ac_ext <<_ACEOF … … 3737 3870 *) ac_try_echo=$ac_try;; 3738 3871 esac 3739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3873 $as_echo "$ac_try_echo") >&5 3740 3874 (eval "$ac_compile") 2>conftest.er1 3741 3875 ac_status=$? … … 3743 3877 rm -f conftest.er1 3744 3878 cat conftest.err >&5 3745 echo "$as_me:$LINENO: \$? = $ac_status" >&53879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3746 3880 (exit $ac_status); } && { 3747 3881 test -z "$ac_c_werror_flag" || … … 3750 3884 ac_cv_header_stdc=yes 3751 3885 else 3752 echo "$as_me: failed program was:" >&53886 $as_echo "$as_me: failed program was:" >&5 3753 3887 sed 's/^/| /' conftest.$ac_ext >&5 3754 3888 … … 3842 3976 *) ac_try_echo=$ac_try;; 3843 3977 esac 3844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3979 $as_echo "$ac_try_echo") >&5 3845 3980 (eval "$ac_link") 2>&5 3846 3981 ac_status=$? 3847 echo "$as_me:$LINENO: \$? = $ac_status" >&53982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3848 3983 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 3849 3984 { (case "(($ac_try" in … … 3851 3986 *) ac_try_echo=$ac_try;; 3852 3987 esac 3853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3989 $as_echo "$ac_try_echo") >&5 3854 3990 (eval "$ac_try") 2>&5 3855 3991 ac_status=$? 3856 echo "$as_me:$LINENO: \$? = $ac_status" >&53992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3857 3993 (exit $ac_status); }; }; then 3858 3994 : 3859 3995 else 3860 echo "$as_me: program exited with status $ac_status" >&53861 echo "$as_me: failed program was:" >&53996 $as_echo "$as_me: program exited with status $ac_status" >&5 3997 $as_echo "$as_me: failed program was:" >&5 3862 3998 sed 's/^/| /' conftest.$ac_ext >&5 3863 3999 … … 3865 4001 ac_cv_header_stdc=no 3866 4002 fi 4003 rm -rf conftest.dSYM 3867 4004 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 3868 4005 fi … … 3871 4008 fi 3872 4009 fi 3873 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&53874 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }4010 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4011 $as_echo "$ac_cv_header_stdc" >&6; } 3875 4012 if test $ac_cv_header_stdc = yes; then 3876 4013 … … 3881 4018 fi 3882 4019 3883 { echo "$as_me:$LINENO: checking for atol" >&53884 echo $ECHO_N "checking for atol... $ECHO_C" >&6; }4020 { $as_echo "$as_me:$LINENO: checking for atol" >&5 4021 $as_echo_n "checking for atol... " >&6; } 3885 4022 if test "${ac_cv_func_atol+set}" = set; then 3886 echo $ECHO_N "(cached) $ECHO_C" >&64023 $as_echo_n "(cached) " >&6 3887 4024 else 3888 4025 cat >conftest.$ac_ext <<_ACEOF … … 3937 4074 *) ac_try_echo=$ac_try;; 3938 4075 esac 3939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4077 $as_echo "$ac_try_echo") >&5 3940 4078 (eval "$ac_link") 2>conftest.er1 3941 4079 ac_status=$? … … 3943 4081 rm -f conftest.er1 3944 4082 cat conftest.err >&5 3945 echo "$as_me:$LINENO: \$? = $ac_status" >&54083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3946 4084 (exit $ac_status); } && { 3947 4085 test -z "$ac_c_werror_flag" || 3948 4086 test ! -s conftest.err 3949 } && test -s conftest$ac_exeext && 3950 $as_test_x conftest$ac_exeext; then 4087 } && test -s conftest$ac_exeext && { 4088 test "$cross_compiling" = yes || 4089 $as_test_x conftest$ac_exeext 4090 }; then 3951 4091 ac_cv_func_atol=yes 3952 4092 else 3953 echo "$as_me: failed program was:" >&54093 $as_echo "$as_me: failed program was:" >&5 3954 4094 sed 's/^/| /' conftest.$ac_ext >&5 3955 4095 … … 3957 4097 fi 3958 4098 4099 rm -rf conftest.dSYM 3959 4100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3960 4101 conftest$ac_exeext conftest.$ac_ext 3961 4102 fi 3962 { echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&53963 echo "${ECHO_T}$ac_cv_func_atol" >&6; }4103 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_atol" >&5 4104 $as_echo "$ac_cv_func_atol" >&6; } 3964 4105 if test $ac_cv_func_atol = yes; then 3965 4106 : 3966 4107 else 3967 { { echo "$as_me:$LINENO: error: oops! no atol ?!?" >&53968 echo "$as_me: error: oops! no atol ?!?" >&2;}4108 { { $as_echo "$as_me:$LINENO: error: oops! no atol ?!?" >&5 4109 $as_echo "$as_me: error: oops! no atol ?!?" >&2;} 3969 4110 { (exit 1); exit 1; }; } 3970 4111 fi … … 3985 4126 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3986 4127 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3987 { echo "$as_me:$LINENO: checking for $ac_word" >&53988 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }4128 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4129 $as_echo_n "checking for $ac_word... " >&6; } 3989 4130 if test "${ac_cv_prog_CXX+set}" = set; then 3990 echo $ECHO_N "(cached) $ECHO_C" >&64131 $as_echo_n "(cached) " >&6 3991 4132 else 3992 4133 if test -n "$CXX"; then … … 4001 4142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4002 4143 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 4003 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54144 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4004 4145 break 2 4005 4146 fi … … 4012 4153 CXX=$ac_cv_prog_CXX 4013 4154 if test -n "$CXX"; then 4014 { echo "$as_me:$LINENO: result: $CXX" >&54015 echo "${ECHO_T}$CXX" >&6; }4016 else 4017 { echo "$as_me:$LINENO: result: no" >&54018 echo "${ECHO_T}no" >&6; }4155 { $as_echo "$as_me:$LINENO: result: $CXX" >&5 4156 $as_echo "$CXX" >&6; } 4157 else 4158 { $as_echo "$as_me:$LINENO: result: no" >&5 4159 $as_echo "no" >&6; } 4019 4160 fi 4020 4161 … … 4029 4170 # Extract the first word of "$ac_prog", so it can be a program name with args. 4030 4171 set dummy $ac_prog; ac_word=$2 4031 { echo "$as_me:$LINENO: checking for $ac_word" >&54032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }4172 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 4173 $as_echo_n "checking for $ac_word... " >&6; } 4033 4174 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 4034 echo $ECHO_N "(cached) $ECHO_C" >&64175 $as_echo_n "(cached) " >&6 4035 4176 else 4036 4177 if test -n "$ac_ct_CXX"; then … … 4045 4186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4046 4187 ac_cv_prog_ac_ct_CXX="$ac_prog" 4047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&54188 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4048 4189 break 2 4049 4190 fi … … 4056 4197 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 4057 4198 if test -n "$ac_ct_CXX"; then 4058 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&54059 echo "${ECHO_T}$ac_ct_CXX" >&6; }4060 else 4061 { echo "$as_me:$LINENO: result: no" >&54062 echo "${ECHO_T}no" >&6; }4199 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 4200 $as_echo "$ac_ct_CXX" >&6; } 4201 else 4202 { $as_echo "$as_me:$LINENO: result: no" >&5 4203 $as_echo "no" >&6; } 4063 4204 fi 4064 4205 … … 4072 4213 case $cross_compiling:$ac_tool_warned in 4073 4214 yes:) 4074 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools4215 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 4075 4216 whose name does not start with the host triplet. If you think this 4076 4217 configuration is useful to you, please write to autoconf@gnu.org." >&5 4077 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools4218 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 4078 4219 whose name does not start with the host triplet. If you think this 4079 4220 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 4087 4228 fi 4088 4229 # Provide some information about the compiler. 4089 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 4090 ac_compiler=`set X $ac_compile; echo $2` 4230 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 4231 set X $ac_compile 4232 ac_compiler=$2 4091 4233 { (ac_try="$ac_compiler --version >&5" 4092 4234 case "(($ac_try" in … … 4094 4236 *) ac_try_echo=$ac_try;; 4095 4237 esac 4096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4239 $as_echo "$ac_try_echo") >&5 4097 4240 (eval "$ac_compiler --version >&5") 2>&5 4098 4241 ac_status=$? 4099 echo "$as_me:$LINENO: \$? = $ac_status" >&54242 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4100 4243 (exit $ac_status); } 4101 4244 { (ac_try="$ac_compiler -v >&5" … … 4104 4247 *) ac_try_echo=$ac_try;; 4105 4248 esac 4106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4250 $as_echo "$ac_try_echo") >&5 4107 4251 (eval "$ac_compiler -v >&5") 2>&5 4108 4252 ac_status=$? 4109 echo "$as_me:$LINENO: \$? = $ac_status" >&54253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4110 4254 (exit $ac_status); } 4111 4255 { (ac_try="$ac_compiler -V >&5" … … 4114 4258 *) ac_try_echo=$ac_try;; 4115 4259 esac 4116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4261 $as_echo "$ac_try_echo") >&5 4117 4262 (eval "$ac_compiler -V >&5") 2>&5 4118 4263 ac_status=$? 4119 echo "$as_me:$LINENO: \$? = $ac_status" >&54264 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4120 4265 (exit $ac_status); } 4121 4266 4122 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&54123 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }4267 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 4268 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 4124 4269 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 4125 echo $ECHO_N "(cached) $ECHO_C" >&64270 $as_echo_n "(cached) " >&6 4126 4271 else 4127 4272 cat >conftest.$ac_ext <<_ACEOF … … 4149 4294 *) ac_try_echo=$ac_try;; 4150 4295 esac 4151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4297 $as_echo "$ac_try_echo") >&5 4152 4298 (eval "$ac_compile") 2>conftest.er1 4153 4299 ac_status=$? … … 4155 4301 rm -f conftest.er1 4156 4302 cat conftest.err >&5 4157 echo "$as_me:$LINENO: \$? = $ac_status" >&54303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4158 4304 (exit $ac_status); } && { 4159 4305 test -z "$ac_cxx_werror_flag" || … … 4162 4308 ac_compiler_gnu=yes 4163 4309 else 4164 echo "$as_me: failed program was:" >&54310 $as_echo "$as_me: failed program was:" >&5 4165 4311 sed 's/^/| /' conftest.$ac_ext >&5 4166 4312 … … 4172 4318 4173 4319 fi 4174 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4175 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 4176 GXX=`test $ac_compiler_gnu = yes && echo yes` 4320 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 4321 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 4322 if test $ac_compiler_gnu = yes; then 4323 GXX=yes 4324 else 4325 GXX= 4326 fi 4177 4327 ac_test_CXXFLAGS=${CXXFLAGS+set} 4178 4328 ac_save_CXXFLAGS=$CXXFLAGS 4179 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&54180 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }4329 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 4330 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 4181 4331 if test "${ac_cv_prog_cxx_g+set}" = set; then 4182 echo $ECHO_N "(cached) $ECHO_C" >&64332 $as_echo_n "(cached) " >&6 4183 4333 else 4184 4334 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 4207 4357 *) ac_try_echo=$ac_try;; 4208 4358 esac 4209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4360 $as_echo "$ac_try_echo") >&5 4210 4361 (eval "$ac_compile") 2>conftest.er1 4211 4362 ac_status=$? … … 4213 4364 rm -f conftest.er1 4214 4365 cat conftest.err >&5 4215 echo "$as_me:$LINENO: \$? = $ac_status" >&54366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4216 4367 (exit $ac_status); } && { 4217 4368 test -z "$ac_cxx_werror_flag" || … … 4220 4371 ac_cv_prog_cxx_g=yes 4221 4372 else 4222 echo "$as_me: failed program was:" >&54373 $as_echo "$as_me: failed program was:" >&5 4223 4374 sed 's/^/| /' conftest.$ac_ext >&5 4224 4375 … … 4245 4396 *) ac_try_echo=$ac_try;; 4246 4397 esac 4247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4399 $as_echo "$ac_try_echo") >&5 4248 4400 (eval "$ac_compile") 2>conftest.er1 4249 4401 ac_status=$? … … 4251 4403 rm -f conftest.er1 4252 4404 cat conftest.err >&5 4253 echo "$as_me:$LINENO: \$? = $ac_status" >&54405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4254 4406 (exit $ac_status); } && { 4255 4407 test -z "$ac_cxx_werror_flag" || … … 4258 4410 : 4259 4411 else 4260 echo "$as_me: failed program was:" >&54412 $as_echo "$as_me: failed program was:" >&5 4261 4413 sed 's/^/| /' conftest.$ac_ext >&5 4262 4414 … … 4284 4436 *) ac_try_echo=$ac_try;; 4285 4437 esac 4286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4439 $as_echo "$ac_try_echo") >&5 4287 4440 (eval "$ac_compile") 2>conftest.er1 4288 4441 ac_status=$? … … 4290 4443 rm -f conftest.er1 4291 4444 cat conftest.err >&5 4292 echo "$as_me:$LINENO: \$? = $ac_status" >&54445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4293 4446 (exit $ac_status); } && { 4294 4447 test -z "$ac_cxx_werror_flag" || … … 4297 4450 ac_cv_prog_cxx_g=yes 4298 4451 else 4299 echo "$as_me: failed program was:" >&54452 $as_echo "$as_me: failed program was:" >&5 4300 4453 sed 's/^/| /' conftest.$ac_ext >&5 4301 4454 … … 4312 4465 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 4313 4466 fi 4314 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&54315 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }4467 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 4468 $as_echo "$ac_cv_prog_cxx_g" >&6; } 4316 4469 if test "$ac_test_CXXFLAGS" = set; then 4317 4470 CXXFLAGS=$ac_save_CXXFLAGS … … 4344 4497 4345 4498 4346 { echo "$as_me:$LINENO: checking for main in -lstdc++" >&54347 echo $ECHO_N "checking for main in -lstdc++... $ECHO_C" >&6; }4499 { $as_echo "$as_me:$LINENO: checking for main in -lstdc++" >&5 4500 $as_echo_n "checking for main in -lstdc++... " >&6; } 4348 4501 if test "${ac_cv_lib_stdcpp_main+set}" = set; then 4349 echo $ECHO_N "(cached) $ECHO_C" >&64502 $as_echo_n "(cached) " >&6 4350 4503 else 4351 4504 ac_check_lib_save_LIBS=$LIBS … … 4373 4526 *) ac_try_echo=$ac_try;; 4374 4527 esac 4375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4529 $as_echo "$ac_try_echo") >&5 4376 4530 (eval "$ac_link") 2>conftest.er1 4377 4531 ac_status=$? … … 4379 4533 rm -f conftest.er1 4380 4534 cat conftest.err >&5 4381 echo "$as_me:$LINENO: \$? = $ac_status" >&54535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4382 4536 (exit $ac_status); } && { 4383 4537 test -z "$ac_cxx_werror_flag" || 4384 4538 test ! -s conftest.err 4385 } && test -s conftest$ac_exeext && 4386 $as_test_x conftest$ac_exeext; then 4539 } && test -s conftest$ac_exeext && { 4540 test "$cross_compiling" = yes || 4541 $as_test_x conftest$ac_exeext 4542 }; then 4387 4543 ac_cv_lib_stdcpp_main=yes 4388 4544 else 4389 echo "$as_me: failed program was:" >&54545 $as_echo "$as_me: failed program was:" >&5 4390 4546 sed 's/^/| /' conftest.$ac_ext >&5 4391 4547 … … 4393 4549 fi 4394 4550 4551 rm -rf conftest.dSYM 4395 4552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4396 4553 conftest$ac_exeext conftest.$ac_ext 4397 4554 LIBS=$ac_check_lib_save_LIBS 4398 4555 fi 4399 { echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&54400 echo "${ECHO_T}$ac_cv_lib_stdcpp_main" >&6; }4556 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_stdcpp_main" >&5 4557 $as_echo "$ac_cv_lib_stdcpp_main" >&6; } 4401 4558 if test $ac_cv_lib_stdcpp_main = yes; then 4402 4559 cat >>confdefs.h <<_ACEOF … … 4407 4564 4408 4565 else 4409 { { echo "$as_me:$LINENO: error: librappture requires libstdc++" >&54410 echo "$as_me: error: librappture requires libstdc++" >&2;}4566 { { $as_echo "$as_me:$LINENO: error: librappture requires libstdc++" >&5 4567 $as_echo "$as_me: error: librappture requires libstdc++" >&2;} 4411 4568 { (exit 1); exit 1; }; } 4412 4569 fi … … 4425 4582 inttypes.h stdint.h unistd.h 4426 4583 do 4427 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`4428 { echo "$as_me:$LINENO: checking for $ac_header" >&54429 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }4584 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4585 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4586 $as_echo_n "checking for $ac_header... " >&6; } 4430 4587 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4431 echo $ECHO_N "(cached) $ECHO_C" >&64588 $as_echo_n "(cached) " >&6 4432 4589 else 4433 4590 cat >conftest.$ac_ext <<_ACEOF … … 4447 4604 *) ac_try_echo=$ac_try;; 4448 4605 esac 4449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4607 $as_echo "$ac_try_echo") >&5 4450 4608 (eval "$ac_compile") 2>conftest.er1 4451 4609 ac_status=$? … … 4453 4611 rm -f conftest.er1 4454 4612 cat conftest.err >&5 4455 echo "$as_me:$LINENO: \$? = $ac_status" >&54613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4456 4614 (exit $ac_status); } && { 4457 4615 test -z "$ac_cxx_werror_flag" || … … 4460 4618 eval "$as_ac_Header=yes" 4461 4619 else 4462 echo "$as_me: failed program was:" >&54620 $as_echo "$as_me: failed program was:" >&5 4463 4621 sed 's/^/| /' conftest.$ac_ext >&5 4464 4622 … … 4468 4626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4469 4627 fi 4470 ac_res=`eval echo '${'$as_ac_Header'}'` 4471 { echo "$as_me:$LINENO: result: $ac_res" >&5 4472 echo "${ECHO_T}$ac_res" >&6; } 4473 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4628 ac_res=`eval 'as_val=${'$as_ac_Header'} 4629 $as_echo "$as_val"'` 4630 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4631 $as_echo "$ac_res" >&6; } 4632 if test `eval 'as_val=${'$as_ac_Header'} 4633 $as_echo "$as_val"'` = yes; then 4474 4634 cat >>confdefs.h <<_ACEOF 4475 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14635 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 4476 4636 _ACEOF 4477 4637 … … 4486 4646 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4487 4647 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4488 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&54489 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }4648 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 4649 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 4490 4650 if test -z "$CXXCPP"; then 4491 4651 if test "${ac_cv_prog_CXXCPP+set}" = set; then 4492 echo $ECHO_N "(cached) $ECHO_C" >&64652 $as_echo_n "(cached) " >&6 4493 4653 else 4494 4654 # Double quotes because CXXCPP needs to be expanded … … 4522 4682 *) ac_try_echo=$ac_try;; 4523 4683 esac 4524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4685 $as_echo "$ac_try_echo") >&5 4525 4686 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4526 4687 ac_status=$? … … 4528 4689 rm -f conftest.er1 4529 4690 cat conftest.err >&5 4530 echo "$as_me:$LINENO: \$? = $ac_status" >&54691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4531 4692 (exit $ac_status); } >/dev/null && { 4532 4693 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4535 4696 : 4536 4697 else 4537 echo "$as_me: failed program was:" >&54698 $as_echo "$as_me: failed program was:" >&5 4538 4699 sed 's/^/| /' conftest.$ac_ext >&5 4539 4700 … … 4559 4720 *) ac_try_echo=$ac_try;; 4560 4721 esac 4561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4723 $as_echo "$ac_try_echo") >&5 4562 4724 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4563 4725 ac_status=$? … … 4565 4727 rm -f conftest.er1 4566 4728 cat conftest.err >&5 4567 echo "$as_me:$LINENO: \$? = $ac_status" >&54729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4568 4730 (exit $ac_status); } >/dev/null && { 4569 4731 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4573 4735 continue 4574 4736 else 4575 echo "$as_me: failed program was:" >&54737 $as_echo "$as_me: failed program was:" >&5 4576 4738 sed 's/^/| /' conftest.$ac_ext >&5 4577 4739 … … 4598 4760 ac_cv_prog_CXXCPP=$CXXCPP 4599 4761 fi 4600 { echo "$as_me:$LINENO: result: $CXXCPP" >&54601 echo "${ECHO_T}$CXXCPP" >&6; }4762 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 4763 $as_echo "$CXXCPP" >&6; } 4602 4764 ac_preproc_ok=false 4603 4765 for ac_cxx_preproc_warn_flag in '' yes … … 4627 4789 *) ac_try_echo=$ac_try;; 4628 4790 esac 4629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4792 $as_echo "$ac_try_echo") >&5 4630 4793 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4631 4794 ac_status=$? … … 4633 4796 rm -f conftest.er1 4634 4797 cat conftest.err >&5 4635 echo "$as_me:$LINENO: \$? = $ac_status" >&54798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4636 4799 (exit $ac_status); } >/dev/null && { 4637 4800 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4640 4803 : 4641 4804 else 4642 echo "$as_me: failed program was:" >&54805 $as_echo "$as_me: failed program was:" >&5 4643 4806 sed 's/^/| /' conftest.$ac_ext >&5 4644 4807 … … 4664 4827 *) ac_try_echo=$ac_try;; 4665 4828 esac 4666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4830 $as_echo "$ac_try_echo") >&5 4667 4831 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4668 4832 ac_status=$? … … 4670 4834 rm -f conftest.er1 4671 4835 cat conftest.err >&5 4672 echo "$as_me:$LINENO: \$? = $ac_status" >&54836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4673 4837 (exit $ac_status); } >/dev/null && { 4674 4838 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4678 4842 continue 4679 4843 else 4680 echo "$as_me: failed program was:" >&54844 $as_echo "$as_me: failed program was:" >&5 4681 4845 sed 's/^/| /' conftest.$ac_ext >&5 4682 4846 … … 4694 4858 : 4695 4859 else 4696 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check4860 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4697 4861 See \`config.log' for more details." >&5 4698 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check4862 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 4699 4863 See \`config.log' for more details." >&2;} 4700 4864 { (exit 1); exit 1; }; } … … 4711 4875 for ac_header in stack 4712 4876 do 4713 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`4877 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4714 4878 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4715 { echo "$as_me:$LINENO: checking for $ac_header" >&54716 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }4879 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 4880 $as_echo_n "checking for $ac_header... " >&6; } 4717 4881 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4718 echo $ECHO_N "(cached) $ECHO_C" >&6 4719 fi 4720 ac_res=`eval echo '${'$as_ac_Header'}'` 4721 { echo "$as_me:$LINENO: result: $ac_res" >&5 4722 echo "${ECHO_T}$ac_res" >&6; } 4882 $as_echo_n "(cached) " >&6 4883 fi 4884 ac_res=`eval 'as_val=${'$as_ac_Header'} 4885 $as_echo "$as_val"'` 4886 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 4887 $as_echo "$ac_res" >&6; } 4723 4888 else 4724 4889 # Is the header compilable? 4725 { echo "$as_me:$LINENO: checking $ac_header usability" >&54726 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }4890 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 4891 $as_echo_n "checking $ac_header usability... " >&6; } 4727 4892 cat >conftest.$ac_ext <<_ACEOF 4728 4893 /* confdefs.h. */ … … 4740 4905 *) ac_try_echo=$ac_try;; 4741 4906 esac 4742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4908 $as_echo "$ac_try_echo") >&5 4743 4909 (eval "$ac_compile") 2>conftest.er1 4744 4910 ac_status=$? … … 4746 4912 rm -f conftest.er1 4747 4913 cat conftest.err >&5 4748 echo "$as_me:$LINENO: \$? = $ac_status" >&54914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4749 4915 (exit $ac_status); } && { 4750 4916 test -z "$ac_cxx_werror_flag" || … … 4753 4919 ac_header_compiler=yes 4754 4920 else 4755 echo "$as_me: failed program was:" >&54921 $as_echo "$as_me: failed program was:" >&5 4756 4922 sed 's/^/| /' conftest.$ac_ext >&5 4757 4923 … … 4760 4926 4761 4927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4762 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&54763 echo "${ECHO_T}$ac_header_compiler" >&6; }4928 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4929 $as_echo "$ac_header_compiler" >&6; } 4764 4930 4765 4931 # Is the header present? 4766 { echo "$as_me:$LINENO: checking $ac_header presence" >&54767 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }4932 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 4933 $as_echo_n "checking $ac_header presence... " >&6; } 4768 4934 cat >conftest.$ac_ext <<_ACEOF 4769 4935 /* confdefs.h. */ … … 4779 4945 *) ac_try_echo=$ac_try;; 4780 4946 esac 4781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4948 $as_echo "$ac_try_echo") >&5 4782 4949 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4783 4950 ac_status=$? … … 4785 4952 rm -f conftest.er1 4786 4953 cat conftest.err >&5 4787 echo "$as_me:$LINENO: \$? = $ac_status" >&54954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4788 4955 (exit $ac_status); } >/dev/null && { 4789 4956 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4792 4959 ac_header_preproc=yes 4793 4960 else 4794 echo "$as_me: failed program was:" >&54961 $as_echo "$as_me: failed program was:" >&5 4795 4962 sed 's/^/| /' conftest.$ac_ext >&5 4796 4963 … … 4799 4966 4800 4967 rm -f conftest.err conftest.$ac_ext 4801 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&54802 echo "${ECHO_T}$ac_header_preproc" >&6; }4968 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4969 $as_echo "$ac_header_preproc" >&6; } 4803 4970 4804 4971 # So? What about this header? 4805 4972 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 4806 4973 yes:no: ) 4807 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&54808 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}4809 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&54810 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}4974 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4975 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4976 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4977 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4811 4978 ac_header_preproc=yes 4812 4979 ;; 4813 4980 no:yes:* ) 4814 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&54815 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}4816 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&54817 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}4818 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&54819 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}4820 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&54821 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}4822 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&54823 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}4824 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&54825 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}4981 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4982 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4983 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4984 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4985 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 4986 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 4987 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 4988 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 4989 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4990 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4991 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4992 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4826 4993 ( cat <<\_ASBOX 4827 4994 ## ----------------------------------- ## … … 4832 4999 ;; 4833 5000 esac 4834 { echo "$as_me:$LINENO: checking for $ac_header" >&54835 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5001 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5002 $as_echo_n "checking for $ac_header... " >&6; } 4836 5003 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4837 echo $ECHO_N "(cached) $ECHO_C" >&65004 $as_echo_n "(cached) " >&6 4838 5005 else 4839 5006 eval "$as_ac_Header=\$ac_header_preproc" 4840 5007 fi 4841 ac_res=`eval echo '${'$as_ac_Header'}'` 4842 { echo "$as_me:$LINENO: result: $ac_res" >&5 4843 echo "${ECHO_T}$ac_res" >&6; } 4844 4845 fi 4846 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5008 ac_res=`eval 'as_val=${'$as_ac_Header'} 5009 $as_echo "$as_val"'` 5010 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5011 $as_echo "$ac_res" >&6; } 5012 5013 fi 5014 if test `eval 'as_val=${'$as_ac_Header'} 5015 $as_echo "$as_val"'` = yes; then 4847 5016 cat >>confdefs.h <<_ACEOF 4848 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14849 _ACEOF 4850 4851 else 4852 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&54853 echo "$as_me: WARNING: STL classes missing ?" >&2;}5017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5018 _ACEOF 5019 5020 else 5021 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5022 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 4854 5023 fi 4855 5024 … … 4859 5028 for ac_header in string 4860 5029 do 4861 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4862 5031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4863 { echo "$as_me:$LINENO: checking for $ac_header" >&54864 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5032 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5033 $as_echo_n "checking for $ac_header... " >&6; } 4865 5034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4866 echo $ECHO_N "(cached) $ECHO_C" >&6 4867 fi 4868 ac_res=`eval echo '${'$as_ac_Header'}'` 4869 { echo "$as_me:$LINENO: result: $ac_res" >&5 4870 echo "${ECHO_T}$ac_res" >&6; } 5035 $as_echo_n "(cached) " >&6 5036 fi 5037 ac_res=`eval 'as_val=${'$as_ac_Header'} 5038 $as_echo "$as_val"'` 5039 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5040 $as_echo "$ac_res" >&6; } 4871 5041 else 4872 5042 # Is the header compilable? 4873 { echo "$as_me:$LINENO: checking $ac_header usability" >&54874 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5043 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5044 $as_echo_n "checking $ac_header usability... " >&6; } 4875 5045 cat >conftest.$ac_ext <<_ACEOF 4876 5046 /* confdefs.h. */ … … 4888 5058 *) ac_try_echo=$ac_try;; 4889 5059 esac 4890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5061 $as_echo "$ac_try_echo") >&5 4891 5062 (eval "$ac_compile") 2>conftest.er1 4892 5063 ac_status=$? … … 4894 5065 rm -f conftest.er1 4895 5066 cat conftest.err >&5 4896 echo "$as_me:$LINENO: \$? = $ac_status" >&55067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4897 5068 (exit $ac_status); } && { 4898 5069 test -z "$ac_cxx_werror_flag" || … … 4901 5072 ac_header_compiler=yes 4902 5073 else 4903 echo "$as_me: failed program was:" >&55074 $as_echo "$as_me: failed program was:" >&5 4904 5075 sed 's/^/| /' conftest.$ac_ext >&5 4905 5076 … … 4908 5079 4909 5080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4910 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&54911 echo "${ECHO_T}$ac_header_compiler" >&6; }5081 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5082 $as_echo "$ac_header_compiler" >&6; } 4912 5083 4913 5084 # Is the header present? 4914 { echo "$as_me:$LINENO: checking $ac_header presence" >&54915 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5085 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5086 $as_echo_n "checking $ac_header presence... " >&6; } 4916 5087 cat >conftest.$ac_ext <<_ACEOF 4917 5088 /* confdefs.h. */ … … 4927 5098 *) ac_try_echo=$ac_try;; 4928 5099 esac 4929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5101 $as_echo "$ac_try_echo") >&5 4930 5102 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4931 5103 ac_status=$? … … 4933 5105 rm -f conftest.er1 4934 5106 cat conftest.err >&5 4935 echo "$as_me:$LINENO: \$? = $ac_status" >&55107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4936 5108 (exit $ac_status); } >/dev/null && { 4937 5109 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 4940 5112 ac_header_preproc=yes 4941 5113 else 4942 echo "$as_me: failed program was:" >&55114 $as_echo "$as_me: failed program was:" >&5 4943 5115 sed 's/^/| /' conftest.$ac_ext >&5 4944 5116 … … 4947 5119 4948 5120 rm -f conftest.err conftest.$ac_ext 4949 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&54950 echo "${ECHO_T}$ac_header_preproc" >&6; }5121 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5122 $as_echo "$ac_header_preproc" >&6; } 4951 5123 4952 5124 # So? What about this header? 4953 5125 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 4954 5126 yes:no: ) 4955 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&54956 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}4957 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&54958 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5128 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5130 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4959 5131 ac_header_preproc=yes 4960 5132 ;; 4961 5133 no:yes:* ) 4962 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&54963 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}4964 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&54965 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}4966 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&54967 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}4968 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&54969 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}4970 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&54971 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}4972 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&54973 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5134 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5135 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5136 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5137 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5138 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5139 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5140 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5141 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5143 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5145 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4974 5146 ( cat <<\_ASBOX 4975 5147 ## ----------------------------------- ## … … 4980 5152 ;; 4981 5153 esac 4982 { echo "$as_me:$LINENO: checking for $ac_header" >&54983 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5154 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5155 $as_echo_n "checking for $ac_header... " >&6; } 4984 5156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4985 echo $ECHO_N "(cached) $ECHO_C" >&65157 $as_echo_n "(cached) " >&6 4986 5158 else 4987 5159 eval "$as_ac_Header=\$ac_header_preproc" 4988 5160 fi 4989 ac_res=`eval echo '${'$as_ac_Header'}'` 4990 { echo "$as_me:$LINENO: result: $ac_res" >&5 4991 echo "${ECHO_T}$ac_res" >&6; } 4992 4993 fi 4994 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5161 ac_res=`eval 'as_val=${'$as_ac_Header'} 5162 $as_echo "$as_val"'` 5163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5164 $as_echo "$ac_res" >&6; } 5165 5166 fi 5167 if test `eval 'as_val=${'$as_ac_Header'} 5168 $as_echo "$as_val"'` = yes; then 4995 5169 cat >>confdefs.h <<_ACEOF 4996 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 14997 _ACEOF 4998 4999 else 5000 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55001 echo "$as_me: WARNING: STL classes missing ?" >&2;}5170 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5171 _ACEOF 5172 5173 else 5174 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5175 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5002 5176 fi 5003 5177 … … 5007 5181 for ac_header in list 5008 5182 do 5009 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5183 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5010 5184 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5011 { echo "$as_me:$LINENO: checking for $ac_header" >&55012 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5185 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5186 $as_echo_n "checking for $ac_header... " >&6; } 5013 5187 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5014 echo $ECHO_N "(cached) $ECHO_C" >&6 5015 fi 5016 ac_res=`eval echo '${'$as_ac_Header'}'` 5017 { echo "$as_me:$LINENO: result: $ac_res" >&5 5018 echo "${ECHO_T}$ac_res" >&6; } 5188 $as_echo_n "(cached) " >&6 5189 fi 5190 ac_res=`eval 'as_val=${'$as_ac_Header'} 5191 $as_echo "$as_val"'` 5192 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5193 $as_echo "$ac_res" >&6; } 5019 5194 else 5020 5195 # Is the header compilable? 5021 { echo "$as_me:$LINENO: checking $ac_header usability" >&55022 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5196 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5197 $as_echo_n "checking $ac_header usability... " >&6; } 5023 5198 cat >conftest.$ac_ext <<_ACEOF 5024 5199 /* confdefs.h. */ … … 5036 5211 *) ac_try_echo=$ac_try;; 5037 5212 esac 5038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5214 $as_echo "$ac_try_echo") >&5 5039 5215 (eval "$ac_compile") 2>conftest.er1 5040 5216 ac_status=$? … … 5042 5218 rm -f conftest.er1 5043 5219 cat conftest.err >&5 5044 echo "$as_me:$LINENO: \$? = $ac_status" >&55220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5045 5221 (exit $ac_status); } && { 5046 5222 test -z "$ac_cxx_werror_flag" || … … 5049 5225 ac_header_compiler=yes 5050 5226 else 5051 echo "$as_me: failed program was:" >&55227 $as_echo "$as_me: failed program was:" >&5 5052 5228 sed 's/^/| /' conftest.$ac_ext >&5 5053 5229 … … 5056 5232 5057 5233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5058 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55059 echo "${ECHO_T}$ac_header_compiler" >&6; }5234 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5235 $as_echo "$ac_header_compiler" >&6; } 5060 5236 5061 5237 # Is the header present? 5062 { echo "$as_me:$LINENO: checking $ac_header presence" >&55063 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5238 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5239 $as_echo_n "checking $ac_header presence... " >&6; } 5064 5240 cat >conftest.$ac_ext <<_ACEOF 5065 5241 /* confdefs.h. */ … … 5075 5251 *) ac_try_echo=$ac_try;; 5076 5252 esac 5077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5254 $as_echo "$ac_try_echo") >&5 5078 5255 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5079 5256 ac_status=$? … … 5081 5258 rm -f conftest.er1 5082 5259 cat conftest.err >&5 5083 echo "$as_me:$LINENO: \$? = $ac_status" >&55260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5084 5261 (exit $ac_status); } >/dev/null && { 5085 5262 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5088 5265 ac_header_preproc=yes 5089 5266 else 5090 echo "$as_me: failed program was:" >&55267 $as_echo "$as_me: failed program was:" >&5 5091 5268 sed 's/^/| /' conftest.$ac_ext >&5 5092 5269 … … 5095 5272 5096 5273 rm -f conftest.err conftest.$ac_ext 5097 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55098 echo "${ECHO_T}$ac_header_preproc" >&6; }5274 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5275 $as_echo "$ac_header_preproc" >&6; } 5099 5276 5100 5277 # So? What about this header? 5101 5278 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5102 5279 yes:no: ) 5103 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55104 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5105 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55106 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5280 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5281 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5282 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5283 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5107 5284 ac_header_preproc=yes 5108 5285 ;; 5109 5286 no:yes:* ) 5110 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55111 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5112 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55113 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5114 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55115 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5116 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55117 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5118 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55119 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5120 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55121 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5287 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5288 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5289 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5290 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5291 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5292 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5293 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5294 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5296 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5298 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5122 5299 ( cat <<\_ASBOX 5123 5300 ## ----------------------------------- ## … … 5128 5305 ;; 5129 5306 esac 5130 { echo "$as_me:$LINENO: checking for $ac_header" >&55131 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5307 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5308 $as_echo_n "checking for $ac_header... " >&6; } 5132 5309 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5133 echo $ECHO_N "(cached) $ECHO_C" >&65310 $as_echo_n "(cached) " >&6 5134 5311 else 5135 5312 eval "$as_ac_Header=\$ac_header_preproc" 5136 5313 fi 5137 ac_res=`eval echo '${'$as_ac_Header'}'` 5138 { echo "$as_me:$LINENO: result: $ac_res" >&5 5139 echo "${ECHO_T}$ac_res" >&6; } 5140 5141 fi 5142 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5314 ac_res=`eval 'as_val=${'$as_ac_Header'} 5315 $as_echo "$as_val"'` 5316 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5317 $as_echo "$ac_res" >&6; } 5318 5319 fi 5320 if test `eval 'as_val=${'$as_ac_Header'} 5321 $as_echo "$as_val"'` = yes; then 5143 5322 cat >>confdefs.h <<_ACEOF 5144 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15145 _ACEOF 5146 5147 else 5148 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55149 echo "$as_me: WARNING: STL classes missing ?" >&2;}5323 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5324 _ACEOF 5325 5326 else 5327 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5328 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5150 5329 fi 5151 5330 … … 5155 5334 for ac_header in vector 5156 5335 do 5157 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5336 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5158 5337 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5159 { echo "$as_me:$LINENO: checking for $ac_header" >&55160 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5338 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5339 $as_echo_n "checking for $ac_header... " >&6; } 5161 5340 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5162 echo $ECHO_N "(cached) $ECHO_C" >&6 5163 fi 5164 ac_res=`eval echo '${'$as_ac_Header'}'` 5165 { echo "$as_me:$LINENO: result: $ac_res" >&5 5166 echo "${ECHO_T}$ac_res" >&6; } 5341 $as_echo_n "(cached) " >&6 5342 fi 5343 ac_res=`eval 'as_val=${'$as_ac_Header'} 5344 $as_echo "$as_val"'` 5345 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5346 $as_echo "$ac_res" >&6; } 5167 5347 else 5168 5348 # Is the header compilable? 5169 { echo "$as_me:$LINENO: checking $ac_header usability" >&55170 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5349 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5350 $as_echo_n "checking $ac_header usability... " >&6; } 5171 5351 cat >conftest.$ac_ext <<_ACEOF 5172 5352 /* confdefs.h. */ … … 5184 5364 *) ac_try_echo=$ac_try;; 5185 5365 esac 5186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5366 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5367 $as_echo "$ac_try_echo") >&5 5187 5368 (eval "$ac_compile") 2>conftest.er1 5188 5369 ac_status=$? … … 5190 5371 rm -f conftest.er1 5191 5372 cat conftest.err >&5 5192 echo "$as_me:$LINENO: \$? = $ac_status" >&55373 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5193 5374 (exit $ac_status); } && { 5194 5375 test -z "$ac_cxx_werror_flag" || … … 5197 5378 ac_header_compiler=yes 5198 5379 else 5199 echo "$as_me: failed program was:" >&55380 $as_echo "$as_me: failed program was:" >&5 5200 5381 sed 's/^/| /' conftest.$ac_ext >&5 5201 5382 … … 5204 5385 5205 5386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5206 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55207 echo "${ECHO_T}$ac_header_compiler" >&6; }5387 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5388 $as_echo "$ac_header_compiler" >&6; } 5208 5389 5209 5390 # Is the header present? 5210 { echo "$as_me:$LINENO: checking $ac_header presence" >&55211 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5391 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5392 $as_echo_n "checking $ac_header presence... " >&6; } 5212 5393 cat >conftest.$ac_ext <<_ACEOF 5213 5394 /* confdefs.h. */ … … 5223 5404 *) ac_try_echo=$ac_try;; 5224 5405 esac 5225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5407 $as_echo "$ac_try_echo") >&5 5226 5408 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5227 5409 ac_status=$? … … 5229 5411 rm -f conftest.er1 5230 5412 cat conftest.err >&5 5231 echo "$as_me:$LINENO: \$? = $ac_status" >&55413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5232 5414 (exit $ac_status); } >/dev/null && { 5233 5415 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5236 5418 ac_header_preproc=yes 5237 5419 else 5238 echo "$as_me: failed program was:" >&55420 $as_echo "$as_me: failed program was:" >&5 5239 5421 sed 's/^/| /' conftest.$ac_ext >&5 5240 5422 … … 5243 5425 5244 5426 rm -f conftest.err conftest.$ac_ext 5245 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55246 echo "${ECHO_T}$ac_header_preproc" >&6; }5427 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5428 $as_echo "$ac_header_preproc" >&6; } 5247 5429 5248 5430 # So? What about this header? 5249 5431 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 5250 5432 yes:no: ) 5251 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55252 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5253 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55254 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5433 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5434 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5435 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5436 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5255 5437 ac_header_preproc=yes 5256 5438 ;; 5257 5439 no:yes:* ) 5258 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55259 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5260 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55261 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5262 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55263 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5264 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55265 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5266 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55267 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5268 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55269 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5440 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5441 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5442 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5443 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5444 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5445 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5446 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5447 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5448 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5449 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5450 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5451 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5270 5452 ( cat <<\_ASBOX 5271 5453 ## ----------------------------------- ## … … 5276 5458 ;; 5277 5459 esac 5278 { echo "$as_me:$LINENO: checking for $ac_header" >&55279 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5460 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5461 $as_echo_n "checking for $ac_header... " >&6; } 5280 5462 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5281 echo $ECHO_N "(cached) $ECHO_C" >&65463 $as_echo_n "(cached) " >&6 5282 5464 else 5283 5465 eval "$as_ac_Header=\$ac_header_preproc" 5284 5466 fi 5285 ac_res=`eval echo '${'$as_ac_Header'}'` 5286 { echo "$as_me:$LINENO: result: $ac_res" >&5 5287 echo "${ECHO_T}$ac_res" >&6; } 5288 5289 fi 5290 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5467 ac_res=`eval 'as_val=${'$as_ac_Header'} 5468 $as_echo "$as_val"'` 5469 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5470 $as_echo "$ac_res" >&6; } 5471 5472 fi 5473 if test `eval 'as_val=${'$as_ac_Header'} 5474 $as_echo "$as_val"'` = yes; then 5291 5475 cat >>confdefs.h <<_ACEOF 5292 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15293 _ACEOF 5294 5295 else 5296 { echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&55297 echo "$as_me: WARNING: STL classes missing ?" >&2;}5476 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5477 _ACEOF 5478 5479 else 5480 { $as_echo "$as_me:$LINENO: WARNING: STL classes missing ?" >&5 5481 $as_echo "$as_me: WARNING: STL classes missing ?" >&2;} 5298 5482 fi 5299 5483 … … 5310 5494 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5311 5495 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5312 { echo "$as_me:$LINENO: checking for $ac_word" >&55313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5496 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5497 $as_echo_n "checking for $ac_word... " >&6; } 5314 5498 if test "${ac_cv_prog_F77+set}" = set; then 5315 echo $ECHO_N "(cached) $ECHO_C" >&65499 $as_echo_n "(cached) " >&6 5316 5500 else 5317 5501 if test -n "$F77"; then … … 5326 5510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5327 5511 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 5328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55512 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5329 5513 break 2 5330 5514 fi … … 5337 5521 F77=$ac_cv_prog_F77 5338 5522 if test -n "$F77"; then 5339 { echo "$as_me:$LINENO: result: $F77" >&55340 echo "${ECHO_T}$F77" >&6; }5341 else 5342 { echo "$as_me:$LINENO: result: no" >&55343 echo "${ECHO_T}no" >&6; }5523 { $as_echo "$as_me:$LINENO: result: $F77" >&5 5524 $as_echo "$F77" >&6; } 5525 else 5526 { $as_echo "$as_me:$LINENO: result: no" >&5 5527 $as_echo "no" >&6; } 5344 5528 fi 5345 5529 … … 5354 5538 # Extract the first word of "$ac_prog", so it can be a program name with args. 5355 5539 set dummy $ac_prog; ac_word=$2 5356 { echo "$as_me:$LINENO: checking for $ac_word" >&55357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5540 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5541 $as_echo_n "checking for $ac_word... " >&6; } 5358 5542 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 5359 echo $ECHO_N "(cached) $ECHO_C" >&65543 $as_echo_n "(cached) " >&6 5360 5544 else 5361 5545 if test -n "$ac_ct_F77"; then … … 5370 5554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5371 5555 ac_cv_prog_ac_ct_F77="$ac_prog" 5372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55556 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5373 5557 break 2 5374 5558 fi … … 5381 5565 ac_ct_F77=$ac_cv_prog_ac_ct_F77 5382 5566 if test -n "$ac_ct_F77"; then 5383 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&55384 echo "${ECHO_T}$ac_ct_F77" >&6; }5385 else 5386 { echo "$as_me:$LINENO: result: no" >&55387 echo "${ECHO_T}no" >&6; }5567 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 5568 $as_echo "$ac_ct_F77" >&6; } 5569 else 5570 { $as_echo "$as_me:$LINENO: result: no" >&5 5571 $as_echo "no" >&6; } 5388 5572 fi 5389 5573 … … 5397 5581 case $cross_compiling:$ac_tool_warned in 5398 5582 yes:) 5399 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools5583 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5400 5584 whose name does not start with the host triplet. If you think this 5401 5585 configuration is useful to you, please write to autoconf@gnu.org." >&5 5402 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools5586 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5403 5587 whose name does not start with the host triplet. If you think this 5404 5588 configuration is useful to you, please write to autoconf@gnu.org." >&2;} … … 5411 5595 5412 5596 # Provide some information about the compiler. 5413 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 5414 ac_compiler=`set X $ac_compile; echo $2` 5597 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 5598 set X $ac_compile 5599 ac_compiler=$2 5415 5600 { (ac_try="$ac_compiler --version >&5" 5416 5601 case "(($ac_try" in … … 5418 5603 *) ac_try_echo=$ac_try;; 5419 5604 esac 5420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5606 $as_echo "$ac_try_echo") >&5 5421 5607 (eval "$ac_compiler --version >&5") 2>&5 5422 5608 ac_status=$? 5423 echo "$as_me:$LINENO: \$? = $ac_status" >&55609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5424 5610 (exit $ac_status); } 5425 5611 { (ac_try="$ac_compiler -v >&5" … … 5428 5614 *) ac_try_echo=$ac_try;; 5429 5615 esac 5430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5617 $as_echo "$ac_try_echo") >&5 5431 5618 (eval "$ac_compiler -v >&5") 2>&5 5432 5619 ac_status=$? 5433 echo "$as_me:$LINENO: \$? = $ac_status" >&55620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5434 5621 (exit $ac_status); } 5435 5622 { (ac_try="$ac_compiler -V >&5" … … 5438 5625 *) ac_try_echo=$ac_try;; 5439 5626 esac 5440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5628 $as_echo "$ac_try_echo") >&5 5441 5629 (eval "$ac_compiler -V >&5") 2>&5 5442 5630 ac_status=$? 5443 echo "$as_me:$LINENO: \$? = $ac_status" >&55631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5444 5632 (exit $ac_status); } 5445 5633 rm -f a.out … … 5449 5637 ac_save_ext=$ac_ext 5450 5638 ac_ext=F 5451 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&55452 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }5639 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 5640 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } 5453 5641 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 5454 echo $ECHO_N "(cached) $ECHO_C" >&65642 $as_echo_n "(cached) " >&6 5455 5643 else 5456 5644 cat >conftest.$ac_ext <<_ACEOF … … 5468 5656 *) ac_try_echo=$ac_try;; 5469 5657 esac 5470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5659 $as_echo "$ac_try_echo") >&5 5471 5660 (eval "$ac_compile") 2>conftest.er1 5472 5661 ac_status=$? … … 5474 5663 rm -f conftest.er1 5475 5664 cat conftest.err >&5 5476 echo "$as_me:$LINENO: \$? = $ac_status" >&55665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5477 5666 (exit $ac_status); } && { 5478 5667 test -z "$ac_f77_werror_flag" || … … 5481 5670 ac_compiler_gnu=yes 5482 5671 else 5483 echo "$as_me: failed program was:" >&55672 $as_echo "$as_me: failed program was:" >&5 5484 5673 sed 's/^/| /' conftest.$ac_ext >&5 5485 5674 … … 5491 5680 5492 5681 fi 5493 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&55494 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }5682 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 5683 $as_echo "$ac_cv_f77_compiler_gnu" >&6; } 5495 5684 ac_ext=$ac_save_ext 5496 5685 ac_test_FFLAGS=${FFLAGS+set} 5497 5686 ac_save_FFLAGS=$FFLAGS 5498 5687 FFLAGS= 5499 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&55500 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }5688 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 5689 $as_echo_n "checking whether $F77 accepts -g... " >&6; } 5501 5690 if test "${ac_cv_prog_f77_g+set}" = set; then 5502 echo $ECHO_N "(cached) $ECHO_C" >&65691 $as_echo_n "(cached) " >&6 5503 5692 else 5504 5693 FFLAGS=-g … … 5514 5703 *) ac_try_echo=$ac_try;; 5515 5704 esac 5516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5706 $as_echo "$ac_try_echo") >&5 5517 5707 (eval "$ac_compile") 2>conftest.er1 5518 5708 ac_status=$? … … 5520 5710 rm -f conftest.er1 5521 5711 cat conftest.err >&5 5522 echo "$as_me:$LINENO: \$? = $ac_status" >&55712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5523 5713 (exit $ac_status); } && { 5524 5714 test -z "$ac_f77_werror_flag" || … … 5527 5717 ac_cv_prog_f77_g=yes 5528 5718 else 5529 echo "$as_me: failed program was:" >&55719 $as_echo "$as_me: failed program was:" >&5 5530 5720 sed 's/^/| /' conftest.$ac_ext >&5 5531 5721 … … 5536 5726 5537 5727 fi 5538 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&55539 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }5728 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 5729 $as_echo "$ac_cv_prog_f77_g" >&6; } 5540 5730 if test "$ac_test_FFLAGS" = set; then 5541 5731 FFLAGS=$ac_save_FFLAGS … … 5554 5744 fi 5555 5745 5556 G77=`test $ac_compiler_gnu = yes && echo yes` 5746 if test $ac_compiler_gnu = yes; then 5747 G77=yes 5748 else 5749 G77= 5750 fi 5557 5751 ac_ext=cpp 5558 5752 ac_cpp='$CXXCPP $CPPFLAGS' … … 5566 5760 # Step 0.a: Enable 64 bit support? 5567 5761 5568 { echo "$as_me:$LINENO: checking if 64bit support is requested" >&55569 echo $ECHO_N "checking if 64bit support is requested... $ECHO_C" >&6; }5762 { $as_echo "$as_me:$LINENO: checking if 64bit support is requested" >&5 5763 $as_echo_n "checking if 64bit support is requested... " >&6; } 5570 5764 # Check whether --enable-64bit was given. 5571 5765 if test "${enable_64bit+set}" = set; then … … 5575 5769 fi 5576 5770 5577 { echo "$as_me:$LINENO: result: $do64bit" >&55578 echo "${ECHO_T}$do64bit" >&6; }5771 { $as_echo "$as_me:$LINENO: result: $do64bit" >&5 5772 $as_echo "$do64bit" >&6; } 5579 5773 5580 5774 # Step 0.b: Enable Solaris 64 bit VIS support? 5581 5775 5582 { echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&55583 echo $ECHO_N "checking if 64bit Sparc VIS support is requested... $ECHO_C" >&6; }5776 { $as_echo "$as_me:$LINENO: checking if 64bit Sparc VIS support is requested" >&5 5777 $as_echo_n "checking if 64bit Sparc VIS support is requested... " >&6; } 5584 5778 # Check whether --enable-64bit-vis was given. 5585 5779 if test "${enable_64bit_vis+set}" = set; then … … 5589 5783 fi 5590 5784 5591 { echo "$as_me:$LINENO: result: $do64bitVIS" >&55592 echo "${ECHO_T}$do64bitVIS" >&6; }5785 { $as_echo "$as_me:$LINENO: result: $do64bitVIS" >&5 5786 $as_echo "$do64bitVIS" >&6; } 5593 5787 5594 5788 if test "$do64bitVIS" = "yes"; then … … 5601 5795 5602 5796 5603 { echo "$as_me:$LINENO: checking system version" >&55604 echo $ECHO_N "checking system version... $ECHO_C" >&6; }5797 { $as_echo "$as_me:$LINENO: checking system version" >&5 5798 $as_echo_n "checking system version... " >&6; } 5605 5799 if test "${tcl_cv_sys_version+set}" = set; then 5606 echo $ECHO_N "(cached) $ECHO_C" >&65800 $as_echo_n "(cached) " >&6 5607 5801 else 5608 5802 … … 5612 5806 tcl_cv_sys_version=`uname -s`-`uname -r` 5613 5807 if test "$?" -ne 0 ; then 5614 { echo "$as_me:$LINENO: WARNING: can't find uname command" >&55615 echo "$as_me: WARNING: can't find uname command" >&2;}5808 { $as_echo "$as_me:$LINENO: WARNING: can't find uname command" >&5 5809 $as_echo "$as_me: WARNING: can't find uname command" >&2;} 5616 5810 tcl_cv_sys_version=unknown 5617 5811 else … … 5629 5823 5630 5824 fi 5631 { echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&55632 echo "${ECHO_T}$tcl_cv_sys_version" >&6; }5825 { $as_echo "$as_me:$LINENO: result: $tcl_cv_sys_version" >&5 5826 $as_echo "$tcl_cv_sys_version" >&6; } 5633 5827 system=$tcl_cv_sys_version 5634 5828 … … 5637 5831 # Linux can use either -ldl or -ldld for dynamic loading. 5638 5832 5639 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&55640 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }5833 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 5834 $as_echo_n "checking for dlopen in -ldl... " >&6; } 5641 5835 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 5642 echo $ECHO_N "(cached) $ECHO_C" >&65836 $as_echo_n "(cached) " >&6 5643 5837 else 5644 5838 ac_check_lib_save_LIBS=$LIBS … … 5672 5866 *) ac_try_echo=$ac_try;; 5673 5867 esac 5674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5869 $as_echo "$ac_try_echo") >&5 5675 5870 (eval "$ac_link") 2>conftest.er1 5676 5871 ac_status=$? … … 5678 5873 rm -f conftest.er1 5679 5874 cat conftest.err >&5 5680 echo "$as_me:$LINENO: \$? = $ac_status" >&55875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5681 5876 (exit $ac_status); } && { 5682 5877 test -z "$ac_cxx_werror_flag" || 5683 5878 test ! -s conftest.err 5684 } && test -s conftest$ac_exeext && 5685 $as_test_x conftest$ac_exeext; then 5879 } && test -s conftest$ac_exeext && { 5880 test "$cross_compiling" = yes || 5881 $as_test_x conftest$ac_exeext 5882 }; then 5686 5883 ac_cv_lib_dl_dlopen=yes 5687 5884 else 5688 echo "$as_me: failed program was:" >&55885 $as_echo "$as_me: failed program was:" >&5 5689 5886 sed 's/^/| /' conftest.$ac_ext >&5 5690 5887 … … 5692 5889 fi 5693 5890 5891 rm -rf conftest.dSYM 5694 5892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5695 5893 conftest$ac_exeext conftest.$ac_ext 5696 5894 LIBS=$ac_check_lib_save_LIBS 5697 5895 fi 5698 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&55699 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }5896 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 5897 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 5700 5898 if test $ac_cv_lib_dl_dlopen = yes; then 5701 5899 have_dl=yes … … 5730 5928 # Extract the first word of "ar", so it can be a program name with args. 5731 5929 set dummy ar; ac_word=$2 5732 { echo "$as_me:$LINENO: checking for $ac_word" >&55733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }5930 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 5931 $as_echo_n "checking for $ac_word... " >&6; } 5734 5932 if test "${ac_cv_prog_AR+set}" = set; then 5735 echo $ECHO_N "(cached) $ECHO_C" >&65933 $as_echo_n "(cached) " >&6 5736 5934 else 5737 5935 if test -n "$AR"; then … … 5746 5944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5747 5945 ac_cv_prog_AR="ar" 5748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&55946 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5749 5947 break 2 5750 5948 fi … … 5757 5955 AR=$ac_cv_prog_AR 5758 5956 if test -n "$AR"; then 5759 { echo "$as_me:$LINENO: result: $AR" >&55760 echo "${ECHO_T}$AR" >&6; }5761 else 5762 { echo "$as_me:$LINENO: result: no" >&55763 echo "${ECHO_T}no" >&6; }5957 { $as_echo "$as_me:$LINENO: result: $AR" >&5 5958 $as_echo "$AR" >&6; } 5959 else 5960 { $as_echo "$as_me:$LINENO: result: no" >&5 5961 $as_echo "no" >&6; } 5764 5962 fi 5765 5963 5766 5964 5767 5965 if test "${AR}" = "" ; then 5768 { { echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&55769 echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;}5966 { { $as_echo "$as_me:$LINENO: error: Required archive tool 'ar' not found on PATH." >&5 5967 $as_echo "$as_me: error: Required archive tool 'ar' not found on PATH." >&2;} 5770 5968 { (exit 1); exit 1; }; } 5771 5969 fi … … 5786 5984 ;; 5787 5985 esac 5788 { echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&55789 echo "${ECHO_T}Using $CC for compiling with threads" >&6; }5986 { $as_echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5 5987 $as_echo "Using $CC for compiling with threads" >&6; } 5790 5988 fi 5791 5989 LIBS="$LIBS -lc" … … 5802 6000 if test "$do64bit" = "yes" -a "`uname -v`" -gt "3" ; then 5803 6001 if test "$GCC" = "yes" ; then 5804 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&55805 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}6002 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 6003 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 5806 6004 else 5807 6005 do64bit_ok=yes … … 5857 6055 # known GMT value. 5858 6056 5859 { echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&55860 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6; }6057 { $as_echo "$as_me:$LINENO: checking for gettimeofday in -lbsd" >&5 6058 $as_echo_n "checking for gettimeofday in -lbsd... " >&6; } 5861 6059 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 5862 echo $ECHO_N "(cached) $ECHO_C" >&66060 $as_echo_n "(cached) " >&6 5863 6061 else 5864 6062 ac_check_lib_save_LIBS=$LIBS … … 5892 6090 *) ac_try_echo=$ac_try;; 5893 6091 esac 5894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6093 $as_echo "$ac_try_echo") >&5 5895 6094 (eval "$ac_link") 2>conftest.er1 5896 6095 ac_status=$? … … 5898 6097 rm -f conftest.er1 5899 6098 cat conftest.err >&5 5900 echo "$as_me:$LINENO: \$? = $ac_status" >&56099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5901 6100 (exit $ac_status); } && { 5902 6101 test -z "$ac_cxx_werror_flag" || 5903 6102 test ! -s conftest.err 5904 } && test -s conftest$ac_exeext && 5905 $as_test_x conftest$ac_exeext; then 6103 } && test -s conftest$ac_exeext && { 6104 test "$cross_compiling" = yes || 6105 $as_test_x conftest$ac_exeext 6106 }; then 5906 6107 ac_cv_lib_bsd_gettimeofday=yes 5907 6108 else 5908 echo "$as_me: failed program was:" >&56109 $as_echo "$as_me: failed program was:" >&5 5909 6110 sed 's/^/| /' conftest.$ac_ext >&5 5910 6111 … … 5912 6113 fi 5913 6114 6115 rm -rf conftest.dSYM 5914 6116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5915 6117 conftest$ac_exeext conftest.$ac_ext 5916 6118 LIBS=$ac_check_lib_save_LIBS 5917 6119 fi 5918 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&55919 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6; }6120 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gettimeofday" >&5 6121 $as_echo "$ac_cv_lib_bsd_gettimeofday" >&6; } 5920 6122 if test $ac_cv_lib_bsd_gettimeofday = yes; then 5921 6123 libbsd=yes … … 5945 6147 # is always linked to, for compatibility. 5946 6148 #----------------------------------------------------------- 5947 { echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&55948 echo $ECHO_N "checking for inet_ntoa in -lbind... $ECHO_C" >&6; }6149 { $as_echo "$as_me:$LINENO: checking for inet_ntoa in -lbind" >&5 6150 $as_echo_n "checking for inet_ntoa in -lbind... " >&6; } 5949 6151 if test "${ac_cv_lib_bind_inet_ntoa+set}" = set; then 5950 echo $ECHO_N "(cached) $ECHO_C" >&66152 $as_echo_n "(cached) " >&6 5951 6153 else 5952 6154 ac_check_lib_save_LIBS=$LIBS … … 5980 6182 *) ac_try_echo=$ac_try;; 5981 6183 esac 5982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6185 $as_echo "$ac_try_echo") >&5 5983 6186 (eval "$ac_link") 2>conftest.er1 5984 6187 ac_status=$? … … 5986 6189 rm -f conftest.er1 5987 6190 cat conftest.err >&5 5988 echo "$as_me:$LINENO: \$? = $ac_status" >&56191 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5989 6192 (exit $ac_status); } && { 5990 6193 test -z "$ac_cxx_werror_flag" || 5991 6194 test ! -s conftest.err 5992 } && test -s conftest$ac_exeext && 5993 $as_test_x conftest$ac_exeext; then 6195 } && test -s conftest$ac_exeext && { 6196 test "$cross_compiling" = yes || 6197 $as_test_x conftest$ac_exeext 6198 }; then 5994 6199 ac_cv_lib_bind_inet_ntoa=yes 5995 6200 else 5996 echo "$as_me: failed program was:" >&56201 $as_echo "$as_me: failed program was:" >&5 5997 6202 sed 's/^/| /' conftest.$ac_ext >&5 5998 6203 … … 6000 6205 fi 6001 6206 6207 rm -rf conftest.dSYM 6002 6208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6003 6209 conftest$ac_exeext conftest.$ac_ext 6004 6210 LIBS=$ac_check_lib_save_LIBS 6005 6211 fi 6006 { echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&56007 echo "${ECHO_T}$ac_cv_lib_bind_inet_ntoa" >&6; }6212 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bind_inet_ntoa" >&5 6213 $as_echo "$ac_cv_lib_bind_inet_ntoa" >&6; } 6008 6214 if test $ac_cv_lib_bind_inet_ntoa = yes; then 6009 6215 LIBS="$LIBS -lbind -lsocket" … … 6059 6265 SHLIB_SUFFIX=".sl" 6060 6266 fi 6061 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&56062 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }6267 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 6268 $as_echo_n "checking for shl_load in -ldld... " >&6; } 6063 6269 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 6064 echo $ECHO_N "(cached) $ECHO_C" >&66270 $as_echo_n "(cached) " >&6 6065 6271 else 6066 6272 ac_check_lib_save_LIBS=$LIBS … … 6094 6300 *) ac_try_echo=$ac_try;; 6095 6301 esac 6096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6303 $as_echo "$ac_try_echo") >&5 6097 6304 (eval "$ac_link") 2>conftest.er1 6098 6305 ac_status=$? … … 6100 6307 rm -f conftest.er1 6101 6308 cat conftest.err >&5 6102 echo "$as_me:$LINENO: \$? = $ac_status" >&56309 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6103 6310 (exit $ac_status); } && { 6104 6311 test -z "$ac_cxx_werror_flag" || 6105 6312 test ! -s conftest.err 6106 } && test -s conftest$ac_exeext && 6107 $as_test_x conftest$ac_exeext; then 6313 } && test -s conftest$ac_exeext && { 6314 test "$cross_compiling" = yes || 6315 $as_test_x conftest$ac_exeext 6316 }; then 6108 6317 ac_cv_lib_dld_shl_load=yes 6109 6318 else 6110 echo "$as_me: failed program was:" >&56319 $as_echo "$as_me: failed program was:" >&5 6111 6320 sed 's/^/| /' conftest.$ac_ext >&5 6112 6321 … … 6114 6323 fi 6115 6324 6325 rm -rf conftest.dSYM 6116 6326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6117 6327 conftest$ac_exeext conftest.$ac_ext 6118 6328 LIBS=$ac_check_lib_save_LIBS 6119 6329 fi 6120 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&56121 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }6330 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 6331 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 6122 6332 if test $ac_cv_lib_dld_shl_load = yes; then 6123 6333 tcl_ok=yes … … 6160 6370 ;; 6161 6371 *) 6162 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&56163 echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;}6372 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC on $system" >&5 6373 $as_echo "$as_me: WARNING: 64bit mode not supported with GCC on $system" >&2;} 6164 6374 ;; 6165 6375 esac … … 6173 6383 HP-UX-*.08.*|HP-UX-*.09.*|HP-UX-*.10.*) 6174 6384 SHLIB_SUFFIX=".sl" 6175 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&56176 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }6385 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 6386 $as_echo_n "checking for shl_load in -ldld... " >&6; } 6177 6387 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 6178 echo $ECHO_N "(cached) $ECHO_C" >&66388 $as_echo_n "(cached) " >&6 6179 6389 else 6180 6390 ac_check_lib_save_LIBS=$LIBS … … 6208 6418 *) ac_try_echo=$ac_try;; 6209 6419 esac 6210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6421 $as_echo "$ac_try_echo") >&5 6211 6422 (eval "$ac_link") 2>conftest.er1 6212 6423 ac_status=$? … … 6214 6425 rm -f conftest.er1 6215 6426 cat conftest.err >&5 6216 echo "$as_me:$LINENO: \$? = $ac_status" >&56427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6217 6428 (exit $ac_status); } && { 6218 6429 test -z "$ac_cxx_werror_flag" || 6219 6430 test ! -s conftest.err 6220 } && test -s conftest$ac_exeext && 6221 $as_test_x conftest$ac_exeext; then 6431 } && test -s conftest$ac_exeext && { 6432 test "$cross_compiling" = yes || 6433 $as_test_x conftest$ac_exeext 6434 }; then 6222 6435 ac_cv_lib_dld_shl_load=yes 6223 6436 else 6224 echo "$as_me: failed program was:" >&56437 $as_echo "$as_me: failed program was:" >&5 6225 6438 sed 's/^/| /' conftest.$ac_ext >&5 6226 6439 … … 6228 6441 fi 6229 6442 6443 rm -rf conftest.dSYM 6230 6444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6231 6445 conftest$ac_exeext conftest.$ac_ext 6232 6446 LIBS=$ac_check_lib_save_LIBS 6233 6447 fi 6234 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&56235 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }6448 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 6449 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 6236 6450 if test $ac_cv_lib_dld_shl_load = yes; then 6237 6451 tcl_ok=yes … … 6313 6527 if test "$do64bit" = "yes" ; then 6314 6528 if test "$GCC" = "yes" ; then 6315 { echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&56316 echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;}6529 { $as_echo "$as_me:$LINENO: WARNING: 64bit mode not supported by gcc" >&5 6530 $as_echo "$as_me: WARNING: 64bit mode not supported by gcc" >&2;} 6317 6531 else 6318 6532 do64bit_ok=yes … … 6343 6557 else 6344 6558 if test "${ac_cv_header_dld_h+set}" = set; then 6345 { echo "$as_me:$LINENO: checking for dld.h" >&56346 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6559 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6560 $as_echo_n "checking for dld.h... " >&6; } 6347 6561 if test "${ac_cv_header_dld_h+set}" = set; then 6348 echo $ECHO_N "(cached) $ECHO_C" >&66349 fi 6350 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56351 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6562 $as_echo_n "(cached) " >&6 6563 fi 6564 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6565 $as_echo "$ac_cv_header_dld_h" >&6; } 6352 6566 else 6353 6567 # Is the header compilable? 6354 { echo "$as_me:$LINENO: checking dld.h usability" >&56355 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }6568 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5 6569 $as_echo_n "checking dld.h usability... " >&6; } 6356 6570 cat >conftest.$ac_ext <<_ACEOF 6357 6571 /* confdefs.h. */ … … 6369 6583 *) ac_try_echo=$ac_try;; 6370 6584 esac 6371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6586 $as_echo "$ac_try_echo") >&5 6372 6587 (eval "$ac_compile") 2>conftest.er1 6373 6588 ac_status=$? … … 6375 6590 rm -f conftest.er1 6376 6591 cat conftest.err >&5 6377 echo "$as_me:$LINENO: \$? = $ac_status" >&56592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6378 6593 (exit $ac_status); } && { 6379 6594 test -z "$ac_cxx_werror_flag" || … … 6382 6597 ac_header_compiler=yes 6383 6598 else 6384 echo "$as_me: failed program was:" >&56599 $as_echo "$as_me: failed program was:" >&5 6385 6600 sed 's/^/| /' conftest.$ac_ext >&5 6386 6601 … … 6389 6604 6390 6605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6391 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56392 echo "${ECHO_T}$ac_header_compiler" >&6; }6606 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6607 $as_echo "$ac_header_compiler" >&6; } 6393 6608 6394 6609 # Is the header present? 6395 { echo "$as_me:$LINENO: checking dld.h presence" >&56396 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }6610 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5 6611 $as_echo_n "checking dld.h presence... " >&6; } 6397 6612 cat >conftest.$ac_ext <<_ACEOF 6398 6613 /* confdefs.h. */ … … 6408 6623 *) ac_try_echo=$ac_try;; 6409 6624 esac 6410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6626 $as_echo "$ac_try_echo") >&5 6411 6627 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6412 6628 ac_status=$? … … 6414 6630 rm -f conftest.er1 6415 6631 cat conftest.err >&5 6416 echo "$as_me:$LINENO: \$? = $ac_status" >&56632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6417 6633 (exit $ac_status); } >/dev/null && { 6418 6634 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6421 6637 ac_header_preproc=yes 6422 6638 else 6423 echo "$as_me: failed program was:" >&56639 $as_echo "$as_me: failed program was:" >&5 6424 6640 sed 's/^/| /' conftest.$ac_ext >&5 6425 6641 … … 6428 6644 6429 6645 rm -f conftest.err conftest.$ac_ext 6430 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56431 echo "${ECHO_T}$ac_header_preproc" >&6; }6646 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6647 $as_echo "$ac_header_preproc" >&6; } 6432 6648 6433 6649 # So? What about this header? 6434 6650 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6435 6651 yes:no: ) 6436 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&56437 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6438 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&56439 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}6652 { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 6653 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6654 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 6655 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 6440 6656 ac_header_preproc=yes 6441 6657 ;; 6442 6658 no:yes:* ) 6443 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&56444 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}6445 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&56446 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}6447 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&56448 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}6449 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&56450 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;}6451 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&56452 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}6453 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&56454 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}6659 { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 6660 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 6661 { $as_echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 6662 $as_echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 6663 { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 6664 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 6665 { $as_echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 6666 $as_echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 6667 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 6668 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 6669 { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 6670 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 6455 6671 ( cat <<\_ASBOX 6456 6672 ## ----------------------------------- ## … … 6461 6677 ;; 6462 6678 esac 6463 { echo "$as_me:$LINENO: checking for dld.h" >&56464 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6679 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6680 $as_echo_n "checking for dld.h... " >&6; } 6465 6681 if test "${ac_cv_header_dld_h+set}" = set; then 6466 echo $ECHO_N "(cached) $ECHO_C" >&66682 $as_echo_n "(cached) " >&6 6467 6683 else 6468 6684 ac_cv_header_dld_h=$ac_header_preproc 6469 6685 fi 6470 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56471 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6686 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6687 $as_echo "$ac_cv_header_dld_h" >&6; } 6472 6688 6473 6689 fi … … 6487 6703 fi 6488 6704 if test $do64bit = yes; then 6489 { echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&56490 echo $ECHO_N "checking if compiler accepts -m64 flag... $ECHO_C" >&6; }6705 { $as_echo "$as_me:$LINENO: checking if compiler accepts -m64 flag" >&5 6706 $as_echo_n "checking if compiler accepts -m64 flag... " >&6; } 6491 6707 if test "${tcl_cv_cc_m64+set}" = set; then 6492 echo $ECHO_N "(cached) $ECHO_C" >&66708 $as_echo_n "(cached) " >&6 6493 6709 else 6494 6710 … … 6516 6732 *) ac_try_echo=$ac_try;; 6517 6733 esac 6518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6735 $as_echo "$ac_try_echo") >&5 6519 6736 (eval "$ac_link") 2>conftest.er1 6520 6737 ac_status=$? … … 6522 6739 rm -f conftest.er1 6523 6740 cat conftest.err >&5 6524 echo "$as_me:$LINENO: \$? = $ac_status" >&56741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6525 6742 (exit $ac_status); } && { 6526 6743 test -z "$ac_cxx_werror_flag" || 6527 6744 test ! -s conftest.err 6528 } && test -s conftest$ac_exeext && 6529 $as_test_x conftest$ac_exeext; then 6745 } && test -s conftest$ac_exeext && { 6746 test "$cross_compiling" = yes || 6747 $as_test_x conftest$ac_exeext 6748 }; then 6530 6749 tcl_cv_cc_m64=yes 6531 6750 else 6532 echo "$as_me: failed program was:" >&56751 $as_echo "$as_me: failed program was:" >&5 6533 6752 sed 's/^/| /' conftest.$ac_ext >&5 6534 6753 … … 6536 6755 fi 6537 6756 6757 rm -rf conftest.dSYM 6538 6758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 6539 6759 conftest$ac_exeext conftest.$ac_ext 6540 6760 CFLAGS=$hold_cflags 6541 6761 fi 6542 { echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&56543 echo "${ECHO_T}$tcl_cv_cc_m64" >&6; }6762 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_m64" >&5 6763 $as_echo "$tcl_cv_cc_m64" >&6; } 6544 6764 if test $tcl_cv_cc_m64 = yes; then 6545 6765 CFLAGS="$CFLAGS -m64" … … 6580 6800 else 6581 6801 if test "${ac_cv_header_dld_h+set}" = set; then 6582 { echo "$as_me:$LINENO: checking for dld.h" >&56583 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6802 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6803 $as_echo_n "checking for dld.h... " >&6; } 6584 6804 if test "${ac_cv_header_dld_h+set}" = set; then 6585 echo $ECHO_N "(cached) $ECHO_C" >&66586 fi 6587 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56588 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6805 $as_echo_n "(cached) " >&6 6806 fi 6807 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6808 $as_echo "$ac_cv_header_dld_h" >&6; } 6589 6809 else 6590 6810 # Is the header compilable? 6591 { echo "$as_me:$LINENO: checking dld.h usability" >&56592 echo $ECHO_N "checking dld.h usability... $ECHO_C" >&6; }6811 { $as_echo "$as_me:$LINENO: checking dld.h usability" >&5 6812 $as_echo_n "checking dld.h usability... " >&6; } 6593 6813 cat >conftest.$ac_ext <<_ACEOF 6594 6814 /* confdefs.h. */ … … 6606 6826 *) ac_try_echo=$ac_try;; 6607 6827 esac 6608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6829 $as_echo "$ac_try_echo") >&5 6609 6830 (eval "$ac_compile") 2>conftest.er1 6610 6831 ac_status=$? … … 6612 6833 rm -f conftest.er1 6613 6834 cat conftest.err >&5 6614 echo "$as_me:$LINENO: \$? = $ac_status" >&56835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6615 6836 (exit $ac_status); } && { 6616 6837 test -z "$ac_cxx_werror_flag" || … … 6619 6840 ac_header_compiler=yes 6620 6841 else 6621 echo "$as_me: failed program was:" >&56842 $as_echo "$as_me: failed program was:" >&5 6622 6843 sed 's/^/| /' conftest.$ac_ext >&5 6623 6844 … … 6626 6847 6627 6848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6628 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56629 echo "${ECHO_T}$ac_header_compiler" >&6; }6849 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6850 $as_echo "$ac_header_compiler" >&6; } 6630 6851 6631 6852 # Is the header present? 6632 { echo "$as_me:$LINENO: checking dld.h presence" >&56633 echo $ECHO_N "checking dld.h presence... $ECHO_C" >&6; }6853 { $as_echo "$as_me:$LINENO: checking dld.h presence" >&5 6854 $as_echo_n "checking dld.h presence... " >&6; } 6634 6855 cat >conftest.$ac_ext <<_ACEOF 6635 6856 /* confdefs.h. */ … … 6645 6866 *) ac_try_echo=$ac_try;; 6646 6867 esac 6647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6869 $as_echo "$ac_try_echo") >&5 6648 6870 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6649 6871 ac_status=$? … … 6651 6873 rm -f conftest.er1 6652 6874 cat conftest.err >&5 6653 echo "$as_me:$LINENO: \$? = $ac_status" >&56875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6654 6876 (exit $ac_status); } >/dev/null && { 6655 6877 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6658 6880 ac_header_preproc=yes 6659 6881 else 6660 echo "$as_me: failed program was:" >&56882 $as_echo "$as_me: failed program was:" >&5 6661 6883 sed 's/^/| /' conftest.$ac_ext >&5 6662 6884 … … 6665 6887 6666 6888 rm -f conftest.err conftest.$ac_ext 6667 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56668 echo "${ECHO_T}$ac_header_preproc" >&6; }6889 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 6890 $as_echo "$ac_header_preproc" >&6; } 6669 6891 6670 6892 # So? What about this header? 6671 6893 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6672 6894 yes:no: ) 6673 { echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&56674 echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6675 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&56676 echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;}6895 { $as_echo "$as_me:$LINENO: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&5 6896 $as_echo "$as_me: WARNING: dld.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 6897 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the compiler's result" >&5 6898 $as_echo "$as_me: WARNING: dld.h: proceeding with the compiler's result" >&2;} 6677 6899 ac_header_preproc=yes 6678 6900 ;; 6679 6901 no:yes:* ) 6680 { echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&56681 echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;}6682 { echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&56683 echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;}6684 { echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&56685 echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;}6686 { echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&56687 echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;}6688 { echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&56689 echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;}6690 { echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&56691 echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;}6902 { $as_echo "$as_me:$LINENO: WARNING: dld.h: present but cannot be compiled" >&5 6903 $as_echo "$as_me: WARNING: dld.h: present but cannot be compiled" >&2;} 6904 { $as_echo "$as_me:$LINENO: WARNING: dld.h: check for missing prerequisite headers?" >&5 6905 $as_echo "$as_me: WARNING: dld.h: check for missing prerequisite headers?" >&2;} 6906 { $as_echo "$as_me:$LINENO: WARNING: dld.h: see the Autoconf documentation" >&5 6907 $as_echo "$as_me: WARNING: dld.h: see the Autoconf documentation" >&2;} 6908 { $as_echo "$as_me:$LINENO: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&5 6909 $as_echo "$as_me: WARNING: dld.h: section \"Present But Cannot Be Compiled\"" >&2;} 6910 { $as_echo "$as_me:$LINENO: WARNING: dld.h: proceeding with the preprocessor's result" >&5 6911 $as_echo "$as_me: WARNING: dld.h: proceeding with the preprocessor's result" >&2;} 6912 { $as_echo "$as_me:$LINENO: WARNING: dld.h: in the future, the compiler will take precedence" >&5 6913 $as_echo "$as_me: WARNING: dld.h: in the future, the compiler will take precedence" >&2;} 6692 6914 ( cat <<\_ASBOX 6693 6915 ## ----------------------------------- ## … … 6698 6920 ;; 6699 6921 esac 6700 { echo "$as_me:$LINENO: checking for dld.h" >&56701 echo $ECHO_N "checking for dld.h... $ECHO_C" >&6; }6922 { $as_echo "$as_me:$LINENO: checking for dld.h" >&5 6923 $as_echo_n "checking for dld.h... " >&6; } 6702 6924 if test "${ac_cv_header_dld_h+set}" = set; then 6703 echo $ECHO_N "(cached) $ECHO_C" >&66925 $as_echo_n "(cached) " >&6 6704 6926 else 6705 6927 ac_cv_header_dld_h=$ac_header_preproc 6706 6928 fi 6707 { echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&56708 echo "${ECHO_T}$ac_cv_header_dld_h" >&6; }6929 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dld_h" >&5 6930 $as_echo "$ac_cv_header_dld_h" >&6; } 6709 6931 6710 6932 fi … … 6760 6982 # Not available on all versions: check for include file. 6761 6983 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6762 { echo "$as_me:$LINENO: checking for dlfcn.h" >&56763 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }6984 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5 6985 $as_echo_n "checking for dlfcn.h... " >&6; } 6764 6986 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6765 echo $ECHO_N "(cached) $ECHO_C" >&66766 fi 6767 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&56768 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }6987 $as_echo_n "(cached) " >&6 6988 fi 6989 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 6990 $as_echo "$ac_cv_header_dlfcn_h" >&6; } 6769 6991 else 6770 6992 # Is the header compilable? 6771 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&56772 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }6993 { $as_echo "$as_me:$LINENO: checking dlfcn.h usability" >&5 6994 $as_echo_n "checking dlfcn.h usability... " >&6; } 6773 6995 cat >conftest.$ac_ext <<_ACEOF 6774 6996 /* confdefs.h. */ … … 6786 7008 *) ac_try_echo=$ac_try;; 6787 7009 esac 6788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7011 $as_echo "$ac_try_echo") >&5 6789 7012 (eval "$ac_compile") 2>conftest.er1 6790 7013 ac_status=$? … … 6792 7015 rm -f conftest.er1 6793 7016 cat conftest.err >&5 6794 echo "$as_me:$LINENO: \$? = $ac_status" >&57017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6795 7018 (exit $ac_status); } && { 6796 7019 test -z "$ac_cxx_werror_flag" || … … 6799 7022 ac_header_compiler=yes 6800 7023 else 6801 echo "$as_me: failed program was:" >&57024 $as_echo "$as_me: failed program was:" >&5 6802 7025 sed 's/^/| /' conftest.$ac_ext >&5 6803 7026 … … 6806 7029 6807 7030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 6808 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&56809 echo "${ECHO_T}$ac_header_compiler" >&6; }7031 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7032 $as_echo "$ac_header_compiler" >&6; } 6810 7033 6811 7034 # Is the header present? 6812 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&56813 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }7035 { $as_echo "$as_me:$LINENO: checking dlfcn.h presence" >&5 7036 $as_echo_n "checking dlfcn.h presence... " >&6; } 6814 7037 cat >conftest.$ac_ext <<_ACEOF 6815 7038 /* confdefs.h. */ … … 6825 7048 *) ac_try_echo=$ac_try;; 6826 7049 esac 6827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7051 $as_echo "$ac_try_echo") >&5 6828 7052 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 6829 7053 ac_status=$? … … 6831 7055 rm -f conftest.er1 6832 7056 cat conftest.err >&5 6833 echo "$as_me:$LINENO: \$? = $ac_status" >&57057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6834 7058 (exit $ac_status); } >/dev/null && { 6835 7059 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 6838 7062 ac_header_preproc=yes 6839 7063 else 6840 echo "$as_me: failed program was:" >&57064 $as_echo "$as_me: failed program was:" >&5 6841 7065 sed 's/^/| /' conftest.$ac_ext >&5 6842 7066 … … 6845 7069 6846 7070 rm -f conftest.err conftest.$ac_ext 6847 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&56848 echo "${ECHO_T}$ac_header_preproc" >&6; }7071 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 7072 $as_echo "$ac_header_preproc" >&6; } 6849 7073 6850 7074 # So? What about this header? 6851 7075 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in 6852 7076 yes:no: ) 6853 { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&56854 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}6855 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&56856 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}7077 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5 7078 $as_echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7079 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5 7080 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;} 6857 7081 ac_header_preproc=yes 6858 7082 ;; 6859 7083 no:yes:* ) 6860 { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&56861 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}6862 { echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&56863 echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;}6864 { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&56865 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}6866 { echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&56867 echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;}6868 { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&56869 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}6870 { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&56871 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}7084 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5 7085 $as_echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;} 7086 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: check for missing prerequisite headers?" >&5 7087 $as_echo "$as_me: WARNING: dlfcn.h: check for missing prerequisite headers?" >&2;} 7088 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5 7089 $as_echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;} 7090 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&5 7091 $as_echo "$as_me: WARNING: dlfcn.h: section \"Present But Cannot Be Compiled\"" >&2;} 7092 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5 7093 $as_echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;} 7094 { $as_echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5 7095 $as_echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;} 6872 7096 ( cat <<\_ASBOX 6873 7097 ## ----------------------------------- ## … … 6878 7102 ;; 6879 7103 esac 6880 { echo "$as_me:$LINENO: checking for dlfcn.h" >&56881 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }7104 { $as_echo "$as_me:$LINENO: checking for dlfcn.h" >&5 7105 $as_echo_n "checking for dlfcn.h... " >&6; } 6882 7106 if test "${ac_cv_header_dlfcn_h+set}" = set; then 6883 echo $ECHO_N "(cached) $ECHO_C" >&67107 $as_echo_n "(cached) " >&6 6884 7108 else 6885 7109 ac_cv_header_dlfcn_h=$ac_header_preproc 6886 7110 fi 6887 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&56888 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }7111 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5 7112 $as_echo "$ac_cv_header_dlfcn_h" >&6; } 6889 7113 6890 7114 fi … … 6900 7124 CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' 6901 7125 LD_SEARCH_FLAGS='-rpath ${LIB_RUNTIME_DIR}' 6902 { echo "$as_me:$LINENO: checking for ELF" >&56903 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }7126 { $as_echo "$as_me:$LINENO: checking for ELF" >&5 7127 $as_echo_n "checking for ELF... " >&6; } 6904 7128 if test "${tcl_cv_ld_elf+set}" = set; then 6905 echo $ECHO_N "(cached) $ECHO_C" >&67129 $as_echo_n "(cached) " >&6 6906 7130 else 6907 7131 … … 6927 7151 6928 7152 fi 6929 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&56930 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }7153 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 7154 $as_echo "$tcl_cv_ld_elf" >&6; } 6931 7155 if test $tcl_cv_ld_elf = yes; then 6932 7156 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so' … … 6986 7210 LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} 6987 7211 SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' 6988 { echo "$as_me:$LINENO: checking for ELF" >&56989 echo $ECHO_N "checking for ELF... $ECHO_C" >&6; }7212 { $as_echo "$as_me:$LINENO: checking for ELF" >&5 7213 $as_echo_n "checking for ELF... " >&6; } 6990 7214 if test "${tcl_cv_ld_elf+set}" = set; then 6991 echo $ECHO_N "(cached) $ECHO_C" >&67215 $as_echo_n "(cached) " >&6 6992 7216 else 6993 7217 … … 7013 7237 7014 7238 fi 7015 { echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&57016 echo "${ECHO_T}$tcl_cv_ld_elf" >&6; }7239 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_elf" >&5 7240 $as_echo "$tcl_cv_ld_elf" >&6; } 7017 7241 if test $tcl_cv_ld_elf = yes; then 7018 7242 LDFLAGS=-Wl,-export-dynamic … … 7068 7292 case `arch` in 7069 7293 ppc) 7070 { echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&57071 echo $ECHO_N "checking if compiler accepts -arch ppc64 flag... $ECHO_C" >&6; }7294 { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch ppc64 flag" >&5 7295 $as_echo_n "checking if compiler accepts -arch ppc64 flag... " >&6; } 7072 7296 if test "${tcl_cv_cc_arch_ppc64+set}" = set; then 7073 echo $ECHO_N "(cached) $ECHO_C" >&67297 $as_echo_n "(cached) " >&6 7074 7298 else 7075 7299 … … 7097 7321 *) ac_try_echo=$ac_try;; 7098 7322 esac 7099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7324 $as_echo "$ac_try_echo") >&5 7100 7325 (eval "$ac_link") 2>conftest.er1 7101 7326 ac_status=$? … … 7103 7328 rm -f conftest.er1 7104 7329 cat conftest.err >&5 7105 echo "$as_me:$LINENO: \$? = $ac_status" >&57330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7106 7331 (exit $ac_status); } && { 7107 7332 test -z "$ac_cxx_werror_flag" || 7108 7333 test ! -s conftest.err 7109 } && test -s conftest$ac_exeext && 7110 $as_test_x conftest$ac_exeext; then 7334 } && test -s conftest$ac_exeext && { 7335 test "$cross_compiling" = yes || 7336 $as_test_x conftest$ac_exeext 7337 }; then 7111 7338 tcl_cv_cc_arch_ppc64=yes 7112 7339 else 7113 echo "$as_me: failed program was:" >&57340 $as_echo "$as_me: failed program was:" >&5 7114 7341 sed 's/^/| /' conftest.$ac_ext >&5 7115 7342 … … 7117 7344 fi 7118 7345 7346 rm -rf conftest.dSYM 7119 7347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7120 7348 conftest$ac_exeext conftest.$ac_ext 7121 7349 CFLAGS=$hold_cflags 7122 7350 fi 7123 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&57124 echo "${ECHO_T}$tcl_cv_cc_arch_ppc64" >&6; }7351 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_ppc64" >&5 7352 $as_echo "$tcl_cv_cc_arch_ppc64" >&6; } 7125 7353 if test $tcl_cv_cc_arch_ppc64 = yes; then 7126 7354 CFLAGS="$CFLAGS -arch ppc64 -mpowerpc64 -mcpu=G5" … … 7128 7356 fi;; 7129 7357 i386) 7130 { echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&57131 echo $ECHO_N "checking if compiler accepts -arch x86_64 flag... $ECHO_C" >&6; }7358 { $as_echo "$as_me:$LINENO: checking if compiler accepts -arch x86_64 flag" >&5 7359 $as_echo_n "checking if compiler accepts -arch x86_64 flag... " >&6; } 7132 7360 if test "${tcl_cv_cc_arch_x86_64+set}" = set; then 7133 echo $ECHO_N "(cached) $ECHO_C" >&67361 $as_echo_n "(cached) " >&6 7134 7362 else 7135 7363 … … 7157 7385 *) ac_try_echo=$ac_try;; 7158 7386 esac 7159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7388 $as_echo "$ac_try_echo") >&5 7160 7389 (eval "$ac_link") 2>conftest.er1 7161 7390 ac_status=$? … … 7163 7392 rm -f conftest.er1 7164 7393 cat conftest.err >&5 7165 echo "$as_me:$LINENO: \$? = $ac_status" >&57394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7166 7395 (exit $ac_status); } && { 7167 7396 test -z "$ac_cxx_werror_flag" || 7168 7397 test ! -s conftest.err 7169 } && test -s conftest$ac_exeext && 7170 $as_test_x conftest$ac_exeext; then 7398 } && test -s conftest$ac_exeext && { 7399 test "$cross_compiling" = yes || 7400 $as_test_x conftest$ac_exeext 7401 }; then 7171 7402 tcl_cv_cc_arch_x86_64=yes 7172 7403 else 7173 echo "$as_me: failed program was:" >&57404 $as_echo "$as_me: failed program was:" >&5 7174 7405 sed 's/^/| /' conftest.$ac_ext >&5 7175 7406 … … 7177 7408 fi 7178 7409 7410 rm -rf conftest.dSYM 7179 7411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7180 7412 conftest$ac_exeext conftest.$ac_ext 7181 7413 CFLAGS=$hold_cflags 7182 7414 fi 7183 { echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&57184 echo "${ECHO_T}$tcl_cv_cc_arch_x86_64" >&6; }7415 { $as_echo "$as_me:$LINENO: result: $tcl_cv_cc_arch_x86_64" >&5 7416 $as_echo "$tcl_cv_cc_arch_x86_64" >&6; } 7185 7417 if test $tcl_cv_cc_arch_x86_64 = yes; then 7186 7418 CFLAGS="$CFLAGS -arch x86_64" … … 7188 7420 fi;; 7189 7421 *) 7190 { echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&57191 echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};;7422 { $as_echo "$as_me:$LINENO: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&5 7423 $as_echo "$as_me: WARNING: Don't know how enable 64-bit on architecture \`arch\`" >&2;};; 7192 7424 esac 7193 7425 else … … 7198 7430 fi 7199 7431 SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS}' 7200 { echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&57201 echo $ECHO_N "checking if ld accepts -single_module flag... $ECHO_C" >&6; }7432 { $as_echo "$as_me:$LINENO: checking if ld accepts -single_module flag" >&5 7433 $as_echo_n "checking if ld accepts -single_module flag... " >&6; } 7202 7434 if test "${tcl_cv_ld_single_module+set}" = set; then 7203 echo $ECHO_N "(cached) $ECHO_C" >&67435 $as_echo_n "(cached) " >&6 7204 7436 else 7205 7437 … … 7227 7459 *) ac_try_echo=$ac_try;; 7228 7460 esac 7229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7462 $as_echo "$ac_try_echo") >&5 7230 7463 (eval "$ac_link") 2>conftest.er1 7231 7464 ac_status=$? … … 7233 7466 rm -f conftest.er1 7234 7467 cat conftest.err >&5 7235 echo "$as_me:$LINENO: \$? = $ac_status" >&57468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7236 7469 (exit $ac_status); } && { 7237 7470 test -z "$ac_cxx_werror_flag" || 7238 7471 test ! -s conftest.err 7239 } && test -s conftest$ac_exeext && 7240 $as_test_x conftest$ac_exeext; then 7472 } && test -s conftest$ac_exeext && { 7473 test "$cross_compiling" = yes || 7474 $as_test_x conftest$ac_exeext 7475 }; then 7241 7476 tcl_cv_ld_single_module=yes 7242 7477 else 7243 echo "$as_me: failed program was:" >&57478 $as_echo "$as_me: failed program was:" >&5 7244 7479 sed 's/^/| /' conftest.$ac_ext >&5 7245 7480 … … 7247 7482 fi 7248 7483 7484 rm -rf conftest.dSYM 7249 7485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7250 7486 conftest$ac_exeext conftest.$ac_ext 7251 7487 LDFLAGS=$hold_ldflags 7252 7488 fi 7253 { echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&57254 echo "${ECHO_T}$tcl_cv_ld_single_module" >&6; }7489 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_single_module" >&5 7490 $as_echo "$tcl_cv_ld_single_module" >&6; } 7255 7491 if test $tcl_cv_ld_single_module = yes; then 7256 7492 SHLIB_LD="${SHLIB_LD} -Wl,-single_module" … … 7265 7501 LDFLAGS="$LDFLAGS -prebind" 7266 7502 LDFLAGS="$LDFLAGS -headerpad_max_install_names" 7267 { echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&57268 echo $ECHO_N "checking if ld accepts -search_paths_first flag... $ECHO_C" >&6; }7503 { $as_echo "$as_me:$LINENO: checking if ld accepts -search_paths_first flag" >&5 7504 $as_echo_n "checking if ld accepts -search_paths_first flag... " >&6; } 7269 7505 if test "${tcl_cv_ld_search_paths_first+set}" = set; then 7270 echo $ECHO_N "(cached) $ECHO_C" >&67506 $as_echo_n "(cached) " >&6 7271 7507 else 7272 7508 … … 7294 7530 *) ac_try_echo=$ac_try;; 7295 7531 esac 7296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7533 $as_echo "$ac_try_echo") >&5 7297 7534 (eval "$ac_link") 2>conftest.er1 7298 7535 ac_status=$? … … 7300 7537 rm -f conftest.er1 7301 7538 cat conftest.err >&5 7302 echo "$as_me:$LINENO: \$? = $ac_status" >&57539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7303 7540 (exit $ac_status); } && { 7304 7541 test -z "$ac_cxx_werror_flag" || 7305 7542 test ! -s conftest.err 7306 } && test -s conftest$ac_exeext && 7307 $as_test_x conftest$ac_exeext; then 7543 } && test -s conftest$ac_exeext && { 7544 test "$cross_compiling" = yes || 7545 $as_test_x conftest$ac_exeext 7546 }; then 7308 7547 tcl_cv_ld_search_paths_first=yes 7309 7548 else 7310 echo "$as_me: failed program was:" >&57549 $as_echo "$as_me: failed program was:" >&5 7311 7550 sed 's/^/| /' conftest.$ac_ext >&5 7312 7551 … … 7314 7553 fi 7315 7554 7555 rm -rf conftest.dSYM 7316 7556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7317 7557 conftest$ac_exeext conftest.$ac_ext 7318 7558 LDFLAGS=$hold_ldflags 7319 7559 fi 7320 { echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&57321 echo "${ECHO_T}$tcl_cv_ld_search_paths_first" >&6; }7560 { $as_echo "$as_me:$LINENO: result: $tcl_cv_ld_search_paths_first" >&5 7561 $as_echo "$tcl_cv_ld_search_paths_first" >&6; } 7322 7562 if test $tcl_cv_ld_search_paths_first = yes; then 7323 7563 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" … … 7328 7568 PLAT_OBJS=\$\(MAC\_OSX_OBJS\) 7329 7569 PLAT_SRCS=\$\(MAC\_OSX_SRCS\) 7330 { echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&57331 echo $ECHO_N "checking whether to use CoreFoundation... $ECHO_C" >&6; }7570 { $as_echo "$as_me:$LINENO: checking whether to use CoreFoundation" >&5 7571 $as_echo_n "checking whether to use CoreFoundation... " >&6; } 7332 7572 # Check whether --enable-corefoundation was given. 7333 7573 if test "${enable_corefoundation+set}" = set; then … … 7337 7577 fi 7338 7578 7339 { echo "$as_me:$LINENO: result: $tcl_corefoundation" >&57340 echo "${ECHO_T}$tcl_corefoundation" >&6; }7579 { $as_echo "$as_me:$LINENO: result: $tcl_corefoundation" >&5 7580 $as_echo "$tcl_corefoundation" >&6; } 7341 7581 if test $tcl_corefoundation = yes; then 7342 { echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&57343 echo $ECHO_N "checking for CoreFoundation.framework... $ECHO_C" >&6; }7582 { $as_echo "$as_me:$LINENO: checking for CoreFoundation.framework" >&5 7583 $as_echo_n "checking for CoreFoundation.framework... " >&6; } 7344 7584 if test "${tcl_cv_lib_corefoundation+set}" = set; then 7345 echo $ECHO_N "(cached) $ECHO_C" >&67585 $as_echo_n "(cached) " >&6 7346 7586 else 7347 7587 … … 7375 7615 *) ac_try_echo=$ac_try;; 7376 7616 esac 7377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7618 $as_echo "$ac_try_echo") >&5 7378 7619 (eval "$ac_link") 2>conftest.er1 7379 7620 ac_status=$? … … 7381 7622 rm -f conftest.er1 7382 7623 cat conftest.err >&5 7383 echo "$as_me:$LINENO: \$? = $ac_status" >&57624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5