diff -U 2 -r bash-2.05a.orig/config.h.in bash-2.05a/config.h.in --- bash-2.05a.orig/config.h.in Wed Dec 5 12:37:47 2001 +++ bash-2.05a/config.h.in Wed Dec 5 12:38:45 2001 @@ -818,4 +818,10 @@ #undef GETCWD_BROKEN +/* Bash-bofh specific define templates */ +#undef BOFH +#undef SCRIPT_BOFH +#undef BOFH_LOGFACILITY +#undef BOFH_LOGLEVEL + #include "config-bot.h" Only in bash-2.05a: config.log diff -U 2 -r bash-2.05a.orig/configure bash-2.05a/configure --- bash-2.05a.orig/configure Wed Dec 5 12:37:47 2001 +++ bash-2.05a/configure Wed Dec 5 12:42:14 2001 @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in for Bash 2.05a, version 2.128, from autoconf version 2.52. +# From ./configure.in for Bash 2.05a, version 2.128, from autoconf version 2.50. # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.52 for bash 2.05a. +# Generated by Autoconf 2.50 for bash 2.05a. # # Report bugs to . @@ -11,17 +11,4 @@ # gives unlimited permission to copy, distribute and modify it. -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" - # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -108,14 +95,20 @@ : ${ac_max_here_lines=38} +# Avoid depending upon Character Ranges. +ac_cr_az='abcdefghijklmnopqrstuvwxyz' +ac_cr_AZ='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +ac_cr_09='0123456789' +ac_cr_alnum=$ac_cr_az$ac_cr_AZ$ac_cr_09 + +# Sed expression to map a string onto a valid sh and CPP variable names. +ac_tr_sh="sed y%*+%pp%;s%[^_$ac_cr_alnum]%_%g" +ac_tr_cpp="sed y%*$ac_cr_az%P$ac_cr_AZ%;s%[^_$ac_cr_alnum]%_%g" + ac_unique_file="shell.h" # Factoring default headers for most tests. ac_includes_default="\ #include -#if HAVE_SYS_TYPES_H -# include -#endif -#if HAVE_SYS_STAT_H -# include -#endif +#include +#include #if STDC_HEADERS # include @@ -131,14 +124,11 @@ # endif # include -#endif -#if HAVE_STRINGS_H -# include +#else +# if HAVE_STRINGS_H +# include +# endif #endif #if HAVE_INTTYPES_H # include -#else -# if HAVE_STDINT_H -# include -# endif #endif #if HAVE_UNISTD_H @@ -236,5 +226,5 @@ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } @@ -245,5 +235,5 @@ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } @@ -427,5 +417,5 @@ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } @@ -440,5 +430,5 @@ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } @@ -472,5 +462,5 @@ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } @@ -482,5 +472,5 @@ # FIXME: should be removed in autoconf 3.0. echo "$as_me: WARNING: you should use --build, --host, --target" >&2 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null && echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} @@ -497,21 +487,12 @@ # Be sure to have absolute paths. -for ac_var in exec_prefix prefix -do - eval ac_val=$`echo $ac_var` - case $ac_val in - [\\/$]* | ?:[\\/]* | NONE | '' ) ;; - *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; - esac -done - -# Be sure to have absolute paths. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ - localstatedir libdir includedir oldincludedir infodir mandir + localstatedir libdir includedir oldincludedir infodir mandir \ + exec_prefix prefix do eval ac_val=$`echo $ac_var` case $ac_val in [\\/$]* | ?:[\\/]* ) ;; + NONE ) ;; *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; };; @@ -698,4 +679,6 @@ --enable-usg-echo-default a synonym for --enable-xpg-echo-default --enable-xpg-echo-default make the echo builtin expand escape sequences by default +--enable-bofh enable bash-BOFH logging(default) +--disable-script-bofh disables shellscript logging(default) --enable-profiling allow profiling with gprof --enable-static-link link bash statically, for use as a root shell @@ -712,4 +695,6 @@ --with-purecov configure to postprocess with pure coverage --with-purify configure to postprocess with purify +--with-bofh-logfacility = FACILITY BOFH syslog facility(default = LOG_USER) +--with-bofh-loglevel = LEVEL BOFH syslog level(default = LOG_INFO) Some influential environment variables: @@ -769,5 +754,5 @@ cat <<\EOF bash configure 2.05a -generated by GNU Autoconf 2.52 +generated by GNU Autoconf 2.50 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 @@ -784,5 +769,5 @@ It was created by bash $as_me 2.05a, which was -generated by GNU Autoconf 2.52. Invocation command line was +generated by GNU Autoconf 2.50. Invocation command line was $ $0 $@ @@ -863,9 +848,9 @@ sed -n \ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" + s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" ;; *) sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; @@ -888,5 +873,5 @@ ' 0 for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal + trap 'ac_status=$?; ac_signal='$ac_signal'; { (exit $ac_status); exit $ac_status; }' $ac_signal done ac_signal=0 @@ -908,5 +893,5 @@ for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then - { echo "$as_me:910: loading site script $ac_site_file" >&5 + { echo "$as_me:895: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} cat "$ac_site_file" >&5 @@ -919,5 +904,5 @@ # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:921: loading cache $cache_file" >&5 + { echo "$as_me:906: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in @@ -927,5 +912,5 @@ fi else - { echo "$as_me:929: creating cache $cache_file" >&5 + { echo "$as_me:914: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file @@ -934,5 +919,5 @@ # Check that the precious variables saved in the cache have kept the same # value. -ac_cache_corrupted=false +ac_suggest_removing_cache=false for ac_var in `(set) 2>&1 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do @@ -943,42 +928,29 @@ case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:945: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; + { echo "$as_me:930: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_suggest_removing_cache=: ;; ,set) - { echo "$as_me:949: error: \`$ac_var' was not set in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; + { echo "$as_me:934: WARNING: \`$ac_var' was not set in the previous run" >&5 +echo "$as_me: WARNING: \`$ac_var' was not set in the previous run" >&2;} + ac_suggest_removing_cache=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:955: error: \`$ac_var' has changed since the previous run:" >&5 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:957: former value: $ac_old_val" >&5 -echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:959: current value: $ac_new_val" >&5 -echo "$as_me: current value: $ac_new_val" >&2;} - ac_cache_corrupted=: + { echo "$as_me:940: WARNING: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: WARNING: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:942: WARNING: former value: $ac_old_val" >&5 +echo "$as_me: WARNING: former value: $ac_old_val" >&2;} + { echo "$as_me:944: WARNING: current value: $ac_new_val" >&5 +echo "$as_me: WARNING: current value: $ac_new_val" >&2;} + ac_suggest_removing_cache=: fi;; esac - # Pass precious variables to config.status. It doesn't matter if - # we pass some twice (in addition to the command line arguments). - if test "$ac_new_set" = set; then - case $ac_new_val in - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` - ac_configure_args="$ac_configure_args '$ac_arg'" - ;; - *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val" - ;; - esac - fi done -if $ac_cache_corrupted; then - { echo "$as_me:978: error: changes in the environment can compromise the build" >&5 -echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:980: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} - { (exit 1); exit 1; }; } +if $ac_suggest_removing_cache; then + { echo "$as_me:951: WARNING: changes in the environment can compromise the build" >&5 +echo "$as_me: WARNING: changes in the environment can compromise the build" >&2;} + { echo "$as_me:953: WARNING: consider removing $cache_file and starting over" >&5 +echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;} fi @@ -998,8 +970,8 @@ echo "exit 0" >>conftest.sh chmod +x conftest.sh -if { (echo "$as_me:1000: PATH=\".;.\"; conftest.sh") >&5 +if { (echo "$as_me:972: PATH=\".;.\"; conftest.sh") >&5 (PATH=".;."; conftest.sh) 2>&5 ac_status=$? - echo "$as_me:1003: \$? = $ac_status" >&5 + echo "$as_me:975: \$? = $ac_status" >&5 (exit $ac_status); }; then ac_path_separator=';' @@ -1027,5 +999,5 @@ done if test -z "$ac_aux_dir"; then - { { echo "$as_me:1029: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&5 + { { echo "$as_me:1001: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&5 echo "$as_me: error: cannot find install-sh or install.sh in ./support $srcdir/./support" >&2;} { (exit 1); exit 1; }; } @@ -1041,9 +1013,9 @@ # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:1043: error: cannot run $ac_config_sub" >&5 + { { echo "$as_me:1015: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } -echo "$as_me:1047: checking build system type" >&5 +echo "$as_me:1019: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then @@ -1054,14 +1026,14 @@ ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && - { { echo "$as_me:1056: error: cannot guess build type; you must specify one" >&5 + { { echo "$as_me:1028: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:1060: error: $ac_config_sub $ac_cv_build_alias failed." >&5 + { { echo "$as_me:1032: error: $ac_config_sub $ac_cv_build_alias failed." >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1065: result: $ac_cv_build" >&5 +echo "$as_me:1037: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build @@ -1070,5 +1042,5 @@ build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:1072: checking host system type" >&5 +echo "$as_me:1044: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then @@ -1079,10 +1051,10 @@ ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:1081: error: $ac_config_sub $ac_cv_host_alias failed" >&5 + { { echo "$as_me:1053: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1086: result: $ac_cv_host" >&5 +echo "$as_me:1058: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host @@ -1233,4 +1205,8 @@ opt_progcomp=yes opt_largefile=yes +opt_bofh=yes +opt_script_bofh=no +opt_bofh_logfacility=LOG_USER +opt_bofh_loglevel=LOG_INFO opt_static_link=no @@ -1373,4 +1349,26 @@ opt_xpg_echo=$enableval fi; +# Check whether --enable-bofh or --disable-bofh was given. +if test "${enable_bofh+set}" = set; then + enableval="$enable_bofh" + opt_bofh=$enableval +fi; +# Check whether --enable-script_bofh or --disable-script_bofh was given. +if test "${enable_script_bofh+set}" = set; then + enableval="$enable_script_bofh" + opt_script_bofh=$enableval +fi; + +# Check whether --with-bofh_logfacility or --without-bofh_logfacility was given. +if test "${with_bofh_logfacility+set}" = set; then + withval="$with_bofh_logfacility" + opt_bofh_logfacility=$withval +fi; + +# Check whether --with-bofh_loglevel or --without-bofh_loglevel was given. +if test "${with_bofh_loglevel+set}" = set; then + withval="$with_bofh_loglevel" + opt_bofh_loglevel=$withval +fi; # Check whether --enable-profiling or --disable-profiling was given. @@ -1494,4 +1492,25 @@ fi +if test $opt_bofh = yes; then +cat >>confdefs.h <<\EOF +#define BOFH 1 +EOF + +fi +if test $opt_script_bofh = yes; then +cat >>confdefs.h <<\EOF +#define SCRIPT_BOFH 1 +EOF + +fi + +cat >>confdefs.h <>confdefs.h <&5 +echo "$as_me:1533: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then @@ -1527,5 +1546,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}gcc" -echo "$as_me:1529: found $ac_dir/$ac_word" >&5 +echo "$as_me:1548: found $ac_dir/$ac_word" >&5 break done @@ -1535,8 +1554,8 @@ CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1537: result: $CC" >&5 + echo "$as_me:1556: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1540: result: no" >&5 + echo "$as_me:1559: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1547,5 +1566,5 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:1549: checking for $ac_word" >&5 +echo "$as_me:1568: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then @@ -1562,5 +1581,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="gcc" -echo "$as_me:1564: found $ac_dir/$ac_word" >&5 +echo "$as_me:1583: found $ac_dir/$ac_word" >&5 break done @@ -1570,8 +1589,8 @@ ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1572: result: $ac_ct_CC" >&5 + echo "$as_me:1591: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1575: result: no" >&5 + echo "$as_me:1594: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1586,5 +1605,5 @@ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:1588: checking for $ac_word" >&5 +echo "$as_me:1607: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then @@ -1601,5 +1620,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}cc" -echo "$as_me:1603: found $ac_dir/$ac_word" >&5 +echo "$as_me:1622: found $ac_dir/$ac_word" >&5 break done @@ -1609,8 +1628,8 @@ CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1611: result: $CC" >&5 + echo "$as_me:1630: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1614: result: no" >&5 + echo "$as_me:1633: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1621,5 +1640,5 @@ # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1623: checking for $ac_word" >&5 +echo "$as_me:1642: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then @@ -1636,5 +1655,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="cc" -echo "$as_me:1638: found $ac_dir/$ac_word" >&5 +echo "$as_me:1657: found $ac_dir/$ac_word" >&5 break done @@ -1644,8 +1663,8 @@ ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1646: result: $ac_ct_CC" >&5 + echo "$as_me:1665: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1649: result: no" >&5 + echo "$as_me:1668: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1660,5 +1679,5 @@ # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1662: checking for $ac_word" >&5 +echo "$as_me:1681: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then @@ -1680,5 +1699,5 @@ fi ac_cv_prog_CC="cc" -echo "$as_me:1682: found $ac_dir/$ac_word" >&5 +echo "$as_me:1701: found $ac_dir/$ac_word" >&5 break done @@ -1702,8 +1721,8 @@ CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1704: result: $CC" >&5 + echo "$as_me:1723: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1707: result: no" >&5 + echo "$as_me:1726: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1716,5 +1735,5 @@ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:1718: checking for $ac_word" >&5 +echo "$as_me:1737: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then @@ -1731,5 +1750,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:1733: found $ac_dir/$ac_word" >&5 +echo "$as_me:1752: found $ac_dir/$ac_word" >&5 break done @@ -1739,8 +1758,8 @@ CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1741: result: $CC" >&5 + echo "$as_me:1760: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1744: result: no" >&5 + echo "$as_me:1763: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1755,5 +1774,5 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:1757: checking for $ac_word" >&5 +echo "$as_me:1776: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then @@ -1770,5 +1789,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="$ac_prog" -echo "$as_me:1772: found $ac_dir/$ac_word" >&5 +echo "$as_me:1791: found $ac_dir/$ac_word" >&5 break done @@ -1778,8 +1797,8 @@ ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1780: result: $ac_ct_CC" >&5 + echo "$as_me:1799: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1783: result: no" >&5 + echo "$as_me:1802: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1793,30 +1812,10 @@ fi -test -z "$CC" && { { echo "$as_me:1795: error: no acceptable cc found in \$PATH" >&5 +test -z "$CC" && { { echo "$as_me:1814: error: no acceptable cc found in \$PATH" >&5 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} { (exit 1); exit 1; }; } -# Provide some information about the compiler. -echo "$as_me:1800:" \ - "checking for C compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:1803: \"$ac_compiler --version &5\"") >&5 - (eval $ac_compiler --version &5) 2>&5 - ac_status=$? - echo "$as_me:1806: \$? = $ac_status" >&5 - (exit $ac_status); } -{ (eval echo "$as_me:1808: \"$ac_compiler -v &5\"") >&5 - (eval $ac_compiler -v &5) 2>&5 - ac_status=$? - echo "$as_me:1811: \$? = $ac_status" >&5 - (exit $ac_status); } -{ (eval echo "$as_me:1813: \"$ac_compiler -V &5\"") >&5 - (eval $ac_compiler -V &5) 2>&5 - ac_status=$? - echo "$as_me:1816: \$? = $ac_status" >&5 - (exit $ac_status); } - cat >conftest.$ac_ext <<_ACEOF -#line 1820 "configure" +#line 1819 "configure" #include "confdefs.h" @@ -1832,20 +1831,15 @@ ac_clean_files="$ac_clean_files a.out a.exe" # Try to create an executable without -o first, disregard a.out. -# It will help us diagnose broken compilers, and finding out an intuition +# It will help us diagnose broken compiler, and finding out an intuition # of exeext. -echo "$as_me:1836: checking for C compiler default output" >&5 +echo "$as_me:1835: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:1839: \"$ac_link_default\"") >&5 +if { (eval echo "$as_me:1838: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? - echo "$as_me:1842: \$? = $ac_status" >&5 + echo "$as_me:1841: \$? = $ac_status" >&5 (exit $ac_status); }; then - # Find the output, starting from the most likely. This scheme is -# not robust to junk in `.', hence go to wildcards (a.*) only as a last -# resort. -for ac_file in `ls a.exe conftest.exe 2>/dev/null; - ls a.out conftest 2>/dev/null; - ls a.* conftest.* 2>/dev/null`; do + for ac_file in `ls a.exe conftest.exe a.* conftest conftest.* 2>/dev/null`; do case $ac_file in *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; @@ -1854,5 +1848,4 @@ break;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - # FIXME: I believe we export ac_cv_exeext for Libtool --akim. export ac_cv_exeext break;; @@ -1863,5 +1856,5 @@ echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1865: error: C compiler cannot create executables" >&5 +{ { echo "$as_me:1858: error: C compiler cannot create executables" >&5 echo "$as_me: error: C compiler cannot create executables" >&2;} { (exit 77); exit 77; }; } @@ -1869,10 +1862,10 @@ ac_exeext=$ac_cv_exeext -echo "$as_me:1871: result: $ac_file" >&5 +echo "$as_me:1864: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1876: checking whether the C compiler works" >&5 +echo "$as_me:1869: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 @@ -1880,8 +1873,8 @@ if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:1882: \"$ac_try\"") >&5 + { (eval echo "$as_me:1875: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1885: \$? = $ac_status" >&5 + echo "$as_me:1878: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no @@ -1890,5 +1883,5 @@ cross_compiling=yes else - { { echo "$as_me:1892: error: cannot run C compiled programs. + { { echo "$as_me:1885: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&5 echo "$as_me: error: cannot run C compiled programs. @@ -1898,5 +1891,5 @@ fi fi -echo "$as_me:1900: result: yes" >&5 +echo "$as_me:1893: result: yes" >&5 echo "${ECHO_T}yes" >&6 @@ -1905,15 +1898,15 @@ # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1907: checking whether we are cross compiling" >&5 +echo "$as_me:1900: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:1909: result: $cross_compiling" >&5 +echo "$as_me:1902: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 -echo "$as_me:1912: checking for executable suffix" >&5 +echo "$as_me:1905: checking for executable suffix" >&5 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:1914: \"$ac_link\"") >&5 +if { (eval echo "$as_me:1907: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:1917: \$? = $ac_status" >&5 + echo "$as_me:1910: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) @@ -1931,5 +1924,5 @@ done else - { { echo "$as_me:1933: error: cannot compute EXEEXT: cannot compile and link" >&5 + { { echo "$as_me:1926: error: cannot compute EXEEXT: cannot compile and link" >&5 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} { (exit 1); exit 1; }; } @@ -1937,5 +1930,5 @@ rm -f conftest$ac_cv_exeext -echo "$as_me:1939: result: $ac_cv_exeext" >&5 +echo "$as_me:1932: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 @@ -1943,5 +1936,5 @@ EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:1945: checking for object suffix" >&5 +echo "$as_me:1938: checking for object suffix" >&5 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then @@ -1949,5 +1942,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 1951 "configure" +#line 1944 "configure" #include "confdefs.h" @@ -1961,8 +1954,8 @@ _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:1963: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1956: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1966: \$? = $ac_status" >&5 + echo "$as_me:1959: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do @@ -1976,5 +1969,5 @@ echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1978: error: cannot compute OBJEXT: cannot compile" >&5 +{ { echo "$as_me:1971: error: cannot compute OBJEXT: cannot compile" >&5 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} { (exit 1); exit 1; }; } @@ -1983,9 +1976,9 @@ rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:1985: result: $ac_cv_objext" >&5 +echo "$as_me:1978: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:1989: checking whether we are using the GNU C compiler" >&5 +echo "$as_me:1982: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then @@ -1993,5 +1986,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 1995 "configure" +#line 1988 "configure" #include "confdefs.h" @@ -2008,14 +2001,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2010: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2003: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2013: \$? = $ac_status" >&5 + echo "$as_me:2006: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2016: \"$ac_try\"") >&5 + { (eval echo "$as_me:2009: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2019: \$? = $ac_status" >&5 + echo "$as_me:2012: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes @@ -2029,5 +2022,5 @@ fi -echo "$as_me:2031: result: $ac_cv_c_compiler_gnu" >&5 +echo "$as_me:2024: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` @@ -2035,5 +2028,5 @@ ac_save_CFLAGS=$CFLAGS CFLAGS="-g" -echo "$as_me:2037: checking whether $CC accepts -g" >&5 +echo "$as_me:2030: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then @@ -2041,5 +2034,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 2043 "configure" +#line 2036 "configure" #include "confdefs.h" @@ -2053,14 +2046,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2055: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2048: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2058: \$? = $ac_status" >&5 + echo "$as_me:2051: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2061: \"$ac_try\"") >&5 + { (eval echo "$as_me:2054: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2064: \$? = $ac_status" >&5 + echo "$as_me:2057: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes @@ -2072,5 +2065,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:2074: result: $ac_cv_prog_cc_g" >&5 +echo "$as_me:2067: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then @@ -2099,14 +2092,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2101: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2094: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2104: \$? = $ac_status" >&5 + echo "$as_me:2097: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2107: \"$ac_try\"") >&5 + { (eval echo "$as_me:2100: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2110: \$? = $ac_status" >&5 + echo "$as_me:2103: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ @@ -2120,5 +2113,5 @@ do cat >conftest.$ac_ext <<_ACEOF -#line 2122 "configure" +#line 2115 "configure" #include "confdefs.h" #include @@ -2133,14 +2126,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2135: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2128: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2138: \$? = $ac_status" >&5 + echo "$as_me:2131: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2141: \"$ac_try\"") >&5 + { (eval echo "$as_me:2134: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2144: \$? = $ac_status" >&5 + echo "$as_me:2137: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : @@ -2152,5 +2145,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 2154 "configure" +#line 2147 "configure" #include "confdefs.h" $ac_declaration @@ -2164,14 +2157,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2166: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2159: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2169: \$? = $ac_status" >&5 + echo "$as_me:2162: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2172: \"$ac_try\"") >&5 + { (eval echo "$as_me:2165: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2175: \$? = $ac_status" >&5 + echo "$as_me:2168: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break @@ -2182,10 +2175,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done -rm -f conftest* -if test -n "$ac_declaration"; then - echo '#ifdef __cplusplus' >>confdefs.h - echo $ac_declaration >>confdefs.h - echo '#endif' >>confdefs.h -fi +echo '#ifdef __cplusplus' >>confdefs.h +echo $ac_declaration >>confdefs.h +echo '#endif' >>confdefs.h else @@ -2200,10 +2190,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2202: checking for POSIXized ISC" >&5 +echo "$as_me:2192: checking for POSIXized ISC" >&5 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then - echo "$as_me:2207: result: yes" >&5 + echo "$as_me:2197: result: yes" >&5 echo "${ECHO_T}yes" >&6 ISC=yes # If later tests want to check for ISC. @@ -2219,5 +2209,5 @@ fi else - echo "$as_me:2221: result: no" >&5 + echo "$as_me:2211: result: no" >&5 echo "${ECHO_T}no" >&6 ISC= @@ -2229,5 +2219,5 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2231: checking how to run the C preprocessor" >&5 +echo "$as_me:2221: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. @@ -2242,4 +2232,5 @@ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do + # break 2 since there is a loop in there. ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -2250,10 +2241,10 @@ # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 2252 "configure" +#line 2243 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2257: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2248: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -2261,5 +2252,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2263: \$? = $ac_status" >&5 + echo "$as_me:2254: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -2284,9 +2275,9 @@ # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 2286 "configure" +#line 2277 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2290: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2281: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -2294,5 +2285,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2296: \$? = $ac_status" >&5 + echo "$as_me:2287: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -2320,5 +2311,5 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then - break + break 2 fi @@ -2331,5 +2322,5 @@ ac_cv_prog_CPP=$CPP fi -echo "$as_me:2333: result: $CPP" >&5 +echo "$as_me:2324: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false @@ -2341,10 +2332,10 @@ # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 2343 "configure" +#line 2334 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2348: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2339: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -2352,5 +2343,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2354: \$? = $ac_status" >&5 + echo "$as_me:2345: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -2375,9 +2366,9 @@ # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 2377 "configure" +#line 2368 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2381: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2372: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -2385,5 +2376,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2387: \$? = $ac_status" >&5 + echo "$as_me:2378: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -2413,5 +2404,5 @@ : else - { { echo "$as_me:2415: error: C preprocessor \"$CPP\" fails sanity check" >&5 + { { echo "$as_me:2406: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } @@ -2424,5 +2415,5 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2426: checking for minix/config.h" >&5 +echo "$as_me:2417: checking for minix/config.h" >&5 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6 if test "${ac_cv_header_minix_config_h+set}" = set; then @@ -2430,9 +2421,9 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 2432 "configure" +#line 2423 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2436: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2427: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -2440,5 +2431,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2442: \$? = $ac_status" >&5 + echo "$as_me:2433: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -2459,5 +2450,5 @@ rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:2461: result: $ac_cv_header_minix_config_h" >&5 +echo "$as_me:2452: result: $ac_cv_header_minix_config_h" >&5 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6 if test $ac_cv_header_minix_config_h = yes; then @@ -2500,5 +2491,5 @@ if test "$enable_largefile" != no; then - echo "$as_me:2502: checking for special C compiler options needed for large files" >&5 + echo "$as_me:2493: checking for special C compiler options needed for large files" >&5 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_largefile_CC+set}" = set; then @@ -2512,5 +2503,5 @@ # so use the C compiler's -n32 option if that helps. cat >conftest.$ac_ext <<_ACEOF -#line 2514 "configure" +#line 2505 "configure" #include "confdefs.h" #include @@ -2532,14 +2523,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2534: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2525: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2537: \$? = $ac_status" >&5 + echo "$as_me:2528: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2540: \"$ac_try\"") >&5 + { (eval echo "$as_me:2531: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2543: \$? = $ac_status" >&5 + echo "$as_me:2534: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break @@ -2551,14 +2542,14 @@ CC="$CC -n32" rm -f conftest.$ac_objext -if { (eval echo "$as_me:2553: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2544: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2556: \$? = $ac_status" >&5 + echo "$as_me:2547: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2559: \"$ac_try\"") >&5 + { (eval echo "$as_me:2550: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2562: \$? = $ac_status" >&5 + echo "$as_me:2553: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_largefile_CC=' -n32'; break @@ -2574,5 +2565,5 @@ fi fi -echo "$as_me:2576: result: $ac_cv_sys_largefile_CC" >&5 +echo "$as_me:2567: result: $ac_cv_sys_largefile_CC" >&5 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 if test "$ac_cv_sys_largefile_CC" != no; then @@ -2580,5 +2571,5 @@ fi - echo "$as_me:2582: checking for _FILE_OFFSET_BITS value needed for large files" >&5 + echo "$as_me:2573: checking for _FILE_OFFSET_BITS value needed for large files" >&5 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_file_offset_bits+set}" = set; then @@ -2588,5 +2579,5 @@ ac_cv_sys_file_offset_bits=no cat >conftest.$ac_ext <<_ACEOF -#line 2590 "configure" +#line 2581 "configure" #include "confdefs.h" #include @@ -2608,14 +2599,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2610: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2601: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2613: \$? = $ac_status" >&5 + echo "$as_me:2604: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2616: \"$ac_try\"") >&5 + { (eval echo "$as_me:2607: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2619: \$? = $ac_status" >&5 + echo "$as_me:2610: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break @@ -2626,5 +2617,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 2628 "configure" +#line 2619 "configure" #include "confdefs.h" #define _FILE_OFFSET_BITS 64 @@ -2647,14 +2638,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2649: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2640: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2652: \$? = $ac_status" >&5 + echo "$as_me:2643: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2655: \"$ac_try\"") >&5 + { (eval echo "$as_me:2646: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2658: \$? = $ac_status" >&5 + echo "$as_me:2649: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_file_offset_bits=64; break @@ -2667,5 +2658,5 @@ done fi -echo "$as_me:2669: result: $ac_cv_sys_file_offset_bits" >&5 +echo "$as_me:2660: result: $ac_cv_sys_file_offset_bits" >&5 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 if test "$ac_cv_sys_file_offset_bits" != no; then @@ -2677,5 +2668,5 @@ fi rm -f conftest* - echo "$as_me:2679: checking for _LARGE_FILES value needed for large files" >&5 + echo "$as_me:2670: checking for _LARGE_FILES value needed for large files" >&5 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_large_files+set}" = set; then @@ -2685,5 +2676,5 @@ ac_cv_sys_large_files=no cat >conftest.$ac_ext <<_ACEOF -#line 2687 "configure" +#line 2678 "configure" #include "confdefs.h" #include @@ -2705,14 +2696,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2707: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2698: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2710: \$? = $ac_status" >&5 + echo "$as_me:2701: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2713: \"$ac_try\"") >&5 + { (eval echo "$as_me:2704: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2716: \$? = $ac_status" >&5 + echo "$as_me:2707: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break @@ -2723,5 +2714,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 2725 "configure" +#line 2716 "configure" #include "confdefs.h" #define _LARGE_FILES 1 @@ -2744,14 +2735,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2746: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2737: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2749: \$? = $ac_status" >&5 + echo "$as_me:2740: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2752: \"$ac_try\"") >&5 + { (eval echo "$as_me:2743: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2755: \$? = $ac_status" >&5 + echo "$as_me:2746: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_large_files=1; break @@ -2764,5 +2755,5 @@ done fi -echo "$as_me:2766: result: $ac_cv_sys_large_files" >&5 +echo "$as_me:2757: result: $ac_cv_sys_large_files" >&5 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 if test "$ac_cv_sys_large_files" != no; then @@ -2830,5 +2821,5 @@ if test $ac_cv_c_compiler_gnu = yes; then - echo "$as_me:2832: checking whether $CC needs -traditional" >&5 + echo "$as_me:2823: checking whether $CC needs -traditional" >&5 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 if test "${ac_cv_prog_gcc_traditional+set}" = set; then @@ -2837,5 +2828,5 @@ ac_pattern="Autoconf.*'x'" cat >conftest.$ac_ext <<_ACEOF -#line 2839 "configure" +#line 2830 "configure" #include "confdefs.h" #include @@ -2852,5 +2843,5 @@ if test $ac_cv_prog_gcc_traditional = no; then cat >conftest.$ac_ext <<_ACEOF -#line 2854 "configure" +#line 2845 "configure" #include "confdefs.h" #include @@ -2865,5 +2856,5 @@ fi fi -echo "$as_me:2867: result: $ac_cv_prog_gcc_traditional" >&5 +echo "$as_me:2858: result: $ac_cv_prog_gcc_traditional" >&5 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 if test $ac_cv_prog_gcc_traditional = yes; then @@ -2882,5 +2873,5 @@ _bash_needmsg=yes else -echo "$as_me:2884: checking which library has the termcap functions" >&5 +echo "$as_me:2875: checking which library has the termcap functions" >&5 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6 _bash_needmsg= @@ -2889,5 +2880,5 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else - echo "$as_me:2891: checking for tgetent in -ltermcap" >&5 + echo "$as_me:2882: checking for tgetent in -ltermcap" >&5 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then @@ -2897,5 +2888,5 @@ LIBS="-ltermcap $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 2899 "configure" +#line 2890 "configure" #include "confdefs.h" @@ -2916,14 +2907,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2918: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2909: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2921: \$? = $ac_status" >&5 + echo "$as_me:2912: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2924: \"$ac_try\"") >&5 + { (eval echo "$as_me:2915: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2927: \$? = $ac_status" >&5 + echo "$as_me:2918: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_termcap_tgetent=yes @@ -2936,10 +2927,10 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:2938: result: $ac_cv_lib_termcap_tgetent" >&5 +echo "$as_me:2929: result: $ac_cv_lib_termcap_tgetent" >&5 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6 if test $ac_cv_lib_termcap_tgetent = yes; then bash_cv_termcap_lib=libtermcap else - echo "$as_me:2943: checking for tgetent in -ltinfo" >&5 + echo "$as_me:2934: checking for tgetent in -ltinfo" >&5 echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6 if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then @@ -2949,5 +2940,5 @@ LIBS="-ltinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 2951 "configure" +#line 2942 "configure" #include "confdefs.h" @@ -2968,14 +2959,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2970: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2961: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2973: \$? = $ac_status" >&5 + echo "$as_me:2964: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2976: \"$ac_try\"") >&5 + { (eval echo "$as_me:2967: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2979: \$? = $ac_status" >&5 + echo "$as_me:2970: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_tinfo_tgetent=yes @@ -2988,10 +2979,10 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:2990: result: $ac_cv_lib_tinfo_tgetent" >&5 +echo "$as_me:2981: result: $ac_cv_lib_tinfo_tgetent" >&5 echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6 if test $ac_cv_lib_tinfo_tgetent = yes; then bash_cv_termcal_lib=libtinfo else - echo "$as_me:2995: checking for tgetent in -lcurses" >&5 + echo "$as_me:2986: checking for tgetent in -lcurses" >&5 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6 if test "${ac_cv_lib_curses_tgetent+set}" = set; then @@ -3001,5 +2992,5 @@ LIBS="-lcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3003 "configure" +#line 2994 "configure" #include "confdefs.h" @@ -3020,14 +3011,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3022: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3013: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3025: \$? = $ac_status" >&5 + echo "$as_me:3016: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3028: \"$ac_try\"") >&5 + { (eval echo "$as_me:3019: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3031: \$? = $ac_status" >&5 + echo "$as_me:3022: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_curses_tgetent=yes @@ -3040,10 +3031,10 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3042: result: $ac_cv_lib_curses_tgetent" >&5 +echo "$as_me:3033: result: $ac_cv_lib_curses_tgetent" >&5 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6 if test $ac_cv_lib_curses_tgetent = yes; then bash_cv_termcap_lib=libcurses else - echo "$as_me:3047: checking for tgetent in -lncurses" >&5 + echo "$as_me:3038: checking for tgetent in -lncurses" >&5 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then @@ -3053,5 +3044,5 @@ LIBS="-lncurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3055 "configure" +#line 3046 "configure" #include "confdefs.h" @@ -3072,14 +3063,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3074: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3065: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3077: \$? = $ac_status" >&5 + echo "$as_me:3068: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3080: \"$ac_try\"") >&5 + { (eval echo "$as_me:3071: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3083: \$? = $ac_status" >&5 + echo "$as_me:3074: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ncurses_tgetent=yes @@ -3092,5 +3083,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3094: result: $ac_cv_lib_ncurses_tgetent" >&5 +echo "$as_me:3085: result: $ac_cv_lib_ncurses_tgetent" >&5 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6 if test $ac_cv_lib_ncurses_tgetent = yes; then @@ -3109,8 +3100,8 @@ if test "X$_bash_needmsg" = "Xyes"; then -echo "$as_me:3111: checking which library has the termcap functions" >&5 +echo "$as_me:3102: checking which library has the termcap functions" >&5 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6 fi -echo "$as_me:3114: result: using $bash_cv_termcap_lib" >&5 +echo "$as_me:3105: result: using $bash_cv_termcap_lib" >&5 echo "${ECHO_T}using $bash_cv_termcap_lib" >&6 if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then @@ -3132,5 +3123,5 @@ fi -echo "$as_me:3134: checking version of installed readline library" >&5 +echo "$as_me:3125: checking version of installed readline library" >&5 echo $ECHO_N "checking version of installed readline library... $ECHO_C" >&6 @@ -3161,5 +3152,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 3163 "configure" +#line 3154 "configure" #include "confdefs.h" @@ -3179,13 +3170,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:3181: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3172: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3184: \$? = $ac_status" >&5 + echo "$as_me:3175: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:3186: \"$ac_try\"") >&5 + { (eval echo "$as_me:3177: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3189: \$? = $ac_status" >&5 + echo "$as_me:3180: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_rl_version=`cat conftest.rlv` @@ -3196,5 +3187,5 @@ ac_cv_rl_version='0.0' fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi @@ -3233,5 +3224,5 @@ if test $ac_cv_rl_version = '0.0' ; then - { echo "$as_me:3235: WARNING: Could not test version of installed readline library." >&5 + { echo "$as_me:3226: WARNING: Could not test version of installed readline library." >&5 echo "$as_me: WARNING: Could not test version of installed readline library." >&2;} elif test $RL_MAJOR -gt 4 || { test $RL_MAJOR = 4 && test $RL_MINOR -gt 2 ; } ; then @@ -3240,5 +3231,5 @@ RL_LIBDIR=$ac_cv_rl_libdir RL_INCLUDEDIR=$ac_cv_rl_includedir - echo "$as_me:3242: result: $ac_cv_rl_version" >&5 + echo "$as_me:3233: result: $ac_cv_rl_version" >&5 echo "${ECHO_T}$ac_cv_rl_version" >&6 else @@ -3261,5 +3252,5 @@ RL_INCLUDEDIR=$ac_cv_rl_includedir -echo "$as_me:3263: result: $ac_cv_rl_version" >&5 +echo "$as_me:3254: result: $ac_cv_rl_version" >&5 echo "${ECHO_T}$ac_cv_rl_version" >&6 @@ -3269,7 +3260,7 @@ 4.[2-9]*|5*|6*|7*|8*|9*) ;; *) opt_with_installed_readline=no - { echo "$as_me:3271: WARNING: installed readline library is too old to be linked with bash" >&5 + { echo "$as_me:3262: WARNING: installed readline library is too old to be linked with bash" >&5 echo "$as_me: WARNING: installed readline library is too old to be linked with bash" >&2;} - { echo "$as_me:3273: WARNING: using private bash version" >&5 + { echo "$as_me:3264: WARNING: using private bash version" >&5 echo "$as_me: WARNING: using private bash version" >&2;} ;; @@ -3339,5 +3330,5 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:3341: checking for a BSD compatible install" >&5 +echo "$as_me:3332: checking for a BSD compatible install" >&5 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then @@ -3388,5 +3379,5 @@ fi fi -echo "$as_me:3390: result: $INSTALL" >&5 +echo "$as_me:3381: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 @@ -3401,5 +3392,5 @@ # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 -echo "$as_me:3403: checking for $ac_word" >&5 +echo "$as_me:3394: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_AR+set}" = set; then @@ -3416,5 +3407,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_AR="" -echo "$as_me:3418: found $ac_dir/$ac_word" >&5 +echo "$as_me:3409: found $ac_dir/$ac_word" >&5 break done @@ -3425,8 +3416,8 @@ AR=$ac_cv_prog_AR if test -n "$AR"; then - echo "$as_me:3427: result: $AR" >&5 + echo "$as_me:3418: result: $AR" >&5 echo "${ECHO_T}$AR" >&6 else - echo "$as_me:3430: result: no" >&5 + echo "$as_me:3421: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3436,5 +3427,5 @@ # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:3438: checking for $ac_word" >&5 +echo "$as_me:3429: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_RANLIB+set}" = set; then @@ -3451,5 +3442,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -echo "$as_me:3453: found $ac_dir/$ac_word" >&5 +echo "$as_me:3444: found $ac_dir/$ac_word" >&5 break done @@ -3459,8 +3450,8 @@ RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:3461: result: $RANLIB" >&5 + echo "$as_me:3452: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6 else - echo "$as_me:3464: result: no" >&5 + echo "$as_me:3455: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3471,5 +3462,5 @@ # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo "$as_me:3473: checking for $ac_word" >&5 +echo "$as_me:3464: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then @@ -3486,5 +3477,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_RANLIB="ranlib" -echo "$as_me:3488: found $ac_dir/$ac_word" >&5 +echo "$as_me:3479: found $ac_dir/$ac_word" >&5 break done @@ -3495,8 +3486,8 @@ ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:3497: result: $ac_ct_RANLIB" >&5 + echo "$as_me:3488: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6 else - echo "$as_me:3500: result: no" >&5 + echo "$as_me:3491: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3511,5 +3502,5 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:3513: checking for $ac_word" >&5 +echo "$as_me:3504: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_YACC+set}" = set; then @@ -3526,5 +3517,5 @@ $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_YACC="$ac_prog" -echo "$as_me:3528: found $ac_dir/$ac_word" >&5 +echo "$as_me:3519: found $ac_dir/$ac_word" >&5 break done @@ -3534,8 +3525,8 @@ YACC=$ac_cv_prog_YACC if test -n "$YACC"; then - echo "$as_me:3536: result: $YACC" >&5 + echo "$as_me:3527: result: $YACC" >&5 echo "${ECHO_T}$YACC" >&6 else - echo "$as_me:3539: result: no" >&5 + echo "$as_me:3530: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3545,5 +3536,5 @@ test -n "$YACC" || YACC="yacc" -echo "$as_me:3547: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "$as_me:3538: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` @@ -3565,9 +3556,9 @@ fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:3567: result: yes" >&5 + echo "$as_me:3558: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$as_me:3571: result: no" >&5 + echo "$as_me:3562: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" @@ -3583,5 +3574,5 @@ EOF -echo "$as_me:3585: checking for $CC option to accept ANSI C" >&5 +echo "$as_me:3576: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then @@ -3591,5 +3582,5 @@ ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF -#line 3593 "configure" +#line 3584 "configure" #include "confdefs.h" #include @@ -3640,14 +3631,14 @@ CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:3642: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3633: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3645: \$? = $ac_status" >&5 + echo "$as_me:3636: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3648: \"$ac_try\"") >&5 + { (eval echo "$as_me:3639: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3651: \$? = $ac_status" >&5 + echo "$as_me:3642: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg @@ -3666,13 +3657,13 @@ case "x$ac_cv_prog_cc_stdc" in x|xno) - echo "$as_me:3668: result: none needed" >&5 + echo "$as_me:3659: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) - echo "$as_me:3671: result: $ac_cv_prog_cc_stdc" >&5 + echo "$as_me:3662: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac -echo "$as_me:3676: checking for an ANSI C-conforming const" >&5 +echo "$as_me:3667: checking for an ANSI C-conforming const" >&5 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 if test "${ac_cv_c_const+set}" = set; then @@ -3680,5 +3671,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 3682 "configure" +#line 3673 "configure" #include "confdefs.h" @@ -3738,14 +3729,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3740: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3731: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3743: \$? = $ac_status" >&5 + echo "$as_me:3734: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3746: \"$ac_try\"") >&5 + { (eval echo "$as_me:3737: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3749: \$? = $ac_status" >&5 + echo "$as_me:3740: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_const=yes @@ -3757,5 +3748,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:3759: result: $ac_cv_c_const" >&5 +echo "$as_me:3750: result: $ac_cv_c_const" >&5 echo "${ECHO_T}$ac_cv_c_const" >&6 if test $ac_cv_c_const = no; then @@ -3767,5 +3758,5 @@ fi -echo "$as_me:3769: checking for inline" >&5 +echo "$as_me:3760: checking for inline" >&5 echo $ECHO_N "checking for inline... $ECHO_C" >&6 if test "${ac_cv_c_inline+set}" = set; then @@ -3775,5 +3766,5 @@ for ac_kw in inline __inline__ __inline; do cat >conftest.$ac_ext <<_ACEOF -#line 3777 "configure" +#line 3768 "configure" #include "confdefs.h" #ifndef __cplusplus @@ -3784,14 +3775,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3786: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3777: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3789: \$? = $ac_status" >&5 + echo "$as_me:3780: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3792: \"$ac_try\"") >&5 + { (eval echo "$as_me:3783: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3795: \$? = $ac_status" >&5 + echo "$as_me:3786: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_inline=$ac_kw; break @@ -3804,5 +3795,5 @@ fi -echo "$as_me:3806: result: $ac_cv_c_inline" >&5 +echo "$as_me:3797: result: $ac_cv_c_inline" >&5 echo "${ECHO_T}$ac_cv_c_inline" >&6 case $ac_cv_c_inline in @@ -3819,5 +3810,5 @@ esac -echo "$as_me:3821: checking whether byte ordering is bigendian" >&5 +echo "$as_me:3812: checking whether byte ordering is bigendian" >&5 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 if test "${ac_cv_c_bigendian+set}" = set; then @@ -3827,5 +3818,5 @@ # See if sys/param.h defines the BYTE_ORDER macro. cat >conftest.$ac_ext <<_ACEOF -#line 3829 "configure" +#line 3820 "configure" #include "confdefs.h" #include @@ -3844,18 +3835,18 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3846: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3837: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3849: \$? = $ac_status" >&5 + echo "$as_me:3840: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3852: \"$ac_try\"") >&5 + { (eval echo "$as_me:3843: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3855: \$? = $ac_status" >&5 + echo "$as_me:3846: \$? = $ac_status" >&5 (exit $ac_status); }; }; then # It does; now see whether it defined to BIG_ENDIAN or not. cat >conftest.$ac_ext <<_ACEOF -#line 3859 "configure" +#line 3850 "configure" #include "confdefs.h" #include @@ -3874,14 +3865,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3876: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3867: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3879: \$? = $ac_status" >&5 + echo "$as_me:3870: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3882: \"$ac_try\"") >&5 + { (eval echo "$as_me:3873: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3885: \$? = $ac_status" >&5 + echo "$as_me:3876: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=yes @@ -3899,10 +3890,10 @@ if test $ac_cv_c_bigendian = unknown; then if test "$cross_compiling" = yes; then - { { echo "$as_me:3901: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:3892: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 3906 "configure" +#line 3897 "configure" #include "confdefs.h" int @@ -3920,13 +3911,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:3922: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3913: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3925: \$? = $ac_status" >&5 + echo "$as_me:3916: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:3927: \"$ac_try\"") >&5 + { (eval echo "$as_me:3918: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3930: \$? = $ac_status" >&5 + echo "$as_me:3921: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=no @@ -3937,9 +3928,9 @@ ac_cv_c_bigendian=yes fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi fi -echo "$as_me:3943: result: $ac_cv_c_bigendian" >&5 +echo "$as_me:3934: result: $ac_cv_c_bigendian" >&5 echo "${ECHO_T}$ac_cv_c_bigendian" >&6 if test $ac_cv_c_bigendian = yes; then @@ -3951,5 +3942,5 @@ fi -echo "$as_me:3953: checking for preprocessor stringizing operator" >&5 +echo "$as_me:3944: checking for preprocessor stringizing operator" >&5 echo $ECHO_N "checking for preprocessor stringizing operator... $ECHO_C" >&6 if test "${ac_cv_c_stringize+set}" = set; then @@ -3957,5 +3948,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 3959 "configure" +#line 3950 "configure" #include "confdefs.h" #define x(y) #y @@ -3972,5 +3963,5 @@ fi -echo "$as_me:3974: result: $ac_cv_c_stringize" >&5 +echo "$as_me:3965: result: $ac_cv_c_stringize" >&5 echo "${ECHO_T}$ac_cv_c_stringize" >&6 if test $ac_cv_c_stringize = yes; then @@ -3982,5 +3973,5 @@ fi -echo "$as_me:3984: checking for long double" >&5 +echo "$as_me:3975: checking for long double" >&5 echo $ECHO_N "checking for long double... $ECHO_C" >&6 if test "${ac_cv_c_long_double+set}" = set; then @@ -3991,10 +3982,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:3993: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:3984: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 3998 "configure" +#line 3989 "configure" #include "confdefs.h" int @@ -4009,13 +4000,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4011: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4002: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4014: \$? = $ac_status" >&5 + echo "$as_me:4005: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4016: \"$ac_try\"") >&5 + { (eval echo "$as_me:4007: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4019: \$? = $ac_status" >&5 + echo "$as_me:4010: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_long_double=yes @@ -4026,9 +4017,9 @@ ac_cv_c_long_double=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi fi -echo "$as_me:4032: result: $ac_cv_c_long_double" >&5 +echo "$as_me:4023: result: $ac_cv_c_long_double" >&5 echo "${ECHO_T}$ac_cv_c_long_double" >&6 if test $ac_cv_c_long_double = yes; then @@ -4040,8 +4031,8 @@ fi -echo "$as_me:4042: checking for function prototypes" >&5 +echo "$as_me:4033: checking for function prototypes" >&5 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 if test "$ac_cv_prog_cc_stdc" != no; then - echo "$as_me:4045: result: yes" >&5 + echo "$as_me:4036: result: yes" >&5 echo "${ECHO_T}yes" >&6 @@ -4051,9 +4042,9 @@ else - echo "$as_me:4053: result: no" >&5 + echo "$as_me:4044: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:4057: checking for ANSI C header files" >&5 +echo "$as_me:4048: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then @@ -4061,5 +4052,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 4063 "configure" +#line 4054 "configure" #include "confdefs.h" #include @@ -4069,5 +4060,5 @@ _ACEOF -if { (eval echo "$as_me:4071: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4062: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -4075,5 +4066,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4077: \$? = $ac_status" >&5 + echo "$as_me:4068: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -4097,5 +4088,5 @@ # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 4099 "configure" +#line 4090 "configure" #include "confdefs.h" #include @@ -4115,5 +4106,5 @@ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 4117 "configure" +#line 4108 "configure" #include "confdefs.h" #include @@ -4136,5 +4127,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 4138 "configure" +#line 4129 "configure" #include "confdefs.h" #include @@ -4162,13 +4153,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4164: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4155: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4167: \$? = $ac_status" >&5 + echo "$as_me:4158: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4169: \"$ac_try\"") >&5 + { (eval echo "$as_me:4160: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4172: \$? = $ac_status" >&5 + echo "$as_me:4163: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : @@ -4179,9 +4170,9 @@ ac_cv_header_stdc=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi fi -echo "$as_me:4185: result: $ac_cv_header_stdc" >&5 +echo "$as_me:4176: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -4193,46 +4184,47 @@ fi -# On IRIX 5.3, sys/types and inttypes.h are conflicting. - -for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h +for ac_header in stdlib.h string.h memory.h strings.h inttypes.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:4201: checking for $ac_header" >&5 +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo "$as_me:4189: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4207 "configure" +#line 4195 "configure" #include "confdefs.h" -$ac_includes_default #include <$ac_header> _ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:4213: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:4216: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4219: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 +if { (eval echo "$as_me:4199: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? - echo "$as_me:4222: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - eval "$as_ac_Header=yes" + egrep -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:4205: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + eval "$ac_ac_Header=yes" else echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -eval "$as_ac_Header=no" + cat conftest.$ac_ext >&5 + eval "$ac_ac_Header=no" fi -rm -f conftest.$ac_objext conftest.$ac_ext +rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4232: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then +echo "$as_me:4224: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4234: checking whether char is unsigned" >&5 echo $ECHO_N "checking whether char is unsigned... $ECHO_C" >&6 if test "${ac_cv_c_char_unsigned+set}" = set; then @@ -4246,5 +4238,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 4248 "configure" +#line 4240 "configure" #include "confdefs.h" $ac_includes_default @@ -4258,14 +4250,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4260: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4252: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4263: \$? = $ac_status" >&5 + echo "$as_me:4255: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4266: \"$ac_try\"") >&5 + { (eval echo "$as_me:4258: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4269: \$? = $ac_status" >&5 + echo "$as_me:4261: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_char_unsigned=no @@ -4277,5 +4269,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4279: result: $ac_cv_c_char_unsigned" >&5 +echo "$as_me:4271: result: $ac_cv_c_char_unsigned" >&5 echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6 if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then @@ -4288,12 +4280,12 @@ ac_header_dirent=no for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do - as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` -echo "$as_me:4291: checking for $ac_hdr that defines DIR" >&5 + ac_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $ac_tr_sh` +echo "$as_me:4283: checking for $ac_hdr that defines DIR" >&5 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4297 "configure" +#line 4289 "configure" #include "confdefs.h" #include @@ -4303,6 +4295,5 @@ main () { -if ((DIR *) 0) -return 0; +DIR *dirp = 0; ; return 0; @@ -4310,28 +4301,28 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4312: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4303: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4315: \$? = $ac_status" >&5 + echo "$as_me:4306: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4318: \"$ac_try\"") >&5 + { (eval echo "$as_me:4309: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4321: \$? = $ac_status" >&5 + echo "$as_me:4312: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_Header=yes" + eval "$ac_ac_Header=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_Header=no" +eval "$ac_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4331: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then +echo "$as_me:4322: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:4335: checking for opendir in -ldir" >&5 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 if test "${ac_cv_lib_dir_opendir+set}" = set; then @@ -4350,5 +4341,5 @@ LIBS="-ldir $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4352 "configure" +#line 4343 "configure" #include "confdefs.h" @@ -4369,14 +4360,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4371: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4362: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4374: \$? = $ac_status" >&5 + echo "$as_me:4365: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4377: \"$ac_try\"") >&5 + { (eval echo "$as_me:4368: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4380: \$? = $ac_status" >&5 + echo "$as_me:4371: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dir_opendir=yes @@ -4389,5 +4380,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4391: result: $ac_cv_lib_dir_opendir" >&5 +echo "$as_me:4382: result: $ac_cv_lib_dir_opendir" >&5 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 if test $ac_cv_lib_dir_opendir = yes; then @@ -4396,5 +4387,5 @@ else - echo "$as_me:4398: checking for opendir in -lx" >&5 + echo "$as_me:4389: checking for opendir in -lx" >&5 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 if test "${ac_cv_lib_x_opendir+set}" = set; then @@ -4404,5 +4395,5 @@ LIBS="-lx $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4406 "configure" +#line 4397 "configure" #include "confdefs.h" @@ -4423,14 +4414,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4425: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4416: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4428: \$? = $ac_status" >&5 + echo "$as_me:4419: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4431: \"$ac_try\"") >&5 + { (eval echo "$as_me:4422: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4434: \$? = $ac_status" >&5 + echo "$as_me:4425: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_x_opendir=yes @@ -4443,5 +4434,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4445: result: $ac_cv_lib_x_opendir" >&5 +echo "$as_me:4436: result: $ac_cv_lib_x_opendir" >&5 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 if test $ac_cv_lib_x_opendir = yes; then @@ -4451,5 +4442,5 @@ fi -echo "$as_me:4453: checking whether time.h and sys/time.h may both be included" >&5 +echo "$as_me:4444: checking whether time.h and sys/time.h may both be included" >&5 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 if test "${ac_cv_header_time+set}" = set; then @@ -4457,5 +4448,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 4459 "configure" +#line 4450 "configure" #include "confdefs.h" #include @@ -4466,6 +4457,5 @@ main () { -if ((struct tm *) 0) -return 0; +struct tm *tp; ; return 0; @@ -4473,14 +4463,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4475: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4465: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4478: \$? = $ac_status" >&5 + echo "$as_me:4468: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4481: \"$ac_try\"") >&5 + { (eval echo "$as_me:4471: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4484: \$? = $ac_status" >&5 + echo "$as_me:4474: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_time=yes @@ -4492,5 +4482,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4494: result: $ac_cv_header_time" >&5 +echo "$as_me:4484: result: $ac_cv_header_time" >&5 echo "${ECHO_T}$ac_cv_header_time" >&6 if test $ac_cv_header_time = yes; then @@ -4504,16 +4494,16 @@ for ac_header in inttypes.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:4507: checking for $ac_header" >&5 +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo "$as_me:4497: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4513 "configure" +#line 4503 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4517: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4507: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -4521,5 +4511,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4523: \$? = $ac_status" >&5 + echo "$as_me:4513: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -4532,17 +4522,17 @@ fi if test -z "$ac_cpp_err"; then - eval "$as_ac_Header=yes" + eval "$ac_ac_Header=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - eval "$as_ac_Header=no" + eval "$ac_ac_Header=no" fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4542: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then +echo "$as_me:4532: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo "$as_me:4547: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4563 "configure" +#line 4553 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4567: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4557: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -4571,5 +4561,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4573: \$? = $ac_status" >&5 + echo "$as_me:4563: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -4582,17 +4572,17 @@ fi if test -z "$ac_cpp_err"; then - eval "$as_ac_Header=yes" + eval "$ac_ac_Header=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - eval "$as_ac_Header=no" + eval "$ac_ac_Header=no" fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4592: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then +echo "$as_me:4582: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo "$as_me:4597: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4613 "configure" +#line 4603 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4617: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4607: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -4621,5 +4611,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4623: \$? = $ac_status" >&5 + echo "$as_me:4613: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -4632,17 +4622,17 @@ fi if test -z "$ac_cpp_err"; then - eval "$as_ac_Header=yes" + eval "$ac_ac_Header=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - eval "$as_ac_Header=no" + eval "$ac_ac_Header=no" fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4642: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then +echo "$as_me:4632: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo "$as_me:4645: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4661 "configure" +#line 4651 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4665: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4655: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -4669,5 +4659,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4671: \$? = $ac_status" >&5 + echo "$as_me:4661: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -4680,17 +4670,17 @@ fi if test -z "$ac_cpp_err"; then - eval "$as_ac_Header=yes" + eval "$ac_ac_Header=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - eval "$as_ac_Header=no" + eval "$ac_ac_Header=no" fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4690: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then +echo "$as_me:4680: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4692: checking for working alloca.h" >&5 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 if test "${ac_cv_working_alloca_h+set}" = set; then @@ -4706,5 +4696,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 4708 "configure" +#line 4698 "configure" #include "confdefs.h" #include @@ -4718,14 +4708,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4720: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4710: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4723: \$? = $ac_status" >&5 + echo "$as_me:4713: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4726: \"$ac_try\"") >&5 + { (eval echo "$as_me:4716: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4729: \$? = $ac_status" >&5 + echo "$as_me:4719: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_working_alloca_h=yes @@ -4737,5 +4727,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4739: result: $ac_cv_working_alloca_h" >&5 +echo "$as_me:4729: result: $ac_cv_working_alloca_h" >&5 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 if test $ac_cv_working_alloca_h = yes; then @@ -4747,5 +4737,5 @@ fi -echo "$as_me:4749: checking for alloca" >&5 +echo "$as_me:4739: checking for alloca" >&5 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 if test "${ac_cv_func_alloca_works+set}" = set; then @@ -4753,5 +4743,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 4755 "configure" +#line 4745 "configure" #include "confdefs.h" #ifdef __GNUC__ @@ -4785,14 +4775,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4787: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4777: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4790: \$? = $ac_status" >&5 + echo "$as_me:4780: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4793: \"$ac_try\"") >&5 + { (eval echo "$as_me:4783: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4796: \$? = $ac_status" >&5 + echo "$as_me:4786: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_alloca_works=yes @@ -4804,5 +4794,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4806: result: $ac_cv_func_alloca_works" >&5 +echo "$as_me:4796: result: $ac_cv_func_alloca_works" >&5 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 @@ -4825,5 +4815,5 @@ EOF -echo "$as_me:4827: checking whether \`alloca.c' needs Cray hooks" >&5 +echo "$as_me:4817: checking whether \`alloca.c' needs Cray hooks" >&5 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 if test "${ac_cv_os_cray+set}" = set; then @@ -4831,5 +4821,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 4833 "configure" +#line 4823 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) @@ -4849,16 +4839,16 @@ fi -echo "$as_me:4851: result: $ac_cv_os_cray" >&5 +echo "$as_me:4841: result: $ac_cv_os_cray" >&5 echo "${ECHO_T}$ac_cv_os_cray" >&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:4856: checking for $ac_func" >&5 + ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:4846: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4862 "configure" +#line 4852 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -4891,26 +4881,26 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4893: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4883: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4896: \$? = $ac_status" >&5 + echo "$as_me:4886: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4899: \"$ac_try\"") >&5 + { (eval echo "$as_me:4889: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4902: \$? = $ac_status" >&5 + echo "$as_me:4892: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4912: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:4902: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4916: checking stack direction for C alloca" >&5 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 if test "${ac_cv_c_stack_direction+set}" = set; then @@ -4933,5 +4923,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 4935 "configure" +#line 4925 "configure" #include "confdefs.h" int @@ -4956,13 +4946,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4958: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4948: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4961: \$? = $ac_status" >&5 + echo "$as_me:4951: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4963: \"$ac_try\"") >&5 + { (eval echo "$as_me:4953: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4966: \$? = $ac_status" >&5 + echo "$as_me:4956: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 @@ -4973,8 +4963,8 @@ ac_cv_c_stack_direction=-1 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:4978: result: $ac_cv_c_stack_direction" >&5 +echo "$as_me:4968: result: $ac_cv_c_stack_direction" >&5 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 @@ -4985,86 +4975,17 @@ fi -echo "$as_me:4987: checking whether getpgrp takes no argument" >&5 +echo "$as_me:4977: checking whether getpgrp takes no argument" >&5 echo $ECHO_N "checking whether getpgrp takes no argument... $ECHO_C" >&6 if test "${ac_cv_func_getpgrp_void+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - # Use it with a single arg. -cat >conftest.$ac_ext <<_ACEOF -#line 4994 "configure" -#include "confdefs.h" -$ac_includes_default -int -main () -{ -getpgrp (0); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:5006: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:5009: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5012: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5015: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_func_getpgrp_1=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_func_getpgrp_1=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -# Use it with no arg. -cat >conftest.$ac_ext <<_ACEOF -#line 5026 "configure" -#include "confdefs.h" -$ac_includes_default -int -main () -{ -getpgrp (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:5038: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:5041: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5044: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5047: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_func_getpgrp_0=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_func_getpgrp_0=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -# If both static checks agree, we are done. -case $ac_func_getpgrp_0:$ac_func_getpgrp_1 in - yes:no) ac_cv_func_getpgrp_void=yes;; - no:yes) ac_cv_func_getpgrp_void=false;; - *) if test "$cross_compiling" = yes; then - { { echo "$as_me:5061: error: cannot check getpgrp if cross compiling" >&5 + if test "$cross_compiling" = yes; then + { { echo "$as_me:4983: error: cannot check getpgrp if cross compiling" >&5 echo "$as_me: error: cannot check getpgrp if cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 5066 "configure" +#line 4988 "configure" #include "confdefs.h" -$ac_includes_default /* @@ -5074,4 +4995,6 @@ * Snarfed from Chet Ramey's bash pgrp.c test program */ +#include +#include int pid; @@ -5115,16 +5038,15 @@ } } - _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5120: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5042: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5123: \$? = $ac_status" >&5 + echo "$as_me:5045: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5125: \"$ac_try\"") >&5 + { (eval echo "$as_me:5047: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5128: \$? = $ac_status" >&5 + echo "$as_me:5050: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_getpgrp_void=yes @@ -5135,10 +5057,9 @@ ac_cv_func_getpgrp_void=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi;; -esac # $ac_func_getpgrp_0:$ac_func_getpgrp_1 +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext +fi fi -echo "$as_me:5142: result: $ac_cv_func_getpgrp_void" >&5 +echo "$as_me:5063: result: $ac_cv_func_getpgrp_void" >&5 echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6 if test $ac_cv_func_getpgrp_void = yes; then @@ -5150,5 +5071,5 @@ fi -echo "$as_me:5152: checking whether setvbuf arguments are reversed" >&5 +echo "$as_me:5073: checking whether setvbuf arguments are reversed" >&5 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then @@ -5156,10 +5077,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:5158: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:5079: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 5163 "configure" +#line 5084 "configure" #include "confdefs.h" #include @@ -5178,13 +5099,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5180: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5101: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5183: \$? = $ac_status" >&5 + echo "$as_me:5104: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5185: \"$ac_try\"") >&5 + { (eval echo "$as_me:5106: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5188: \$? = $ac_status" >&5 + echo "$as_me:5109: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_setvbuf_reversed=yes @@ -5195,9 +5116,9 @@ ac_cv_func_setvbuf_reversed=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi rm -f core core.* *.core fi -echo "$as_me:5201: result: $ac_cv_func_setvbuf_reversed" >&5 +echo "$as_me:5122: result: $ac_cv_func_setvbuf_reversed" >&5 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6 if test $ac_cv_func_setvbuf_reversed = yes; then @@ -5211,12 +5132,12 @@ for ac_func in vprintf do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:5214: checking for $ac_func" >&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:5135: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5220 "configure" +#line 5141 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5249,31 +5170,31 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5251: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5172: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5254: \$? = $ac_status" >&5 + echo "$as_me:5175: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5257: \"$ac_try\"") >&5 + { (eval echo "$as_me:5178: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5260: \$? = $ac_status" >&5 + echo "$as_me:5181: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5270: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:5191: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5198: checking for _doprnt" >&5 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 if test "${ac_cv_func__doprnt+set}" = set; then @@ -5281,5 +5202,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 5283 "configure" +#line 5204 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5312,14 +5233,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5314: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5235: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5317: \$? = $ac_status" >&5 + echo "$as_me:5238: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5320: \"$ac_try\"") >&5 + { (eval echo "$as_me:5241: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5323: \$? = $ac_status" >&5 + echo "$as_me:5244: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func__doprnt=yes @@ -5331,5 +5252,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5333: result: $ac_cv_func__doprnt" >&5 +echo "$as_me:5254: result: $ac_cv_func__doprnt" >&5 echo "${ECHO_T}$ac_cv_func__doprnt" >&6 if test $ac_cv_func__doprnt = yes; then @@ -5344,5 +5265,5 @@ done -echo "$as_me:5346: checking for working strcoll" >&5 +echo "$as_me:5267: checking for working strcoll" >&5 echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6 if test "${ac_cv_func_strcoll_works+set}" = set; then @@ -5353,27 +5274,25 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 5355 "configure" +#line 5276 "configure" #include "confdefs.h" -$ac_includes_default +#include int main () { -exit (strcoll ("abc", "def") >= 0 || - strcoll ("ABC", "DEF") >= 0 || - strcoll ("123", "456") >= 0) - ; - return 0; + exit (strcoll ("abc", "def") >= 0 || + strcoll ("ABC", "DEF") >= 0 || + strcoll ("123", "456") >= 0); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5369: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5288: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5372: \$? = $ac_status" >&5 + echo "$as_me:5291: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5374: \"$ac_try\"") >&5 + { (eval echo "$as_me:5293: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5377: \$? = $ac_status" >&5 + echo "$as_me:5296: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_strcoll_works=yes @@ -5384,8 +5303,8 @@ ac_cv_func_strcoll_works=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:5389: result: $ac_cv_func_strcoll_works" >&5 +echo "$as_me:5308: result: $ac_cv_func_strcoll_works" >&5 echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6 if test $ac_cv_func_strcoll_works = yes; then @@ -5408,8 +5327,8 @@ if test "$ac_cv_func_vprintf" = no; then - echo "$as_me:5410: checking for declaration of vprintf in stdio.h" >&5 + echo "$as_me:5329: checking for declaration of vprintf in stdio.h" >&5 echo $ECHO_N "checking for declaration of vprintf in stdio.h... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 5413 "configure" +#line 5332 "configure" #include "confdefs.h" #include @@ -5422,5 +5341,5 @@ rm -f conftest* - echo "$as_me:5424: result: $ac_cv_func_vprintf" >&5 + echo "$as_me:5343: result: $ac_cv_func_vprintf" >&5 echo "${ECHO_T}$ac_cv_func_vprintf" >&6 if test $ac_cv_func_vprintf = yes; then @@ -5436,5 +5355,5 @@ fi -echo "$as_me:5438: checking return type of signal handlers" >&5 +echo "$as_me:5357: checking return type of signal handlers" >&5 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 if test "${ac_cv_type_signal+set}" = set; then @@ -5442,5 +5361,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 5444 "configure" +#line 5363 "configure" #include "confdefs.h" #include @@ -5464,14 +5383,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5466: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5385: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5469: \$? = $ac_status" >&5 + echo "$as_me:5388: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5472: \"$ac_try\"") >&5 + { (eval echo "$as_me:5391: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5475: \$? = $ac_status" >&5 + echo "$as_me:5394: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_signal=void @@ -5483,5 +5402,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5485: result: $ac_cv_type_signal" >&5 +echo "$as_me:5404: result: $ac_cv_type_signal" >&5 echo "${ECHO_T}$ac_cv_type_signal" >&6 @@ -5490,5 +5409,5 @@ EOF -echo "$as_me:5492: checking for __setostype" >&5 +echo "$as_me:5411: checking for __setostype" >&5 echo $ECHO_N "checking for __setostype... $ECHO_C" >&6 if test "${ac_cv_func___setostype+set}" = set; then @@ -5496,5 +5415,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 5498 "configure" +#line 5417 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5527,14 +5446,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5529: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5448: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5532: \$? = $ac_status" >&5 + echo "$as_me:5451: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5535: \"$ac_try\"") >&5 + { (eval echo "$as_me:5454: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5538: \$? = $ac_status" >&5 + echo "$as_me:5457: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func___setostype=yes @@ -5546,5 +5465,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5548: result: $ac_cv_func___setostype" >&5 +echo "$as_me:5467: result: $ac_cv_func___setostype" >&5 echo "${ECHO_T}$ac_cv_func___setostype" >&6 if test $ac_cv_func___setostype = yes; then @@ -5555,5 +5474,5 @@ fi -echo "$as_me:5557: checking for wait3" >&5 +echo "$as_me:5476: checking for wait3" >&5 echo $ECHO_N "checking for wait3... $ECHO_C" >&6 if test "${ac_cv_func_wait3+set}" = set; then @@ -5561,5 +5480,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 5563 "configure" +#line 5482 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5592,14 +5511,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5594: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5513: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5597: \$? = $ac_status" >&5 + echo "$as_me:5516: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5600: \"$ac_try\"") >&5 + { (eval echo "$as_me:5519: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5603: \$? = $ac_status" >&5 + echo "$as_me:5522: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_wait3=yes @@ -5611,5 +5530,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5613: result: $ac_cv_func_wait3" >&5 +echo "$as_me:5532: result: $ac_cv_func_wait3" >&5 echo "${ECHO_T}$ac_cv_func_wait3" >&6 if test $ac_cv_func_wait3 = yes; then @@ -5620,5 +5539,5 @@ fi -echo "$as_me:5622: checking for mkfifo" >&5 +echo "$as_me:5541: checking for mkfifo" >&5 echo $ECHO_N "checking for mkfifo... $ECHO_C" >&6 if test "${ac_cv_func_mkfifo+set}" = set; then @@ -5626,5 +5545,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 5628 "configure" +#line 5547 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5657,14 +5576,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5659: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5578: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5662: \$? = $ac_status" >&5 + echo "$as_me:5581: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5665: \"$ac_try\"") >&5 + { (eval echo "$as_me:5584: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5668: \$? = $ac_status" >&5 + echo "$as_me:5587: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_mkfifo=yes @@ -5676,5 +5595,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5678: result: $ac_cv_func_mkfifo" >&5 +echo "$as_me:5597: result: $ac_cv_func_mkfifo" >&5 echo "${ECHO_T}$ac_cv_func_mkfifo" >&6 if test $ac_cv_func_mkfifo = yes; then @@ -5695,12 +5614,12 @@ readlink do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:5698: checking for $ac_func" >&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:5617: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5704 "configure" +#line 5623 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5733,28 +5652,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5735: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5654: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5738: \$? = $ac_status" >&5 + echo "$as_me:5657: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5741: \"$ac_try\"") >&5 + { (eval echo "$as_me:5660: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5744: \$? = $ac_status" >&5 + echo "$as_me:5663: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5754: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:5673: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:5686: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5773 "configure" +#line 5692 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5802,28 +5721,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5804: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5723: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5807: \$? = $ac_status" >&5 + echo "$as_me:5726: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5810: \"$ac_try\"") >&5 + { (eval echo "$as_me:5729: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5813: \$? = $ac_status" >&5 + echo "$as_me:5732: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5823: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:5742: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:5761: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5848 "configure" +#line 5767 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5877,28 +5796,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5879: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5798: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5882: \$? = $ac_status" >&5 + echo "$as_me:5801: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5885: \"$ac_try\"") >&5 + { (eval echo "$as_me:5804: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5888: \$? = $ac_status" >&5 + echo "$as_me:5807: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5898: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:5817: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:5830: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5917 "configure" +#line 5836 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -5946,28 +5865,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5948: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5867: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5951: \$? = $ac_status" >&5 + echo "$as_me:5870: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5954: \"$ac_try\"") >&5 + { (eval echo "$as_me:5873: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5957: \$? = $ac_status" >&5 + echo "$as_me:5876: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5967: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:5886: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:5899: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5986 "configure" +#line 5905 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -6015,28 +5934,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6017: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5936: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6020: \$? = $ac_status" >&5 + echo "$as_me:5939: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6023: \"$ac_try\"") >&5 + { (eval echo "$as_me:5942: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6026: \$? = $ac_status" >&5 + echo "$as_me:5945: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6036: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:5955: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:5970: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6057 "configure" +#line 5976 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -6086,28 +6005,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6088: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6007: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6091: \$? = $ac_status" >&5 + echo "$as_me:6010: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6094: \"$ac_try\"") >&5 + { (eval echo "$as_me:6013: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6097: \$? = $ac_status" >&5 + echo "$as_me:6016: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6107: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:6026: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:6038: checking whether strtold is declared" >&5 echo $ECHO_N "checking whether strtold is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_strtold+set}" = set; then @@ -6123,5 +6042,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6125 "configure" +#line 6044 "configure" #include "confdefs.h" $ac_includes_default @@ -6138,14 +6057,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6140: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6059: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6143: \$? = $ac_status" >&5 + echo "$as_me:6062: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6146: \"$ac_try\"") >&5 + { (eval echo "$as_me:6065: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6149: \$? = $ac_status" >&5 + echo "$as_me:6068: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_strtold=yes @@ -6157,5 +6076,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6159: result: $ac_cv_have_decl_strtold" >&5 +echo "$as_me:6078: result: $ac_cv_have_decl_strtold" >&5 echo "${ECHO_T}$ac_cv_have_decl_strtold" >&6 if test $ac_cv_have_decl_strtold = yes; then @@ -6172,5 +6091,5 @@ fi -echo "$as_me:6174: checking whether confstr is declared" >&5 +echo "$as_me:6093: checking whether confstr is declared" >&5 echo $ECHO_N "checking whether confstr is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_confstr+set}" = set; then @@ -6178,5 +6097,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6180 "configure" +#line 6099 "configure" #include "confdefs.h" $ac_includes_default @@ -6193,14 +6112,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6195: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6114: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6198: \$? = $ac_status" >&5 + echo "$as_me:6117: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6201: \"$ac_try\"") >&5 + { (eval echo "$as_me:6120: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6204: \$? = $ac_status" >&5 + echo "$as_me:6123: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_confstr=yes @@ -6212,5 +6131,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6214: result: $ac_cv_have_decl_confstr" >&5 +echo "$as_me:6133: result: $ac_cv_have_decl_confstr" >&5 echo "${ECHO_T}$ac_cv_have_decl_confstr" >&6 if test $ac_cv_have_decl_confstr = yes; then @@ -6227,5 +6146,5 @@ fi -echo "$as_me:6229: checking whether sbrk is declared" >&5 +echo "$as_me:6148: checking whether sbrk is declared" >&5 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_sbrk+set}" = set; then @@ -6233,5 +6152,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6235 "configure" +#line 6154 "configure" #include "confdefs.h" $ac_includes_default @@ -6248,14 +6167,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6250: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6169: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6253: \$? = $ac_status" >&5 + echo "$as_me:6172: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6256: \"$ac_try\"") >&5 + { (eval echo "$as_me:6175: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6259: \$? = $ac_status" >&5 + echo "$as_me:6178: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_sbrk=yes @@ -6267,5 +6186,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6269: result: $ac_cv_have_decl_sbrk" >&5 +echo "$as_me:6188: result: $ac_cv_have_decl_sbrk" >&5 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6 if test $ac_cv_have_decl_sbrk = yes; then @@ -6282,5 +6201,5 @@ fi -echo "$as_me:6284: checking whether printf is declared" >&5 +echo "$as_me:6203: checking whether printf is declared" >&5 echo $ECHO_N "checking whether printf is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_printf+set}" = set; then @@ -6288,5 +6207,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6290 "configure" +#line 6209 "configure" #include "confdefs.h" $ac_includes_default @@ -6303,14 +6222,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6305: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6224: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6308: \$? = $ac_status" >&5 + echo "$as_me:6227: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6311: \"$ac_try\"") >&5 + { (eval echo "$as_me:6230: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6314: \$? = $ac_status" >&5 + echo "$as_me:6233: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_printf=yes @@ -6322,5 +6241,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6324: result: $ac_cv_have_decl_printf" >&5 +echo "$as_me:6243: result: $ac_cv_have_decl_printf" >&5 echo "${ECHO_T}$ac_cv_have_decl_printf" >&6 if test $ac_cv_have_decl_printf = yes; then @@ -6337,5 +6256,5 @@ fi -echo "$as_me:6339: checking whether strsignal is declared" >&5 +echo "$as_me:6258: checking whether strsignal is declared" >&5 echo $ECHO_N "checking whether strsignal is declared... $ECHO_C" >&6 if test "${ac_cv_have_decl_strsignal+set}" = set; then @@ -6343,5 +6262,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6345 "configure" +#line 6264 "configure" #include "confdefs.h" $ac_includes_default @@ -6358,14 +6277,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6360: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6279: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6363: \$? = $ac_status" >&5 + echo "$as_me:6282: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6366: \"$ac_try\"") >&5 + { (eval echo "$as_me:6285: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6369: \$? = $ac_status" >&5 + echo "$as_me:6288: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_decl_strsignal=yes @@ -6377,5 +6296,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6379: result: $ac_cv_have_decl_strsignal" >&5 +echo "$as_me:6298: result: $ac_cv_have_decl_strsignal" >&5 echo "${ECHO_T}$ac_cv_have_decl_strsignal" >&6 if test $ac_cv_have_decl_strsignal = yes; then @@ -6392,5 +6311,5 @@ fi -echo "$as_me:6394: checking for declaration of strtoimax" >&5 +echo "$as_me:6313: checking for declaration of strtoimax" >&5 echo $ECHO_N "checking for declaration of strtoimax... $ECHO_C" >&6 if test "${bash_cv_decl_strtoimax+set}" = set; then @@ -6398,5 +6317,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6400 "configure" +#line 6319 "configure" #include "confdefs.h" @@ -6417,14 +6336,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6419: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6338: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6422: \$? = $ac_status" >&5 + echo "$as_me:6341: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6425: \"$ac_try\"") >&5 + { (eval echo "$as_me:6344: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6428: \$? = $ac_status" >&5 + echo "$as_me:6347: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_decl_strtoimax=yes @@ -6436,5 +6355,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6438: result: $bash_cv_decl_strtoimax" >&5 +echo "$as_me:6357: result: $bash_cv_decl_strtoimax" >&5 echo "${ECHO_T}$bash_cv_decl_strtoimax" >&6 bash_tr_func=HAVE_DECL_`echo strtoimax | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` @@ -6451,5 +6370,5 @@ fi -echo "$as_me:6453: checking for declaration of strtol" >&5 +echo "$as_me:6372: checking for declaration of strtol" >&5 echo $ECHO_N "checking for declaration of strtol... $ECHO_C" >&6 if test "${bash_cv_decl_strtol+set}" = set; then @@ -6457,5 +6376,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6459 "configure" +#line 6378 "configure" #include "confdefs.h" @@ -6476,14 +6395,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6478: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6397: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6481: \$? = $ac_status" >&5 + echo "$as_me:6400: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6484: \"$ac_try\"") >&5 + { (eval echo "$as_me:6403: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6487: \$? = $ac_status" >&5 + echo "$as_me:6406: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_decl_strtol=yes @@ -6495,5 +6414,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6497: result: $bash_cv_decl_strtol" >&5 +echo "$as_me:6416: result: $bash_cv_decl_strtol" >&5 echo "${ECHO_T}$bash_cv_decl_strtol" >&6 bash_tr_func=HAVE_DECL_`echo strtol | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` @@ -6510,5 +6429,5 @@ fi -echo "$as_me:6512: checking for declaration of strtoll" >&5 +echo "$as_me:6431: checking for declaration of strtoll" >&5 echo $ECHO_N "checking for declaration of strtoll... $ECHO_C" >&6 if test "${bash_cv_decl_strtoll+set}" = set; then @@ -6516,5 +6435,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6518 "configure" +#line 6437 "configure" #include "confdefs.h" @@ -6535,14 +6454,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6537: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6456: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6540: \$? = $ac_status" >&5 + echo "$as_me:6459: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6543: \"$ac_try\"") >&5 + { (eval echo "$as_me:6462: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6546: \$? = $ac_status" >&5 + echo "$as_me:6465: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_decl_strtoll=yes @@ -6554,5 +6473,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6556: result: $bash_cv_decl_strtoll" >&5 +echo "$as_me:6475: result: $bash_cv_decl_strtoll" >&5 echo "${ECHO_T}$bash_cv_decl_strtoll" >&6 bash_tr_func=HAVE_DECL_`echo strtoll | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` @@ -6569,5 +6488,5 @@ fi -echo "$as_me:6571: checking for declaration of strtoul" >&5 +echo "$as_me:6490: checking for declaration of strtoul" >&5 echo $ECHO_N "checking for declaration of strtoul... $ECHO_C" >&6 if test "${bash_cv_decl_strtoul+set}" = set; then @@ -6575,5 +6494,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6577 "configure" +#line 6496 "configure" #include "confdefs.h" @@ -6594,14 +6513,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6596: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6515: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6599: \$? = $ac_status" >&5 + echo "$as_me:6518: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6602: \"$ac_try\"") >&5 + { (eval echo "$as_me:6521: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6605: \$? = $ac_status" >&5 + echo "$as_me:6524: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_decl_strtoul=yes @@ -6613,5 +6532,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6615: result: $bash_cv_decl_strtoul" >&5 +echo "$as_me:6534: result: $bash_cv_decl_strtoul" >&5 echo "${ECHO_T}$bash_cv_decl_strtoul" >&6 bash_tr_func=HAVE_DECL_`echo strtoul | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` @@ -6628,5 +6547,5 @@ fi -echo "$as_me:6630: checking for declaration of strtoull" >&5 +echo "$as_me:6549: checking for declaration of strtoull" >&5 echo $ECHO_N "checking for declaration of strtoull... $ECHO_C" >&6 if test "${bash_cv_decl_strtoull+set}" = set; then @@ -6634,5 +6553,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6636 "configure" +#line 6555 "configure" #include "confdefs.h" @@ -6653,14 +6572,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6655: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6574: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6658: \$? = $ac_status" >&5 + echo "$as_me:6577: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6661: \"$ac_try\"") >&5 + { (eval echo "$as_me:6580: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6664: \$? = $ac_status" >&5 + echo "$as_me:6583: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_decl_strtoull=yes @@ -6672,5 +6591,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6674: result: $bash_cv_decl_strtoull" >&5 +echo "$as_me:6593: result: $bash_cv_decl_strtoull" >&5 echo "${ECHO_T}$bash_cv_decl_strtoull" >&6 bash_tr_func=HAVE_DECL_`echo strtoull | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` @@ -6687,5 +6606,5 @@ fi -echo "$as_me:6689: checking for declaration of strtoumax" >&5 +echo "$as_me:6608: checking for declaration of strtoumax" >&5 echo $ECHO_N "checking for declaration of strtoumax... $ECHO_C" >&6 if test "${bash_cv_decl_strtoumax+set}" = set; then @@ -6693,5 +6612,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 6695 "configure" +#line 6614 "configure" #include "confdefs.h" @@ -6712,14 +6631,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6714: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6633: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6717: \$? = $ac_status" >&5 + echo "$as_me:6636: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6720: \"$ac_try\"") >&5 + { (eval echo "$as_me:6639: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6723: \$? = $ac_status" >&5 + echo "$as_me:6642: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_decl_strtoumax=yes @@ -6731,5 +6650,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6733: result: $bash_cv_decl_strtoumax" >&5 +echo "$as_me:6652: result: $bash_cv_decl_strtoumax" >&5 echo "${ECHO_T}$bash_cv_decl_strtoumax" >&6 bash_tr_func=HAVE_DECL_`echo strtoumax | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` @@ -6748,16 +6667,16 @@ for ac_header in libintl.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:6751: checking for $ac_header" >&5 +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo "$as_me:6670: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6757 "configure" +#line 6676 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:6761: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6680: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? @@ -6765,5 +6684,5 @@ rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6767: \$? = $ac_status" >&5 + echo "$as_me:6686: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then @@ -6776,17 +6695,17 @@ fi if test -z "$ac_cpp_err"; then - eval "$as_ac_Header=yes" + eval "$ac_ac_Header=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - eval "$as_ac_Header=no" + eval "$ac_ac_Header=no" fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:6786: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then +echo "$as_me:6705: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:6718: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6805 "configure" +#line 6724 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -6834,28 +6753,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6836: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6755: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6839: \$? = $ac_status" >&5 + echo "$as_me:6758: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6842: \"$ac_try\"") >&5 + { (eval echo "$as_me:6761: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6845: \$? = $ac_status" >&5 + echo "$as_me:6764: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6855: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:6774: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:6786: checking for bindtextdomain in -lintl" >&5 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then @@ -6873,5 +6792,5 @@ LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6875 "configure" +#line 6794 "configure" #include "confdefs.h" @@ -6892,14 +6811,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6894: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6813: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6897: \$? = $ac_status" >&5 + echo "$as_me:6816: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6900: \"$ac_try\"") >&5 + { (eval echo "$as_me:6819: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6903: \$? = $ac_status" >&5 + echo "$as_me:6822: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_intl_bindtextdomain=yes @@ -6912,5 +6831,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6914: result: $ac_cv_lib_intl_bindtextdomain" >&5 +echo "$as_me:6833: result: $ac_cv_lib_intl_bindtextdomain" >&5 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6 if test $ac_cv_lib_intl_bindtextdomain = yes; then @@ -6927,12 +6846,12 @@ for ac_func in gettext textdomain bindtextdomain do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:6930: checking for $ac_func" >&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:6849: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6936 "configure" +#line 6855 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -6965,28 +6884,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6967: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6886: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6970: \$? = $ac_status" >&5 + echo "$as_me:6889: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6973: \"$ac_try\"") >&5 + { (eval echo "$as_me:6892: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6976: \$? = $ac_status" >&5 + echo "$as_me:6895: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6986: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:6905: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:6920: checking for dlopen in -ldl" >&5 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 if test "${ac_cv_lib_dl_dlopen+set}" = set; then @@ -7007,5 +6926,5 @@ LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7009 "configure" +#line 6928 "configure" #include "confdefs.h" @@ -7026,14 +6945,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7028: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6947: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7031: \$? = $ac_status" >&5 + echo "$as_me:6950: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7034: \"$ac_try\"") >&5 + { (eval echo "$as_me:6953: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7037: \$? = $ac_status" >&5 + echo "$as_me:6956: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dl_dlopen=yes @@ -7046,5 +6965,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7048: result: $ac_cv_lib_dl_dlopen" >&5 +echo "$as_me:6967: result: $ac_cv_lib_dl_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 if test $ac_cv_lib_dl_dlopen = yes; then @@ -7059,12 +6978,12 @@ for ac_func in dlopen dlclose dlsym do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:7062: checking for $ac_func" >&5 +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo "$as_me:6981: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7068 "configure" +#line 6987 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, @@ -7097,28 +7016,28 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7099: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7018: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7102: \$? = $ac_status" >&5 + echo "$as_me:7021: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7105: \"$ac_try\"") >&5 + { (eval echo "$as_me:7024: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7108: \$? = $ac_status" >&5 + echo "$as_me:7027: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - eval "$as_ac_var=yes" + eval "$ac_ac_var=yes" else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" +eval "$ac_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7118: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then +echo "$as_me:7037: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:7049: checking for sys_siglist declaration in signal.h or unistd.h" >&5 echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 if test "${ac_cv_decl_sys_siglist+set}" = set; then @@ -7134,5 +7053,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7136 "configure" +#line 7055 "configure" #include "confdefs.h" #include @@ -7152,14 +7071,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7154: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7073: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7157: \$? = $ac_status" >&5 + echo "$as_me:7076: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7160: \"$ac_try\"") >&5 + { (eval echo "$as_me:7079: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7163: \$? = $ac_status" >&5 + echo "$as_me:7082: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_decl_sys_siglist=yes @@ -7171,5 +7090,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7173: result: $ac_cv_decl_sys_siglist" >&5 +echo "$as_me:7092: result: $ac_cv_decl_sys_siglist" >&5 echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 if test $ac_cv_decl_sys_siglist = yes; then @@ -7183,5 +7102,5 @@ if test "$ac_cv_func_inet_aton" != 'yes'; then -echo "$as_me:7185: checking for inet_aton" >&5 +echo "$as_me:7104: checking for inet_aton" >&5 echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6 if test "${bash_cv_func_inet_aton+set}" = set; then @@ -7189,5 +7108,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7191 "configure" +#line 7110 "configure" #include "confdefs.h" @@ -7205,14 +7124,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7207: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7126: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7210: \$? = $ac_status" >&5 + echo "$as_me:7129: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7213: \"$ac_try\"") >&5 + { (eval echo "$as_me:7132: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7216: \$? = $ac_status" >&5 + echo "$as_me:7135: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_inet_aton=yes @@ -7224,5 +7143,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7226: result: $bash_cv_func_inet_aton" >&5 +echo "$as_me:7145: result: $bash_cv_func_inet_aton" >&5 echo "${ECHO_T}$bash_cv_func_inet_aton" >&6 if test $bash_cv_func_inet_aton = yes; then @@ -7239,5 +7158,5 @@ case "$host_os" in irix4*) -echo "$as_me:7241: checking for getpwent in -lsun" >&5 +echo "$as_me:7160: checking for getpwent in -lsun" >&5 echo $ECHO_N "checking for getpwent in -lsun... $ECHO_C" >&6 if test "${ac_cv_lib_sun_getpwent+set}" = set; then @@ -7247,5 +7166,5 @@ LIBS="-lsun $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7249 "configure" +#line 7168 "configure" #include "confdefs.h" @@ -7266,14 +7185,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7268: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7187: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7271: \$? = $ac_status" >&5 + echo "$as_me:7190: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7274: \"$ac_try\"") >&5 + { (eval echo "$as_me:7193: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7277: \$? = $ac_status" >&5 + echo "$as_me:7196: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_sun_getpwent=yes @@ -7286,5 +7205,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7288: result: $ac_cv_lib_sun_getpwent" >&5 +echo "$as_me:7207: result: $ac_cv_lib_sun_getpwent" >&5 echo "${ECHO_T}$ac_cv_lib_sun_getpwent" >&6 if test $ac_cv_lib_sun_getpwent = yes; then @@ -7304,5 +7223,5 @@ _bash_needmsg= else -echo "$as_me:7306: checking for socket library" >&5 +echo "$as_me:7225: checking for socket library" >&5 echo $ECHO_N "checking for socket library... $ECHO_C" >&6 _bash_needmsg=yes @@ -7311,5 +7230,5 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else - echo "$as_me:7313: checking for getpeername in -lsocket" >&5 + echo "$as_me:7232: checking for getpeername in -lsocket" >&5 echo $ECHO_N "checking for getpeername in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_getpeername+set}" = set; then @@ -7319,5 +7238,5 @@ LIBS="-lsocket -lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7321 "configure" +#line 7240 "configure" #include "confdefs.h" @@ -7338,14 +7257,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7340: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7259: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7343: \$? = $ac_status" >&5 + echo "$as_me:7262: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7346: \"$ac_try\"") >&5 + { (eval echo "$as_me:7265: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7349: \$? = $ac_status" >&5 + echo "$as_me:7268: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_getpeername=yes @@ -7358,5 +7277,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7360: result: $ac_cv_lib_socket_getpeername" >&5 +echo "$as_me:7279: result: $ac_cv_lib_socket_getpeername" >&5 echo "${ECHO_T}$ac_cv_lib_socket_getpeername" >&6 if test $ac_cv_lib_socket_getpeername = yes; then @@ -7369,5 +7288,5 @@ if test "X$_bash_needmsg" = Xyes; then - echo "$as_me:7371: result: $bash_cv_have_socklib" >&5 + echo "$as_me:7290: result: $bash_cv_have_socklib" >&5 echo "${ECHO_T}$bash_cv_have_socklib" >&6 _bash_needmsg= @@ -7378,5 +7297,5 @@ _bash_needmsg= else - echo "$as_me:7380: checking for libnsl" >&5 + echo "$as_me:7299: checking for libnsl" >&5 echo $ECHO_N "checking for libnsl... $ECHO_C" >&6 _bash_needmsg=yes @@ -7385,5 +7304,5 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else - echo "$as_me:7387: checking for t_open in -lnsl" >&5 + echo "$as_me:7306: checking for t_open in -lnsl" >&5 echo $ECHO_N "checking for t_open in -lnsl... $ECHO_C" >&6 if test "${ac_cv_lib_nsl_t_open+set}" = set; then @@ -7393,5 +7312,5 @@ LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7395 "configure" +#line 7314 "configure" #include "confdefs.h" @@ -7412,14 +7331,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7414: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7333: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7417: \$? = $ac_status" >&5 + echo "$as_me:7336: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7420: \"$ac_try\"") >&5 + { (eval echo "$as_me:7339: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7423: \$? = $ac_status" >&5 + echo "$as_me:7342: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_t_open=yes @@ -7432,5 +7351,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7434: result: $ac_cv_lib_nsl_t_open" >&5 +echo "$as_me:7353: result: $ac_cv_lib_nsl_t_open" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_t_open" >&6 if test $ac_cv_lib_nsl_t_open = yes; then @@ -7443,5 +7362,5 @@ if test "X$_bash_needmsg" = Xyes; then - echo "$as_me:7445: result: $bash_cv_have_libnsl" >&5 + echo "$as_me:7364: result: $bash_cv_have_libnsl" >&5 echo "${ECHO_T}$bash_cv_have_libnsl" >&6 _bash_needmsg= @@ -7467,5 +7386,5 @@ _bash_needmsg=yes else -echo "$as_me:7469: checking for gethostbyname in socket library" >&5 +echo "$as_me:7388: checking for gethostbyname in socket library" >&5 echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6 _bash_needmsg= @@ -7475,5 +7394,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7477 "configure" +#line 7396 "configure" #include "confdefs.h" #include @@ -7489,14 +7408,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7491: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7410: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7494: \$? = $ac_status" >&5 + echo "$as_me:7413: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7497: \"$ac_try\"") >&5 + { (eval echo "$as_me:7416: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7500: \$? = $ac_status" >&5 + echo "$as_me:7419: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_have_gethostbyname=yes @@ -7511,8 +7430,8 @@ if test "X$_bash_needmsg" = Xyes; then - echo "$as_me:7513: checking for gethostbyname in socket library" >&5 + echo "$as_me:7432: checking for gethostbyname in socket library" >&5 echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6 fi -echo "$as_me:7516: result: $bash_cv_have_gethostbyname" >&5 +echo "$as_me:7435: result: $bash_cv_have_gethostbyname" >&5 echo "${ECHO_T}$bash_cv_have_gethostbyname" >&6 if test "$bash_cv_have_gethostbyname" = yes; then @@ -7525,5 +7444,5 @@ fi -echo "$as_me:7527: checking for uid_t in sys/types.h" >&5 +echo "$as_me:7446: checking for uid_t in sys/types.h" >&5 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 if test "${ac_cv_type_uid_t+set}" = set; then @@ -7531,5 +7450,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7533 "configure" +#line 7452 "configure" #include "confdefs.h" #include @@ -7545,5 +7464,5 @@ fi -echo "$as_me:7547: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:7466: result: $ac_cv_type_uid_t" >&5 echo "${ECHO_T}$ac_cv_type_uid_t" >&6 if test $ac_cv_type_uid_t = no; then @@ -7559,5 +7478,5 @@ fi -echo "$as_me:7561: checking type of array argument to getgroups" >&5 +echo "$as_me:7480: checking type of array argument to getgroups" >&5 echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6 if test "${ac_cv_type_getgroups+set}" = set; then @@ -7568,5 +7487,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7570 "configure" +#line 7489 "configure" #include "confdefs.h" /* Thanks to Mike Rendell for this test. */ @@ -7594,13 +7513,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7596: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7515: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7599: \$? = $ac_status" >&5 + echo "$as_me:7518: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7601: \"$ac_try\"") >&5 + { (eval echo "$as_me:7520: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7604: \$? = $ac_status" >&5 + echo "$as_me:7523: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_getgroups=gid_t @@ -7611,9 +7530,9 @@ ac_cv_type_getgroups=int fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi if test $ac_cv_type_getgroups = cross; then cat >conftest.$ac_ext <<_ACEOF -#line 7617 "configure" +#line 7536 "configure" #include "confdefs.h" #include @@ -7630,5 +7549,5 @@ fi fi -echo "$as_me:7632: result: $ac_cv_type_getgroups" >&5 +echo "$as_me:7551: result: $ac_cv_type_getgroups" >&5 echo "${ECHO_T}$ac_cv_type_getgroups" >&6 @@ -7637,5 +7556,5 @@ EOF -echo "$as_me:7639: checking for off_t" >&5 +echo "$as_me:7558: checking for off_t" >&5 echo $ECHO_N "checking for off_t... $ECHO_C" >&6 if test "${ac_cv_type_off_t+set}" = set; then @@ -7643,5 +7562,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7645 "configure" +#line 7564 "configure" #include "confdefs.h" $ac_includes_default @@ -7658,14 +7577,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7660: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7579: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7663: \$? = $ac_status" >&5 + echo "$as_me:7582: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7666: \"$ac_try\"") >&5 + { (eval echo "$as_me:7585: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7669: \$? = $ac_status" >&5 + echo "$as_me:7588: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_off_t=yes @@ -7677,5 +7596,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7679: result: $ac_cv_type_off_t" >&5 +echo "$as_me:7598: result: $ac_cv_type_off_t" >&5 echo "${ECHO_T}$ac_cv_type_off_t" >&6 if test $ac_cv_type_off_t = yes; then @@ -7689,5 +7608,5 @@ fi -echo "$as_me:7691: checking for mode_t" >&5 +echo "$as_me:7610: checking for mode_t" >&5 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 if test "${ac_cv_type_mode_t+set}" = set; then @@ -7695,5 +7614,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7697 "configure" +#line 7616 "configure" #include "confdefs.h" $ac_includes_default @@ -7710,14 +7629,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7712: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7631: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7715: \$? = $ac_status" >&5 + echo "$as_me:7634: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7718: \"$ac_try\"") >&5 + { (eval echo "$as_me:7637: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7721: \$? = $ac_status" >&5 + echo "$as_me:7640: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_mode_t=yes @@ -7729,5 +7648,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7731: result: $ac_cv_type_mode_t" >&5 +echo "$as_me:7650: result: $ac_cv_type_mode_t" >&5 echo "${ECHO_T}$ac_cv_type_mode_t" >&6 if test $ac_cv_type_mode_t = yes; then @@ -7741,5 +7660,5 @@ fi -echo "$as_me:7743: checking for uid_t in sys/types.h" >&5 +echo "$as_me:7662: checking for uid_t in sys/types.h" >&5 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 if test "${ac_cv_type_uid_t+set}" = set; then @@ -7747,5 +7666,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7749 "configure" +#line 7668 "configure" #include "confdefs.h" #include @@ -7761,5 +7680,5 @@ fi -echo "$as_me:7763: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:7682: result: $ac_cv_type_uid_t" >&5 echo "${ECHO_T}$ac_cv_type_uid_t" >&6 if test $ac_cv_type_uid_t = no; then @@ -7775,5 +7694,5 @@ fi -echo "$as_me:7777: checking for pid_t" >&5 +echo "$as_me:7696: checking for pid_t" >&5 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 if test "${ac_cv_type_pid_t+set}" = set; then @@ -7781,5 +7700,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7783 "configure" +#line 7702 "configure" #include "confdefs.h" $ac_includes_default @@ -7796,14 +7715,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7798: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7717: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7801: \$? = $ac_status" >&5 + echo "$as_me:7720: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7804: \"$ac_try\"") >&5 + { (eval echo "$as_me:7723: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7807: \$? = $ac_status" >&5 + echo "$as_me:7726: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_pid_t=yes @@ -7815,5 +7734,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7817: result: $ac_cv_type_pid_t" >&5 +echo "$as_me:7736: result: $ac_cv_type_pid_t" >&5 echo "${ECHO_T}$ac_cv_type_pid_t" >&6 if test $ac_cv_type_pid_t = yes; then @@ -7827,5 +7746,5 @@ fi -echo "$as_me:7829: checking for size_t" >&5 +echo "$as_me:7748: checking for size_t" >&5 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 if test "${ac_cv_type_size_t+set}" = set; then @@ -7833,5 +7752,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7835 "configure" +#line 7754 "configure" #include "confdefs.h" $ac_includes_default @@ -7848,14 +7767,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7850: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7769: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7853: \$? = $ac_status" >&5 + echo "$as_me:7772: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7856: \"$ac_try\"") >&5 + { (eval echo "$as_me:7775: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7859: \$? = $ac_status" >&5 + echo "$as_me:7778: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_size_t=yes @@ -7867,5 +7786,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7869: result: $ac_cv_type_size_t" >&5 +echo "$as_me:7788: result: $ac_cv_type_size_t" >&5 echo "${ECHO_T}$ac_cv_type_size_t" >&6 if test $ac_cv_type_size_t = yes; then @@ -7879,5 +7798,5 @@ fi -echo "$as_me:7881: checking for ssize_t" >&5 +echo "$as_me:7800: checking for ssize_t" >&5 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 if test "${ac_cv_type_ssize_t+set}" = set; then @@ -7885,5 +7804,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7887 "configure" +#line 7806 "configure" #include "confdefs.h" $ac_includes_default @@ -7900,14 +7819,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7902: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7821: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7905: \$? = $ac_status" >&5 + echo "$as_me:7824: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7908: \"$ac_try\"") >&5 + { (eval echo "$as_me:7827: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7911: \$? = $ac_status" >&5 + echo "$as_me:7830: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_ssize_t=yes @@ -7919,5 +7838,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7921: result: $ac_cv_type_ssize_t" >&5 +echo "$as_me:7840: result: $ac_cv_type_ssize_t" >&5 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6 if test $ac_cv_type_ssize_t = yes; then @@ -7931,5 +7850,5 @@ fi -echo "$as_me:7933: checking for time_t" >&5 +echo "$as_me:7852: checking for time_t" >&5 echo $ECHO_N "checking for time_t... $ECHO_C" >&6 if test "${ac_cv_type_time_t+set}" = set; then @@ -7937,5 +7856,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7939 "configure" +#line 7858 "configure" #include "confdefs.h" $ac_includes_default @@ -7952,14 +7871,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7954: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7873: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7957: \$? = $ac_status" >&5 + echo "$as_me:7876: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7960: \"$ac_try\"") >&5 + { (eval echo "$as_me:7879: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7963: \$? = $ac_status" >&5 + echo "$as_me:7882: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_time_t=yes @@ -7971,5 +7890,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7973: result: $ac_cv_type_time_t" >&5 +echo "$as_me:7892: result: $ac_cv_type_time_t" >&5 echo "${ECHO_T}$ac_cv_type_time_t" >&6 if test $ac_cv_type_time_t = yes; then @@ -7983,5 +7902,5 @@ fi -echo "$as_me:7985: checking for long long" >&5 +echo "$as_me:7904: checking for long long" >&5 echo $ECHO_N "checking for long long... $ECHO_C" >&6 if test "${bash_cv_type_long_long+set}" = set; then @@ -7989,5 +7908,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 7991 "configure" +#line 7910 "configure" #include "confdefs.h" @@ -8005,14 +7924,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8007: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7926: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8010: \$? = $ac_status" >&5 + echo "$as_me:7929: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8013: \"$ac_try\"") >&5 + { (eval echo "$as_me:7932: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8016: \$? = $ac_status" >&5 + echo "$as_me:7935: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_type_long_long='long long' @@ -8024,5 +7943,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8026: result: $bash_cv_type_long_long" >&5 +echo "$as_me:7945: result: $bash_cv_type_long_long" >&5 echo "${ECHO_T}$bash_cv_type_long_long" >&6 if test "$bash_cv_type_long_long" = 'long long'; then @@ -8033,5 +7952,5 @@ fi -echo "$as_me:8035: checking for unsigned long long" >&5 +echo "$as_me:7954: checking for unsigned long long" >&5 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6 if test "${bash_cv_type_unsigned_long_long+set}" = set; then @@ -8039,5 +7958,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 8041 "configure" +#line 7960 "configure" #include "confdefs.h" @@ -8055,14 +7974,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8057: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7976: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8060: \$? = $ac_status" >&5 + echo "$as_me:7979: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8063: \"$ac_try\"") >&5 + { (eval echo "$as_me:7982: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8066: \$? = $ac_status" >&5 + echo "$as_me:7985: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_type_unsigned_long_long='unsigned long long' @@ -8074,5 +7993,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8076: result: $bash_cv_type_unsigned_long_long" >&5 +echo "$as_me:7995: result: $bash_cv_type_unsigned_long_long" >&5 echo "${ECHO_T}$bash_cv_type_unsigned_long_long" >&6 if test "$bash_cv_type_unsigned_long_long" = 'unsigned long long'; then @@ -8083,5 +8002,5 @@ fi -echo "$as_me:8085: checking return type of signal handlers" >&5 +echo "$as_me:8004: checking return type of signal handlers" >&5 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 if test "${ac_cv_type_signal+set}" = set; then @@ -8089,5 +8008,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 8091 "configure" +#line 8010 "configure" #include "confdefs.h" #include @@ -8111,14 +8030,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8113: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8032: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8116: \$? = $ac_status" >&5 + echo "$as_me:8035: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8119: \"$ac_try\"") >&5 + { (eval echo "$as_me:8038: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8122: \$? = $ac_status" >&5 + echo "$as_me:8041: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_signal=void @@ -8130,5 +8049,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8132: result: $ac_cv_type_signal" >&5 +echo "$as_me:8051: result: $ac_cv_type_signal" >&5 echo "${ECHO_T}$ac_cv_type_signal" >&6 @@ -8137,5 +8056,5 @@ EOF -echo "$as_me:8139: checking for char" >&5 +echo "$as_me:8058: checking for char" >&5 echo $ECHO_N "checking for char... $ECHO_C" >&6 if test "${ac_cv_type_char+set}" = set; then @@ -8143,5 +8062,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 8145 "configure" +#line 8064 "configure" #include "confdefs.h" $ac_includes_default @@ -8158,14 +8077,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8160: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8079: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8163: \$? = $ac_status" >&5 + echo "$as_me:8082: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8166: \"$ac_try\"") >&5 + { (eval echo "$as_me:8085: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8169: \$? = $ac_status" >&5 + echo "$as_me:8088: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_char=yes @@ -8177,8 +8096,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8179: result: $ac_cv_type_char" >&5 +echo "$as_me:8098: result: $ac_cv_type_char" >&5 echo "${ECHO_T}$ac_cv_type_char" >&6 -echo "$as_me:8182: checking size of char" >&5 +echo "$as_me:8101: checking size of char" >&5 echo $ECHO_N "checking size of char... $ECHO_C" >&6 if test "${ac_cv_sizeof_char+set}" = set; then @@ -8189,5 +8108,5 @@ # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 8191 "configure" +#line 8110 "configure" #include "confdefs.h" $ac_includes_default @@ -8201,19 +8120,19 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8203: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8122: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8206: \$? = $ac_status" >&5 + echo "$as_me:8125: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8209: \"$ac_try\"") >&5 + { (eval echo "$as_me:8128: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8212: \$? = $ac_status" >&5 + echo "$as_me:8131: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8217 "configure" +#line 8136 "configure" #include "confdefs.h" $ac_includes_default @@ -8227,14 +8146,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8229: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8148: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8232: \$? = $ac_status" >&5 + echo "$as_me:8151: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8235: \"$ac_try\"") >&5 + { (eval echo "$as_me:8154: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8238: \$? = $ac_status" >&5 + echo "$as_me:8157: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break @@ -8252,5 +8171,5 @@ while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8254 "configure" +#line 8173 "configure" #include "confdefs.h" $ac_includes_default @@ -8264,14 +8183,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8266: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8185: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8269: \$? = $ac_status" >&5 + echo "$as_me:8188: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8272: \"$ac_try\"") >&5 + { (eval echo "$as_me:8191: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8275: \$? = $ac_status" >&5 + echo "$as_me:8194: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break @@ -8289,5 +8208,5 @@ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 8291 "configure" +#line 8210 "configure" #include "confdefs.h" $ac_includes_default @@ -8301,14 +8220,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8303: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8222: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8306: \$? = $ac_status" >&5 + echo "$as_me:8225: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8309: \"$ac_try\"") >&5 + { (eval echo "$as_me:8228: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8312: \$? = $ac_status" >&5 + echo "$as_me:8231: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid @@ -8323,10 +8242,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:8325: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:8244: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 8330 "configure" +#line 8249 "configure" #include "confdefs.h" $ac_includes_default @@ -8344,13 +8263,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:8346: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8265: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8349: \$? = $ac_status" >&5 + echo "$as_me:8268: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:8351: \"$ac_try\"") >&5 + { (eval echo "$as_me:8270: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8354: \$? = $ac_status" >&5 + echo "$as_me:8273: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_char=`cat conftest.val` @@ -8360,5 +8279,5 @@ cat conftest.$ac_ext >&5 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi @@ -8368,5 +8287,5 @@ fi fi -echo "$as_me:8370: result: $ac_cv_sizeof_char" >&5 +echo "$as_me:8289: result: $ac_cv_sizeof_char" >&5 echo "${ECHO_T}$ac_cv_sizeof_char" >&6 cat >>confdefs.h <&5 +echo "$as_me:8295: checking for short" >&5 echo $ECHO_N "checking for short... $ECHO_C" >&6 if test "${ac_cv_type_short+set}" = set; then @@ -8380,5 +8299,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 8382 "configure" +#line 8301 "configure" #include "confdefs.h" $ac_includes_default @@ -8395,14 +8314,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8397: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8316: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8400: \$? = $ac_status" >&5 + echo "$as_me:8319: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8403: \"$ac_try\"") >&5 + { (eval echo "$as_me:8322: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8406: \$? = $ac_status" >&5 + echo "$as_me:8325: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_short=yes @@ -8414,8 +8333,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8416: result: $ac_cv_type_short" >&5 +echo "$as_me:8335: result: $ac_cv_type_short" >&5 echo "${ECHO_T}$ac_cv_type_short" >&6 -echo "$as_me:8419: checking size of short" >&5 +echo "$as_me:8338: checking size of short" >&5 echo $ECHO_N "checking size of short... $ECHO_C" >&6 if test "${ac_cv_sizeof_short+set}" = set; then @@ -8426,5 +8345,5 @@ # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 8428 "configure" +#line 8347 "configure" #include "confdefs.h" $ac_includes_default @@ -8438,19 +8357,19 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8440: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8359: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8443: \$? = $ac_status" >&5 + echo "$as_me:8362: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8446: \"$ac_try\"") >&5 + { (eval echo "$as_me:8365: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8449: \$? = $ac_status" >&5 + echo "$as_me:8368: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8454 "configure" +#line 8373 "configure" #include "confdefs.h" $ac_includes_default @@ -8464,14 +8383,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8466: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8385: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8469: \$? = $ac_status" >&5 + echo "$as_me:8388: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8472: \"$ac_try\"") >&5 + { (eval echo "$as_me:8391: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8475: \$? = $ac_status" >&5 + echo "$as_me:8394: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break @@ -8489,5 +8408,5 @@ while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8491 "configure" +#line 8410 "configure" #include "confdefs.h" $ac_includes_default @@ -8501,14 +8420,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8503: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8422: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8506: \$? = $ac_status" >&5 + echo "$as_me:8425: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8509: \"$ac_try\"") >&5 + { (eval echo "$as_me:8428: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8512: \$? = $ac_status" >&5 + echo "$as_me:8431: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break @@ -8526,5 +8445,5 @@ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 8528 "configure" +#line 8447 "configure" #include "confdefs.h" $ac_includes_default @@ -8538,14 +8457,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8540: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8459: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8543: \$? = $ac_status" >&5 + echo "$as_me:8462: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8546: \"$ac_try\"") >&5 + { (eval echo "$as_me:8465: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8549: \$? = $ac_status" >&5 + echo "$as_me:8468: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid @@ -8560,10 +8479,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:8562: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:8481: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 8567 "configure" +#line 8486 "configure" #include "confdefs.h" $ac_includes_default @@ -8581,13 +8500,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:8583: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8502: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8586: \$? = $ac_status" >&5 + echo "$as_me:8505: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:8588: \"$ac_try\"") >&5 + { (eval echo "$as_me:8507: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8591: \$? = $ac_status" >&5 + echo "$as_me:8510: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_short=`cat conftest.val` @@ -8597,5 +8516,5 @@ cat conftest.$ac_ext >&5 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi @@ -8605,5 +8524,5 @@ fi fi -echo "$as_me:8607: result: $ac_cv_sizeof_short" >&5 +echo "$as_me:8526: result: $ac_cv_sizeof_short" >&5 echo "${ECHO_T}$ac_cv_sizeof_short" >&6 cat >>confdefs.h <&5 +echo "$as_me:8532: checking for int" >&5 echo $ECHO_N "checking for int... $ECHO_C" >&6 if test "${ac_cv_type_int+set}" = set; then @@ -8617,5 +8536,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 8619 "configure" +#line 8538 "configure" #include "confdefs.h" $ac_includes_default @@ -8632,14 +8551,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8634: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8553: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8637: \$? = $ac_status" >&5 + echo "$as_me:8556: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8640: \"$ac_try\"") >&5 + { (eval echo "$as_me:8559: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8643: \$? = $ac_status" >&5 + echo "$as_me:8562: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_int=yes @@ -8651,8 +8570,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8653: result: $ac_cv_type_int" >&5 +echo "$as_me:8572: result: $ac_cv_type_int" >&5 echo "${ECHO_T}$ac_cv_type_int" >&6 -echo "$as_me:8656: checking size of int" >&5 +echo "$as_me:8575: checking size of int" >&5 echo $ECHO_N "checking size of int... $ECHO_C" >&6 if test "${ac_cv_sizeof_int+set}" = set; then @@ -8663,5 +8582,5 @@ # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 8665 "configure" +#line 8584 "configure" #include "confdefs.h" $ac_includes_default @@ -8675,19 +8594,19 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8677: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8596: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8680: \$? = $ac_status" >&5 + echo "$as_me:8599: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8683: \"$ac_try\"") >&5 + { (eval echo "$as_me:8602: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8686: \$? = $ac_status" >&5 + echo "$as_me:8605: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8691 "configure" +#line 8610 "configure" #include "confdefs.h" $ac_includes_default @@ -8701,14 +8620,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8703: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8622: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8706: \$? = $ac_status" >&5 + echo "$as_me:8625: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8709: \"$ac_try\"") >&5 + { (eval echo "$as_me:8628: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8712: \$? = $ac_status" >&5 + echo "$as_me:8631: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break @@ -8726,5 +8645,5 @@ while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8728 "configure" +#line 8647 "configure" #include "confdefs.h" $ac_includes_default @@ -8738,14 +8657,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8740: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8659: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8743: \$? = $ac_status" >&5 + echo "$as_me:8662: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8746: \"$ac_try\"") >&5 + { (eval echo "$as_me:8665: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8749: \$? = $ac_status" >&5 + echo "$as_me:8668: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break @@ -8763,5 +8682,5 @@ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 8765 "configure" +#line 8684 "configure" #include "confdefs.h" $ac_includes_default @@ -8775,14 +8694,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8777: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8696: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8780: \$? = $ac_status" >&5 + echo "$as_me:8699: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8783: \"$ac_try\"") >&5 + { (eval echo "$as_me:8702: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8786: \$? = $ac_status" >&5 + echo "$as_me:8705: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid @@ -8797,10 +8716,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:8799: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:8718: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 8804 "configure" +#line 8723 "configure" #include "confdefs.h" $ac_includes_default @@ -8818,13 +8737,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:8820: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8739: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8823: \$? = $ac_status" >&5 + echo "$as_me:8742: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:8825: \"$ac_try\"") >&5 + { (eval echo "$as_me:8744: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8828: \$? = $ac_status" >&5 + echo "$as_me:8747: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int=`cat conftest.val` @@ -8834,5 +8753,5 @@ cat conftest.$ac_ext >&5 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi @@ -8842,5 +8761,5 @@ fi fi -echo "$as_me:8844: result: $ac_cv_sizeof_int" >&5 +echo "$as_me:8763: result: $ac_cv_sizeof_int" >&5 echo "${ECHO_T}$ac_cv_sizeof_int" >&6 cat >>confdefs.h <&5 +echo "$as_me:8769: checking for long" >&5 echo $ECHO_N "checking for long... $ECHO_C" >&6 if test "${ac_cv_type_long+set}" = set; then @@ -8854,5 +8773,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 8856 "configure" +#line 8775 "configure" #include "confdefs.h" $ac_includes_default @@ -8869,14 +8788,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8871: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8790: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8874: \$? = $ac_status" >&5 + echo "$as_me:8793: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8877: \"$ac_try\"") >&5 + { (eval echo "$as_me:8796: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8880: \$? = $ac_status" >&5 + echo "$as_me:8799: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_long=yes @@ -8888,8 +8807,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8890: result: $ac_cv_type_long" >&5 +echo "$as_me:8809: result: $ac_cv_type_long" >&5 echo "${ECHO_T}$ac_cv_type_long" >&6 -echo "$as_me:8893: checking size of long" >&5 +echo "$as_me:8812: checking size of long" >&5 echo $ECHO_N "checking size of long... $ECHO_C" >&6 if test "${ac_cv_sizeof_long+set}" = set; then @@ -8900,5 +8819,5 @@ # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 8902 "configure" +#line 8821 "configure" #include "confdefs.h" $ac_includes_default @@ -8912,19 +8831,19 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8914: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8833: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8917: \$? = $ac_status" >&5 + echo "$as_me:8836: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8920: \"$ac_try\"") >&5 + { (eval echo "$as_me:8839: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8923: \$? = $ac_status" >&5 + echo "$as_me:8842: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8928 "configure" +#line 8847 "configure" #include "confdefs.h" $ac_includes_default @@ -8938,14 +8857,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8940: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8859: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8943: \$? = $ac_status" >&5 + echo "$as_me:8862: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8946: \"$ac_try\"") >&5 + { (eval echo "$as_me:8865: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8949: \$? = $ac_status" >&5 + echo "$as_me:8868: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break @@ -8963,5 +8882,5 @@ while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8965 "configure" +#line 8884 "configure" #include "confdefs.h" $ac_includes_default @@ -8975,14 +8894,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8977: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8896: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8980: \$? = $ac_status" >&5 + echo "$as_me:8899: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8983: \"$ac_try\"") >&5 + { (eval echo "$as_me:8902: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8986: \$? = $ac_status" >&5 + echo "$as_me:8905: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break @@ -9000,5 +8919,5 @@ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 9002 "configure" +#line 8921 "configure" #include "confdefs.h" $ac_includes_default @@ -9012,14 +8931,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9014: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8933: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9017: \$? = $ac_status" >&5 + echo "$as_me:8936: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9020: \"$ac_try\"") >&5 + { (eval echo "$as_me:8939: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9023: \$? = $ac_status" >&5 + echo "$as_me:8942: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid @@ -9034,10 +8953,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:9036: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:8955: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 9041 "configure" +#line 8960 "configure" #include "confdefs.h" $ac_includes_default @@ -9055,13 +8974,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:9057: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8976: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9060: \$? = $ac_status" >&5 + echo "$as_me:8979: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:9062: \"$ac_try\"") >&5 + { (eval echo "$as_me:8981: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9065: \$? = $ac_status" >&5 + echo "$as_me:8984: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long=`cat conftest.val` @@ -9071,5 +8990,5 @@ cat conftest.$ac_ext >&5 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi @@ -9079,5 +8998,5 @@ fi fi -echo "$as_me:9081: result: $ac_cv_sizeof_long" >&5 +echo "$as_me:9000: result: $ac_cv_sizeof_long" >&5 echo "${ECHO_T}$ac_cv_sizeof_long" >&6 cat >>confdefs.h <&5 +echo "$as_me:9006: checking for char *" >&5 echo $ECHO_N "checking for char *... $ECHO_C" >&6 if test "${ac_cv_type_char_p+set}" = set; then @@ -9091,5 +9010,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 9093 "configure" +#line 9012 "configure" #include "confdefs.h" $ac_includes_default @@ -9106,14 +9025,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9108: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9027: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9111: \$? = $ac_status" >&5 + echo "$as_me:9030: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9114: \"$ac_try\"") >&5 + { (eval echo "$as_me:9033: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9117: \$? = $ac_status" >&5 + echo "$as_me:9036: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_char_p=yes @@ -9125,8 +9044,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9127: result: $ac_cv_type_char_p" >&5 +echo "$as_me:9046: result: $ac_cv_type_char_p" >&5 echo "${ECHO_T}$ac_cv_type_char_p" >&6 -echo "$as_me:9130: checking size of char *" >&5 +echo "$as_me:9049: checking size of char *" >&5 echo $ECHO_N "checking size of char *... $ECHO_C" >&6 if test "${ac_cv_sizeof_char_p+set}" = set; then @@ -9137,5 +9056,5 @@ # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 9139 "configure" +#line 9058 "configure" #include "confdefs.h" $ac_includes_default @@ -9149,19 +9068,19 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9151: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9070: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9154: \$? = $ac_status" >&5 + echo "$as_me:9073: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9157: \"$ac_try\"") >&5 + { (eval echo "$as_me:9076: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9160: \$? = $ac_status" >&5 + echo "$as_me:9079: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 9165 "configure" +#line 9084 "configure" #include "confdefs.h" $ac_includes_default @@ -9175,14 +9094,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9177: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9096: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9180: \$? = $ac_status" >&5 + echo "$as_me:9099: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9183: \"$ac_try\"") >&5 + { (eval echo "$as_me:9102: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9186: \$? = $ac_status" >&5 + echo "$as_me:9105: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break @@ -9200,5 +9119,5 @@ while :; do cat >conftest.$ac_ext <<_ACEOF -#line 9202 "configure" +#line 9121 "configure" #include "confdefs.h" $ac_includes_default @@ -9212,14 +9131,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9214: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9133: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9217: \$? = $ac_status" >&5 + echo "$as_me:9136: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9220: \"$ac_try\"") >&5 + { (eval echo "$as_me:9139: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9223: \$? = $ac_status" >&5 + echo "$as_me:9142: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break @@ -9237,5 +9156,5 @@ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 9239 "configure" +#line 9158 "configure" #include "confdefs.h" $ac_includes_default @@ -9249,14 +9168,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9251: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9170: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9254: \$? = $ac_status" >&5 + echo "$as_me:9173: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9257: \"$ac_try\"") >&5 + { (eval echo "$as_me:9176: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9260: \$? = $ac_status" >&5 + echo "$as_me:9179: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid @@ -9271,10 +9190,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:9273: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:9192: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 9278 "configure" +#line 9197 "configure" #include "confdefs.h" $ac_includes_default @@ -9292,13 +9211,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:9294: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9213: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9297: \$? = $ac_status" >&5 + echo "$as_me:9216: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:9299: \"$ac_try\"") >&5 + { (eval echo "$as_me:9218: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9302: \$? = $ac_status" >&5 + echo "$as_me:9221: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_char_p=`cat conftest.val` @@ -9308,5 +9227,5 @@ cat conftest.$ac_ext >&5 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi @@ -9316,5 +9235,5 @@ fi fi -echo "$as_me:9318: result: $ac_cv_sizeof_char_p" >&5 +echo "$as_me:9237: result: $ac_cv_sizeof_char_p" >&5 echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6 cat >>confdefs.h <&5 +echo "$as_me:9243: checking for double" >&5 echo $ECHO_N "checking for double... $ECHO_C" >&6 if test "${ac_cv_type_double+set}" = set; then @@ -9328,5 +9247,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 9330 "configure" +#line 9249 "configure" #include "confdefs.h" $ac_includes_default @@ -9343,14 +9262,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9345: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9264: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9348: \$? = $ac_status" >&5 + echo "$as_me:9267: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9351: \"$ac_try\"") >&5 + { (eval echo "$as_me:9270: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9354: \$? = $ac_status" >&5 + echo "$as_me:9273: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_double=yes @@ -9362,8 +9281,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9364: result: $ac_cv_type_double" >&5 +echo "$as_me:9283: result: $ac_cv_type_double" >&5 echo "${ECHO_T}$ac_cv_type_double" >&6 -echo "$as_me:9367: checking size of double" >&5 +echo "$as_me:9286: checking size of double" >&5 echo $ECHO_N "checking size of double... $ECHO_C" >&6 if test "${ac_cv_sizeof_double+set}" = set; then @@ -9374,5 +9293,5 @@ # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 9376 "configure" +#line 9295 "configure" #include "confdefs.h" $ac_includes_default @@ -9386,19 +9305,19 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9388: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9307: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9391: \$? = $ac_status" >&5 + echo "$as_me:9310: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9394: \"$ac_try\"") >&5 + { (eval echo "$as_me:9313: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9397: \$? = $ac_status" >&5 + echo "$as_me:9316: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 9402 "configure" +#line 9321 "configure" #include "confdefs.h" $ac_includes_default @@ -9412,14 +9331,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9414: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9333: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9417: \$? = $ac_status" >&5 + echo "$as_me:9336: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9420: \"$ac_try\"") >&5 + { (eval echo "$as_me:9339: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9423: \$? = $ac_status" >&5 + echo "$as_me:9342: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break @@ -9437,5 +9356,5 @@ while :; do cat >conftest.$ac_ext <<_ACEOF -#line 9439 "configure" +#line 9358 "configure" #include "confdefs.h" $ac_includes_default @@ -9449,14 +9368,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9451: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9370: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9454: \$? = $ac_status" >&5 + echo "$as_me:9373: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9457: \"$ac_try\"") >&5 + { (eval echo "$as_me:9376: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9460: \$? = $ac_status" >&5 + echo "$as_me:9379: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break @@ -9474,5 +9393,5 @@ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 9476 "configure" +#line 9395 "configure" #include "confdefs.h" $ac_includes_default @@ -9486,14 +9405,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9488: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9407: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9491: \$? = $ac_status" >&5 + echo "$as_me:9410: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9494: \"$ac_try\"") >&5 + { (eval echo "$as_me:9413: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9497: \$? = $ac_status" >&5 + echo "$as_me:9416: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid @@ -9508,10 +9427,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:9510: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:9429: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 9515 "configure" +#line 9434 "configure" #include "confdefs.h" $ac_includes_default @@ -9529,13 +9448,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:9531: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9450: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9534: \$? = $ac_status" >&5 + echo "$as_me:9453: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:9536: \"$ac_try\"") >&5 + { (eval echo "$as_me:9455: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9539: \$? = $ac_status" >&5 + echo "$as_me:9458: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_double=`cat conftest.val` @@ -9545,5 +9464,5 @@ cat conftest.$ac_ext >&5 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi @@ -9553,5 +9472,5 @@ fi fi -echo "$as_me:9555: result: $ac_cv_sizeof_double" >&5 +echo "$as_me:9474: result: $ac_cv_sizeof_double" >&5 echo "${ECHO_T}$ac_cv_sizeof_double" >&6 cat >>confdefs.h <&5 +echo "$as_me:9480: checking for long long" >&5 echo $ECHO_N "checking for long long... $ECHO_C" >&6 if test "${ac_cv_type_long_long+set}" = set; then @@ -9565,5 +9484,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 9567 "configure" +#line 9486 "configure" #include "confdefs.h" $ac_includes_default @@ -9580,14 +9499,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9582: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9501: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9585: \$? = $ac_status" >&5 + echo "$as_me:9504: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9588: \"$ac_try\"") >&5 + { (eval echo "$as_me:9507: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9591: \$? = $ac_status" >&5 + echo "$as_me:9510: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_long_long=yes @@ -9599,8 +9518,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9601: result: $ac_cv_type_long_long" >&5 +echo "$as_me:9520: result: $ac_cv_type_long_long" >&5 echo "${ECHO_T}$ac_cv_type_long_long" >&6 -echo "$as_me:9604: checking size of long long" >&5 +echo "$as_me:9523: checking size of long long" >&5 echo $ECHO_N "checking size of long long... $ECHO_C" >&6 if test "${ac_cv_sizeof_long_long+set}" = set; then @@ -9611,5 +9530,5 @@ # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 9613 "configure" +#line 9532 "configure" #include "confdefs.h" $ac_includes_default @@ -9623,19 +9542,19 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9625: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9544: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9628: \$? = $ac_status" >&5 + echo "$as_me:9547: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9631: \"$ac_try\"") >&5 + { (eval echo "$as_me:9550: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9634: \$? = $ac_status" >&5 + echo "$as_me:9553: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 9639 "configure" +#line 9558 "configure" #include "confdefs.h" $ac_includes_default @@ -9649,14 +9568,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9651: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9570: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9654: \$? = $ac_status" >&5 + echo "$as_me:9573: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9657: \"$ac_try\"") >&5 + { (eval echo "$as_me:9576: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9660: \$? = $ac_status" >&5 + echo "$as_me:9579: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break @@ -9674,5 +9593,5 @@ while :; do cat >conftest.$ac_ext <<_ACEOF -#line 9676 "configure" +#line 9595 "configure" #include "confdefs.h" $ac_includes_default @@ -9686,14 +9605,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9688: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9607: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9691: \$? = $ac_status" >&5 + echo "$as_me:9610: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9694: \"$ac_try\"") >&5 + { (eval echo "$as_me:9613: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9697: \$? = $ac_status" >&5 + echo "$as_me:9616: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break @@ -9711,5 +9630,5 @@ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 9713 "configure" +#line 9632 "configure" #include "confdefs.h" $ac_includes_default @@ -9723,14 +9642,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9725: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9644: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9728: \$? = $ac_status" >&5 + echo "$as_me:9647: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9731: \"$ac_try\"") >&5 + { (eval echo "$as_me:9650: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9734: \$? = $ac_status" >&5 + echo "$as_me:9653: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid @@ -9745,10 +9664,10 @@ else if test "$cross_compiling" = yes; then - { { echo "$as_me:9747: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:9666: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 9752 "configure" +#line 9671 "configure" #include "confdefs.h" $ac_includes_default @@ -9766,13 +9685,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:9768: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9687: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9771: \$? = $ac_status" >&5 + echo "$as_me:9690: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:9773: \"$ac_try\"") >&5 + { (eval echo "$as_me:9692: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9776: \$? = $ac_status" >&5 + echo "$as_me:9695: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long_long=`cat conftest.val` @@ -9782,5 +9701,5 @@ cat conftest.$ac_ext >&5 fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi @@ -9790,5 +9709,5 @@ fi fi -echo "$as_me:9792: result: $ac_cv_sizeof_long_long" >&5 +echo "$as_me:9711: result: $ac_cv_sizeof_long_long" >&5 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 cat >>confdefs.h <&5 +echo "$as_me:9717: checking for u_int" >&5 echo $ECHO_N "checking for u_int... $ECHO_C" >&6 if test "${ac_cv_type_u_int+set}" = set; then @@ -9802,5 +9721,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 9804 "configure" +#line 9723 "configure" #include "confdefs.h" $ac_includes_default @@ -9817,14 +9736,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9819: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9738: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9822: \$? = $ac_status" >&5 + echo "$as_me:9741: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9825: \"$ac_try\"") >&5 + { (eval echo "$as_me:9744: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9828: \$? = $ac_status" >&5 + echo "$as_me:9747: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_u_int=yes @@ -9836,5 +9755,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9838: result: $ac_cv_type_u_int" >&5 +echo "$as_me:9757: result: $ac_cv_type_u_int" >&5 echo "${ECHO_T}$ac_cv_type_u_int" >&6 if test $ac_cv_type_u_int = yes; then @@ -9848,5 +9767,5 @@ fi -echo "$as_me:9850: checking for u_long" >&5 +echo "$as_me:9769: checking for u_long" >&5 echo $ECHO_N "checking for u_long... $ECHO_C" >&6 if test "${ac_cv_type_u_long+set}" = set; then @@ -9854,5 +9773,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 9856 "configure" +#line 9775 "configure" #include "confdefs.h" $ac_includes_default @@ -9869,14 +9788,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9871: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9790: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9874: \$? = $ac_status" >&5 + echo "$as_me:9793: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9877: \"$ac_try\"") >&5 + { (eval echo "$as_me:9796: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9880: \$? = $ac_status" >&5 + echo "$as_me:9799: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_u_long=yes @@ -9888,5 +9807,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9890: result: $ac_cv_type_u_long" >&5 +echo "$as_me:9809: result: $ac_cv_type_u_long" >&5 echo "${ECHO_T}$ac_cv_type_u_long" >&6 if test $ac_cv_type_u_long = yes; then @@ -9901,5 +9820,5 @@ if test "$ac_cv_sizeof_short" = 2; then - echo "$as_me:9903: checking for bits16_t" >&5 + echo "$as_me:9822: checking for bits16_t" >&5 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6 if test "${ac_cv_type_bits16_t+set}" = set; then @@ -9907,5 +9826,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 9909 "configure" +#line 9828 "configure" #include "confdefs.h" $ac_includes_default @@ -9922,14 +9841,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9924: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9843: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9927: \$? = $ac_status" >&5 + echo "$as_me:9846: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9930: \"$ac_try\"") >&5 + { (eval echo "$as_me:9849: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9933: \$? = $ac_status" >&5 + echo "$as_me:9852: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits16_t=yes @@ -9941,5 +9860,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9943: result: $ac_cv_type_bits16_t" >&5 +echo "$as_me:9862: result: $ac_cv_type_bits16_t" >&5 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6 if test $ac_cv_type_bits16_t = yes; then @@ -9954,5 +9873,5 @@ elif test "$ac_cv_sizeof_char" = 2; then - echo "$as_me:9956: checking for bits16_t" >&5 + echo "$as_me:9875: checking for bits16_t" >&5 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6 if test "${ac_cv_type_bits16_t+set}" = set; then @@ -9960,5 +9879,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 9962 "configure" +#line 9881 "configure" #include "confdefs.h" $ac_includes_default @@ -9975,14 +9894,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9977: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9896: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9980: \$? = $ac_status" >&5 + echo "$as_me:9899: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9983: \"$ac_try\"") >&5 + { (eval echo "$as_me:9902: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9986: \$? = $ac_status" >&5 + echo "$as_me:9905: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits16_t=yes @@ -9994,5 +9913,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9996: result: $ac_cv_type_bits16_t" >&5 +echo "$as_me:9915: result: $ac_cv_type_bits16_t" >&5 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6 if test $ac_cv_type_bits16_t = yes; then @@ -10007,5 +9926,5 @@ else - echo "$as_me:10009: checking for bits16_t" >&5 + echo "$as_me:9928: checking for bits16_t" >&5 echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6 if test "${ac_cv_type_bits16_t+set}" = set; then @@ -10013,5 +9932,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10015 "configure" +#line 9934 "configure" #include "confdefs.h" $ac_includes_default @@ -10028,14 +9947,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10030: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9949: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10033: \$? = $ac_status" >&5 + echo "$as_me:9952: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10036: \"$ac_try\"") >&5 + { (eval echo "$as_me:9955: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10039: \$? = $ac_status" >&5 + echo "$as_me:9958: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits16_t=yes @@ -10047,5 +9966,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10049: result: $ac_cv_type_bits16_t" >&5 +echo "$as_me:9968: result: $ac_cv_type_bits16_t" >&5 echo "${ECHO_T}$ac_cv_type_bits16_t" >&6 if test $ac_cv_type_bits16_t = yes; then @@ -10062,5 +9981,5 @@ if test "$ac_cv_sizeof_short" = 2; then - echo "$as_me:10064: checking for u_bits16_t" >&5 + echo "$as_me:9983: checking for u_bits16_t" >&5 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6 if test "${ac_cv_type_u_bits16_t+set}" = set; then @@ -10068,5 +9987,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10070 "configure" +#line 9989 "configure" #include "confdefs.h" $ac_includes_default @@ -10083,14 +10002,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10085: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10004: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10088: \$? = $ac_status" >&5 + echo "$as_me:10007: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10091: \"$ac_try\"") >&5 + { (eval echo "$as_me:10010: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10094: \$? = $ac_status" >&5 + echo "$as_me:10013: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_u_bits16_t=yes @@ -10102,5 +10021,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10104: result: $ac_cv_type_u_bits16_t" >&5 +echo "$as_me:10023: result: $ac_cv_type_u_bits16_t" >&5 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6 if test $ac_cv_type_u_bits16_t = yes; then @@ -10115,5 +10034,5 @@ elif test "$ac_cv_sizeof_char" = 2; then - echo "$as_me:10117: checking for u_bits16_t" >&5 + echo "$as_me:10036: checking for u_bits16_t" >&5 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6 if test "${ac_cv_type_u_bits16_t+set}" = set; then @@ -10121,5 +10040,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10123 "configure" +#line 10042 "configure" #include "confdefs.h" $ac_includes_default @@ -10136,14 +10055,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10138: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10057: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10141: \$? = $ac_status" >&5 + echo "$as_me:10060: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10144: \"$ac_try\"") >&5 + { (eval echo "$as_me:10063: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10147: \$? = $ac_status" >&5 + echo "$as_me:10066: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_u_bits16_t=yes @@ -10155,5 +10074,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10157: result: $ac_cv_type_u_bits16_t" >&5 +echo "$as_me:10076: result: $ac_cv_type_u_bits16_t" >&5 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6 if test $ac_cv_type_u_bits16_t = yes; then @@ -10168,5 +10087,5 @@ else - echo "$as_me:10170: checking for u_bits16_t" >&5 + echo "$as_me:10089: checking for u_bits16_t" >&5 echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6 if test "${ac_cv_type_u_bits16_t+set}" = set; then @@ -10174,5 +10093,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10176 "configure" +#line 10095 "configure" #include "confdefs.h" $ac_includes_default @@ -10189,14 +10108,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10191: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10110: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10194: \$? = $ac_status" >&5 + echo "$as_me:10113: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10197: \"$ac_try\"") >&5 + { (eval echo "$as_me:10116: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10200: \$? = $ac_status" >&5 + echo "$as_me:10119: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_u_bits16_t=yes @@ -10208,5 +10127,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10210: result: $ac_cv_type_u_bits16_t" >&5 +echo "$as_me:10129: result: $ac_cv_type_u_bits16_t" >&5 echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6 if test $ac_cv_type_u_bits16_t = yes; then @@ -10223,5 +10142,5 @@ if test "$ac_cv_sizeof_int" = 4; then - echo "$as_me:10225: checking for bits32_t" >&5 + echo "$as_me:10144: checking for bits32_t" >&5 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6 if test "${ac_cv_type_bits32_t+set}" = set; then @@ -10229,5 +10148,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10231 "configure" +#line 10150 "configure" #include "confdefs.h" $ac_includes_default @@ -10244,14 +10163,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10246: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10165: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10249: \$? = $ac_status" >&5 + echo "$as_me:10168: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10252: \"$ac_try\"") >&5 + { (eval echo "$as_me:10171: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10255: \$? = $ac_status" >&5 + echo "$as_me:10174: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits32_t=yes @@ -10263,5 +10182,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10265: result: $ac_cv_type_bits32_t" >&5 +echo "$as_me:10184: result: $ac_cv_type_bits32_t" >&5 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6 if test $ac_cv_type_bits32_t = yes; then @@ -10276,5 +10195,5 @@ elif test "$ac_cv_sizeof_long" = 4; then - echo "$as_me:10278: checking for bits32_t" >&5 + echo "$as_me:10197: checking for bits32_t" >&5 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6 if test "${ac_cv_type_bits32_t+set}" = set; then @@ -10282,5 +10201,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10284 "configure" +#line 10203 "configure" #include "confdefs.h" $ac_includes_default @@ -10297,14 +10216,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10299: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10218: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10302: \$? = $ac_status" >&5 + echo "$as_me:10221: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10305: \"$ac_try\"") >&5 + { (eval echo "$as_me:10224: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10308: \$? = $ac_status" >&5 + echo "$as_me:10227: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits32_t=yes @@ -10316,5 +10235,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10318: result: $ac_cv_type_bits32_t" >&5 +echo "$as_me:10237: result: $ac_cv_type_bits32_t" >&5 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6 if test $ac_cv_type_bits32_t = yes; then @@ -10329,5 +10248,5 @@ else - echo "$as_me:10331: checking for bits32_t" >&5 + echo "$as_me:10250: checking for bits32_t" >&5 echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6 if test "${ac_cv_type_bits32_t+set}" = set; then @@ -10335,5 +10254,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10337 "configure" +#line 10256 "configure" #include "confdefs.h" $ac_includes_default @@ -10350,14 +10269,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10352: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10271: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10355: \$? = $ac_status" >&5 + echo "$as_me:10274: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10358: \"$ac_try\"") >&5 + { (eval echo "$as_me:10277: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10361: \$? = $ac_status" >&5 + echo "$as_me:10280: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits32_t=yes @@ -10369,5 +10288,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10371: result: $ac_cv_type_bits32_t" >&5 +echo "$as_me:10290: result: $ac_cv_type_bits32_t" >&5 echo "${ECHO_T}$ac_cv_type_bits32_t" >&6 if test $ac_cv_type_bits32_t = yes; then @@ -10384,5 +10303,5 @@ if test "$ac_cv_sizeof_int" = 4; then - echo "$as_me:10386: checking for u_bits32_t" >&5 + echo "$as_me:10305: checking for u_bits32_t" >&5 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6 if test "${ac_cv_type_u_bits32_t+set}" = set; then @@ -10390,5 +10309,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10392 "configure" +#line 10311 "configure" #include "confdefs.h" $ac_includes_default @@ -10405,14 +10324,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10407: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10326: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10410: \$? = $ac_status" >&5 + echo "$as_me:10329: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10413: \"$ac_try\"") >&5 + { (eval echo "$as_me:10332: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10416: \$? = $ac_status" >&5 + echo "$as_me:10335: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_u_bits32_t=yes @@ -10424,5 +10343,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10426: result: $ac_cv_type_u_bits32_t" >&5 +echo "$as_me:10345: result: $ac_cv_type_u_bits32_t" >&5 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6 if test $ac_cv_type_u_bits32_t = yes; then @@ -10437,5 +10356,5 @@ elif test "$ac_cv_sizeof_long" = 4; then - echo "$as_me:10439: checking for u_bits32_t" >&5 + echo "$as_me:10358: checking for u_bits32_t" >&5 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6 if test "${ac_cv_type_u_bits32_t+set}" = set; then @@ -10443,5 +10362,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10445 "configure" +#line 10364 "configure" #include "confdefs.h" $ac_includes_default @@ -10458,14 +10377,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10460: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10379: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10463: \$? = $ac_status" >&5 + echo "$as_me:10382: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10466: \"$ac_try\"") >&5 + { (eval echo "$as_me:10385: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10469: \$? = $ac_status" >&5 + echo "$as_me:10388: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_u_bits32_t=yes @@ -10477,5 +10396,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10479: result: $ac_cv_type_u_bits32_t" >&5 +echo "$as_me:10398: result: $ac_cv_type_u_bits32_t" >&5 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6 if test $ac_cv_type_u_bits32_t = yes; then @@ -10490,5 +10409,5 @@ else - echo "$as_me:10492: checking for u_bits32_t" >&5 + echo "$as_me:10411: checking for u_bits32_t" >&5 echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6 if test "${ac_cv_type_u_bits32_t+set}" = set; then @@ -10496,5 +10415,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10498 "configure" +#line 10417 "configure" #include "confdefs.h" $ac_includes_default @@ -10511,14 +10430,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10513: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10432: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10516: \$? = $ac_status" >&5 + echo "$as_me:10435: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10519: \"$ac_try\"") >&5 + { (eval echo "$as_me:10438: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10522: \$? = $ac_status" >&5 + echo "$as_me:10441: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_u_bits32_t=yes @@ -10530,5 +10449,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10532: result: $ac_cv_type_u_bits32_t" >&5 +echo "$as_me:10451: result: $ac_cv_type_u_bits32_t" >&5 echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6 if test $ac_cv_type_u_bits32_t = yes; then @@ -10545,5 +10464,5 @@ if test "$ac_cv_sizeof_char_p" = 8; then - echo "$as_me:10547: checking for bits64_t" >&5 + echo "$as_me:10466: checking for bits64_t" >&5 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 if test "${ac_cv_type_bits64_t+set}" = set; then @@ -10551,5 +10470,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10553 "configure" +#line 10472 "configure" #include "confdefs.h" $ac_includes_default @@ -10566,14 +10485,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10568: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10487: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10571: \$? = $ac_status" >&5 + echo "$as_me:10490: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10574: \"$ac_try\"") >&5 + { (eval echo "$as_me:10493: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10577: \$? = $ac_status" >&5 + echo "$as_me:10496: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits64_t=yes @@ -10585,5 +10504,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10587: result: $ac_cv_type_bits64_t" >&5 +echo "$as_me:10506: result: $ac_cv_type_bits64_t" >&5 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 if test $ac_cv_type_bits64_t = yes; then @@ -10598,5 +10517,5 @@ elif test "$ac_cv_sizeof_double" = 8; then - echo "$as_me:10600: checking for bits64_t" >&5 + echo "$as_me:10519: checking for bits64_t" >&5 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 if test "${ac_cv_type_bits64_t+set}" = set; then @@ -10604,5 +10523,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10606 "configure" +#line 10525 "configure" #include "confdefs.h" $ac_includes_default @@ -10619,14 +10538,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10621: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10540: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10624: \$? = $ac_status" >&5 + echo "$as_me:10543: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10627: \"$ac_try\"") >&5 + { (eval echo "$as_me:10546: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10630: \$? = $ac_status" >&5 + echo "$as_me:10549: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits64_t=yes @@ -10638,5 +10557,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10640: result: $ac_cv_type_bits64_t" >&5 +echo "$as_me:10559: result: $ac_cv_type_bits64_t" >&5 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 if test $ac_cv_type_bits64_t = yes; then @@ -10651,5 +10570,5 @@ elif test -n "$ac_cv_type_long_long" && test "$ac_cv_sizeof_long_long" = 8; then - echo "$as_me:10653: checking for bits64_t" >&5 + echo "$as_me:10572: checking for bits64_t" >&5 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 if test "${ac_cv_type_bits64_t+set}" = set; then @@ -10657,5 +10576,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10659 "configure" +#line 10578 "configure" #include "confdefs.h" $ac_includes_default @@ -10672,14 +10591,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10674: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10593: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10677: \$? = $ac_status" >&5 + echo "$as_me:10596: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10680: \"$ac_try\"") >&5 + { (eval echo "$as_me:10599: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10683: \$? = $ac_status" >&5 + echo "$as_me:10602: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits64_t=yes @@ -10691,5 +10610,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10693: result: $ac_cv_type_bits64_t" >&5 +echo "$as_me:10612: result: $ac_cv_type_bits64_t" >&5 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 if test $ac_cv_type_bits64_t = yes; then @@ -10704,5 +10623,5 @@ elif test "$ac_cv_sizeof_long" = 8; then - echo "$as_me:10706: checking for bits64_t" >&5 + echo "$as_me:10625: checking for bits64_t" >&5 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 if test "${ac_cv_type_bits64_t+set}" = set; then @@ -10710,5 +10629,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10712 "configure" +#line 10631 "configure" #include "confdefs.h" $ac_includes_default @@ -10725,14 +10644,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10727: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10646: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10730: \$? = $ac_status" >&5 + echo "$as_me:10649: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10733: \"$ac_try\"") >&5 + { (eval echo "$as_me:10652: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10736: \$? = $ac_status" >&5 + echo "$as_me:10655: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits64_t=yes @@ -10744,5 +10663,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10746: result: $ac_cv_type_bits64_t" >&5 +echo "$as_me:10665: result: $ac_cv_type_bits64_t" >&5 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 if test $ac_cv_type_bits64_t = yes; then @@ -10757,5 +10676,5 @@ else - echo "$as_me:10759: checking for bits64_t" >&5 + echo "$as_me:10678: checking for bits64_t" >&5 echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6 if test "${ac_cv_type_bits64_t+set}" = set; then @@ -10763,5 +10682,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10765 "configure" +#line 10684 "configure" #include "confdefs.h" $ac_includes_default @@ -10778,14 +10697,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10780: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10699: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10783: \$? = $ac_status" >&5 + echo "$as_me:10702: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10786: \"$ac_try\"") >&5 + { (eval echo "$as_me:10705: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10789: \$? = $ac_status" >&5 + echo "$as_me:10708: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_bits64_t=yes @@ -10797,5 +10716,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10799: result: $ac_cv_type_bits64_t" >&5 +echo "$as_me:10718: result: $ac_cv_type_bits64_t" >&5 echo "${ECHO_T}$ac_cv_type_bits64_t" >&6 if test $ac_cv_type_bits64_t = yes; then @@ -10812,5 +10731,5 @@ if test "$ac_cv_sizeof_int" = "$ac_cv_sizeof_char_p"; then - echo "$as_me:10814: checking for ptrdiff_t" >&5 + echo "$as_me:10733: checking for ptrdiff_t" >&5 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 if test "${ac_cv_type_ptrdiff_t+set}" = set; then @@ -10818,5 +10737,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10820 "configure" +#line 10739 "configure" #include "confdefs.h" $ac_includes_default @@ -10833,14 +10752,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10835: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10754: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10838: \$? = $ac_status" >&5 + echo "$as_me:10757: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10841: \"$ac_try\"") >&5 + { (eval echo "$as_me:10760: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10844: \$? = $ac_status" >&5 + echo "$as_me:10763: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_ptrdiff_t=yes @@ -10852,5 +10771,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10854: result: $ac_cv_type_ptrdiff_t" >&5 +echo "$as_me:10773: result: $ac_cv_type_ptrdiff_t" >&5 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 if test $ac_cv_type_ptrdiff_t = yes; then @@ -10865,5 +10784,5 @@ elif test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_char_p"; then - echo "$as_me:10867: checking for ptrdiff_t" >&5 + echo "$as_me:10786: checking for ptrdiff_t" >&5 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 if test "${ac_cv_type_ptrdiff_t+set}" = set; then @@ -10871,5 +10790,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10873 "configure" +#line 10792 "configure" #include "confdefs.h" $ac_includes_default @@ -10886,14 +10805,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10888: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10807: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10891: \$? = $ac_status" >&5 + echo "$as_me:10810: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10894: \"$ac_try\"") >&5 + { (eval echo "$as_me:10813: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10897: \$? = $ac_status" >&5 + echo "$as_me:10816: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_ptrdiff_t=yes @@ -10905,5 +10824,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10907: result: $ac_cv_type_ptrdiff_t" >&5 +echo "$as_me:10826: result: $ac_cv_type_ptrdiff_t" >&5 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 if test $ac_cv_type_ptrdiff_t = yes; then @@ -10918,5 +10837,5 @@ elif test "$ac_cv_type_long_long" = yes && test "$ac_cv_sizeof_long_long" = "$ac_cv_sizeof_char_p"; then - echo "$as_me:10920: checking for ptrdiff_t" >&5 + echo "$as_me:10839: checking for ptrdiff_t" >&5 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 if test "${ac_cv_type_ptrdiff_t+set}" = set; then @@ -10924,5 +10843,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10926 "configure" +#line 10845 "configure" #include "confdefs.h" $ac_includes_default @@ -10939,14 +10858,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10941: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10860: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10944: \$? = $ac_status" >&5 + echo "$as_me:10863: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10947: \"$ac_try\"") >&5 + { (eval echo "$as_me:10866: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10950: \$? = $ac_status" >&5 + echo "$as_me:10869: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_ptrdiff_t=yes @@ -10958,5 +10877,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10960: result: $ac_cv_type_ptrdiff_t" >&5 +echo "$as_me:10879: result: $ac_cv_type_ptrdiff_t" >&5 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 if test $ac_cv_type_ptrdiff_t = yes; then @@ -10971,5 +10890,5 @@ else - echo "$as_me:10973: checking for ptrdiff_t" >&5 + echo "$as_me:10892: checking for ptrdiff_t" >&5 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6 if test "${ac_cv_type_ptrdiff_t+set}" = set; then @@ -10977,5 +10896,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 10979 "configure" +#line 10898 "configure" #include "confdefs.h" $ac_includes_default @@ -10992,14 +10911,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10994: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10913: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10997: \$? = $ac_status" >&5 + echo "$as_me:10916: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11000: \"$ac_try\"") >&5 + { (eval echo "$as_me:10919: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11003: \$? = $ac_status" >&5 + echo "$as_me:10922: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_ptrdiff_t=yes @@ -11011,5 +10930,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:11013: result: $ac_cv_type_ptrdiff_t" >&5 +echo "$as_me:10932: result: $ac_cv_type_ptrdiff_t" >&5 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6 if test $ac_cv_type_ptrdiff_t = yes; then @@ -11025,5 +10944,5 @@ fi -echo "$as_me:11027: checking whether stat file-mode macros are broken" >&5 +echo "$as_me:10946: checking whether stat file-mode macros are broken" >&5 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6 if test "${ac_cv_header_stat_broken+set}" = set; then @@ -11031,5 +10950,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11033 "configure" +#line 10952 "configure" #include "confdefs.h" #include @@ -11070,5 +10989,5 @@ fi -echo "$as_me:11072: result: $ac_cv_header_stat_broken" >&5 +echo "$as_me:10991: result: $ac_cv_header_stat_broken" >&5 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6 if test $ac_cv_header_stat_broken = yes; then @@ -11080,5 +10999,5 @@ fi -echo "$as_me:11082: checking whether #! works in shell scripts" >&5 +echo "$as_me:11001: checking whether #! works in shell scripts" >&5 echo $ECHO_N "checking whether #! works in shell scripts... $ECHO_C" >&6 if test "${ac_cv_sys_interpreter+set}" = set; then @@ -11097,5 +11016,5 @@ rm -f conftest fi -echo "$as_me:11099: result: $ac_cv_sys_interpreter" >&5 +echo "$as_me:11018: result: $ac_cv_sys_interpreter" >&5 echo "${ECHO_T}$ac_cv_sys_interpreter" >&6 interpval=$ac_cv_sys_interpreter @@ -11109,5 +11028,5 @@ if test "$ac_cv_func_lstat" = "no"; then -echo "$as_me:11111: checking for lstat" >&5 +echo "$as_me:11030: checking for lstat" >&5 echo $ECHO_N "checking for lstat... $ECHO_C" >&6 if test "${bash_cv_func_lstat+set}" = set; then @@ -11115,5 +11034,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11117 "configure" +#line 11036 "configure" #include "confdefs.h" @@ -11130,14 +11049,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11132: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11051: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11135: \$? = $ac_status" >&5 + echo "$as_me:11054: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11138: \"$ac_try\"") >&5 + { (eval echo "$as_me:11057: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11141: \$? = $ac_status" >&5 + echo "$as_me:11060: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_lstat=yes @@ -11149,5 +11068,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:11151: result: $bash_cv_func_lstat" >&5 +echo "$as_me:11070: result: $bash_cv_func_lstat" >&5 echo "${ECHO_T}$bash_cv_func_lstat" >&6 if test $bash_cv_func_lstat = yes; then @@ -11160,5 +11079,5 @@ fi -echo "$as_me:11162: checking if dup2 fails to clear the close-on-exec flag" >&5 +echo "$as_me:11081: checking if dup2 fails to clear the close-on-exec flag" >&5 echo $ECHO_N "checking if dup2 fails to clear the close-on-exec flag... $ECHO_C" >&6 if test "${bash_cv_dup2_broken+set}" = set; then @@ -11166,10 +11085,10 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:11168: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&5 + { echo "$as_me:11087: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&2;} bash_cv_dup2_broken=no else cat >conftest.$ac_ext <<_ACEOF -#line 11173 "configure" +#line 11092 "configure" #include "confdefs.h" @@ -11192,13 +11111,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:11194: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11113: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11197: \$? = $ac_status" >&5 + echo "$as_me:11116: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:11199: \"$ac_try\"") >&5 + { (eval echo "$as_me:11118: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11202: \$? = $ac_status" >&5 + echo "$as_me:11121: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_dup2_broken=yes @@ -11209,10 +11128,10 @@ bash_cv_dup2_broken=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:11216: result: $bash_cv_dup2_broken" >&5 +echo "$as_me:11135: result: $bash_cv_dup2_broken" >&5 echo "${ECHO_T}$bash_cv_dup2_broken" >&6 if test $bash_cv_dup2_broken = yes; then @@ -11223,5 +11142,5 @@ fi -echo "$as_me:11225: checking whether pgrps need synchronization" >&5 +echo "$as_me:11144: checking whether pgrps need synchronization" >&5 echo $ECHO_N "checking whether pgrps need synchronization... $ECHO_C" >&6 if test "${bash_cv_pgrp_pipe+set}" = set; then @@ -11229,10 +11148,10 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:11231: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&5 + { echo "$as_me:11150: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&2;} bash_cv_pgrp_pipe=no else cat >conftest.$ac_ext <<_ACEOF -#line 11236 "configure" +#line 11155 "configure" #include "confdefs.h" @@ -11287,13 +11206,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:11289: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11208: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11292: \$? = $ac_status" >&5 + echo "$as_me:11211: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:11294: \"$ac_try\"") >&5 + { (eval echo "$as_me:11213: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11297: \$? = $ac_status" >&5 + echo "$as_me:11216: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_pgrp_pipe=no @@ -11304,10 +11223,10 @@ bash_cv_pgrp_pipe=yes fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:11311: result: $bash_cv_pgrp_pipe" >&5 +echo "$as_me:11230: result: $bash_cv_pgrp_pipe" >&5 echo "${ECHO_T}$bash_cv_pgrp_pipe" >&6 if test $bash_cv_pgrp_pipe = yes; then @@ -11318,5 +11237,5 @@ fi -echo "$as_me:11320: checking for type of signal functions" >&5 +echo "$as_me:11239: checking for type of signal functions" >&5 echo $ECHO_N "checking for type of signal functions... $ECHO_C" >&6 if test "${bash_cv_signal_vintage+set}" = set; then @@ -11325,5 +11244,5 @@ cat >conftest.$ac_ext <<_ACEOF -#line 11327 "configure" +#line 11246 "configure" #include "confdefs.h" #include @@ -11343,14 +11262,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11345: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11264: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11348: \$? = $ac_status" >&5 + echo "$as_me:11267: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11351: \"$ac_try\"") >&5 + { (eval echo "$as_me:11270: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11354: \$? = $ac_status" >&5 + echo "$as_me:11273: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_signal_vintage=posix @@ -11360,5 +11279,5 @@ cat >conftest.$ac_ext <<_ACEOF -#line 11362 "configure" +#line 11281 "configure" #include "confdefs.h" #include @@ -11375,14 +11294,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11377: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11296: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11380: \$? = $ac_status" >&5 + echo "$as_me:11299: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11383: \"$ac_try\"") >&5 + { (eval echo "$as_me:11302: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11386: \$? = $ac_status" >&5 + echo "$as_me:11305: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_signal_vintage=4.2bsd @@ -11392,5 +11311,5 @@ cat >conftest.$ac_ext <<_ACEOF -#line 11394 "configure" +#line 11313 "configure" #include "confdefs.h" @@ -11410,14 +11329,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11412: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11331: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11415: \$? = $ac_status" >&5 + echo "$as_me:11334: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11418: \"$ac_try\"") >&5 + { (eval echo "$as_me:11337: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11421: \$? = $ac_status" >&5 + echo "$as_me:11340: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_signal_vintage=svr3 @@ -11438,5 +11357,5 @@ fi -echo "$as_me:11440: result: $bash_cv_signal_vintage" >&5 +echo "$as_me:11359: result: $bash_cv_signal_vintage" >&5 echo "${ECHO_T}$bash_cv_signal_vintage" >&6 if test "$bash_cv_signal_vintage" = posix; then @@ -11457,5 +11376,5 @@ fi -echo "$as_me:11459: checking for sys_errlist and sys_nerr" >&5 +echo "$as_me:11378: checking for sys_errlist and sys_nerr" >&5 echo $ECHO_N "checking for sys_errlist and sys_nerr... $ECHO_C" >&6 if test "${bash_cv_sys_errlist+set}" = set; then @@ -11463,5 +11382,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11465 "configure" +#line 11384 "configure" #include "confdefs.h" #include @@ -11477,14 +11396,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11479: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11398: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11482: \$? = $ac_status" >&5 + echo "$as_me:11401: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11485: \"$ac_try\"") >&5 + { (eval echo "$as_me:11404: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11488: \$? = $ac_status" >&5 + echo "$as_me:11407: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_sys_errlist=yes @@ -11496,5 +11415,5 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:11498: result: $bash_cv_sys_errlist" >&5 +echo "$as_me:11417: result: $bash_cv_sys_errlist" >&5 echo "${ECHO_T}$bash_cv_sys_errlist" >&6 if test $bash_cv_sys_errlist = yes; then @@ -11505,5 +11424,5 @@ fi -echo "$as_me:11507: checking for sys_siglist in system C library" >&5 +echo "$as_me:11426: checking for sys_siglist in system C library" >&5 echo $ECHO_N "checking for sys_siglist in system C library... $ECHO_C" >&6 if test "${bash_cv_sys_siglist+set}" = set; then @@ -11511,10 +11430,10 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:11513: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&5 + { echo "$as_me:11432: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&2;} bash_cv_sys_siglist=no else cat >conftest.$ac_ext <<_ACEOF -#line 11518 "configure" +#line 11437 "configure" #include "confdefs.h" @@ -11534,13 +11453,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:11536: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11455: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11539: \$? = $ac_status" >&5 + echo "$as_me:11458: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:11541: \"$ac_try\"") >&5 + { (eval echo "$as_me:11460: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11544: \$? = $ac_status" >&5 + echo "$as_me:11463: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_sys_siglist=yes @@ -11551,9 +11470,9 @@ bash_cv_sys_siglist=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:11557: result: $bash_cv_sys_siglist" >&5 +echo "$as_me:11476: result: $bash_cv_sys_siglist" >&5 echo "${ECHO_T}$bash_cv_sys_siglist" >&6 if test $bash_cv_sys_siglist = yes; then @@ -11564,5 +11483,5 @@ fi -echo "$as_me:11566: checking for _sys_siglist in signal.h or unistd.h" >&5 +echo "$as_me:11485: checking for _sys_siglist in signal.h or unistd.h" >&5 echo $ECHO_N "checking for _sys_siglist in signal.h or unistd.h... $ECHO_C" >&6 if test "${bash_cv_decl_under_sys_siglist+set}" = set; then @@ -11570,5 +11489,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11572 "configure" +#line 11491 "configure" #include "confdefs.h" @@ -11587,14 +11506,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11589: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11508: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11592: \$? = $ac_status" >&5 + echo "$as_me:11511: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11595: \"$ac_try\"") >&5 + { (eval echo "$as_me:11514: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11598: \$? = $ac_status" >&5 + echo "$as_me:11517: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_decl_under_sys_siglist=yes @@ -11606,5 +11525,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:11608: result: $bash_cv_decl_under_sys_siglist" >&5 +echo "$as_me:11527: result: $bash_cv_decl_under_sys_siglist" >&5 echo "${ECHO_T}$bash_cv_decl_under_sys_siglist" >&6 if test $bash_cv_decl_under_sys_siglist = yes; then @@ -11615,5 +11534,5 @@ fi -echo "$as_me:11617: checking for _sys_siglist in system C library" >&5 +echo "$as_me:11536: checking for _sys_siglist in system C library" >&5 echo $ECHO_N "checking for _sys_siglist in system C library... $ECHO_C" >&6 if test "${bash_cv_under_sys_siglist+set}" = set; then @@ -11621,10 +11540,10 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:11623: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&5 + { echo "$as_me:11542: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&2;} bash_cv_under_sys_siglist=no else cat >conftest.$ac_ext <<_ACEOF -#line 11628 "configure" +#line 11547 "configure" #include "confdefs.h" @@ -11644,13 +11563,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:11646: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11565: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:11649: \$? = $ac_status" >&5 + echo "$as_me:11568: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:11651: \"$ac_try\"") >&5 + { (eval echo "$as_me:11570: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11654: \$? = $ac_status" >&5 + echo "$as_me:11573: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_under_sys_siglist=yes @@ -11661,9 +11580,9 @@ bash_cv_under_sys_siglist=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:11667: result: $bash_cv_under_sys_siglist" >&5 +echo "$as_me:11586: result: $bash_cv_under_sys_siglist" >&5 echo "${ECHO_T}$bash_cv_under_sys_siglist" >&6 if test $bash_cv_under_sys_siglist = yes; then @@ -11674,5 +11593,5 @@ fi -echo "$as_me:11676: checking whether signal handlers are of type void" >&5 +echo "$as_me:11595: checking whether signal handlers are of type void" >&5 echo $ECHO_N "checking whether signal handlers are of type void... $ECHO_C" >&6 if test "${bash_cv_void_sighandler+set}" = set; then @@ -11680,5 +11599,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11682 "configure" +#line 11601 "configure" #include "confdefs.h" #include @@ -11700,14 +11619,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11702: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11621: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11705: \$? = $ac_status" >&5 + echo "$as_me:11624: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11708: \"$ac_try\"") >&5 + { (eval echo "$as_me:11627: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:11711: \$? = $ac_status" >&5 + echo "$as_me:11630: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_void_sighandler=yes @@ -11719,5 +11638,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:11721: result: $bash_cv_void_sighandler" >&5 +echo "$as_me:11640: result: $bash_cv_void_sighandler" >&5 echo "${ECHO_T}$bash_cv_void_sighandler" >&6 if test $bash_cv_void_sighandler = yes; then @@ -11728,5 +11647,5 @@ fi -echo "$as_me:11730: checking for clock_t" >&5 +echo "$as_me:11649: checking for clock_t" >&5 echo $ECHO_N "checking for clock_t... $ECHO_C" >&6 if test "${bash_cv_type_clock_t+set}" = set; then @@ -11734,5 +11653,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11736 "configure" +#line 11655 "configure" #include "confdefs.h" #include @@ -11757,5 +11676,5 @@ fi -echo "$as_me:11759: result: $bash_cv_type_clock_t" >&5 +echo "$as_me:11678: result: $bash_cv_type_clock_t" >&5 echo "${ECHO_T}$bash_cv_type_clock_t" >&6 @@ -11767,5 +11686,5 @@ fi -echo "$as_me:11769: checking for sigset_t" >&5 +echo "$as_me:11688: checking for sigset_t" >&5 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6 if test "${bash_cv_type_sigset_t+set}" = set; then @@ -11773,5 +11692,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11775 "configure" +#line 11694 "configure" #include "confdefs.h" #include @@ -11796,5 +11715,5 @@ fi -echo "$as_me:11798: result: $bash_cv_type_sigset_t" >&5 +echo "$as_me:11717: result: $bash_cv_type_sigset_t" >&5 echo "${ECHO_T}$bash_cv_type_sigset_t" >&6 @@ -11806,5 +11725,5 @@ fi -echo "$as_me:11808: checking for quad_t" >&5 +echo "$as_me:11727: checking for quad_t" >&5 echo $ECHO_N "checking for quad_t... $ECHO_C" >&6 if test "${bash_cv_type_quad_t+set}" = set; then @@ -11812,5 +11731,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11814 "configure" +#line 11733 "configure" #include "confdefs.h" #include @@ -11834,5 +11753,5 @@ fi -echo "$as_me:11836: result: $bash_cv_type_quad_t" >&5 +echo "$as_me:11755: result: $bash_cv_type_quad_t" >&5 echo "${ECHO_T}$bash_cv_type_quad_t" >&6 if test $bash_cv_type_quad_t = yes; then @@ -11849,5 +11768,5 @@ fi -echo "$as_me:11851: checking for intmax_t" >&5 +echo "$as_me:11770: checking for intmax_t" >&5 echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6 if test "${bash_cv_type_intmax_t+set}" = set; then @@ -11855,5 +11774,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11857 "configure" +#line 11776 "configure" #include "confdefs.h" #include @@ -11877,5 +11796,5 @@ fi -echo "$as_me:11879: result: $bash_cv_type_intmax_t" >&5 +echo "$as_me:11798: result: $bash_cv_type_intmax_t" >&5 echo "${ECHO_T}$bash_cv_type_intmax_t" >&6 @@ -11887,5 +11806,5 @@ fi -echo "$as_me:11889: checking for uintmax_t" >&5 +echo "$as_me:11808: checking for uintmax_t" >&5 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6 if test "${bash_cv_type_uintmax_t+set}" = set; then @@ -11893,5 +11812,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11895 "configure" +#line 11814 "configure" #include "confdefs.h" #include @@ -11915,5 +11834,5 @@ fi -echo "$as_me:11917: result: $bash_cv_type_uintmax_t" >&5 +echo "$as_me:11836: result: $bash_cv_type_uintmax_t" >&5 echo "${ECHO_T}$bash_cv_type_uintmax_t" >&6 @@ -11927,5 +11846,5 @@ if test "$ac_cv_header_sys_socket_h" = "yes"; then -echo "$as_me:11929: checking for socklen_t" >&5 +echo "$as_me:11848: checking for socklen_t" >&5 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 if test "${bash_cv_type_socklen_t+set}" = set; then @@ -11933,5 +11852,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11935 "configure" +#line 11854 "configure" #include "confdefs.h" #include @@ -11956,5 +11875,5 @@ fi -echo "$as_me:11958: result: $bash_cv_type_socklen_t" >&5 +echo "$as_me:11877: result: $bash_cv_type_socklen_t" >&5 echo "${ECHO_T}$bash_cv_type_socklen_t" >&6 if test $bash_cv_type_socklen_t = yes; then @@ -11972,5 +11891,5 @@ fi -echo "$as_me:11974: checking for size and type of struct rlimit fields" >&5 +echo "$as_me:11893: checking for size and type of struct rlimit fields" >&5 echo $ECHO_N "checking for size and type of struct rlimit fields... $ECHO_C" >&6 if test "${bash_cv_type_rlimit+set}" = set; then @@ -11978,5 +11897,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 11980 "configure" +#line 11899 "configure" #include "confdefs.h" #include @@ -11991,14 +11910,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11993: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11912: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11996: \$? = $ac_status" >&5 + echo "$as_me:11915: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11999: \"$ac_try\"") >&5 + { (eval echo "$as_me:11918: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12002: \$? = $ac_status" >&5 + echo "$as_me:11921: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_type_rlimit=rlim_t @@ -12008,10 +11927,10 @@ if test "$cross_compiling" = yes; then - { echo "$as_me:12010: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&5 + { echo "$as_me:11929: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&5 echo "$as_me: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&2;} bash_cv_type_rlimit=long else cat >conftest.$ac_ext <<_ACEOF -#line 12015 "configure" +#line 11934 "configure" #include "confdefs.h" @@ -12030,13 +11949,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:12032: \"$ac_link\"") >&5 +if { (eval echo "$as_me:11951: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12035: \$? = $ac_status" >&5 + echo "$as_me:11954: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:12037: \"$ac_try\"") >&5 + { (eval echo "$as_me:11956: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12040: \$? = $ac_status" >&5 + echo "$as_me:11959: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_type_rlimit=quad_t @@ -12047,5 +11966,5 @@ bash_cv_type_rlimit=long fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi @@ -12054,5 +11973,5 @@ fi -echo "$as_me:12056: result: $bash_cv_type_rlimit" >&5 +echo "$as_me:11975: result: $bash_cv_type_rlimit" >&5 echo "${ECHO_T}$bash_cv_type_rlimit" >&6 if test $bash_cv_type_rlimit = quad_t; then @@ -12068,5 +11987,5 @@ fi -echo "$as_me:12070: checking for struct termios.c_line" >&5 +echo "$as_me:11989: checking for struct termios.c_line" >&5 echo $ECHO_N "checking for struct termios.c_line... $ECHO_C" >&6 if test "${ac_cv_member_struct_termios_c_line+set}" = set; then @@ -12074,5 +11993,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12076 "configure" +#line 11995 "configure" #include "confdefs.h" @@ -12083,7 +12002,6 @@ main () { -static struct termios ac_aggr; -if (ac_aggr.c_line) -return 0; +struct termios foo; +foo.c_line; ; return 0; @@ -12091,14 +12009,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12093: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12011: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12096: \$? = $ac_status" >&5 + echo "$as_me:12014: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12099: \"$ac_try\"") >&5 + { (eval echo "$as_me:12017: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12102: \$? = $ac_status" >&5 + echo "$as_me:12020: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_member_struct_termios_c_line=yes @@ -12110,5 +12028,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:12112: result: $ac_cv_member_struct_termios_c_line" >&5 +echo "$as_me:12030: result: $ac_cv_member_struct_termios_c_line" >&5 echo "${ECHO_T}$ac_cv_member_struct_termios_c_line" >&6 if test $ac_cv_member_struct_termios_c_line = yes; then @@ -12119,5 +12037,5 @@ fi -echo "$as_me:12121: checking for struct termio.c_line" >&5 +echo "$as_me:12039: checking for struct termio.c_line" >&5 echo $ECHO_N "checking for struct termio.c_line... $ECHO_C" >&6 if test "${ac_cv_member_struct_termio_c_line+set}" = set; then @@ -12125,5 +12043,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12127 "configure" +#line 12045 "configure" #include "confdefs.h" @@ -12134,7 +12052,6 @@ main () { -static struct termio ac_aggr; -if (ac_aggr.c_line) -return 0; +struct termio foo; +foo.c_line; ; return 0; @@ -12142,14 +12059,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12144: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12061: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12147: \$? = $ac_status" >&5 + echo "$as_me:12064: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12150: \"$ac_try\"") >&5 + { (eval echo "$as_me:12067: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12153: \$? = $ac_status" >&5 + echo "$as_me:12070: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_member_struct_termio_c_line=yes @@ -12161,5 +12078,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:12163: result: $ac_cv_member_struct_termio_c_line" >&5 +echo "$as_me:12080: result: $ac_cv_member_struct_termio_c_line" >&5 echo "${ECHO_T}$ac_cv_member_struct_termio_c_line" >&6 if test $ac_cv_member_struct_termio_c_line = yes; then @@ -12170,5 +12087,5 @@ fi -echo "$as_me:12172: checking if struct dirent has a d_ino member" >&5 +echo "$as_me:12089: checking if struct dirent has a d_ino member" >&5 echo $ECHO_N "checking if struct dirent has a d_ino member... $ECHO_C" >&6 if test "${bash_cv_dirent_has_dino+set}" = set; then @@ -12176,5 +12093,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12178 "configure" +#line 12095 "configure" #include "confdefs.h" @@ -12210,14 +12127,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12212: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12129: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12215: \$? = $ac_status" >&5 + echo "$as_me:12132: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12218: \"$ac_try\"") >&5 + { (eval echo "$as_me:12135: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12221: \$? = $ac_status" >&5 + echo "$as_me:12138: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_dirent_has_dino=yes @@ -12230,5 +12147,5 @@ fi -echo "$as_me:12232: result: $bash_cv_dirent_has_dino" >&5 +echo "$as_me:12149: result: $bash_cv_dirent_has_dino" >&5 echo "${ECHO_T}$bash_cv_dirent_has_dino" >&6 if test $bash_cv_dirent_has_dino = yes; then @@ -12239,5 +12156,5 @@ fi -echo "$as_me:12241: checking if struct dirent has a d_fileno member" >&5 +echo "$as_me:12158: checking if struct dirent has a d_fileno member" >&5 echo $ECHO_N "checking if struct dirent has a d_fileno member... $ECHO_C" >&6 if test "${bash_cv_dirent_has_d_fileno+set}" = set; then @@ -12245,5 +12162,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12247 "configure" +#line 12164 "configure" #include "confdefs.h" @@ -12279,14 +12196,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12281: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12198: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12284: \$? = $ac_status" >&5 + echo "$as_me:12201: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12287: \"$ac_try\"") >&5 + { (eval echo "$as_me:12204: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12290: \$? = $ac_status" >&5 + echo "$as_me:12207: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_dirent_has_d_fileno=yes @@ -12299,5 +12216,5 @@ fi -echo "$as_me:12301: result: $bash_cv_dirent_has_d_fileno" >&5 +echo "$as_me:12218: result: $bash_cv_dirent_has_d_fileno" >&5 echo "${ECHO_T}$bash_cv_dirent_has_d_fileno" >&6 if test $bash_cv_dirent_has_d_fileno = yes; then @@ -12308,5 +12225,5 @@ fi -echo "$as_me:12310: checking for struct winsize in sys/ioctl.h and termios.h" >&5 +echo "$as_me:12227: checking for struct winsize in sys/ioctl.h and termios.h" >&5 echo $ECHO_N "checking for struct winsize in sys/ioctl.h and termios.h... $ECHO_C" >&6 if test "${bash_cv_struct_winsize_header+set}" = set; then @@ -12314,5 +12231,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12316 "configure" +#line 12233 "configure" #include "confdefs.h" #include @@ -12327,14 +12244,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12329: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12246: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12332: \$? = $ac_status" >&5 + echo "$as_me:12249: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12335: \"$ac_try\"") >&5 + { (eval echo "$as_me:12252: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12338: \$? = $ac_status" >&5 + echo "$as_me:12255: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_struct_winsize_header=ioctl_h @@ -12343,5 +12260,5 @@ cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 12345 "configure" +#line 12262 "configure" #include "confdefs.h" #include @@ -12356,14 +12273,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12358: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12275: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12361: \$? = $ac_status" >&5 + echo "$as_me:12278: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12364: \"$ac_try\"") >&5 + { (eval echo "$as_me:12281: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12367: \$? = $ac_status" >&5 + echo "$as_me:12284: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_struct_winsize_header=termios_h @@ -12380,5 +12297,5 @@ if test $bash_cv_struct_winsize_header = ioctl_h; then - echo "$as_me:12382: result: sys/ioctl.h" >&5 + echo "$as_me:12299: result: sys/ioctl.h" >&5 echo "${ECHO_T}sys/ioctl.h" >&6 cat >>confdefs.h <<\EOF @@ -12387,5 +12304,5 @@ elif test $bash_cv_struct_winsize_header = termios_h; then - echo "$as_me:12389: result: termios.h" >&5 + echo "$as_me:12306: result: termios.h" >&5 echo "${ECHO_T}termios.h" >&6 cat >>confdefs.h <<\EOF @@ -12394,9 +12311,9 @@ else - echo "$as_me:12396: result: not found" >&5 + echo "$as_me:12313: result: not found" >&5 echo "${ECHO_T}not found" >&6 fi -echo "$as_me:12400: checking for struct timeval in sys/time.h and time.h" >&5 +echo "$as_me:12317: checking for struct timeval in sys/time.h and time.h" >&5 echo $ECHO_N "checking for struct timeval in sys/time.h and time.h... $ECHO_C" >&6 if test "${bash_cv_struct_timeval+set}" = set; then @@ -12405,5 +12322,5 @@ cat >conftest.$ac_ext <<_ACEOF -#line 12407 "configure" +#line 12324 "configure" #include "confdefs.h" #include @@ -12415,5 +12332,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12417 "configure" +#line 12334 "configure" #include "confdefs.h" #include @@ -12433,5 +12350,5 @@ fi -echo "$as_me:12435: result: $bash_cv_struct_timeval" >&5 +echo "$as_me:12352: result: $bash_cv_struct_timeval" >&5 echo "${ECHO_T}$bash_cv_struct_timeval" >&6 if test $bash_cv_struct_timeval = yes; then @@ -12442,5 +12359,5 @@ fi -echo "$as_me:12444: checking for struct stat.st_blocks" >&5 +echo "$as_me:12361: checking for struct stat.st_blocks" >&5 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then @@ -12448,5 +12365,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12450 "configure" +#line 12367 "configure" #include "confdefs.h" $ac_includes_default @@ -12454,7 +12371,6 @@ main () { -static struct stat ac_aggr; -if (ac_aggr.st_blocks) -return 0; +struct stat foo; +foo.st_blocks; ; return 0; @@ -12462,14 +12378,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12464: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12380: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12467: \$? = $ac_status" >&5 + echo "$as_me:12383: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12470: \"$ac_try\"") >&5 + { (eval echo "$as_me:12386: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12473: \$? = $ac_status" >&5 + echo "$as_me:12389: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_member_struct_stat_st_blocks=yes @@ -12481,5 +12397,5 @@ rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:12483: result: $ac_cv_member_struct_stat_st_blocks" >&5 +echo "$as_me:12399: result: $ac_cv_member_struct_stat_st_blocks" >&5 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6 if test $ac_cv_member_struct_stat_st_blocks = yes; then @@ -12491,5 +12407,5 @@ fi -echo "$as_me:12493: checking for the existence of strsignal" >&5 +echo "$as_me:12409: checking for the existence of strsignal" >&5 echo $ECHO_N "checking for the existence of strsignal... $ECHO_C" >&6 if test "${bash_cv_have_strsignal+set}" = set; then @@ -12497,5 +12413,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12499 "configure" +#line 12415 "configure" #include "confdefs.h" #include @@ -12510,14 +12426,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:12512: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12428: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12515: \$? = $ac_status" >&5 + echo "$as_me:12431: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:12518: \"$ac_try\"") >&5 + { (eval echo "$as_me:12434: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12521: \$? = $ac_status" >&5 + echo "$as_me:12437: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_have_strsignal=yes @@ -12530,5 +12446,5 @@ fi -echo "$as_me:12532: result: $bash_cv_have_strsignal" >&5 +echo "$as_me:12448: result: $bash_cv_have_strsignal" >&5 echo "${ECHO_T}$bash_cv_have_strsignal" >&6 if test $bash_cv_have_strsignal = yes; then @@ -12539,5 +12455,5 @@ fi -echo "$as_me:12541: checking if opendir() opens non-directories" >&5 +echo "$as_me:12457: checking if opendir() opens non-directories" >&5 echo $ECHO_N "checking if opendir() opens non-directories... $ECHO_C" >&6 if test "${bash_cv_opendir_not_robust+set}" = set; then @@ -12545,5 +12461,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:12547: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&5 + { echo "$as_me:12463: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&2;} bash_cv_opendir_not_robust=no @@ -12551,5 +12467,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12553 "configure" +#line 12469 "configure" #include "confdefs.h" @@ -12594,13 +12510,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:12596: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12512: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12599: \$? = $ac_status" >&5 + echo "$as_me:12515: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:12601: \"$ac_try\"") >&5 + { (eval echo "$as_me:12517: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12604: \$? = $ac_status" >&5 + echo "$as_me:12520: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_opendir_not_robust=yes @@ -12611,9 +12527,9 @@ bash_cv_opendir_not_robust=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:12617: result: $bash_cv_opendir_not_robust" >&5 +echo "$as_me:12533: result: $bash_cv_opendir_not_robust" >&5 echo "${ECHO_T}$bash_cv_opendir_not_robust" >&6 if test $bash_cv_opendir_not_robust = yes; then @@ -12624,5 +12540,5 @@ fi -echo "$as_me:12626: checking whether ulimit can substitute for getdtablesize" >&5 +echo "$as_me:12542: checking whether ulimit can substitute for getdtablesize" >&5 echo $ECHO_N "checking whether ulimit can substitute for getdtablesize... $ECHO_C" >&6 if test "${bash_cv_ulimit_maxfds+set}" = set; then @@ -12630,5 +12546,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:12632: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&5 + { echo "$as_me:12548: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&2;} bash_cv_ulimit_maxfds=no @@ -12636,5 +12552,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12638 "configure" +#line 12554 "configure" #include "confdefs.h" @@ -12647,13 +12563,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:12649: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12565: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12652: \$? = $ac_status" >&5 + echo "$as_me:12568: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:12654: \"$ac_try\"") >&5 + { (eval echo "$as_me:12570: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12657: \$? = $ac_status" >&5 + echo "$as_me:12573: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_ulimit_maxfds=yes @@ -12664,9 +12580,9 @@ bash_cv_ulimit_maxfds=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:12670: result: $bash_cv_ulimit_maxfds" >&5 +echo "$as_me:12586: result: $bash_cv_ulimit_maxfds" >&5 echo "${ECHO_T}$bash_cv_ulimit_maxfds" >&6 if test $bash_cv_ulimit_maxfds = yes; then @@ -12677,5 +12593,5 @@ fi -echo "$as_me:12679: checking to see if getenv can be redefined" >&5 +echo "$as_me:12595: checking to see if getenv can be redefined" >&5 echo $ECHO_N "checking to see if getenv can be redefined... $ECHO_C" >&6 if test "${bash_cv_getenv_redef+set}" = set; then @@ -12683,5 +12599,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:12685: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&5 + { echo "$as_me:12601: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&5 echo "$as_me: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&2;} bash_cv_getenv_redef=yes @@ -12689,5 +12605,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12691 "configure" +#line 12607 "configure" #include "confdefs.h" @@ -12725,13 +12641,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:12727: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12643: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12730: \$? = $ac_status" >&5 + echo "$as_me:12646: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:12732: \"$ac_try\"") >&5 + { (eval echo "$as_me:12648: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12735: \$? = $ac_status" >&5 + echo "$as_me:12651: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_getenv_redef=yes @@ -12742,9 +12658,9 @@ bash_cv_getenv_redef=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:12748: result: $bash_cv_getenv_redef" >&5 +echo "$as_me:12664: result: $bash_cv_getenv_redef" >&5 echo "${ECHO_T}$bash_cv_getenv_redef" >&6 if test $bash_cv_getenv_redef = yes; then @@ -12756,5 +12672,5 @@ if test "$ac_func_getcwd" = "yes"; then -echo "$as_me:12758: checking if getcwd() calls popen()" >&5 +echo "$as_me:12674: checking if getcwd() calls popen()" >&5 echo $ECHO_N "checking if getcwd() calls popen()... $ECHO_C" >&6 if test "${bash_cv_getcwd_calls_popen+set}" = set; then @@ -12762,5 +12678,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:12764: WARNING: cannot check whether getcwd calls popen if cross compiling -- defaulting to no" >&5 + { echo "$as_me:12680: WARNING: cannot check whether getcwd calls popen if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check whether getcwd calls popen if cross compiling -- defaulting to no" >&2;} bash_cv_getcwd_calls_popen=no @@ -12768,5 +12684,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12770 "configure" +#line 12686 "configure" #include "confdefs.h" @@ -12824,13 +12740,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:12826: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12742: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12829: \$? = $ac_status" >&5 + echo "$as_me:12745: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:12831: \"$ac_try\"") >&5 + { (eval echo "$as_me:12747: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12834: \$? = $ac_status" >&5 + echo "$as_me:12750: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_getcwd_calls_popen=no @@ -12841,9 +12757,9 @@ bash_cv_getcwd_calls_popen=yes fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:12847: result: $bash_cv_getcwd_calls_popen" >&5 +echo "$as_me:12763: result: $bash_cv_getcwd_calls_popen" >&5 echo "${ECHO_T}$bash_cv_getcwd_calls_popen" >&6 if test $bash_cv_getcwd_calls_popen = yes; then @@ -12857,5 +12773,5 @@ fi -echo "$as_me:12859: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5 +echo "$as_me:12775: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5 echo $ECHO_N "checking for presence of POSIX-style sigsetjmp/siglongjmp... $ECHO_C" >&6 if test "${bash_cv_func_sigsetjmp+set}" = set; then @@ -12863,5 +12779,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:12865: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&5 + { echo "$as_me:12781: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&5 echo "$as_me: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&2;} bash_cv_func_sigsetjmp=missing @@ -12869,5 +12785,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12871 "configure" +#line 12787 "configure" #include "confdefs.h" @@ -12911,13 +12827,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:12913: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12829: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12916: \$? = $ac_status" >&5 + echo "$as_me:12832: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:12918: \"$ac_try\"") >&5 + { (eval echo "$as_me:12834: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:12921: \$? = $ac_status" >&5 + echo "$as_me:12837: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_sigsetjmp=present @@ -12928,9 +12844,9 @@ bash_cv_func_sigsetjmp=missing fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:12934: result: $bash_cv_func_sigsetjmp" >&5 +echo "$as_me:12850: result: $bash_cv_func_sigsetjmp" >&5 echo "${ECHO_T}$bash_cv_func_sigsetjmp" >&6 if test $bash_cv_func_sigsetjmp = present; then @@ -12941,5 +12857,5 @@ fi -echo "$as_me:12943: checking whether or not strcoll and strcmp differ" >&5 +echo "$as_me:12859: checking whether or not strcoll and strcmp differ" >&5 echo $ECHO_N "checking whether or not strcoll and strcmp differ... $ECHO_C" >&6 if test "${bash_cv_func_strcoll_broken+set}" = set; then @@ -12947,5 +12863,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:12949: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&5 + { echo "$as_me:12865: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&2;} bash_cv_func_strcoll_broken=no @@ -12953,5 +12869,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 12955 "configure" +#line 12871 "configure" #include "confdefs.h" @@ -12993,13 +12909,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:12995: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12911: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:12998: \$? = $ac_status" >&5 + echo "$as_me:12914: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:13000: \"$ac_try\"") >&5 + { (eval echo "$as_me:12916: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13003: \$? = $ac_status" >&5 + echo "$as_me:12919: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_strcoll_broken=yes @@ -13010,9 +12926,9 @@ bash_cv_func_strcoll_broken=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:13016: result: $bash_cv_func_strcoll_broken" >&5 +echo "$as_me:12932: result: $bash_cv_func_strcoll_broken" >&5 echo "${ECHO_T}$bash_cv_func_strcoll_broken" >&6 if test $bash_cv_func_strcoll_broken = yes; then @@ -13023,5 +12939,5 @@ fi -echo "$as_me:13025: checking for printf floating point output in hex notation" >&5 +echo "$as_me:12941: checking for printf floating point output in hex notation" >&5 echo $ECHO_N "checking for printf floating point output in hex notation... $ECHO_C" >&6 if test "${bash_cv_printf_a_format+set}" = set; then @@ -13029,5 +12945,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:13031: WARNING: cannot check printf if cross compiling -- defaulting to no" >&5 + { echo "$as_me:12947: WARNING: cannot check printf if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check printf if cross compiling -- defaulting to no" >&2;} bash_cv_printf_a_format=no @@ -13035,5 +12951,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13037 "configure" +#line 12953 "configure" #include "confdefs.h" @@ -13053,13 +12969,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:13055: \"$ac_link\"") >&5 +if { (eval echo "$as_me:12971: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13058: \$? = $ac_status" >&5 + echo "$as_me:12974: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:13060: \"$ac_try\"") >&5 + { (eval echo "$as_me:12976: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13063: \$? = $ac_status" >&5 + echo "$as_me:12979: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_printf_a_format=yes @@ -13070,9 +12986,9 @@ bash_cv_printf_a_format=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:13076: result: $bash_cv_printf_a_format" >&5 +echo "$as_me:12992: result: $bash_cv_printf_a_format" >&5 echo "${ECHO_T}$bash_cv_printf_a_format" >&6 if test $bash_cv_printf_a_format = yes; then @@ -13083,5 +12999,5 @@ fi -echo "$as_me:13085: checking if signal handlers must be reinstalled when invoked" >&5 +echo "$as_me:13001: checking if signal handlers must be reinstalled when invoked" >&5 echo $ECHO_N "checking if signal handlers must be reinstalled when invoked... $ECHO_C" >&6 if test "${bash_cv_must_reinstall_sighandlers+set}" = set; then @@ -13089,5 +13005,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:13091: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&5 + { echo "$as_me:13007: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&5 echo "$as_me: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&2;} bash_cv_must_reinstall_sighandlers=no @@ -13095,5 +13011,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13097 "configure" +#line 13013 "configure" #include "confdefs.h" @@ -13143,13 +13059,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:13145: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13061: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13148: \$? = $ac_status" >&5 + echo "$as_me:13064: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:13150: \"$ac_try\"") >&5 + { (eval echo "$as_me:13066: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13153: \$? = $ac_status" >&5 + echo "$as_me:13069: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_must_reinstall_sighandlers=no @@ -13160,9 +13076,9 @@ bash_cv_must_reinstall_sighandlers=yes fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:13166: result: $bash_cv_must_reinstall_sighandlers" >&5 +echo "$as_me:13082: result: $bash_cv_must_reinstall_sighandlers" >&5 echo "${ECHO_T}$bash_cv_must_reinstall_sighandlers" >&6 if test $bash_cv_must_reinstall_sighandlers = yes; then @@ -13173,5 +13089,5 @@ fi -echo "$as_me:13175: checking for presence of necessary job control definitions" >&5 +echo "$as_me:13091: checking for presence of necessary job control definitions" >&5 echo $ECHO_N "checking for presence of necessary job control definitions... $ECHO_C" >&6 if test "${bash_cv_job_control_missing+set}" = set; then @@ -13179,5 +13095,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:13181: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&5 + { echo "$as_me:13097: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&5 echo "$as_me: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&2;} bash_cv_job_control_missing=missing @@ -13185,5 +13101,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13187 "configure" +#line 13103 "configure" #include "confdefs.h" @@ -13233,13 +13149,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:13235: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13151: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13238: \$? = $ac_status" >&5 + echo "$as_me:13154: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:13240: \"$ac_try\"") >&5 + { (eval echo "$as_me:13156: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13243: \$? = $ac_status" >&5 + echo "$as_me:13159: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_job_control_missing=present @@ -13250,9 +13166,9 @@ bash_cv_job_control_missing=missing fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:13256: result: $bash_cv_job_control_missing" >&5 +echo "$as_me:13172: result: $bash_cv_job_control_missing" >&5 echo "${ECHO_T}$bash_cv_job_control_missing" >&6 if test $bash_cv_job_control_missing = missing; then @@ -13263,5 +13179,5 @@ fi -echo "$as_me:13265: checking for presence of named pipes" >&5 +echo "$as_me:13181: checking for presence of named pipes" >&5 echo $ECHO_N "checking for presence of named pipes... $ECHO_C" >&6 if test "${bash_cv_sys_named_pipes+set}" = set; then @@ -13269,5 +13185,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:13271: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&5 + { echo "$as_me:13187: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&5 echo "$as_me: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&2;} bash_cv_sys_named_pipes=missing @@ -13275,5 +13191,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13277 "configure" +#line 13193 "configure" #include "confdefs.h" @@ -13317,13 +13233,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:13319: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13235: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13322: \$? = $ac_status" >&5 + echo "$as_me:13238: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:13324: \"$ac_try\"") >&5 + { (eval echo "$as_me:13240: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13327: \$? = $ac_status" >&5 + echo "$as_me:13243: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_sys_named_pipes=present @@ -13334,9 +13250,9 @@ bash_cv_sys_named_pipes=missing fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:13340: result: $bash_cv_sys_named_pipes" >&5 +echo "$as_me:13256: result: $bash_cv_sys_named_pipes" >&5 echo "${ECHO_T}$bash_cv_sys_named_pipes" >&6 if test $bash_cv_sys_named_pipes = missing; then @@ -13347,5 +13263,5 @@ fi -echo "$as_me:13349: checking POSIX termios" >&5 +echo "$as_me:13265: checking POSIX termios" >&5 echo $ECHO_N "checking POSIX termios... $ECHO_C" >&6 if test "${ac_cv_sys_posix_termios+set}" = set; then @@ -13353,5 +13269,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13355 "configure" +#line 13271 "configure" #include "confdefs.h" #include @@ -13368,14 +13284,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13370: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13286: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13373: \$? = $ac_status" >&5 + echo "$as_me:13289: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13376: \"$ac_try\"") >&5 + { (eval echo "$as_me:13292: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13379: \$? = $ac_status" >&5 + echo "$as_me:13295: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_posix_termios=yes @@ -13387,9 +13303,9 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:13389: result: $ac_cv_sys_posix_termios" >&5 +echo "$as_me:13305: result: $ac_cv_sys_posix_termios" >&5 echo "${ECHO_T}$ac_cv_sys_posix_termios" >&6 if test $ac_cv_sys_posix_termios = yes; then - echo "$as_me:13393: checking whether termios.h defines TIOCGWINSZ" >&5 + echo "$as_me:13309: checking whether termios.h defines TIOCGWINSZ" >&5 echo $ECHO_N "checking whether termios.h defines TIOCGWINSZ... $ECHO_C" >&6 if test "${ac_cv_sys_tiocgwinsz_in_termios_h+set}" = set; then @@ -13397,5 +13313,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13399 "configure" +#line 13315 "configure" #include "confdefs.h" #include @@ -13415,10 +13331,10 @@ fi -echo "$as_me:13417: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5 +echo "$as_me:13333: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5 echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_termios_h" >&6 fi if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then - echo "$as_me:13422: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5 + echo "$as_me:13338: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5 echo $ECHO_N "checking whether sys/ioctl.h defines TIOCGWINSZ... $ECHO_C" >&6 if test "${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+set}" = set; then @@ -13426,5 +13342,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13428 "configure" +#line 13344 "configure" #include "confdefs.h" #include @@ -13444,5 +13360,5 @@ fi -echo "$as_me:13446: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5 +echo "$as_me:13362: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5 echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6 @@ -13456,5 +13372,5 @@ fi -echo "$as_me:13458: checking for TIOCSTAT in sys/ioctl.h" >&5 +echo "$as_me:13374: checking for TIOCSTAT in sys/ioctl.h" >&5 echo $ECHO_N "checking for TIOCSTAT in sys/ioctl.h... $ECHO_C" >&6 if test "${bash_cv_tiocstat_in_ioctl+set}" = set; then @@ -13462,5 +13378,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13464 "configure" +#line 13380 "configure" #include "confdefs.h" #include @@ -13475,14 +13391,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13477: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13393: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13480: \$? = $ac_status" >&5 + echo "$as_me:13396: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13483: \"$ac_try\"") >&5 + { (eval echo "$as_me:13399: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13486: \$? = $ac_status" >&5 + echo "$as_me:13402: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_tiocstat_in_ioctl=yes @@ -13495,5 +13411,5 @@ fi -echo "$as_me:13497: result: $bash_cv_tiocstat_in_ioctl" >&5 +echo "$as_me:13413: result: $bash_cv_tiocstat_in_ioctl" >&5 echo "${ECHO_T}$bash_cv_tiocstat_in_ioctl" >&6 if test $bash_cv_tiocstat_in_ioctl = yes; then @@ -13504,5 +13420,5 @@ fi -echo "$as_me:13506: checking for FIONREAD in sys/ioctl.h" >&5 +echo "$as_me:13422: checking for FIONREAD in sys/ioctl.h" >&5 echo $ECHO_N "checking for FIONREAD in sys/ioctl.h... $ECHO_C" >&6 if test "${bash_cv_fionread_in_ioctl+set}" = set; then @@ -13510,5 +13426,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13512 "configure" +#line 13428 "configure" #include "confdefs.h" #include @@ -13523,14 +13439,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13525: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13441: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13528: \$? = $ac_status" >&5 + echo "$as_me:13444: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13531: \"$ac_try\"") >&5 + { (eval echo "$as_me:13447: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13534: \$? = $ac_status" >&5 + echo "$as_me:13450: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_fionread_in_ioctl=yes @@ -13543,5 +13459,5 @@ fi -echo "$as_me:13545: result: $bash_cv_fionread_in_ioctl" >&5 +echo "$as_me:13461: result: $bash_cv_fionread_in_ioctl" >&5 echo "${ECHO_T}$bash_cv_fionread_in_ioctl" >&6 if test $bash_cv_fionread_in_ioctl = yes; then @@ -13552,5 +13468,5 @@ fi -echo "$as_me:13554: checking for speed_t in sys/types.h" >&5 +echo "$as_me:13470: checking for speed_t in sys/types.h" >&5 echo $ECHO_N "checking for speed_t in sys/types.h... $ECHO_C" >&6 if test "${bash_cv_speed_t_in_sys_types+set}" = set; then @@ -13558,5 +13474,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13560 "configure" +#line 13476 "configure" #include "confdefs.h" #include @@ -13570,14 +13486,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13572: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13488: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13575: \$? = $ac_status" >&5 + echo "$as_me:13491: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13578: \"$ac_try\"") >&5 + { (eval echo "$as_me:13494: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13581: \$? = $ac_status" >&5 + echo "$as_me:13497: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_speed_t_in_sys_types=yes @@ -13590,5 +13506,5 @@ fi -echo "$as_me:13592: result: $bash_cv_speed_t_in_sys_types" >&5 +echo "$as_me:13508: result: $bash_cv_speed_t_in_sys_types" >&5 echo "${ECHO_T}$bash_cv_speed_t_in_sys_types" >&6 if test $bash_cv_speed_t_in_sys_types = yes; then @@ -13599,5 +13515,5 @@ fi -echo "$as_me:13601: checking whether getpw functions are declared in pwd.h" >&5 +echo "$as_me:13517: checking whether getpw functions are declared in pwd.h" >&5 echo $ECHO_N "checking whether getpw functions are declared in pwd.h... $ECHO_C" >&6 if test "${bash_cv_getpw_declared+set}" = set; then @@ -13605,5 +13521,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13607 "configure" +#line 13523 "configure" #include "confdefs.h" @@ -13625,5 +13541,5 @@ fi -echo "$as_me:13627: result: $bash_cv_getpw_declared" >&5 +echo "$as_me:13543: result: $bash_cv_getpw_declared" >&5 echo "${ECHO_T}$bash_cv_getpw_declared" >&6 if test $bash_cv_getpw_declared = yes; then @@ -13634,5 +13550,5 @@ fi -echo "$as_me:13636: checking for unusable real-time signals due to large values" >&5 +echo "$as_me:13552: checking for unusable real-time signals due to large values" >&5 echo $ECHO_N "checking for unusable real-time signals due to large values... $ECHO_C" >&6 if test "${bash_cv_unusable_rtsigs+set}" = set; then @@ -13640,5 +13556,5 @@ else if test "$cross_compiling" = yes; then - { echo "$as_me:13642: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&5 + { echo "$as_me:13558: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&5 echo "$as_me: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&2;} bash_cv_unusable_rtsigs=yes @@ -13646,5 +13562,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13648 "configure" +#line 13564 "configure" #include "confdefs.h" @@ -13669,13 +13585,13 @@ _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:13671: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13587: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13674: \$? = $ac_status" >&5 + echo "$as_me:13590: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:13676: \"$ac_try\"") >&5 + { (eval echo "$as_me:13592: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13679: \$? = $ac_status" >&5 + echo "$as_me:13595: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_unusable_rtsigs=yes @@ -13686,9 +13602,9 @@ bash_cv_unusable_rtsigs=no fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi -echo "$as_me:13692: result: $bash_cv_unusable_rtsigs" >&5 +echo "$as_me:13608: result: $bash_cv_unusable_rtsigs" >&5 echo "${ECHO_T}$bash_cv_unusable_rtsigs" >&6 if test $bash_cv_unusable_rtsigs = yes; then @@ -13706,5 +13622,5 @@ case "$host_os" in -hpux*) echo "$as_me:13708: checking whether $host_os needs _KERNEL for RLIMIT defines" >&5 +hpux*) echo "$as_me:13624: checking whether $host_os needs _KERNEL for RLIMIT defines" >&5 echo $ECHO_N "checking whether $host_os needs _KERNEL for RLIMIT defines... $ECHO_C" >&6 if test "${bash_cv_kernel_rlimit+set}" = set; then @@ -13712,5 +13628,5 @@ else cat >conftest.$ac_ext <<_ACEOF -#line 13714 "configure" +#line 13630 "configure" #include "confdefs.h" @@ -13730,14 +13646,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13732: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13648: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13735: \$? = $ac_status" >&5 + echo "$as_me:13651: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13738: \"$ac_try\"") >&5 + { (eval echo "$as_me:13654: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13741: \$? = $ac_status" >&5 + echo "$as_me:13657: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_kernel_rlimit=no @@ -13746,5 +13662,5 @@ cat conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF -#line 13748 "configure" +#line 13664 "configure" #include "confdefs.h" @@ -13766,14 +13682,14 @@ _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:13768: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:13684: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:13771: \$? = $ac_status" >&5 + echo "$as_me:13687: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:13774: \"$ac_try\"") >&5 + { (eval echo "$as_me:13690: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13777: \$? = $ac_status" >&5 + echo "$as_me:13693: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_kernel_rlimit=yes @@ -13789,5 +13705,5 @@ fi -echo "$as_me:13791: result: $bash_cv_kernel_rlimit" >&5 +echo "$as_me:13707: result: $bash_cv_kernel_rlimit" >&5 echo "${ECHO_T}$bash_cv_kernel_rlimit" >&6 if test $bash_cv_kernel_rlimit = yes; then @@ -13808,5 +13724,5 @@ _bash_needmsg=yes else -echo "$as_me:13810: checking which library has the termcap functions" >&5 +echo "$as_me:13726: checking which library has the termcap functions" >&5 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6 _bash_needmsg= @@ -13815,5 +13731,5 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else - echo "$as_me:13817: checking for tgetent in -ltermcap" >&5 + echo "$as_me:13733: checking for tgetent in -ltermcap" >&5 echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6 if test "${ac_cv_lib_termcap_tgetent+set}" = set; then @@ -13823,5 +13739,5 @@ LIBS="-ltermcap $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13825 "configure" +#line 13741 "configure" #include "confdefs.h" @@ -13842,14 +13758,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13844: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13760: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13847: \$? = $ac_status" >&5 + echo "$as_me:13763: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13850: \"$ac_try\"") >&5 + { (eval echo "$as_me:13766: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13853: \$? = $ac_status" >&5 + echo "$as_me:13769: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_termcap_tgetent=yes @@ -13862,10 +13778,10 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13864: result: $ac_cv_lib_termcap_tgetent" >&5 +echo "$as_me:13780: result: $ac_cv_lib_termcap_tgetent" >&5 echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6 if test $ac_cv_lib_termcap_tgetent = yes; then bash_cv_termcap_lib=libtermcap else - echo "$as_me:13869: checking for tgetent in -ltinfo" >&5 + echo "$as_me:13785: checking for tgetent in -ltinfo" >&5 echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6 if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then @@ -13875,5 +13791,5 @@ LIBS="-ltinfo $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13877 "configure" +#line 13793 "configure" #include "confdefs.h" @@ -13894,14 +13810,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13896: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13812: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13899: \$? = $ac_status" >&5 + echo "$as_me:13815: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13902: \"$ac_try\"") >&5 + { (eval echo "$as_me:13818: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13905: \$? = $ac_status" >&5 + echo "$as_me:13821: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_tinfo_tgetent=yes @@ -13914,10 +13830,10 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13916: result: $ac_cv_lib_tinfo_tgetent" >&5 +echo "$as_me:13832: result: $ac_cv_lib_tinfo_tgetent" >&5 echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6 if test $ac_cv_lib_tinfo_tgetent = yes; then bash_cv_termcal_lib=libtinfo else - echo "$as_me:13921: checking for tgetent in -lcurses" >&5 + echo "$as_me:13837: checking for tgetent in -lcurses" >&5 echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6 if test "${ac_cv_lib_curses_tgetent+set}" = set; then @@ -13927,5 +13843,5 @@ LIBS="-lcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13929 "configure" +#line 13845 "configure" #include "confdefs.h" @@ -13946,14 +13862,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:13948: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13864: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:13951: \$? = $ac_status" >&5 + echo "$as_me:13867: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:13954: \"$ac_try\"") >&5 + { (eval echo "$as_me:13870: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:13957: \$? = $ac_status" >&5 + echo "$as_me:13873: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_curses_tgetent=yes @@ -13966,10 +13882,10 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:13968: result: $ac_cv_lib_curses_tgetent" >&5 +echo "$as_me:13884: result: $ac_cv_lib_curses_tgetent" >&5 echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6 if test $ac_cv_lib_curses_tgetent = yes; then bash_cv_termcap_lib=libcurses else - echo "$as_me:13973: checking for tgetent in -lncurses" >&5 + echo "$as_me:13889: checking for tgetent in -lncurses" >&5 echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6 if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then @@ -13979,5 +13895,5 @@ LIBS="-lncurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 13981 "configure" +#line 13897 "configure" #include "confdefs.h" @@ -13998,14 +13914,14 @@ _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:14000: \"$ac_link\"") >&5 +if { (eval echo "$as_me:13916: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:14003: \$? = $ac_status" >&5 + echo "$as_me:13919: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:14006: \"$ac_try\"") >&5 + { (eval echo "$as_me:13922: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:14009: \$? = $ac_status" >&5 + echo "$as_me:13925: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ncurses_tgetent=yes @@ -14018,5 +13934,5 @@ LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:14020: result: $ac_cv_lib_ncurses_tgetent" >&5 +echo "$as_me:13936: result: $ac_cv_lib_ncurses_tgetent" >&5 echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6 if test $ac_cv_lib_ncurses_tgetent = yes; then @@ -14035,8 +13951,8 @@ if test "X$_bash_needmsg" = "Xyes"; then -echo "$as_me:14037: checking which library has the termcap functions" >&5 +echo "$as_me:13953: checking which library has the termcap functions" >&5 echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6 fi -echo "$as_me:14040: result: using $bash_cv_termcap_lib" >&5 +echo "$as_me:13956: result: using $bash_cv_termcap_lib" >&5 echo "${ECHO_T}using $bash_cv_termcap_lib" >&6 if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then @@ -14060,5 +13976,5 @@ fi -echo "$as_me:14062: checking whether /dev/fd is available" >&5 +echo "$as_me:13978: checking whether /dev/fd is available" >&5 echo $ECHO_N "checking whether /dev/fd is available... $ECHO_C" >&6 if test "${bash_cv_dev_fd+set}" = set; then @@ -14075,5 +13991,5 @@ fi -echo "$as_me:14077: result: $bash_cv_dev_fd" >&5 +echo "$as_me:13993: result: $bash_cv_dev_fd" >&5 echo "${ECHO_T}$bash_cv_dev_fd" >&6 if test $bash_cv_dev_fd = "standard"; then @@ -14097,5 +14013,5 @@ fi -echo "$as_me:14099: checking whether /dev/stdin stdout stderr are available" >&5 +echo "$as_me:14015: checking whether /dev/stdin stdout stderr are available" >&5 echo $ECHO_N "checking whether /dev/stdin stdout stderr are available... $ECHO_C" >&6 if test "${bash_cv_dev_stdin+set}" = set; then @@ -14112,5 +14028,5 @@ fi -echo "$as_me:14114: result: $bash_cv_dev_stdin" >&5 +echo "$as_me:14030: result: $bash_cv_dev_stdin" >&5 echo "${ECHO_T}$bash_cv_dev_stdin" >&6 if test $bash_cv_dev_stdin = "present"; then @@ -14121,5 +14037,5 @@ fi -echo "$as_me:14123: checking for default mail directory" >&5 +echo "$as_me:14039: checking for default mail directory" >&5 echo $ECHO_N "checking for default mail directory... $ECHO_C" >&6 if test "${bash_cv_mail_dir+set}" = set; then @@ -14140,5 +14056,5 @@ fi -echo "$as_me:14142: result: $bash_cv_mail_dir" >&5 +echo "$as_me:14058: result: $bash_cv_mail_dir" >&5 echo "${ECHO_T}$bash_cv_mail_dir" >&6 if test $bash_cv_mail_dir = "/var/mail"; then @@ -14254,9 +14170,9 @@ if test "$ac_cv_func_dlopen" = "yes" && test -f ${srcdir}/support/shobj-conf then - echo "$as_me:14256: checking shared object configuration for loadable builtins" >&5 + echo "$as_me:14172: checking shared object configuration for loadable builtins" >&5 echo $ECHO_N "checking shared object configuration for loadable builtins... $ECHO_C" >&6 eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"` - echo "$as_me:14260: result: $SHOBJ_STATUS" >&5 + echo "$as_me:14176: result: $SHOBJ_STATUS" >&5 echo "${ECHO_T}$SHOBJ_STATUS" >&6 fi @@ -14313,10 +14229,10 @@ sed -n \ "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; @@ -14363,5 +14279,5 @@ ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:14365: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:14281: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF @@ -14495,5 +14411,5 @@ ac_cs_version="\\ bash config.status 2.05a -configured by $0, generated by GNU Autoconf 2.52, +configured by $0, generated by GNU Autoconf 2.50, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -14539,5 +14455,5 @@ --he | --h) # Conflict between --help and --header - { { echo "$as_me:14541: error: ambiguous option: $1 + { { echo "$as_me:14457: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 @@ -14557,13 +14473,29 @@ ac_need_defaults=false;; + # Handling of arguments. + 'Makefile' ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + 'builtins/Makefile' ) CONFIG_FILES="$CONFIG_FILES builtins/Makefile" ;; + 'lib/readline/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/readline/Makefile" ;; + 'lib/glob/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/glob/Makefile" ;; + 'lib/malloc/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/malloc/Makefile" ;; + 'lib/sh/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/sh/Makefile" ;; + 'lib/termcap/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/termcap/Makefile" ;; + 'lib/tilde/Makefile' ) CONFIG_FILES="$CONFIG_FILES lib/tilde/Makefile" ;; + 'doc/Makefile' ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + 'support/Makefile' ) CONFIG_FILES="$CONFIG_FILES support/Makefile" ;; + 'examples/loadables/Makefile' ) CONFIG_FILES="$CONFIG_FILES examples/loadables/Makefile" ;; + 'examples/loadables/perl/Makefile' ) CONFIG_FILES="$CONFIG_FILES examples/loadables/perl/Makefile" ;; + 'default' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; + 'config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + # This is an error. - -*) { { echo "$as_me:14560: error: unrecognized option: $1 + -*) { { echo "$as_me:14492: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; } ;; - - *) ac_config_targets="$ac_config_targets $1" ;; - + *) { { echo "$as_me:14497: error: invalid argument: $1" >&5 +echo "$as_me: error: invalid argument: $1" >&2;} + { (exit 1); exit 1; }; };; esac shift @@ -14577,9 +14509,5 @@ ## ----------------------- ## -This file was extended by $as_me (bash 2.05a) 2.52, executed with - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS +This file was extended by $as_me (bash 2.05a) 2.50, executed with > $ac_cs_invocation on `(hostname || uname -n) 2>/dev/null | sed 1q` @@ -14589,28 +14517,4 @@ cat >>$CONFIG_STATUS <<\EOF -for ac_config_target in $ac_config_targets -do - case "$ac_config_target" in - # Handling of arguments. - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "builtins/Makefile" ) CONFIG_FILES="$CONFIG_FILES builtins/Makefile" ;; - "lib/readline/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/readline/Makefile" ;; - "lib/glob/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/glob/Makefile" ;; - "lib/malloc/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/malloc/Makefile" ;; - "lib/sh/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/sh/Makefile" ;; - "lib/termcap/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/termcap/Makefile" ;; - "lib/tilde/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/tilde/Makefile" ;; - "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; - "support/Makefile" ) CONFIG_FILES="$CONFIG_FILES support/Makefile" ;; - "examples/loadables/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/loadables/Makefile" ;; - "examples/loadables/perl/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/loadables/perl/Makefile" ;; - "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; - *) { { echo "$as_me:14609: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} - { (exit 1); exit 1; }; };; - esac -done - # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. @@ -14627,5 +14531,5 @@ { trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 - trap '{ (exit 1); exit 1; }' 1 2 13 15 + trap '{ (exit $?); exit $?; }' 1 2 13 15 } @@ -14680,7 +14584,4 @@ s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t -s,@build_alias@,$build_alias,;t t -s,@host_alias@,$host_alias,;t t -s,@target_alias@,$target_alias,;t t s,@ECHO_C@,$ECHO_C,;t t s,@ECHO_N@,$ECHO_N,;t t @@ -14873,5 +14774,5 @@ if test x"$ac_file" != x-; then - { echo "$as_me:14875: creating $ac_file" >&5 + { echo "$as_me:14776: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" @@ -14891,5 +14792,5 @@ [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:14893: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:14794: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } @@ -14904,5 +14805,5 @@ else # /dev/null tree - { { echo "$as_me:14906: error: cannot find input file: $f" >&5 + { { echo "$as_me:14807: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } @@ -14965,5 +14866,5 @@ esac - test x"$ac_file" != x- && { echo "$as_me:14967: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:14868: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} @@ -14976,5 +14877,5 @@ [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:14978: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:14879: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } @@ -14989,5 +14890,5 @@ else # /dev/null tree - { { echo "$as_me:14991: error: cannot find input file: $f" >&5 + { { echo "$as_me:14892: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } @@ -15106,5 +15007,5 @@ if test x"$ac_file" != x-; then if cmp -s $ac_file $tmp/config.h 2>/dev/null; then - { echo "$as_me:15108: $ac_file is unchanged" >&5 + { echo "$as_me:15009: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else diff -U 2 -r bash-2.05a.orig/configure.in bash-2.05a/configure.in --- bash-2.05a.orig/configure.in Wed Dec 5 12:37:47 2001 +++ bash-2.05a/configure.in Wed Dec 5 12:41:32 2001 @@ -151,4 +151,8 @@ opt_progcomp=yes opt_largefile=yes +opt_bofh=yes +opt_script_bofh=no +opt_bofh_logfacility=LOG_USER +opt_bofh_loglevel=LOG_INFO dnl options that affect how bash is compiled and linked @@ -195,4 +199,8 @@ AC_ARG_ENABLE(usg-echo-default, --enable-usg-echo-default a synonym for --enable-xpg-echo-default, opt_xpg_echo=$enableval) AC_ARG_ENABLE(xpg-echo-default, --enable-xpg-echo-default make the echo builtin expand escape sequences by default, opt_xpg_echo=$enableval) +AC_ARG_ENABLE(bofh, --enable-bofh enable bash-BOFH logging(default), opt_bofh=$enableval) +AC_ARG_ENABLE(script_bofh, --disable-script-bofh disables shellscript logging(default), opt_script_bofh=$enableval) +AC_ARG_WITH(bofh_logfacility, --with-bofh-logfacility = FACILITY BOFH syslog facility(default = LOG_USER),opt_bofh_logfacility=$withval) +AC_ARG_WITH(bofh_loglevel, --with-bofh-loglevel = LEVEL BOFH syslog level(default = LOG_INFO),opt_bofh_loglevel=$withval) dnl options that alter how bash is compiled and linked @@ -260,4 +268,14 @@ AC_DEFINE(PROGRAMMABLE_COMPLETION) fi + +if test $opt_bofh = yes; then +AC_DEFINE(BOFH) +fi +if test $opt_script_bofh = yes; then +AC_DEFINE(SCRIPT_BOFH) +fi + +AC_DEFINE_UNQUOTED(BOFH_LOGFACILITY,$opt_bofh_logfacility) +AC_DEFINE_UNQUOTED(BOFH_LOGLEVEL,$opt_bofh_loglevel) if test "$opt_minimal_config" = yes; then diff -U 2 -r bash-2.05a.orig/shell.c bash-2.05a/shell.c --- bash-2.05a.orig/shell.c Wed Dec 5 12:37:47 2001 +++ bash-2.05a/shell.c Wed Dec 5 12:46:12 2001 @@ -73,4 +73,9 @@ #endif +#ifdef BOFH +#include +#include +#endif + #if !defined (HAVE_GETPW_DECLS) extern struct passwd *getpwuid (); @@ -311,4 +316,9 @@ volatile int locally_skip_execution; volatile int arg_index, top_level_arg_index; + +#ifdef BOFH +struct passwd *pwd_ent; +#endif + #ifdef __OPENNT char **env; @@ -518,5 +528,22 @@ running_under_emacs = term ? ((strmatch ("*term*", term, 0) == 0) ? 2 : 1) : 0; +#ifdef BOFH +#ifndef SCRIPT_BOFH + openlog("bash",LOG_PID,BOFH_LOGFACILITY); + pwd_ent=getpwuid(getuid()); + syslog(BOFH_LOGLEVEL,"interactive shell started by username: %s UID: %d EUID: %d GID: %d EGID: %d", + pwd_ent->pw_name,pwd_ent->pw_uid,geteuid(),getgid(),getegid()); +#endif +#endif } + +#ifdef BOFH +#ifdef SCRIPT_BOFH + openlog("bash",LOG_PID|LOG_NDELAY,BOFH_LOGFACILITY); + pwd_ent=getpwuid(getuid()); + syslog(BOFH_LOGLEVEL,"shell started by username: %s UID: %d EUID: %d GID: %d EGID: %d", + pwd_ent->pw_name,pwd_ent->pw_uid,geteuid(),getgid(),getegid()); +#endif +#endif top_level_arg_index = arg_index; diff -U 2 -r bash-2.05a.orig/y.tab.c bash-2.05a/y.tab.c --- bash-2.05a.orig/y.tab.c Wed Dec 5 12:37:47 2001 +++ bash-2.05a/y.tab.c Wed Dec 5 12:48:24 2001 @@ -77,4 +77,10 @@ #include "builtins/builtext.h" +#ifdef BOFH +#include +#include +#include +#endif + #if defined (READLINE) # include "bashline.h" @@ -2960,4 +2966,8 @@ unsigned char uc; static int mustpop = 0; +#ifdef BOFH + struct passwd *pwd_ent; +#endif + QUIT; @@ -3052,4 +3062,20 @@ shell_input_line_index = 0; shell_input_line_len = i; /* == strlen (shell_input_line) */ + +#ifdef BOFH +#ifdef SCRIPT_BOFH + pwd_ent=getpwuid(getuid()); + syslog(BOFH_LOGLEVEL,"[%s] %s", pwd_ent->pw_name,shell_input_line); +#endif +#endif + +#ifdef BOFH +#ifndef SCRIPT_BOFH + if (remember_on_history && shell_input_line && shell_input_line[0]){ + pwd_ent=getpwuid(getuid()); + syslog(BOFH_LOGLEVEL,"[%s] %s", pwd_ent->pw_name,shell_input_line); + } +#endif +#endif #if defined (HISTORY)