summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/configure
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/configure')
-rwxr-xr-xcrypto/heimdal/configure7569
1 files changed, 2701 insertions, 4868 deletions
diff --git a/crypto/heimdal/configure b/crypto/heimdal/configure
index 31b792f..65cc39b 100755
--- a/crypto/heimdal/configure
+++ b/crypto/heimdal/configure
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.in Revision: 1.270 .
+# From configure.in Revision: 1.278 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.49d for heimdal 0.3e.
+# Generated by Autoconf 2.49b for heimdal 0.3f.
#
# Report bugs to <heimdal-bugs@pdc.kth.se>.
#
@@ -23,43 +23,6 @@ if expr a : '\(a\)' >/dev/null 2>&1; then
else
as_expr=false
fi
-
-rm -f conftest conftest.exe conftest.file
-echo >conftest.file
-if ln -s conftest.file conftest 2>/dev/null; then
- # We could just check for DJGPP; but this test a) works b) is more generic
- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
- if test -f conftest.exe; then
- # Don't use ln at all; we don't have any links
- as_ln_s='cp -p'
- else
- as_ln_s='ln -s'
- fi
-elif ln conftest.file conftest 2>/dev/null; then
- as_ln_s=ln
-else
- as_ln_s='cp -p'
-fi
-rm -f conftest conftest.exe conftest.file
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conftest.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conftest.file
-if test -x conftest.file >/dev/null 2>&1; then
- as_executable_p="test -x"
-elif test -f conftest.file >/dev/null 2>&1; then
- as_executable_p="test -f"
-else
- { { echo "$as_me:57: error: cannot check whether a file is executable on this system" >&5
-echo "$as_me: error: cannot check whether a file is executable on this system" >&2;}
- { (exit 1); exit 1; }; }
-fi
-rm -f conftest.file
-
# Support unset when possible.
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
as_unset=unset
@@ -79,72 +42,55 @@ $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; ex
# IFS
# We need space, tab and new line, in precisely that order.
-as_nl='
+ac_nl='
'
-IFS=" $as_nl"
+IFS=" $ac_nl"
# CDPATH.
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
-# Name of the host.
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
-# so uname gets run too.
-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
-
-# Name of the executable.
-as_me=`echo "$0" | sed 's,.*/,,'`
-
-cat >config.log <<EOF
+cat >config.log << EOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by $as_me (heimdal 0.3e) 2.49d, executed with
+It was created by $as_me (heimdal 0.3f) 2.49b, executed with
> $0 $@
-EOF
-{
-cat <<_ASUNAME
-## ---------- ##
-## Platform. ##
-## ---------- ##
+on `(hostname || uname -n) 2>/dev/null | sed 1q`:
-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
uname -m = `(uname -m) 2>/dev/null || echo unknown`
uname -r = `(uname -r) 2>/dev/null || echo unknown`
uname -s = `(uname -s) 2>/dev/null || echo unknown`
uname -v = `(uname -v) 2>/dev/null || echo unknown`
-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
-/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
+/bin/uname -X = `(/bin/uname -X) 2>/dev/null`
-/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
-/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
-hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
-/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
-/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
-/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+/bin/arch = `(/bin/arch) 2>/dev/null`
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
+hostinfo = `(hostinfo) 2>/dev/null`
+/bin/machine = `(/bin/machine) 2>/dev/null`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
+/bin/universe = `(/bin/universe) 2>/dev/null`
PATH = $PATH
-
-_ASUNAME
-} >>config.log
-
-cat >>config.log <<EOF
-## ------------ ##
-## Core tests. ##
-## ------------ ##
-
EOF
# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
-# 5 compiler messages saved in config.log
+# 3 some systems may open it to /dev/tty
+# 4 used on the Kubota Titan
# 6 checking for... messages and results
+# 5 compiler messages saved in config.log
+if test "$silent" = yes; then
+ exec 6>/dev/null
+else
+ exec 6>&1
+fi
exec 5>>config.log
-exec 6>&1
#
# Initializations.
@@ -160,6 +106,14 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# only ac_max_sed_lines should be used.
: ${ac_max_here_lines=38}
+# Name of the host.
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+# Name of the executable.
+as_me=`echo "$0" | sed 's,.*/,,'`
+
# Avoid depending upon Character Ranges.
ac_cr_az='abcdefghijklmnopqrstuvwxyz'
ac_cr_AZ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
@@ -170,7 +124,12 @@ ac_cr_alnum=$ac_cr_az$ac_cr_AZ$ac_cr_09
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_default_prefix=/usr/heimdal
+# By default always use an empty string as the executable extension.
+# Only change it if the script calls AC_EXEEXT.
+ac_exeext=
+# By default assume that objects files use an extension of .o. Only
+# change it if the script calls AC_OBJEXT.
+ac_objext=o
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
@@ -200,6 +159,7 @@ ac_includes_default="\
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"
+ac_default_prefix=/usr/heimdal
# Initialize some variables set by options.
ac_init_help=
@@ -220,12 +180,6 @@ srcdir=
verbose=
x_includes=NONE
x_libraries=NONE
-
-# Installation directory options.
-# These are left unexpanded so users can "make install exec_prefix=/foo"
-# and all the variables that are supposed to be based on exec_prefix
-# by default will actually change.
-# Use braces instead of parens because sh, perl, etc. also accept them.
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
@@ -239,13 +193,6 @@ oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
-# Identity of this package.
-PACKAGE_NAME='heimdal'
-PACKAGE_TARNAME='heimdal'
-PACKAGE_VERSION='0.3e'
-PACKAGE_STRING='heimdal 0.3e'
-PACKAGE_BUGREPORT='heimdal-bugs@pdc.kth.se'
-
ac_prev=
for ac_option
do
@@ -292,9 +239,8 @@ do
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
- { { echo "$as_me:295: error: invalid feature name: $ac_feature" >&5
-echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit; }; }
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
eval "enable_$ac_feature=no" ;;
@@ -302,9 +248,8 @@ echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
- { { echo "$as_me:305: error: invalid feature name: $ac_feature" >&5
-echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit; }; }
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
@@ -485,9 +430,8 @@ echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
- { { echo "$as_me:488: error: invalid package name: $ac_package" >&5
-echo "$as_me: error: invalid package name: $ac_package" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit; }; }
ac_package=`echo $ac_package| sed 's/-/_/g'`
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
@@ -499,9 +443,8 @@ echo "$as_me: error: invalid package name: $ac_package" >&2;}
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
- { { echo "$as_me:502: error: invalid package name: $ac_package" >&5
-echo "$as_me: error: invalid package name: $ac_package" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit; }; }
ac_package=`echo $ac_package | sed 's/-/_/g'`
eval "with_$ac_package=no" ;;
@@ -523,31 +466,28 @@ echo "$as_me: error: invalid package name: $ac_package" >&2;}
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries=$ac_optarg ;;
- -*) { { echo "$as_me:526: error: unrecognized option: $ac_option
-Try \`$0 --help' for more information." >&5
-echo "$as_me: error: unrecognized option: $ac_option
-Try \`$0 --help' for more information." >&2;}
- { (exit 1); exit 1; }; }
+ -*) { echo "$as_me: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit; }; }
;;
*=*)
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
# Reject names that are not valid shell variable names.
expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null &&
- { { echo "$as_me:537: error: invalid variable name: $ac_envvar" >&5
-echo "$as_me: error: invalid variable name: $ac_envvar" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+ { (exit 1); exit; }; }
ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
eval "$ac_envvar='$ac_optarg'"
export $ac_envvar ;;
*)
# FIXME: should be removed in autoconf 3.0.
- { echo "$as_me:546: WARNING: you should use --build, --host, --target" >&5
-echo "$as_me: WARNING: you should use --build, --host, --target" >&2;}
+ { echo "$as_me:486: WARNING: you should use --build, --host, --target" >&5
+echo "$as_me: warning: you should use --build, --host, --target" >&2; }
expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null &&
- { echo "$as_me:549: WARNING: invalid host type: $ac_option" >&5
-echo "$as_me: WARNING: invalid host type: $ac_option" >&2;}
+ { echo "$as_me:489: WARNING: invalid host type: $ac_option" >&5
+echo "$as_me: warning: invalid host type: $ac_option" >&2; }
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
@@ -556,9 +496,8 @@ done
if test -n "$ac_prev"; then
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
- { { echo "$as_me:559: error: missing argument to $ac_option" >&5
-echo "$as_me: error: missing argument to $ac_option" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: missing argument to $ac_option" >&2
+ { (exit 1); exit; }; }
fi
# Be sure to have absolute paths.
@@ -570,9 +509,8 @@ do
case $ac_val in
[\\/$]* | ?:[\\/]* ) ;;
NONE ) ;;
- *) { { echo "$as_me:573: error: expected an absolute path for --$ac_var: $ac_val" >&5
-echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2;}
- { (exit 1); exit 1; }; };;
+ *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
+ { (exit 1); exit; }; };;
esac
done
@@ -586,10 +524,10 @@ target=$target_alias
if test "x$host_alias" != x; then
if test "x$build_alias" = x; then
cross_compiling=maybe
- { echo "$as_me:589: WARNING: If you wanted to set the --build type, don't use --host.
+ { echo "$as_me:527: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used." >&5
-echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used." >&2;}
+echo "$as_me: warning: If you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used." >&2; }
elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes
fi
@@ -598,8 +536,6 @@ fi
ac_tool_prefix=
test -n "$host_alias" && ac_tool_prefix=$host_alias-
-test "$silent" = yes && exec 6>/dev/null
-
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
@@ -616,13 +552,11 @@ else
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
- { { echo "$as_me:619: error: cannot find sources in $ac_confdir or .." >&5
-echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
+ { (exit 1); exit; }; }
else
- { { echo "$as_me:623: error: cannot find sources in $srcdir" >&5
-echo "$as_me: error: cannot find sources in $srcdir" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: cannot find sources in $srcdir" >&2
+ { (exit 1); exit; }; }
fi
fi
srcdir=`echo "$srcdir" | sed 's%\([^/]\)/*$%\1%'`
@@ -650,10 +584,6 @@ ac_env_LDFLAGS_set=${LDFLAGS+set}
ac_env_LDFLAGS_value=$LDFLAGS
ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
ac_cv_env_LDFLAGS_value=$LDFLAGS
-ac_env_CPP_set=${CPP+set}
-ac_env_CPP_value=$CPP
-ac_cv_env_CPP_set=${CPP+set}
-ac_cv_env_CPP_value=$CPP
ac_env_CPPFLAGS_set=${CPPFLAGS+set}
ac_env_CPPFLAGS_value=$CPPFLAGS
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
@@ -666,7 +596,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<EOF
-\`configure' configures heimdal 0.3e to adapt to many kinds of systems.
+\`configure' configures heimdal 0.3f to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -736,7 +666,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of heimdal 0.3e:";;
+ short | recursive ) echo "Configuration of heimdal 0.3f:";;
esac
cat <<\EOF
@@ -785,7 +715,6 @@ Some influential environment variables:
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
- CPP C preprocessor
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
@@ -821,13 +750,12 @@ if test "$ac_init_help" = "recursive"; then
elif test -f $ac_sub_srcdir/configure; then
echo
$SHELL $ac_sub_srcdir/configure --help=recursive
- elif test -f $ac_sub_srcdir/configure.ac ||
- test -f $ac_sub_srcdir/configure.in; then
+ elif test -f $ac_sub_srcdir/configure.in; then
echo
$ac_configure --help
else
- { echo "$as_me:829: WARNING: no configuration information is in $ac_subdir" >&5
-echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
+ { echo "$as_me:757: WARNING: no configuration information is in $ac_subdir" >&5
+echo "$as_me: warning: no configuration information is in $ac_subdir" >&2; }
fi
cd $ac_popdir
done
@@ -836,7 +764,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
-configure (heimdal 0.3e) 2.49d
+configure (heimdal 0.3f) 2.49b
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
Free Software Foundation, Inc.
@@ -869,40 +797,8 @@ do
done
# When interrupted or exit'd, cleanup temporary files, and complete
-# config.log. We remove comments because anyway the quotes in there
-# would cause problems or look ugly.
+# config.log.
trap 'exit_status=$?
- # Save into config.log some information that might help in debugging.
- echo >&5
- echo "## ----------------- ##" >&5
- echo "## Cache variables. ##" >&5
- echo "## ----------------- ##" >&5
- echo >&5
- # The following way of writing the cache mishandles newlines in values,
-{
- (set) 2>&1 |
- case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
- *ac_space=\ *)
- sed -n \
- "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
- s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
- ;;
- *)
- sed -n \
- "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
- ;;
- esac;
-} >&5
- sed "/^$/d" confdefs.h >conftest.log
- if test -s conftest.log; then
- echo >&5
- echo "## ------------ ##" >&5
- echo "## confdefs.h. ##" >&5
- echo "## ------------ ##" >&5
- echo >&5
- cat conftest.log >&5
- fi
- (echo; echo) >&5
test "$ac_signal" != 0 &&
echo "$as_me: caught signal $ac_signal" >&5
echo "$as_me: exit $exit_status" >&5
@@ -910,7 +806,7 @@ trap 'exit_status=$?
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
- trap 'ac_status=$?; ac_signal='$ac_signal'; { (exit $ac_status); exit $ac_status; }' $ac_signal
+ trap 'ac_status=$?; ac_signal='$ac_signal'; exit $ac_status' $ac_signal
done
ac_signal=0
@@ -939,16 +835,16 @@ if test -r "$cache_file"; then
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
- { echo "$as_me:942: loading cache $cache_file" >&5
-echo "$as_me: loading cache $cache_file" >&6;}
+ { echo "$as_me:838: loading cache $cache_file" >&5
+echo "loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
*) . ./$cache_file;;
esac
fi
else
- { echo "$as_me:950: creating cache $cache_file" >&5
-echo "$as_me: creating cache $cache_file" >&6;}
+ { echo "$as_me:846: creating cache $cache_file" >&5
+echo "creating cache $cache_file" >&6;}
>$cache_file
fi
@@ -963,37 +859,37 @@ for ac_var in `(set) 2>&1 |
eval ac_new_val="\$ac_env_${ac_var}_value"
case $ac_old_set,$ac_new_set in
set,)
- { echo "$as_me:966: 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;}
+ { echo "$as_me:862: 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:970: 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;}
+ { echo "$as_me:866: 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:976: 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:978: WARNING: former value: $ac_old_val" >&5
-echo "$as_me: WARNING: former value: $ac_old_val" >&2;}
- { echo "$as_me:980: WARNING: current value: $ac_new_val" >&5
-echo "$as_me: WARNING: current value: $ac_new_val" >&2;}
+ { echo "$as_me:872: 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:874: WARNING: former value: $ac_old_val" >&5
+echo "$as_me: warning: former value: $ac_old_val" >&2; }
+ { echo "$as_me:876: WARNING: current value: $ac_new_val" >&5
+echo "$as_me: warning: current value: $ac_new_val" >&2; }
ac_suggest_removing_cache=:
fi;;
esac
done
if $ac_suggest_removing_cache; then
- { echo "$as_me:987: 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:989: WARNING: consider removing $cache_file and starting over" >&5
-echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;}
+ { echo "$as_me:883: 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:885: WARNING: consider removing $cache_file and starting over" >&5
+echo "$as_me: warning: consider removing $cache_file and starting over" >&2; }
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
@@ -1005,17 +901,18 @@ esac
ac_config_headers="$ac_config_headers include/config.h"
-ac_config_commands="$ac_config_commands default-1"
+ ac_config_commands="$ac_config_commands default-1"
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='${CC-cc} -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "$as_me:1018: checking for $ac_word" >&5
+echo "$as_me:915: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1028,7 +925,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}gcc"
break
done
@@ -1037,10 +934,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1040: result: $CC" >&5
+ echo "$as_me:937: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1043: result: no" >&5
+ echo "$as_me:940: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1049,7 +946,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-echo "$as_me:1052: checking for $ac_word" >&5
+echo "$as_me:949: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1062,7 +959,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="gcc"
break
done
@@ -1071,10 +968,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1074: result: $ac_ct_CC" >&5
+ echo "$as_me:971: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1077: result: no" >&5
+ echo "$as_me:974: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1087,7 +984,7 @@ if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
# 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:1090: checking for $ac_word" >&5
+echo "$as_me:987: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1100,7 +997,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}cc"
break
done
@@ -1109,10 +1006,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1112: result: $CC" >&5
+ echo "$as_me:1009: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1115: result: no" >&5
+ echo "$as_me:1012: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1121,7 +1018,7 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:1124: checking for $ac_word" >&5
+echo "$as_me:1021: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1134,7 +1031,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="cc"
break
done
@@ -1143,10 +1040,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1146: result: $ac_ct_CC" >&5
+ echo "$as_me:1043: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1149: result: no" >&5
+ echo "$as_me:1046: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1159,7 +1056,7 @@ fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-echo "$as_me:1162: checking for $ac_word" >&5
+echo "$as_me:1059: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1173,7 +1070,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
@@ -1200,10 +1097,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1203: result: $CC" >&5
+ echo "$as_me:1100: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1206: result: no" >&5
+ echo "$as_me:1103: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1214,7 +1111,7 @@ if test -z "$CC"; then
do
# 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:1217: checking for $ac_word" >&5
+echo "$as_me:1114: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1227,7 +1124,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
break
done
@@ -1236,10 +1133,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "$as_me:1239: result: $CC" >&5
+ echo "$as_me:1136: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "$as_me:1242: result: no" >&5
+ echo "$as_me:1139: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1252,7 +1149,7 @@ if test -z "$CC"; then
do
# 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:1255: checking for $ac_word" >&5
+echo "$as_me:1152: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1265,7 +1162,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="$ac_prog"
break
done
@@ -1274,10 +1171,10 @@ fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "$as_me:1277: result: $ac_ct_CC" >&5
+ echo "$as_me:1174: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "$as_me:1280: result: no" >&5
+ echo "$as_me:1177: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -1289,131 +1186,13 @@ fi
fi
-test -z "$CC" && { { echo "$as_me:1292: error: no acceptable cc found in \$PATH" >&5
-echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
- { (exit 1); exit 1; }; }
+test -z "$CC" && { echo "$as_me: error: no acceptable cc found in \$PATH" >&2
+ { (exit 1); exit; }; }
-echo "$as_me:1296: checking for object suffix" >&5
-echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
-if test "${ac_cv_objext+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-#line 1302 "configure"
-#include "confdefs.h"
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.o conftest.obj
-if { (eval echo "$as_me:1314: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:1317: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
- case $ac_file in
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
- *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
- break;;
- esac
-done
-else
- echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-{ { echo "$as_me:1329: error: cannot compute OBJEXT: cannot compile" >&5
-echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-rm -f conftest.$ac_cv_objext conftest.$ac_ext
-fi
-echo "$as_me:1336: result: $ac_cv_objext" >&5
-echo "${ECHO_T}$ac_cv_objext" >&6
-OBJEXT=$ac_cv_objext
-ac_objext=$OBJEXT
-echo "$as_me:1340: checking for executable suffix" >&5
-echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
-if test "${ac_cv_exeext+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-#line 1346 "configure"
-#include "confdefs.h"
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-# Try without -o first, disregard a.out.
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-if { (eval echo "$as_me:1359: \"$ac_link_default\"") >&5
- (eval $ac_link_default) 2>&5
- ac_status=$?
- echo "$as_me:1362: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- for ac_file in `ls a.exe conftest.exe a.* conftest conftest.* 2>/dev/null`; do
- case $ac_file in
- *.$ac_ext | *.out | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
- *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
- export ac_cv_exeext
- break;;
- * ) break;;
- esac
-done
-else
- echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-fi
-
-rm -f a.out a.exe conftest$ac_cv_exeext
-
-# We have not set ac_exeext yet which is needed by `ac_link'.
-ac_exeext=$ac_cv_exeext
-if { (eval echo "$as_me:1382: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:1385: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- # If both `conftest.exe' and `conftest' are `present' (well, observable)
-# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
-# work properly (i.e., refer to `conftest.exe'), while it won't with
-# `rm'.
-for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
- case $ac_file in
- *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
- *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
- export ac_cv_exeext
- break;;
- * ) break;;
- esac
-done
-else
- { { echo "$as_me:1401: 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; }; }
-fi
-
-rm -f conftest.$ac_ext conftest$ac_cv_exeext
-
-fi
-echo "$as_me:1409: result: $ac_cv_exeext" >&5
-echo "${ECHO_T}$ac_cv_exeext" >&6
-EXEEXT=$ac_cv_exeext
-ac_exeext=$EXEEXT
-echo "$as_me:1413: checking whether the C compiler works" >&5
+echo "$as_me:1192: checking whether the C compiler works" >&5
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 1416 "configure"
+#line 1195 "configure"
#include "confdefs.h"
int
@@ -1425,68 +1204,52 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:1428: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:1431: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:1433: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:1436: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:1207: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
# FIXME: these cross compiler hacks should be removed for autoconf 3.0
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
- if { (eval echo "$as_me:1441: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:1444: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+ if { ac_try='./conftest$ac_exeext'; { (eval echo $as_me:1211: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
- { { echo "$as_me:1451: error: cannot run C compiled programs.
-To enable cross compilation, use \`--host'." >&5
-echo "$as_me: error: cannot run C compiled programs.
-To enable cross compilation, use \`--host'." >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: cannot run C compiled programs.
+To enable cross compilation, use \`--host'." >&2
+ { (exit 1); exit; }; }
fi
fi
fi
-echo "$as_me:1459: result: yes" >&5
+echo "$as_me:1223: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-echo "$as_me:1464: result: no" >&5
+ cat conftest.$ac_ext >&5
+ echo "$as_me:1228: result: no" >&5
echo "${ECHO_T}no" >&6
-{ { echo "$as_me:1466: error: C compiler cannot create executables" >&5
-echo "$as_me: error: C compiler cannot create executables" >&2;}
- { (exit 77); exit 77; }; }
+{ echo "$as_me: error: C compiler cannot create executables" >&2
+ { (exit 77); exit; }; }
fi
rm -f conftest$ac_exeext conftest.$ac_ext
-echo "$as_me:1471: checking whether we are cross compiling" >&5
+echo "$as_me:1234: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:1473: result: $cross_compiling" >&5
+echo "$as_me:1236: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
-echo "$as_me:1476: checking whether we are using the GNU C compiler" >&5
+echo "$as_me:1239: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 1482 "configure"
+#line 1245 "configure"
#include "confdefs.h"
int
main ()
{
#ifndef __GNUC__
- choke me
+ choke me
#endif
;
@@ -1494,39 +1257,27 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1497: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:1500: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:1502: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:1505: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:1260: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_compiler_gnu=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_compiler_gnu=no
+ cat conftest.$ac_ext >&5
+ ac_compiler_gnu=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
-echo "$as_me:1517: result: $ac_cv_c_compiler_gnu" >&5
+echo "$as_me:1271: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
-ac_test_CFLAGS=${CFLAGS+set}
-ac_save_CFLAGS=$CFLAGS
-CFLAGS="-g"
-echo "$as_me:1523: 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
+echo "$as_me:1274: checking for object suffix" >&5
+echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
+if test "${ac_cv_objext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 1529 "configure"
+#line 1280 "configure"
#include "confdefs.h"
int
@@ -1537,153 +1288,119 @@ main ()
return 0;
}
_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1541: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:1544: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:1546: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:1549: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- ac_cv_prog_cc_g=yes
+if { (eval echo $as_me:1291: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
+ for ac_file in `ls conftest.o conftest.obj conftest.* 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.tds | *.d ) ;;
+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+ break;;
+ esac
+ done
+ rm -f conftest.$ac_objext conftest.$ac_ext
else
- echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_prog_cc_g=no
+ { echo "$as_me: error: cannot compile" >&2
+ { (exit 1); exit; }; }
fi
-rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:1559: result: $ac_cv_prog_cc_g" >&5
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
-if test "$ac_test_CFLAGS" = set; then
- CFLAGS=$ac_save_CFLAGS
-elif test $ac_cv_prog_cc_g = yes; then
- if test "$GCC" = yes; then
- CFLAGS="-g -O2"
- else
- CFLAGS="-g"
- fi
+echo "$as_me:1305: result: $ac_cv_objext" >&5
+echo "${ECHO_T}$ac_cv_objext" >&6
+OBJEXT=$ac_cv_objext
+ac_objext=$ac_cv_objext
+
+echo "$as_me:1310: checking for executable suffix" >&5
+echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
+if test "${ac_cv_exeext+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
- if test "$GCC" = yes; then
- CFLAGS="-O2"
- else
- CFLAGS=
- fi
-fi
-# Some people use a C++ compiler to compile C. Since we use `exit',
-# in C++ we need to declare it. In case someone uses the same compiler
-# for both compiling C and C++ we need to have the C++ compiler decide
-# the declaration of exit, since it's the most demanding environment.
-cat >conftest.$ac_ext <<_ACEOF
-#ifndef __cplusplus
- choke me
-#endif
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1586: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:1589: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:1591: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:1594: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- for ac_declaration in \
- ''\
- '#include <stdlib.h>' \
- 'extern "C" void std::exit (int) throw (); using std::exit;' \
- 'extern "C" void std::exit (int); using std::exit;' \
- 'extern "C" void exit (int) throw ();' \
- 'extern "C" void exit (int);' \
- 'void exit (int);'
-do
- cat >conftest.$ac_ext <<_ACEOF
-#line 1606 "configure"
+ case "$CYGWIN $MINGW32 $EMXOS2" in
+ *yes*) ac_cv_exeext=.exe ;;
+ *)
+ cat >conftest.$ac_ext <<_ACEOF
+#line 1319 "configure"
#include "confdefs.h"
-#include <stdlib.h>
-$ac_declaration
+
int
main ()
{
-exit (42);
+
;
return 0;
}
_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1619: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:1622: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:1624: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:1627: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- :
-else
- echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-continue
+ if { (eval echo $as_me:1330: \"$ac_link\") >&5; (eval $ac_link) 2>&5; }; then
+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
+ # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
+ # work properly (i.e., refer to `conftest.exe'), while it won't with
+ # `rm'.
+ for ac_file in `ls conftest.exe conftest conftest.* 2>/dev/null`; do
+ case $ac_file in
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d) ;;
+ *) ac_cv_exeext=`expr "$ac_file" : 'conftest\(.*\)'`
+ break;;
+ esac
+ done
+ rm -f conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+ else
+ { echo "$as_me: error: cannot compile and link" >&2
+ { (exit 1); exit; }; }
+ fi
+ ;;
+esac
fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+echo "$as_me:1350: result: $ac_cv_exeext" >&5
+echo "${ECHO_T}$ac_cv_exeext" >&6
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+CFLAGS="-g"
+echo "$as_me:1358: checking whether ${CC-cc} accepts -g" >&5
+echo $ECHO_N "checking whether ${CC-cc} accepts -g... $ECHO_C" >&6
+if test "${ac_cv_prog_cc_g+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
cat >conftest.$ac_ext <<_ACEOF
-#line 1637 "configure"
+#line 1364 "configure"
#include "confdefs.h"
-$ac_declaration
+
int
main ()
{
-exit (42);
+
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1649: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:1652: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:1654: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:1657: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- break
+if { (eval echo $as_me:1376: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+ ac_cv_prog_cc_g=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
+ ac_cv_prog_cc_g=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-done
-echo '#ifdef __cplusplus' >>confdefs.h
-echo $ac_declaration >>confdefs.h
-echo '#endif' >>confdefs.h
-
+fi
+echo "$as_me:1385: result: $ac_cv_prog_cc_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
+if test "$ac_test_CFLAGS" = set; then
+ CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+ CFLAGS="-g -O2"
+ else
+ CFLAGS="-g"
+ fi
else
- echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ if test "$GCC" = yes; then
+ CFLAGS="-O2"
+ else
+ CFLAGS=
+ fi
fi
-rm -f conftest.$ac_objext conftest.$ac_ext
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&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:1686: checking how to run the C preprocessor" >&5
+echo "$as_me:1403: 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.
if test -n "$CPP" && test -d "$CPP"; then
@@ -1694,28 +1411,22 @@ if test -z "$CPP"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# Double quotes because CPP needs to be expanded
- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+ for CPP in "${CC-cc} -E" "${CC-cc} -E -traditional-cpp" "/lib/cpp"
do
# Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works.
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
-ac_c_preproc_warn_flag=maybe
cat >conftest.$ac_ext <<_ACEOF
-#line 1705 "configure"
+#line 1421 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:1710: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:1716: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_c_preproc_warn_flag=maybe
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:1428: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -1723,24 +1434,18 @@ if { (eval echo "$as_me:1710: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
-if test -z "$ac_cpp_err"; then
- # Now check whether non-existent headers can be detected and how
+
+# Now check whether non-existent headers can be detected and how
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 1731 "configure"
+#line 1442 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:1735: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:1741: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:1447: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -1748,27 +1453,21 @@ if { (eval echo "$as_me:1735: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
-if test -z "$ac_cpp_err"; then
- # cannot detect missing includes at all
-ac_cpp_err=yes
-else
- echo "$as_me: failed program was:" >&5
- cat conftest.$ac_ext >&5
- if test "x$ac_cpp_err" = xmaybe; then
+
+ if test -z "$ac_cpp_err"; then
+ # cannot detect missing includes at all
+ ac_cpp_err=yes
+ else
+ if test "x$ac_cpp_err" = xmaybe; then
ac_c_preproc_warn_flag=yes
else
ac_c_preproc_warn_flag=
fi
ac_cpp_err=
+ fi
fi
-rm -f conftest.err conftest.$ac_ext
-fi
-else
- echo "$as_me: failed program was:" >&5
- cat conftest.$ac_ext >&5
+rm -f conftest*
-fi
-rm -f conftest.err conftest.$ac_ext
if test -z "$ac_cpp_err"; then
break
fi
@@ -1782,22 +1481,16 @@ else
# with a fresh cross-compiler works.
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
-ac_c_preproc_warn_flag=maybe
cat >conftest.$ac_ext <<_ACEOF
-#line 1787 "configure"
+#line 1485 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax error
_ACEOF
-if { (eval echo "$as_me:1792: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:1798: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_c_preproc_warn_flag=maybe
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:1492: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -1805,24 +1498,18 @@ if { (eval echo "$as_me:1792: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
-if test -z "$ac_cpp_err"; then
- # Now check whether non-existent headers can be detected and how
+
+# Now check whether non-existent headers can be detected and how
# Skip if ac_cpp_err is not empty - ac_cpp is broken
if test -z "$ac_cpp_err"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 1813 "configure"
+#line 1506 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
-if { (eval echo "$as_me:1817: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:1823: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:1511: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -1830,51 +1517,39 @@ if { (eval echo "$as_me:1817: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
-if test -z "$ac_cpp_err"; then
- # cannot detect missing includes at all
-ac_cpp_err=yes
-else
- echo "$as_me: failed program was:" >&5
- cat conftest.$ac_ext >&5
- if test "x$ac_cpp_err" = xmaybe; then
+
+ if test -z "$ac_cpp_err"; then
+ # cannot detect missing includes at all
+ ac_cpp_err=yes
+ else
+ if test "x$ac_cpp_err" = xmaybe; then
ac_c_preproc_warn_flag=yes
else
ac_c_preproc_warn_flag=
fi
ac_cpp_err=
+ fi
fi
-rm -f conftest.err conftest.$ac_ext
-fi
-else
- echo "$as_me: failed program was:" >&5
- cat conftest.$ac_ext >&5
+rm -f conftest*
-fi
-rm -f conftest.err conftest.$ac_ext
ac_cv_prog_CPP=$CPP
fi
-echo "$as_me:1856: result: $CPP" >&5
+echo "$as_me:1537: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
if test -n "$ac_cpp_err"; then
- { { echo "$as_me:1859: error: C preprocessor \"$CPP\" fails sanity check" >&5
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2
+ { (exit 1); exit; }; }
fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&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:1869: checking for $CC option to accept ANSI C" >&5
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
+echo "$as_me:1544: checking for ${CC-cc} option to accept ANSI C" >&5
+echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
cat >conftest.$ac_ext <<_ACEOF
-#line 1877 "configure"
+#line 1552 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -1923,35 +1598,26 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:1926: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:1929: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:1931: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:1934: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:1601: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_prog_cc_stdc=$ac_arg
+rm -f conftest.$ac_ext conftest.$ac_objext
break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext
done
-rm -f conftest.$ac_ext conftest.$ac_objext
CC=$ac_save_CC
fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
- echo "$as_me:1951: result: none needed" >&5
+ echo "$as_me:1617: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
- echo "$as_me:1954: result: $ac_cv_prog_cc_stdc" >&5
+ echo "$as_me:1620: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
@@ -1973,9 +1639,8 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
fi
done
if test -z "$ac_aux_dir"; then
- { { echo "$as_me:1976: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2
+ { (exit 1); exit; }; }
fi
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
@@ -1993,7 +1658,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# 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:1996: checking for a BSD compatible install" >&5
+echo "$as_me:1661: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
@@ -2042,7 +1707,7 @@ fi
INSTALL=$ac_install_sh
fi
fi
-echo "$as_me:2045: result: $INSTALL" >&5
+echo "$as_me:1710: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -2053,7 +1718,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo "$as_me:2056: checking whether build environment is sane" >&5
+echo "$as_me:1721: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
@@ -2076,11 +1741,9 @@ if (
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- { { echo "$as_me:2079: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" >&5
-echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&2
+ { (exit 1); exit; }; }
fi
test "$2" = conftestfile
@@ -2089,14 +1752,12 @@ then
# Ok.
:
else
- { { echo "$as_me:2092: error: newly created file is older than distributed files!
-Check your system clock" >&5
-echo "$as_me: error: newly created file is older than distributed files!
-Check your system clock" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: newly created file is older than distributed files!
+Check your system clock" >&2
+ { (exit 1); exit; }; }
fi
rm -f conftest*
-echo "$as_me:2099: result: yes" >&5
+echo "$as_me:1760: result: yes" >&5
echo "${ECHO_T}yes" >&6
if test "$program_transform_name" = s,x,x,; then
program_transform_name=
@@ -2118,21 +1779,22 @@ test "$program_suffix" != NONE &&
test -z "$program_transform_name" && program_transform_name="s,x,x,"
test x"${MISSING+set}" = xset || \
- MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing"
+ MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing"
+# Use eval to expand $SHELL
if eval "$MISSING --run :"; then
am_missing_run="$MISSING --run "
else
am_missing_run=
am_backtick='`'
- { echo "$as_me:2127: WARNING: ${am_backtick}missing' script is too old or missing" >&5
-echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;}
+ { echo "$as_me:1789: WARNING: ${am_backtick}missing' script is too old or missing" >&5
+echo "$as_me: warning: ${am_backtick}missing' script is too old or missing" >&2; }
fi
for ac_prog in mawk gawk nawk awk
do
# 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:2135: checking for $ac_word" >&5
+echo "$as_me:1797: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2145,7 +1807,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
break
done
@@ -2154,17 +1816,17 @@ fi
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$as_me:2157: result: $AWK" >&5
+ echo "$as_me:1819: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
else
- echo "$as_me:2160: result: no" >&5
+ echo "$as_me:1822: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$AWK" && break
done
-echo "$as_me:2167: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:1829: 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_,'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -2184,11 +1846,11 @@ fi
rm -f conftestmake
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$as_me:2187: result: yes" >&5
+ echo "$as_me:1849: result: yes" >&5
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "$as_me:2191: result: no" >&5
+ echo "$as_me:1853: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
@@ -2217,6 +1879,9 @@ fi
if test -d .deps || mkdir .deps 2> /dev/null || test -d .deps; then
DEPDIR=.deps
+ # We redirect because .deps might already exist and be populated.
+ # In this situation we don't want to see an error.
+ rmdir .deps > /dev/null 2>&1
else
DEPDIR=_deps
fi
@@ -2224,16 +1889,15 @@ fi
ac_config_commands="$ac_config_commands default-2"
# test to see if srcdir already configured
-if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" &&
+if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
- { { echo "$as_me:2229: error: source directory already configured; run \"make distclean\" there first" >&5
-echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2
+ { (exit 1); exit; }; }
fi
# Define the identity of the package.
PACKAGE=heimdal
-VERSION=0.3e
+VERSION=0.3f
cat >>confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
@@ -2264,9 +1928,12 @@ if test -z "$install_sh"; then
install_sh="`echo $install_sh | sed -e 's/\${SHELL}//'`"
fi
+# We need awk for the "check" target. The system "awk" is bad on
+# some platforms.
+
depcc="$CC"
depcpp="$CPP"
-echo "$as_me:2269: checking dependency style of $depcc" >&5
+echo "$as_me:1936: checking dependency style of $depcc" >&5
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2290,10 +1957,13 @@ if test -z "$AMDEP"; then
;;
none) break ;;
esac
+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
+ # mode. It turns out that the SunPro C++ compiler does not properly
+ # handle `-M -o', and we need to detect this.
if depmode="$depmode" \
source=conftest.c object=conftest.o \
depfile=conftest.Po tmpdepfile=conftest.TPo \
- $SHELL $am_depcomp $depcc -c conftest.c 2>/dev/null &&
+ $SHELL $am_depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
grep conftest.h conftest.Po > /dev/null 2>&1; then
am_cv_CC_dependencies_compiler_type="$depmode"
break
@@ -2307,17 +1977,16 @@ fi
fi
-echo "$as_me:2310: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "$as_me:1980: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
- { { echo "$as_me:2316: error: cannot run $ac_config_sub" >&5
-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: cannot run $ac_config_sub" >&2
+ { (exit 1); exit; }; }
-echo "$as_me:2320: checking build system type" >&5
+echo "$as_me:1989: checking build system type" >&5
echo $ECHO_N "checking build system type... $ECHO_C" >&6
if test "${ac_cv_build+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2326,23 +1995,21 @@ else
test -z "$ac_cv_build_alias" &&
ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
- { { echo "$as_me:2329: 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; }; }
+ { echo "$as_me: error: cannot guess build type; you must specify one" >&2
+ { (exit 1); exit; }; }
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
- { { echo "$as_me:2333: 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; }; }
+ { echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2
+ { (exit 1); exit; }; }
fi
-echo "$as_me:2338: result: $ac_cv_build" >&5
+echo "$as_me:2005: result: $ac_cv_build" >&5
echo "${ECHO_T}$ac_cv_build" >&6
build=$ac_cv_build
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "$as_me:2345: checking host system type" >&5
+echo "$as_me:2012: checking host system type" >&5
echo $ECHO_N "checking host system type... $ECHO_C" >&6
if test "${ac_cv_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2351,12 +2018,11 @@ else
test -z "$ac_cv_host_alias" &&
ac_cv_host_alias=$ac_cv_build_alias
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
- { { echo "$as_me:2354: 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; }; }
+ { echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2
+ { (exit 1); exit; }; }
fi
-echo "$as_me:2359: result: $ac_cv_host" >&5
+echo "$as_me:2025: result: $ac_cv_host" >&5
echo "${ECHO_T}$ac_cv_host" >&6
host=$ac_cv_host
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
@@ -2404,7 +2070,7 @@ for ac_prog in 'bison -y' byacc
do
# 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:2407: checking for $ac_word" >&5
+echo "$as_me:2073: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_YACC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2417,7 +2083,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_YACC="$ac_prog"
break
done
@@ -2426,10 +2092,10 @@ fi
fi
YACC=$ac_cv_prog_YACC
if test -n "$YACC"; then
- echo "$as_me:2429: result: $YACC" >&5
+ echo "$as_me:2095: result: $YACC" >&5
echo "${ECHO_T}$YACC" >&6
else
- echo "$as_me:2432: result: no" >&5
+ echo "$as_me:2098: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2441,7 +2107,7 @@ for ac_prog in flex lex
do
# 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:2444: checking for $ac_word" >&5
+echo "$as_me:2110: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2454,7 +2120,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_LEX="$ac_prog"
break
done
@@ -2463,10 +2129,10 @@ fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
- echo "$as_me:2466: result: $LEX" >&5
+ echo "$as_me:2132: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
else
- echo "$as_me:2469: result: no" >&5
+ echo "$as_me:2135: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2478,7 +2144,7 @@ for ac_prog in flex lex
do
# 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:2481: checking for $ac_word" >&5
+echo "$as_me:2147: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_LEX+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2491,7 +2157,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_LEX="$ac_prog"
break
done
@@ -2500,10 +2166,10 @@ fi
fi
LEX=$ac_cv_prog_LEX
if test -n "$LEX"; then
- echo "$as_me:2503: result: $LEX" >&5
+ echo "$as_me:2169: result: $LEX" >&5
echo "${ECHO_T}$LEX" >&6
else
- echo "$as_me:2506: result: no" >&5
+ echo "$as_me:2172: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2513,7 +2179,8 @@ test -n "$LEX" || LEX=":"
if test -z "$LEXLIB"
then
- echo "$as_me:2516: checking for yywrap in -lfl" >&5
+
+echo "$as_me:2183: checking for yywrap in -lfl" >&5
echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
if test "${ac_cv_lib_fl_yywrap+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2521,7 +2188,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lfl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2524 "configure"
+#line 2191 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -2540,31 +2207,23 @@ yywrap ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:2543: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:2546: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:2548: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:2551: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:2210: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_fl_yywrap=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_fl_yywrap=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_fl_yywrap=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:2562: result: $ac_cv_lib_fl_yywrap" >&5
+echo "$as_me:2220: result: $ac_cv_lib_fl_yywrap" >&5
echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
if test $ac_cv_lib_fl_yywrap = yes; then
LEXLIB="-lfl"
else
- echo "$as_me:2567: checking for yywrap in -ll" >&5
+
+echo "$as_me:2226: checking for yywrap in -ll" >&5
echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
if test "${ac_cv_lib_l_yywrap+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2572,7 +2231,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ll $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2575 "configure"
+#line 2234 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -2591,26 +2250,17 @@ yywrap ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:2594: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:2597: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:2599: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:2602: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:2253: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_l_yywrap=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_l_yywrap=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_l_yywrap=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:2613: result: $ac_cv_lib_l_yywrap" >&5
+echo "$as_me:2263: result: $ac_cv_lib_l_yywrap" >&5
echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
if test $ac_cv_lib_l_yywrap = yes; then
LEXLIB="-ll"
@@ -2621,7 +2271,7 @@ fi
fi
if test "x$LEX" != "x:"; then
- echo "$as_me:2624: checking lex output file root" >&5
+ echo "$as_me:2274: checking lex output file root" >&5
echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
if test "${ac_cv_prog_lex_root+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2635,16 +2285,15 @@ if test -f lex.yy.c; then
elif test -f lexyy.c; then
ac_cv_prog_lex_root=lexyy
else
- { { echo "$as_me:2638: error: cannot find output from $LEX; giving up" >&5
-echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: cannot find output from $LEX; giving up" >&2
+ { (exit 1); exit; }; }
fi
fi
-echo "$as_me:2643: result: $ac_cv_prog_lex_root" >&5
+echo "$as_me:2292: result: $ac_cv_prog_lex_root" >&5
echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
-echo "$as_me:2647: checking whether yytext is a pointer" >&5
+echo "$as_me:2296: checking whether yytext is a pointer" >&5
echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2660,27 +2309,18 @@ cat >conftest.$ac_ext <<_ACEOF
`cat $LEX_OUTPUT_ROOT.c`
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:2663: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:2666: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:2668: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:2671: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:2312: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_prog_lex_yytext_pointer=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_save_LIBS
rm -f "${LEX_OUTPUT_ROOT}.c"
fi
-echo "$as_me:2683: result: $ac_cv_prog_lex_yytext_pointer" >&5
+echo "$as_me:2323: result: $ac_cv_prog_lex_yytext_pointer" >&5
echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
if test $ac_cv_prog_lex_yytext_pointer = yes; then
@@ -2695,7 +2335,7 @@ fi
if test -n "$ac_tool_prefix"; then
# 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:2698: checking for $ac_word" >&5
+echo "$as_me:2338: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2708,7 +2348,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
break
done
@@ -2717,10 +2357,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:2720: result: $RANLIB" >&5
+ echo "$as_me:2360: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:2723: result: no" >&5
+ echo "$as_me:2363: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2729,7 +2369,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
-echo "$as_me:2732: checking for $ac_word" >&5
+echo "$as_me:2372: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2742,7 +2382,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
break
done
@@ -2752,10 +2392,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:2755: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:2395: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:2758: result: no" >&5
+ echo "$as_me:2398: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -2768,7 +2408,7 @@ for ac_prog in mawk gawk nawk awk
do
# 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:2771: checking for $ac_word" >&5
+echo "$as_me:2411: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2781,7 +2421,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
break
done
@@ -2790,17 +2430,17 @@ fi
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "$as_me:2793: result: $AWK" >&5
+ echo "$as_me:2433: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
else
- echo "$as_me:2796: result: no" >&5
+ echo "$as_me:2436: result: no" >&5
echo "${ECHO_T}no" >&6
fi
test -n "$AWK" && break
done
-echo "$as_me:2803: checking for ln -s or something else" >&5
+echo "$as_me:2443: checking for ln -s or something else" >&5
echo $ECHO_N "checking for ln -s or something else... $ECHO_C" >&6
if test "${ac_cv_prog_LN_S+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2821,7 +2461,7 @@ else
fi
fi
LN_S="$ac_cv_prog_LN_S"
-echo "$as_me:2824: result: $ac_cv_prog_LN_S" >&5
+echo "$as_me:2464: result: $ac_cv_prog_LN_S" >&5
echo "${ECHO_T}$ac_cv_prog_LN_S" >&6
# Check whether --with-mips_abi or --without-mips_abi was given.
@@ -2849,13 +2489,12 @@ case "${with_mips_abi}" in
n32|yes) abi='-mabi=n32'; abilibdirext='32' ;;
64) abi='-mabi=64'; abilibdirext='64' ;;
no) abi=''; abilibdirext='';;
- *) { { echo "$as_me:2852: error: \"Invalid ABI specified\"" >&5
-echo "$as_me: error: \"Invalid ABI specified\"" >&2;}
- { (exit 1); exit 1; }; } ;;
+ *) { echo "$as_me: error: \"Invalid ABI specified\"" >&2
+ { (exit 1); exit; }; } ;;
esac
if test -n "$abi" ; then
ac_foo=krb_cv_gcc_`echo $abi | tr =- __`
-echo "$as_me:2858: checking if $CC supports the $abi option" >&5
+echo "$as_me:2497: checking if $CC supports the $abi option" >&5
echo $ECHO_N "checking if $CC supports the $abi option... $ECHO_C" >&6
if eval "test \"\${$ac_foo+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2864,7 +2503,7 @@ else
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $abi"
cat >conftest.$ac_ext <<_ACEOF
-#line 2867 "configure"
+#line 2506 "configure"
#include "confdefs.h"
int
@@ -2876,21 +2515,12 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2879: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:2882: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:2884: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:2887: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:2518: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval $ac_foo=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval $ac_foo=no
+ cat conftest.$ac_ext >&5
+ eval $ac_foo=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CFLAGS="$save_CFLAGS"
@@ -2898,7 +2528,7 @@ CFLAGS="$save_CFLAGS"
fi
ac_res=`eval echo \\\$$ac_foo`
-echo "$as_me:2901: result: $ac_res" >&5
+echo "$as_me:2531: result: $ac_res" >&5
echo "${ECHO_T}$ac_res" >&6
if test $ac_res = no; then
# Try to figure out why that failed...
@@ -2907,7 +2537,7 @@ case $abi in
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -mabi=n32"
cat >conftest.$ac_ext <<_ACEOF
-#line 2910 "configure"
+#line 2540 "configure"
#include "confdefs.h"
int
@@ -2919,29 +2549,19 @@ int x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2922: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:2925: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:2927: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:2930: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:2552: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_res=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_res=no
+ cat conftest.$ac_ext >&5
+ ac_res=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
CLAGS="$save_CFLAGS"
if test $ac_res = yes; then
# New GCC
- { { echo "$as_me:2942: error: $CC does not support the $with_mips_abi ABI" >&5
-echo "$as_me: error: $CC does not support the $with_mips_abi ABI" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: $CC does not support the $with_mips_abi ABI" >&2
+ { (exit 1); exit; }; }
fi
# Old GCC
abi=''
@@ -2954,9 +2574,8 @@ echo "$as_me: error: $CC does not support the $with_mips_abi ABI" >&2;}
abilibdirext=''
else
# Some broken GCC
- { { echo "$as_me:2957: error: $CC does not support the $with_mips_abi ABI" >&5
-echo "$as_me: error: $CC does not support the $with_mips_abi ABI" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: $CC does not support the $with_mips_abi ABI" >&2
+ { (exit 1); exit; }; }
fi
;;
esac
@@ -2968,9 +2587,8 @@ case "${with_mips_abi}" in
n32|yes) abi='-n32'; abilibdirext='32' ;;
64) abi='-64'; abilibdirext='64' ;;
no) abi=''; abilibdirext='';;
- *) { { echo "$as_me:2971: error: \"Invalid ABI specified\"" >&5
-echo "$as_me: error: \"Invalid ABI specified\"" >&2;}
- { (exit 1); exit 1; }; } ;;
+ *) { echo "$as_me: error: \"Invalid ABI specified\"" >&2
+ { (exit 1); exit; }; } ;;
esac
fi #if test -n "$GCC"; then
;;
@@ -2979,14 +2597,14 @@ esac
CC="$CC $abi"
libdir="$libdir$abilibdirext"
-echo "$as_me:2982: checking for __attribute__" >&5
+echo "$as_me:2600: checking for __attribute__" >&5
echo $ECHO_N "checking for __attribute__... $ECHO_C" >&6
if test "${ac_cv___attribute__+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2989 "configure"
+#line 2607 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -3008,21 +2626,12 @@ foo(void)
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:3011: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:3014: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:3016: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:3019: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:2629: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv___attribute__=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv___attribute__=no
+ cat conftest.$ac_ext >&5
+ ac_cv___attribute__=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
@@ -3034,7 +2643,7 @@ cat >>confdefs.h <<\EOF
EOF
fi
-echo "$as_me:3037: result: $ac_cv___attribute__" >&5
+echo "$as_me:2646: result: $ac_cv___attribute__" >&5
echo "${ECHO_T}$ac_cv___attribute__" >&6
# Check whether --enable-shared or --disable-shared was given.
@@ -3114,7 +2723,7 @@ fi;
ac_prog=ld
if test "$ac_cv_c_compiler_gnu" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- echo "$as_me:3117: checking for ld used by GCC" >&5
+ echo "$as_me:2726: checking for ld used by GCC" >&5
echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
case $host in
*-*-mingw*)
@@ -3144,10 +2753,10 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
;;
esac
elif test "$with_gnu_ld" = yes; then
- echo "$as_me:3147: checking for GNU ld" >&5
+ echo "$as_me:2756: checking for GNU ld" >&5
echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
else
- echo "$as_me:3150: checking for non-GNU ld" >&5
+ echo "$as_me:2759: checking for non-GNU ld" >&5
echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
fi
if test "${ac_cv_path_LD+set}" = set; then
@@ -3177,16 +2786,15 @@ fi
LD="$ac_cv_path_LD"
if test -n "$LD"; then
- echo "$as_me:3180: result: $LD" >&5
+ echo "$as_me:2789: result: $LD" >&5
echo "${ECHO_T}$LD" >&6
else
- echo "$as_me:3183: result: no" >&5
+ echo "$as_me:2792: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-test -z "$LD" && { { echo "$as_me:3186: error: no acceptable ld found in \$PATH" >&5
-echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
- { (exit 1); exit 1; }; }
-echo "$as_me:3189: checking if the linker ($LD) is GNU ld" >&5
+test -z "$LD" && { echo "$as_me: error: no acceptable ld found in \$PATH" >&2
+ { (exit 1); exit; }; }
+echo "$as_me:2797: checking if the linker ($LD) is GNU ld" >&5
echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
if test "${ac_cv_prog_gnu_ld+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3198,23 +2806,23 @@ else
ac_cv_prog_gnu_ld=no
fi
fi
-echo "$as_me:3201: result: $ac_cv_prog_gnu_ld" >&5
+echo "$as_me:2809: result: $ac_cv_prog_gnu_ld" >&5
echo "${ECHO_T}$ac_cv_prog_gnu_ld" >&6
with_gnu_ld=$ac_cv_prog_gnu_ld
-echo "$as_me:3205: checking for $LD option to reload object files" >&5
+echo "$as_me:2813: checking for $LD option to reload object files" >&5
echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
if test "${lt_cv_ld_reload_flag+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
lt_cv_ld_reload_flag='-r'
fi
-echo "$as_me:3212: result: $lt_cv_ld_reload_flag" >&5
+echo "$as_me:2820: result: $lt_cv_ld_reload_flag" >&5
echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
reload_flag=$lt_cv_ld_reload_flag
test -n "$reload_flag" && reload_flag=" $reload_flag"
-echo "$as_me:3217: checking for BSD-compatible nm" >&5
+echo "$as_me:2825: checking for BSD-compatible nm" >&5
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
if test "${ac_cv_path_NM+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3249,21 +2857,36 @@ fi
fi
NM="$ac_cv_path_NM"
-echo "$as_me:3252: result: $NM" >&5
+echo "$as_me:2860: result: $NM" >&5
echo "${ECHO_T}$NM" >&6
-echo "$as_me:3255: checking whether ln -s works" >&5
+echo "$as_me:2863: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
-LN_S=$as_ln_s
-if test "$LN_S" = "ln -s"; then
- echo "$as_me:3259: result: yes" >&5
+if test "${ac_cv_prog_LN_S+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ rm -f conftest.sym conftest.file
+echo >conftest.file
+if ln -s conftest.file conftest.sym 2>/dev/null; then
+ ac_cv_prog_LN_S="ln -s"
+elif ln conftest.file conftest.sym 2>/dev/null; then
+ ac_cv_prog_LN_S=ln
+else
+ ac_cv_prog_LN_S=cp
+fi
+rm -f conftest.sym conftest.file
+fi
+LN_S=$ac_cv_prog_LN_S
+
+if test "$ac_cv_prog_LN_S" = "ln -s"; then
+ echo "$as_me:2882: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:3262: result: no, using $LN_S" >&5
+ echo "$as_me:2885: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
fi
-echo "$as_me:3266: checking how to recognise dependant libraries" >&5
+echo "$as_me:2889: checking how to recognise dependant libraries" >&5
echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
if test "${lt_cv_deplibs_check_method+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3399,7 +3022,7 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
esac
fi
-echo "$as_me:3402: result: $lt_cv_deplibs_check_method" >&5
+echo "$as_me:3025: result: $lt_cv_deplibs_check_method" >&5
echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method=$lt_cv_deplibs_check_method
@@ -3408,7 +3031,7 @@ deplibs_check_method=$lt_cv_deplibs_check_method
case "$deplibs_check_method" in
file_magic*)
if test "$file_magic_cmd" = '${MAGIC}'; then
- echo "$as_me:3411: checking for ${ac_tool_prefix}file" >&5
+ echo "$as_me:3034: checking for ${ac_tool_prefix}file" >&5
echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3463,16 +3086,16 @@ fi
MAGIC="$lt_cv_path_MAGIC"
if test -n "$MAGIC"; then
- echo "$as_me:3466: result: $MAGIC" >&5
+ echo "$as_me:3089: result: $MAGIC" >&5
echo "${ECHO_T}$MAGIC" >&6
else
- echo "$as_me:3469: result: no" >&5
+ echo "$as_me:3092: result: no" >&5
echo "${ECHO_T}no" >&6
fi
if test -z "$lt_cv_path_MAGIC"; then
if test -n "$ac_tool_prefix"; then
- echo "$as_me:3475: checking for file" >&5
+ echo "$as_me:3098: checking for file" >&5
echo $ECHO_N "checking for file... $ECHO_C" >&6
if test "${lt_cv_path_MAGIC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3527,10 +3150,10 @@ fi
MAGIC="$lt_cv_path_MAGIC"
if test -n "$MAGIC"; then
- echo "$as_me:3530: result: $MAGIC" >&5
+ echo "$as_me:3153: result: $MAGIC" >&5
echo "${ECHO_T}$MAGIC" >&6
else
- echo "$as_me:3533: result: no" >&5
+ echo "$as_me:3156: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3546,7 +3169,7 @@ esac
if test -n "$ac_tool_prefix"; then
# 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:3549: checking for $ac_word" >&5
+echo "$as_me:3172: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3559,7 +3182,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
break
done
@@ -3568,10 +3191,10 @@ fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "$as_me:3571: result: $RANLIB" >&5
+ echo "$as_me:3194: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "$as_me:3574: result: no" >&5
+ echo "$as_me:3197: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3580,7 +3203,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
-echo "$as_me:3583: checking for $ac_word" >&5
+echo "$as_me:3206: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3593,7 +3216,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
break
done
@@ -3603,10 +3226,10 @@ fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:3606: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:3229: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "$as_me:3609: result: no" >&5
+ echo "$as_me:3232: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3618,7 +3241,7 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
-echo "$as_me:3621: checking for $ac_word" >&5
+echo "$as_me:3244: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3631,7 +3254,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
break
done
@@ -3640,10 +3263,10 @@ fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- echo "$as_me:3643: result: $STRIP" >&5
+ echo "$as_me:3266: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
else
- echo "$as_me:3646: result: no" >&5
+ echo "$as_me:3269: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3652,7 +3275,7 @@ if test -z "$ac_cv_prog_STRIP"; then
ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
-echo "$as_me:3655: checking for $ac_word" >&5
+echo "$as_me:3278: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3665,7 +3288,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- $as_executable_p "$ac_dir/$ac_word" || continue
+ test -f "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_STRIP="strip"
break
done
@@ -3675,10 +3298,10 @@ fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- echo "$as_me:3678: result: $ac_ct_STRIP" >&5
+ echo "$as_me:3301: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
- echo "$as_me:3681: result: no" >&5
+ echo "$as_me:3304: result: no" >&5
echo "${ECHO_T}no" >&6
fi
@@ -3718,12 +3341,8 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case "$host" in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 3721 "configure"' > conftest.$ac_ext
- if { (eval echo "$as_me:3722: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:3725: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+ echo '#line 3344 "configure"' > conftest.$ac_ext
+ if { (eval echo $as_me:3345: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; }; then
case "`/usr/bin/file conftest.o`" in
*32-bit*)
LD="${LD-ld} -32"
@@ -3743,20 +3362,14 @@ case "$host" in
# On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
- echo "$as_me:3746: checking whether the C compiler needs -belf" >&5
+ echo "$as_me:3365: checking whether the C compiler needs -belf" >&5
echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
if test "${lt_cv_cc_needs_belf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
cat >conftest.$ac_ext <<_ACEOF
-#line 3759 "configure"
+#line 3372 "configure"
#include "confdefs.h"
int
@@ -3768,31 +3381,17 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:3771: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:3774: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:3776: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:3779: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:3384: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
lt_cv_cc_needs_belf=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-lt_cv_cc_needs_belf=no
+ cat conftest.$ac_ext >&5
+ lt_cv_cc_needs_belf=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
-echo "$as_me:3795: result: $lt_cv_cc_needs_belf" >&5
+echo "$as_me:3394: result: $lt_cv_cc_needs_belf" >&5
echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
if test x"$lt_cv_cc_needs_belf" != x"yes"; then
# this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
@@ -3867,25 +3466,24 @@ objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
-|| { { echo "$as_me:3870: error: libtool configure failed" >&5
-echo "$as_me: error: libtool configure failed" >&2;}
- { (exit 1); exit 1; }; }
+|| { echo "$as_me: error: libtool configure failed" >&2
+ { (exit 1); exit; }; }
# Reload cache, that may have been modified by ltconfig
if test -r "$cache_file"; then
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
- { echo "$as_me:3879: loading cache $cache_file" >&5
-echo "$as_me: loading cache $cache_file" >&6;}
+ { echo "$as_me:3477: loading cache $cache_file" >&5
+echo "loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
*) . ./$cache_file;;
esac
fi
else
- { echo "$as_me:3887: creating cache $cache_file" >&5
-echo "$as_me: creating cache $cache_file" >&6;}
+ { echo "$as_me:3485: creating cache $cache_file" >&5
+echo "creating cache $cache_file" >&6;}
>$cache_file
fi
@@ -3931,25 +3529,21 @@ for ac_header in \
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:3934: checking for $ac_header" >&5
+
+echo "$as_me:3533: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3940 "configure"
+#line 3539 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:3944: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:3950: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:3545: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -3957,16 +3551,19 @@ if { (eval echo "$as_me:3944: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:3969: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:3566: 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 <<EOF
@@ -3978,7 +3575,7 @@ done
fi
-echo "$as_me:3981: checking for dbopen" >&5
+echo "$as_me:3578: checking for dbopen" >&5
echo $ECHO_N "checking for dbopen... $ECHO_C" >&6
if test "${ac_cv_funclib_dbopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3994,7 +3591,7 @@ if eval "test \"\$ac_cv_func_dbopen\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 3997 "configure"
+#line 3594 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -4013,20 +3610,11 @@ dbopen(NULL, 0, 0, 0, NULL)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4016: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:4019: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4021: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:4024: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:3613: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dbopen=$ac_lib; else ac_cv_funclib_dbopen=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -4043,13 +3631,13 @@ if false; then
for ac_func in dbopen
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:4046: checking for $ac_func" >&5
+echo "$as_me:3634: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4052 "configure"
+#line 3640 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -4080,25 +3668,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4083: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:4086: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4088: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:4091: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:3671: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4101: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:3680: 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 <<EOF
@@ -4122,13 +3701,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:4125: result: yes" >&5
+ echo "$as_me:3704: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_dbopen=no"
eval "LIB_dbopen="
- echo "$as_me:4131: result: no" >&5
+ echo "$as_me:3710: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -4142,12 +3721,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:4145: result: yes, in $ac_res" >&5
+ echo "$as_me:3724: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:4150: checking for dbm_firstkey" >&5
+echo "$as_me:3729: checking for dbm_firstkey" >&5
echo $ECHO_N "checking for dbm_firstkey... $ECHO_C" >&6
if test "${ac_cv_funclib_dbm_firstkey+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4163,7 +3742,7 @@ if eval "test \"\$ac_cv_func_dbm_firstkey\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 4166 "configure"
+#line 3745 "configure"
#include "confdefs.h"
int
@@ -4175,20 +3754,11 @@ dbm_firstkey()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4178: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:4181: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4183: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:4186: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:3757: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dbm_firstkey=$ac_lib; else ac_cv_funclib_dbm_firstkey=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -4205,13 +3775,13 @@ if false; then
for ac_func in dbm_firstkey
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:4208: checking for $ac_func" >&5
+echo "$as_me:3778: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4214 "configure"
+#line 3784 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -4242,25 +3812,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4245: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:4248: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4250: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:4253: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:3815: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4263: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:3824: 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 <<EOF
@@ -4284,13 +3845,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:4287: result: yes" >&5
+ echo "$as_me:3848: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_dbm_firstkey=no"
eval "LIB_dbm_firstkey="
- echo "$as_me:4293: result: no" >&5
+ echo "$as_me:3854: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -4304,12 +3865,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:4307: result: yes, in $ac_res" >&5
+ echo "$as_me:3868: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:4312: checking for db_create" >&5
+echo "$as_me:3873: checking for db_create" >&5
echo $ECHO_N "checking for db_create... $ECHO_C" >&6
if test "${ac_cv_funclib_db_create+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4325,7 +3886,7 @@ if eval "test \"\$ac_cv_func_db_create\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 4328 "configure"
+#line 3889 "configure"
#include "confdefs.h"
int
@@ -4337,20 +3898,11 @@ db_create()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4340: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:4343: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4345: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:4348: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:3901: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_db_create=$ac_lib; else ac_cv_funclib_db_create=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -4367,13 +3919,13 @@ if false; then
for ac_func in db_create
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:4370: checking for $ac_func" >&5
+echo "$as_me:3922: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4376 "configure"
+#line 3928 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -4404,25 +3956,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:4407: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:4410: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4412: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:4415: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:3959: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:4425: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:3968: 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 <<EOF
@@ -4446,13 +3989,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:4449: result: yes" >&5
+ echo "$as_me:3992: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_db_create=no"
eval "LIB_db_create="
- echo "$as_me:4455: result: no" >&5
+ echo "$as_me:3998: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -4466,7 +4009,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:4469: result: yes, in $ac_res" >&5
+ echo "$as_me:4012: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -4479,7 +4022,7 @@ if test "$LIB_dbopen" != "$LIB_dbm_firstkey"; then
DBLIB="$DBLIB $LIB_dbm_firstkey"
fi
-echo "$as_me:4482: checking for inline" >&5
+echo "$as_me:4025: checking for inline" >&5
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4487,7 +4030,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 4490 "configure"
+#line 4033 "configure"
#include "confdefs.h"
#ifndef __cplusplus
$ac_kw int foo () {return 0; }
@@ -4495,26 +4038,17 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4498: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:4501: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4503: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:4506: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4041: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_c_inline=$ac_kw; break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:4517: result: $ac_cv_c_inline" >&5
+echo "$as_me:4051: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -4529,13 +4063,13 @@ EOF
;;
esac
-echo "$as_me:4532: checking for an ANSI C-conforming const" >&5
+echo "$as_me:4066: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4538 "configure"
+#line 4072 "configure"
#include "confdefs.h"
int
@@ -4593,25 +4127,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4596: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:4599: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4601: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:4604: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4130: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_c_const=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_c_const=no
+ cat conftest.$ac_ext >&5
+ ac_cv_c_const=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4614: result: $ac_cv_c_const" >&5
+echo "$as_me:4139: result: $ac_cv_c_const" >&5
echo "${ECHO_T}$ac_cv_c_const" >&6
if test $ac_cv_c_const = no; then
@@ -4621,13 +4146,13 @@ EOF
fi
-echo "$as_me:4624: checking for ANSI C header files" >&5
+echo "$as_me:4149: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4630 "configure"
+#line 4155 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -4635,15 +4160,9 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:4638: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:4644: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:4164: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -4651,19 +4170,21 @@ if { (eval echo "$as_me:4638: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
ac_cv_header_stdc=yes
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 4666 "configure"
+#line 4187 "configure"
#include "confdefs.h"
#include <string.h>
@@ -4681,7 +4202,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 4684 "configure"
+#line 4205 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -4702,7 +4223,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4705 "configure"
+#line 4226 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -4728,15 +4249,10 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:4731: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:4734: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:4735: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:4738: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:4252: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -4744,11 +4260,13 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
fi
-echo "$as_me:4751: result: $ac_cv_header_stdc" >&5
+echo "$as_me:4269: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -4758,61 +4276,13 @@ EOF
fi
-for ac_header in stdlib.h string.h memory.h strings.h inttypes.h unistd.h
-do
-ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:4764: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$ac_ac_Header+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-#line 4770 "configure"
-#include "confdefs.h"
-#include <$ac_header>
-_ACEOF
-if { (eval echo "$as_me:4774: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:4780: \$? = $ac_status" >&5
- (exit $ac_status); }; 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 "$ac_ac_Header=no"
-fi
-rm -f conftest.err conftest.$ac_ext
-fi
-echo "$as_me:4799: 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 <<EOF
-#define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
-EOF
-
-fi
-done
-
-echo "$as_me:4809: checking for size_t" >&5
+echo "$as_me:4279: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4815 "configure"
+#line 4285 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4827,25 +4297,16 @@ if (sizeof (size_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4830: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:4833: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4835: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:4838: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4300: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_size_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_size_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_size_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4848: result: $ac_cv_type_size_t" >&5
+echo "$as_me:4309: 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
:
@@ -4857,13 +4318,13 @@ EOF
fi
-echo "$as_me:4860: checking for pid_t" >&5
+echo "$as_me:4321: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4866 "configure"
+#line 4327 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4878,25 +4339,16 @@ if (sizeof (pid_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4881: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:4884: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4886: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:4889: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4342: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_pid_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_pid_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_pid_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4899: result: $ac_cv_type_pid_t" >&5
+echo "$as_me:4351: 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
:
@@ -4908,13 +4360,13 @@ EOF
fi
-echo "$as_me:4911: checking for uid_t in sys/types.h" >&5
+echo "$as_me:4363: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4917 "configure"
+#line 4369 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -4928,7 +4380,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:4931: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:4383: 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
@@ -4942,13 +4394,13 @@ EOF
fi
-echo "$as_me:4945: checking return type of signal handlers" >&5
+echo "$as_me:4397: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4951 "configure"
+#line 4403 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -4970,25 +4422,16 @@ int i;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:4973: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:4976: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:4978: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:4981: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4425: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_signal=void
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_signal=int
+ cat conftest.$ac_ext >&5
+ ac_cv_type_signal=int
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:4991: result: $ac_cv_type_signal" >&5
+echo "$as_me:4434: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
cat >>confdefs.h <<EOF
@@ -5003,13 +4446,13 @@ EOF
fi
-echo "$as_me:5006: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:4449: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5012 "configure"
+#line 4455 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -5024,25 +4467,16 @@ struct tm *tp;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5027: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:5030: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:5032: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:5035: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4470: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_header_time=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_header_time=no
+ cat conftest.$ac_ext >&5
+ ac_cv_header_time=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:5045: result: $ac_cv_header_time" >&5
+echo "$as_me:4479: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -5055,25 +4489,21 @@ fi
for ac_header in standards.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:5058: checking for $ac_header" >&5
+
+echo "$as_me:4493: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5064 "configure"
+#line 4499 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:5068: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:5074: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:4505: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -5081,16 +4511,19 @@ if { (eval echo "$as_me:5068: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:5093: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4526: 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 <<EOF
@@ -5104,13 +4537,13 @@ for i in netinet/ip.h netinet/tcp.h; do
cv=`echo "$i" | sed 'y%./+-%__p_%'`
-echo "$as_me:5107: checking for $i" >&5
+echo "$as_me:4540: checking for $i" >&5
echo $ECHO_N "checking for $i... $ECHO_C" >&6
if eval "test \"\${ac_cv_header_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5113 "configure"
+#line 4546 "configure"
#include "confdefs.h"
\
#ifdef HAVE_STANDARDS_H
@@ -5119,15 +4552,9 @@ else
#include <$i>
_ACEOF
-if { (eval echo "$as_me:5122: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:5128: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:4556: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -5135,16 +4562,19 @@ if { (eval echo "$as_me:5122: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "ac_cv_header_$cv=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "ac_cv_header_$cv=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:5147: result: `eval echo '${'ac_cv_header_$cv'}'`" >&5
+echo "$as_me:4577: result: `eval echo '${'ac_cv_header_$cv'}'`" >&5
echo "${ECHO_T}`eval echo '${'ac_cv_header_$cv'}'`" >&6
ac_res=`eval echo \\$ac_cv_header_$cv`
if test "$ac_res" = yes; then
@@ -5160,25 +4590,21 @@ if false;then
for ac_header in netinet/ip.h netinet/tcp.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:5163: checking for $ac_header" >&5
+
+echo "$as_me:4594: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5169 "configure"
+#line 4600 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:5173: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:5179: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:4606: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -5186,16 +4612,19 @@ if { (eval echo "$as_me:5173: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:5198: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4627: 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 <<EOF
@@ -5210,13 +4639,13 @@ fi
for ac_func in getlogin setlogin
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:5213: checking for $ac_func" >&5
+echo "$as_me:4642: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5219 "configure"
+#line 4648 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -5247,25 +4676,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5250: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:5253: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:5255: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:5258: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4679: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5268: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:4688: 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 <<EOF
@@ -5276,7 +4696,7 @@ fi
done
if test "$ac_cv_func_getlogin" = yes; then
-echo "$as_me:5279: checking if getlogin is posix" >&5
+echo "$as_me:4699: checking if getlogin is posix" >&5
echo $ECHO_N "checking if getlogin is posix... $ECHO_C" >&6
if test "${ac_cv_func_getlogin_posix+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5289,7 +4709,7 @@ else
fi
fi
-echo "$as_me:5292: result: $ac_cv_func_getlogin_posix" >&5
+echo "$as_me:4712: result: $ac_cv_func_getlogin_posix" >&5
echo "${ECHO_T}$ac_cv_func_getlogin_posix" >&6
if test "$ac_cv_func_getlogin_posix" = yes; then
@@ -5300,7 +4720,7 @@ EOF
fi
fi
-echo "$as_me:5303: checking if realloc if broken" >&5
+echo "$as_me:4723: checking if realloc if broken" >&5
echo $ECHO_N "checking if realloc if broken... $ECHO_C" >&6
if test "${ac_cv_func_realloc_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5311,7 +4731,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5314 "configure"
+#line 4734 "configure"
#include "confdefs.h"
#include <stddef.h>
@@ -5324,15 +4744,10 @@ int main()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:5327: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:5330: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:5331: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:5334: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:4747: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -5340,11 +4755,12 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_realloc_broken=yes
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
fi
-echo "$as_me:5347: result: $ac_cv_func_realloc_broken" >&5
+echo "$as_me:4763: result: $ac_cv_func_realloc_broken" >&5
echo "${ECHO_T}$ac_cv_func_realloc_broken" >&6
if test "$ac_cv_func_realloc_broken" = yes ; then
@@ -5371,13 +4787,13 @@ if test -z "$WFLAGS" -a "$GCC" = "yes"; then
WFLAGS_NOIMPLICITINT="-Wno-implicit-int"
fi
-echo "$as_me:5374: checking for ssize_t" >&5
+echo "$as_me:4790: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5380 "configure"
+#line 4796 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -5395,7 +4811,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:5398: result: $ac_cv_type_ssize_t" >&5
+echo "$as_me:4814: result: $ac_cv_type_ssize_t" >&5
echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
if test $ac_cv_type_ssize_t = no; then
@@ -5406,13 +4822,13 @@ EOF
fi
cv=`echo "long long" | sed 'y%./+- %__p__%'`
-echo "$as_me:5409: checking for long long" >&5
+echo "$as_me:4825: checking for long long" >&5
echo $ECHO_N "checking for long long... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5415 "configure"
+#line 4831 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -5429,37 +4845,28 @@ long long foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5432: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:5435: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:5437: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:5440: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4848: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:5451: result: $ac_foo" >&5
+echo "$as_me:4858: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo long long | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:5456: checking for long long" >&5
+ echo "$as_me:4863: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5462 "configure"
+#line 4869 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -5474,25 +4881,16 @@ if (sizeof (long long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:5477: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:5480: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:5482: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:5485: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:4884: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_long_long=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_long_long=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_long_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:5495: result: $ac_cv_type_long_long" >&5
+echo "$as_me:4893: result: $ac_cv_type_long_long" >&5
echo "${ECHO_T}$ac_cv_type_long_long" >&6
if test $ac_cv_type_long_long = yes; then
@@ -5538,6 +4936,7 @@ for ac_header in \
rpcsvc/dbm.h \
rpcsvc/ypclnt.h \
shadow.h \
+ sys/bswap.h \
sys/ioctl.h \
sys/param.h \
sys/proc.h \
@@ -5563,25 +4962,21 @@ for ac_header in \
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:5566: checking for $ac_header" >&5
+
+echo "$as_me:4966: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5572 "configure"
+#line 4972 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:5576: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:5582: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:4978: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -5589,16 +4984,19 @@ if { (eval echo "$as_me:5576: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:5601: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4999: 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 <<EOF
@@ -5648,19 +5046,20 @@ if test "$withval" = "no"; then
ac_cv_lib_ipv6=no
fi
fi;
+save_CFLAGS="${CFLAGS}"
if test "${ac_cv_lib_ipv6+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
v6type=unknown
v6lib=none
-echo "$as_me:5657: checking ipv6 stack type" >&5
+echo "$as_me:5056: checking ipv6 stack type" >&5
echo $ECHO_N "checking ipv6 stack type... $ECHO_C" >&6
for i in v6d toshiba kame inria zeta linux; do
case $i in
v6d)
cat >conftest.$ac_ext <<_ACEOF
-#line 5663 "configure"
+#line 5062 "configure"
#include "confdefs.h"
#include </usr/local/v6/include/sys/types.h>
@@ -5679,7 +5078,7 @@ rm -f conftest*
;;
toshiba)
cat >conftest.$ac_ext <<_ACEOF
-#line 5682 "configure"
+#line 5081 "configure"
#include "confdefs.h"
#include <sys/param.h>
@@ -5698,7 +5097,7 @@ rm -f conftest*
;;
kame)
cat >conftest.$ac_ext <<_ACEOF
-#line 5701 "configure"
+#line 5100 "configure"
#include "confdefs.h"
#include <netinet/in.h>
@@ -5717,7 +5116,7 @@ rm -f conftest*
;;
inria)
cat >conftest.$ac_ext <<_ACEOF
-#line 5720 "configure"
+#line 5119 "configure"
#include "confdefs.h"
#include <netinet/in.h>
@@ -5734,7 +5133,7 @@ rm -f conftest*
;;
zeta)
cat >conftest.$ac_ext <<_ACEOF
-#line 5737 "configure"
+#line 5136 "configure"
#include "confdefs.h"
#include <sys/param.h>
@@ -5764,7 +5163,7 @@ rm -f conftest*
break
fi
done
-echo "$as_me:5767: result: $v6type" >&5
+echo "$as_me:5166: result: $v6type" >&5
echo "${ECHO_T}$v6type" >&6
if test "$v6lib" != "none"; then
@@ -5776,7 +5175,7 @@ if test "$v6lib" != "none"; then
done
fi
cat >conftest.$ac_ext <<_ACEOF
-#line 5779 "configure"
+#line 5178 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
@@ -5811,28 +5210,19 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5814: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:5817: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:5819: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:5822: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5213: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_ipv6=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_ipv6=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_ipv6=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5833: checking for IPv6" >&5
+echo "$as_me:5223: checking for IPv6" >&5
echo $ECHO_N "checking for IPv6... $ECHO_C" >&6
-echo "$as_me:5835: result: $ac_cv_lib_ipv6" >&5
+echo "$as_me:5225: result: $ac_cv_lib_ipv6" >&5
echo "${ECHO_T}$ac_cv_lib_ipv6" >&6
if test "$ac_cv_lib_ipv6" = yes; then
@@ -5840,9 +5230,11 @@ cat >>confdefs.h <<\EOF
#define HAVE_IPV6 1
EOF
+else
+ CFLAGS="${save_CFLAGS}"
fi
-echo "$as_me:5845: checking for socket" >&5
+echo "$as_me:5237: checking for socket" >&5
echo $ECHO_N "checking for socket... $ECHO_C" >&6
if test "${ac_cv_funclib_socket+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5858,7 +5250,7 @@ if eval "test \"\$ac_cv_func_socket\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 5861 "configure"
+#line 5253 "configure"
#include "confdefs.h"
int
@@ -5870,20 +5262,11 @@ socket()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5873: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:5876: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:5878: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:5881: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5265: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_socket=$ac_lib; else ac_cv_funclib_socket=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -5900,13 +5283,13 @@ if false; then
for ac_func in socket
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:5903: checking for $ac_func" >&5
+echo "$as_me:5286: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5909 "configure"
+#line 5292 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -5937,25 +5320,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:5940: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:5943: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:5945: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:5948: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5323: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:5958: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:5332: 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 <<EOF
@@ -5979,13 +5353,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:5982: result: yes" >&5
+ echo "$as_me:5356: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_socket=no"
eval "LIB_socket="
- echo "$as_me:5988: result: no" >&5
+ echo "$as_me:5362: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -5999,7 +5373,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:6002: result: yes, in $ac_res" >&5
+ echo "$as_me:5376: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -6008,7 +5382,7 @@ if test -n "$LIB_socket"; then
LIBS="$LIB_socket $LIBS"
fi
-echo "$as_me:6011: checking for gethostbyname" >&5
+echo "$as_me:5385: checking for gethostbyname" >&5
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
if test "${ac_cv_funclib_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6024,7 +5398,7 @@ if eval "test \"\$ac_cv_func_gethostbyname\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6027 "configure"
+#line 5401 "configure"
#include "confdefs.h"
int
@@ -6036,20 +5410,11 @@ gethostbyname()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6039: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6042: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6044: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6047: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5413: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_gethostbyname=$ac_lib; else ac_cv_funclib_gethostbyname=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -6066,13 +5431,13 @@ if false; then
for ac_func in gethostbyname
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:6069: checking for $ac_func" >&5
+echo "$as_me:5434: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6075 "configure"
+#line 5440 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -6103,25 +5468,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6106: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6109: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6111: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6114: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5471: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6124: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:5480: 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 <<EOF
@@ -6145,13 +5501,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:6148: result: yes" >&5
+ echo "$as_me:5504: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_gethostbyname=no"
eval "LIB_gethostbyname="
- echo "$as_me:6154: result: no" >&5
+ echo "$as_me:5510: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -6165,7 +5521,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:6168: result: yes, in $ac_res" >&5
+ echo "$as_me:5524: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -6174,7 +5530,7 @@ if test -n "$LIB_gethostbyname"; then
LIBS="$LIB_gethostbyname $LIBS"
fi
-echo "$as_me:6177: checking for syslog" >&5
+echo "$as_me:5533: checking for syslog" >&5
echo $ECHO_N "checking for syslog... $ECHO_C" >&6
if test "${ac_cv_funclib_syslog+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6190,7 +5546,7 @@ if eval "test \"\$ac_cv_func_syslog\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6193 "configure"
+#line 5549 "configure"
#include "confdefs.h"
int
@@ -6202,20 +5558,11 @@ syslog()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6205: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6208: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6210: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6213: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5561: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_syslog=$ac_lib; else ac_cv_funclib_syslog=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -6232,13 +5579,13 @@ if false; then
for ac_func in syslog
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:6235: checking for $ac_func" >&5
+echo "$as_me:5582: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6241 "configure"
+#line 5588 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -6269,25 +5616,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6272: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6275: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6277: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6280: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5619: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6290: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:5628: 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 <<EOF
@@ -6311,13 +5649,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:6314: result: yes" >&5
+ echo "$as_me:5652: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_syslog=no"
eval "LIB_syslog="
- echo "$as_me:6320: result: no" >&5
+ echo "$as_me:5658: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -6331,7 +5669,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:6334: result: yes, in $ac_res" >&5
+ echo "$as_me:5672: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -6340,7 +5678,7 @@ if test -n "$LIB_syslog"; then
LIBS="$LIB_syslog $LIBS"
fi
-echo "$as_me:6343: checking for gethostbyname2" >&5
+echo "$as_me:5681: checking for gethostbyname2" >&5
echo $ECHO_N "checking for gethostbyname2... $ECHO_C" >&6
if test "${ac_cv_funclib_gethostbyname2+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6356,7 +5694,7 @@ if eval "test \"\$ac_cv_func_gethostbyname2\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6359 "configure"
+#line 5697 "configure"
#include "confdefs.h"
int
@@ -6368,20 +5706,11 @@ gethostbyname2()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6371: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6374: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6376: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6379: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5709: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_gethostbyname2=$ac_lib; else ac_cv_funclib_gethostbyname2=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -6398,13 +5727,13 @@ if false; then
for ac_func in gethostbyname2
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:6401: checking for $ac_func" >&5
+echo "$as_me:5730: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6407 "configure"
+#line 5736 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -6435,25 +5764,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6438: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6441: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6443: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6446: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5767: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6456: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:5776: 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 <<EOF
@@ -6477,13 +5797,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:6480: result: yes" >&5
+ echo "$as_me:5800: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_gethostbyname2=no"
eval "LIB_gethostbyname2="
- echo "$as_me:6486: result: no" >&5
+ echo "$as_me:5806: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -6497,7 +5817,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:6500: result: yes, in $ac_res" >&5
+ echo "$as_me:5820: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -6506,7 +5826,7 @@ if test -n "$LIB_gethostbyname2"; then
LIBS="$LIB_gethostbyname2 $LIBS"
fi
-echo "$as_me:6509: checking for res_search" >&5
+echo "$as_me:5829: checking for res_search" >&5
echo $ECHO_N "checking for res_search... $ECHO_C" >&6
if test "${ac_cv_funclib_res_search+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6522,7 +5842,7 @@ if eval "test \"\$ac_cv_func_res_search\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6525 "configure"
+#line 5845 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -6548,20 +5868,11 @@ res_search(0,0,0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6551: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6554: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6556: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6559: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5871: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_res_search=$ac_lib; else ac_cv_funclib_res_search=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -6578,13 +5889,13 @@ if false; then
for ac_func in res_search
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:6581: checking for $ac_func" >&5
+echo "$as_me:5892: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6587 "configure"
+#line 5898 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -6615,25 +5926,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6618: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6621: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6623: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6626: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:5929: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6636: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:5938: 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 <<EOF
@@ -6657,13 +5959,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:6660: result: yes" >&5
+ echo "$as_me:5962: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_res_search=no"
eval "LIB_res_search="
- echo "$as_me:6666: result: no" >&5
+ echo "$as_me:5968: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -6677,7 +5979,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:6680: result: yes, in $ac_res" >&5
+ echo "$as_me:5982: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -6686,7 +5988,7 @@ if test -n "$LIB_res_search"; then
LIBS="$LIB_res_search $LIBS"
fi
-echo "$as_me:6689: checking for dn_expand" >&5
+echo "$as_me:5991: checking for dn_expand" >&5
echo $ECHO_N "checking for dn_expand... $ECHO_C" >&6
if test "${ac_cv_funclib_dn_expand+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6702,7 +6004,7 @@ if eval "test \"\$ac_cv_func_dn_expand\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 6705 "configure"
+#line 6007 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -6728,20 +6030,11 @@ dn_expand(0,0,0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6731: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6734: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6736: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6739: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6033: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dn_expand=$ac_lib; else ac_cv_funclib_dn_expand=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -6758,13 +6051,13 @@ if false; then
for ac_func in dn_expand
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:6761: checking for $ac_func" >&5
+echo "$as_me:6054: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6767 "configure"
+#line 6060 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -6795,25 +6088,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:6798: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6801: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6803: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6806: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6091: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:6816: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:6100: 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 <<EOF
@@ -6837,13 +6121,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:6840: result: yes" >&5
+ echo "$as_me:6124: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_dn_expand=no"
eval "LIB_dn_expand="
- echo "$as_me:6846: result: no" >&5
+ echo "$as_me:6130: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -6857,7 +6141,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:6860: result: yes, in $ac_res" >&5
+ echo "$as_me:6144: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -6866,7 +6150,7 @@ if test -n "$LIB_dn_expand"; then
LIBS="$LIB_dn_expand $LIBS"
fi
-echo "$as_me:6869: checking for working snprintf" >&5
+echo "$as_me:6153: checking for working snprintf" >&5
echo $ECHO_N "checking for working snprintf... $ECHO_C" >&6
if test "${ac_cv_func_snprintf_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6876,7 +6160,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6879 "configure"
+#line 6163 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -6889,15 +6173,10 @@ int main()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:6892: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:6895: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:6896: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:6899: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:6176: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -6905,10 +6184,12 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_snprintf_working=no
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
-echo "$as_me:6911: result: $ac_cv_func_snprintf_working" >&5
+echo "$as_me:6192: result: $ac_cv_func_snprintf_working" >&5
echo "${ECHO_T}$ac_cv_func_snprintf_working" >&6
if test "$ac_cv_func_snprintf_working" = yes; then
@@ -6921,13 +6202,13 @@ fi
if test "$ac_cv_func_snprintf_working" = yes; then
if test "$ac_cv_func_snprintf+set" != set -o "$ac_cv_func_snprintf" = yes; then
-echo "$as_me:6924: checking if snprintf needs a prototype" >&5
+echo "$as_me:6205: checking if snprintf needs a prototype" >&5
echo $ECHO_N "checking if snprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_snprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6930 "configure"
+#line 6211 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -6942,25 +6223,16 @@ snprintf(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:6945: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:6948: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:6950: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:6953: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6226: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_snprintf_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_snprintf_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_snprintf_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:6963: result: $ac_cv_func_snprintf_noproto" >&5
+echo "$as_me:6235: result: $ac_cv_func_snprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_snprintf_noproto" >&6
if test "$ac_cv_func_snprintf_noproto" = yes; then
@@ -6975,7 +6247,7 @@ fi
fi
-echo "$as_me:6978: checking for working vsnprintf" >&5
+echo "$as_me:6250: checking for working vsnprintf" >&5
echo $ECHO_N "checking for working vsnprintf... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6985,7 +6257,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6988 "configure"
+#line 6260 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -7008,15 +6280,10 @@ int main()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:7011: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7014: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:7015: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7018: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:6283: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -7024,10 +6291,12 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_vsnprintf_working=no
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
-echo "$as_me:7030: result: $ac_cv_func_vsnprintf_working" >&5
+echo "$as_me:6299: result: $ac_cv_func_vsnprintf_working" >&5
echo "${ECHO_T}$ac_cv_func_vsnprintf_working" >&6
if test "$ac_cv_func_vsnprintf_working" = yes; then
@@ -7040,13 +6309,13 @@ fi
if test "$ac_cv_func_vsnprintf_working" = yes; then
if test "$ac_cv_func_vsnprintf+set" != set -o "$ac_cv_func_vsnprintf" = yes; then
-echo "$as_me:7043: checking if vsnprintf needs a prototype" >&5
+echo "$as_me:6312: checking if vsnprintf needs a prototype" >&5
echo $ECHO_N "checking if vsnprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7049 "configure"
+#line 6318 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -7061,25 +6330,16 @@ vsnprintf(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7064: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:7067: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7069: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:7072: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6333: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_vsnprintf_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_vsnprintf_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_vsnprintf_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7082: result: $ac_cv_func_vsnprintf_noproto" >&5
+echo "$as_me:6342: result: $ac_cv_func_vsnprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_vsnprintf_noproto" >&6
if test "$ac_cv_func_vsnprintf_noproto" = yes; then
@@ -7094,14 +6354,14 @@ fi
fi
-echo "$as_me:7097: checking for working glob" >&5
+echo "$as_me:6357: checking for working glob" >&5
echo $ECHO_N "checking for working glob... $ECHO_C" >&6
if test "${ac_cv_func_glob_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_func_glob_working=yes
cat >conftest.$ac_ext <<_ACEOF
-#line 7104 "configure"
+#line 6364 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -7110,32 +6370,24 @@ int
main ()
{
-glob(NULL, GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE, NULL, NULL);
+glob(NULL, GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE|GLOB_LIMIT,
+NULL, NULL);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7120: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7123: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7125: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7128: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6381: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
:
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_glob_working=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_glob_working=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7138: result: $ac_cv_func_glob_working" >&5
+echo "$as_me:6390: result: $ac_cv_func_glob_working" >&5
echo "${ECHO_T}$ac_cv_func_glob_working" >&6
if test "$ac_cv_func_glob_working" = yes; then
@@ -7148,13 +6400,13 @@ fi
if test "$ac_cv_func_glob_working" = yes; then
if test "$ac_cv_func_glob+set" != set -o "$ac_cv_func_glob" = yes; then
-echo "$as_me:7151: checking if glob needs a prototype" >&5
+echo "$as_me:6403: checking if glob needs a prototype" >&5
echo $ECHO_N "checking if glob needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_glob_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7157 "configure"
+#line 6409 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <glob.h>
@@ -7170,25 +6422,16 @@ glob(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7173: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:7176: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7178: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:7181: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6425: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_glob_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_glob_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_glob_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7191: result: $ac_cv_func_glob_noproto" >&5
+echo "$as_me:6434: result: $ac_cv_func_glob_noproto" >&5
echo "${ECHO_T}$ac_cv_func_glob_noproto" >&6
if test "$ac_cv_func_glob_noproto" = yes; then
@@ -7220,8 +6463,10 @@ for ac_func in \
asprintf \
cgetent \
getconfattr \
+ getprogname \
getrlimit \
getspnam \
+ setprogname \
strsvis \
strunvis \
strvis \
@@ -7237,13 +6482,13 @@ for ac_func in \
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:7240: checking for $ac_func" >&5
+echo "$as_me:6485: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7246 "configure"
+#line 6491 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7274,25 +6519,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7277: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7280: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7282: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7285: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6522: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7295: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:6531: 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 <<EOF
@@ -7306,7 +6542,7 @@ if test "$ac_cv_func_cgetent" = no; then
LIBOBJS="$LIBOBJS getcap.o"
fi
-echo "$as_me:7309: checking for getsockopt" >&5
+echo "$as_me:6545: checking for getsockopt" >&5
echo $ECHO_N "checking for getsockopt... $ECHO_C" >&6
if test "${ac_cv_funclib_getsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7322,7 +6558,7 @@ if eval "test \"\$ac_cv_func_getsockopt\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7325 "configure"
+#line 6561 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -7339,20 +6575,11 @@ getsockopt(0,0,0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7342: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7345: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7347: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7350: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6578: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_getsockopt=$ac_lib; else ac_cv_funclib_getsockopt=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -7369,13 +6596,13 @@ if false; then
for ac_func in getsockopt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:7372: checking for $ac_func" >&5
+echo "$as_me:6599: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7378 "configure"
+#line 6605 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7406,25 +6633,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7409: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7412: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7414: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7417: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6636: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7427: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:6645: 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 <<EOF
@@ -7448,13 +6666,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:7451: result: yes" >&5
+ echo "$as_me:6669: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_getsockopt=no"
eval "LIB_getsockopt="
- echo "$as_me:7457: result: no" >&5
+ echo "$as_me:6675: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -7468,12 +6686,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:7471: result: yes, in $ac_res" >&5
+ echo "$as_me:6689: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:7476: checking for setsockopt" >&5
+echo "$as_me:6694: checking for setsockopt" >&5
echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
if test "${ac_cv_funclib_setsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7489,7 +6707,7 @@ if eval "test \"\$ac_cv_func_setsockopt\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7492 "configure"
+#line 6710 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -7506,20 +6724,11 @@ setsockopt(0,0,0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7509: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7512: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7514: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7517: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6727: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_setsockopt=$ac_lib; else ac_cv_funclib_setsockopt=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -7536,13 +6745,13 @@ if false; then
for ac_func in setsockopt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:7539: checking for $ac_func" >&5
+echo "$as_me:6748: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7545 "configure"
+#line 6754 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7573,25 +6782,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7576: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7579: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7581: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7584: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6785: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7594: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:6794: 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 <<EOF
@@ -7615,13 +6815,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:7618: result: yes" >&5
+ echo "$as_me:6818: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_setsockopt=no"
eval "LIB_setsockopt="
- echo "$as_me:7624: result: no" >&5
+ echo "$as_me:6824: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -7635,12 +6835,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:7638: result: yes, in $ac_res" >&5
+ echo "$as_me:6838: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:7643: checking for hstrerror" >&5
+echo "$as_me:6843: checking for hstrerror" >&5
echo $ECHO_N "checking for hstrerror... $ECHO_C" >&6
if test "${ac_cv_funclib_hstrerror+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7656,7 +6856,7 @@ if eval "test \"\$ac_cv_func_hstrerror\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 7659 "configure"
+#line 6859 "configure"
#include "confdefs.h"
#ifdef HAVE_NETDB_H
#include <netdb.h>
@@ -7670,20 +6870,11 @@ hstrerror(17)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7673: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7676: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7678: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7681: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6873: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_hstrerror=$ac_lib; else ac_cv_funclib_hstrerror=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -7700,13 +6891,13 @@ if false; then
for ac_func in hstrerror
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:7703: checking for $ac_func" >&5
+echo "$as_me:6894: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7709 "configure"
+#line 6900 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -7737,25 +6928,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:7740: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:7743: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7745: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:7748: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:6931: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:7758: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:6940: 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 <<EOF
@@ -7779,13 +6961,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:7782: result: yes" >&5
+ echo "$as_me:6964: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_hstrerror=no"
eval "LIB_hstrerror="
- echo "$as_me:7788: result: no" >&5
+ echo "$as_me:6970: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -7799,7 +6981,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:7802: result: yes, in $ac_res" >&5
+ echo "$as_me:6984: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -7815,13 +6997,13 @@ fi
if test "$ac_cv_func_hstrerror" = yes; then
if test "$ac_cv_func_hstrerror+set" != set -o "$ac_cv_func_hstrerror" = yes; then
-echo "$as_me:7818: checking if hstrerror needs a prototype" >&5
+echo "$as_me:7000: checking if hstrerror needs a prototype" >&5
echo $ECHO_N "checking if hstrerror needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_hstrerror_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7824 "configure"
+#line 7006 "configure"
#include "confdefs.h"
#ifdef HAVE_NETDB_H
@@ -7839,25 +7021,16 @@ hstrerror(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7842: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:7845: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7847: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:7850: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7024: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_hstrerror_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_hstrerror_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_hstrerror_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7860: result: $ac_cv_func_hstrerror_noproto" >&5
+echo "$as_me:7033: result: $ac_cv_func_hstrerror_noproto" >&5
echo "${ECHO_T}$ac_cv_func_hstrerror_noproto" >&6
if test "$ac_cv_func_hstrerror_noproto" = yes; then
@@ -7875,13 +7048,13 @@ fi
if test "$ac_cv_func_asprintf" = yes; then
if test "$ac_cv_func_asprintf+set" != set -o "$ac_cv_func_asprintf" = yes; then
-echo "$as_me:7878: checking if asprintf needs a prototype" >&5
+echo "$as_me:7051: checking if asprintf needs a prototype" >&5
echo $ECHO_N "checking if asprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_asprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7884 "configure"
+#line 7057 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -7898,25 +7071,16 @@ asprintf(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7901: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:7904: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7906: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:7909: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7074: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_asprintf_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_asprintf_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_asprintf_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7919: result: $ac_cv_func_asprintf_noproto" >&5
+echo "$as_me:7083: result: $ac_cv_func_asprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_asprintf_noproto" >&6
if test "$ac_cv_func_asprintf_noproto" = yes; then
@@ -7932,13 +7096,13 @@ fi
if test "$ac_cv_func_vasprintf" = yes; then
if test "$ac_cv_func_vasprintf+set" != set -o "$ac_cv_func_vasprintf" = yes; then
-echo "$as_me:7935: checking if vasprintf needs a prototype" >&5
+echo "$as_me:7099: checking if vasprintf needs a prototype" >&5
echo $ECHO_N "checking if vasprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_vasprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7941 "configure"
+#line 7105 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -7955,25 +7119,16 @@ vasprintf(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:7958: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:7961: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:7963: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:7966: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7122: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_vasprintf_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_vasprintf_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_vasprintf_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:7976: result: $ac_cv_func_vasprintf_noproto" >&5
+echo "$as_me:7131: result: $ac_cv_func_vasprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_vasprintf_noproto" >&6
if test "$ac_cv_func_vasprintf_noproto" = yes; then
@@ -7989,13 +7144,13 @@ fi
if test "$ac_cv_func_asnprintf" = yes; then
if test "$ac_cv_func_asnprintf+set" != set -o "$ac_cv_func_asnprintf" = yes; then
-echo "$as_me:7992: checking if asnprintf needs a prototype" >&5
+echo "$as_me:7147: checking if asnprintf needs a prototype" >&5
echo $ECHO_N "checking if asnprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_asnprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 7998 "configure"
+#line 7153 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -8012,25 +7167,16 @@ asnprintf(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8015: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:8018: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8020: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:8023: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7170: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_asnprintf_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_asnprintf_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_asnprintf_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8033: result: $ac_cv_func_asnprintf_noproto" >&5
+echo "$as_me:7179: result: $ac_cv_func_asnprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_asnprintf_noproto" >&6
if test "$ac_cv_func_asnprintf_noproto" = yes; then
@@ -8046,13 +7192,13 @@ fi
if test "$ac_cv_func_vasnprintf" = yes; then
if test "$ac_cv_func_vasnprintf+set" != set -o "$ac_cv_func_vasnprintf" = yes; then
-echo "$as_me:8049: checking if vasnprintf needs a prototype" >&5
+echo "$as_me:7195: checking if vasnprintf needs a prototype" >&5
echo $ECHO_N "checking if vasnprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_vasnprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8055 "configure"
+#line 7201 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -8069,25 +7215,16 @@ vasnprintf(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8072: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:8075: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8077: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:8080: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7218: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_vasnprintf_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_vasnprintf_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_vasnprintf_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:8090: result: $ac_cv_func_vasnprintf_noproto" >&5
+echo "$as_me:7227: result: $ac_cv_func_vasnprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_vasnprintf_noproto" >&6
if test "$ac_cv_func_vasnprintf_noproto" = yes; then
@@ -8101,7 +7238,299 @@ fi
fi
fi
-echo "$as_me:8104: checking for pidfile" >&5
+echo "$as_me:7241: checking for bswap16" >&5
+echo $ECHO_N "checking for bswap16... $ECHO_C" >&6
+if test "${ac_cv_funclib_bswap16+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+if eval "test \"\$ac_cv_func_bswap16\" != yes" ; then
+ ac_save_LIBS="$LIBS"
+ for ac_lib in "" ; do
+ if test -n "$ac_lib"; then
+ ac_lib="-l$ac_lib"
+ else
+ ac_lib=""
+ fi
+ LIBS=" $ac_lib $ac_save_LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7257 "configure"
+#include "confdefs.h"
+#ifdef HAVE_SYS_BSWAP_H
+#include <sys/bswap.h>
+#endif
+int
+main ()
+{
+bswap16(0)
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo $as_me:7271: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+ eval "if test -n \"$ac_lib\";then ac_cv_funclib_bswap16=$ac_lib; else ac_cv_funclib_bswap16=yes; fi";break
+else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+fi
+rm -f conftest$ac_exeext conftest.$ac_ext
+ done
+ eval "ac_cv_funclib_bswap16=\${ac_cv_funclib_bswap16-no}"
+ LIBS="$ac_save_LIBS"
+fi
+
+fi
+
+eval "ac_res=\$ac_cv_funclib_bswap16"
+
+if false; then
+
+for ac_func in bswap16
+do
+ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
+echo "$as_me:7292: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
+if eval "test \"\${$ac_ac_var+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7298 "configure"
+#include "confdefs.h"
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func (); below. */
+#include <assert.h>
+/* Override any gcc2 internal prototype to avoid an error. */
+#ifdef __cplusplus
+extern "C"
+#endif
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char $ac_func ();
+char (*f) ();
+
+int
+main ()
+{
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
+choke me
+#else
+f = $ac_func;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo $as_me:7329: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+ eval "$ac_ac_var=yes"
+else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
+fi
+rm -f conftest$ac_exeext conftest.$ac_ext
+fi
+echo "$as_me:7338: 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 <<EOF
+#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
+EOF
+
+fi
+done
+
+fi
+# bswap16
+eval "ac_tr_func=HAVE_`echo bswap16 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
+eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
+eval "LIB_bswap16=$ac_res"
+
+case "$ac_res" in
+ yes)
+ eval "ac_cv_func_bswap16=yes"
+ eval "LIB_bswap16="
+ cat >>confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+
+ echo "$as_me:7362: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+ ;;
+ no)
+ eval "ac_cv_func_bswap16=no"
+ eval "LIB_bswap16="
+ echo "$as_me:7368: result: no" >&5
+echo "${ECHO_T}no" >&6
+ ;;
+ *)
+ eval "ac_cv_func_bswap16=yes"
+ eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
+ cat >>confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+
+ cat >>confdefs.h <<EOF
+#define $ac_tr_lib 1
+EOF
+
+ echo "$as_me:7382: result: yes, in $ac_res" >&5
+echo "${ECHO_T}yes, in $ac_res" >&6
+ ;;
+esac
+
+echo "$as_me:7387: checking for bswap32" >&5
+echo $ECHO_N "checking for bswap32... $ECHO_C" >&6
+if test "${ac_cv_funclib_bswap32+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+
+if eval "test \"\$ac_cv_func_bswap32\" != yes" ; then
+ ac_save_LIBS="$LIBS"
+ for ac_lib in "" ; do
+ if test -n "$ac_lib"; then
+ ac_lib="-l$ac_lib"
+ else
+ ac_lib=""
+ fi
+ LIBS=" $ac_lib $ac_save_LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7403 "configure"
+#include "confdefs.h"
+#ifdef HAVE_SYS_BSWAP_H
+#include <sys/bswap.h>
+#endif
+int
+main ()
+{
+bswap32(0)
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo $as_me:7417: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+ eval "if test -n \"$ac_lib\";then ac_cv_funclib_bswap32=$ac_lib; else ac_cv_funclib_bswap32=yes; fi";break
+else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+fi
+rm -f conftest$ac_exeext conftest.$ac_ext
+ done
+ eval "ac_cv_funclib_bswap32=\${ac_cv_funclib_bswap32-no}"
+ LIBS="$ac_save_LIBS"
+fi
+
+fi
+
+eval "ac_res=\$ac_cv_funclib_bswap32"
+
+if false; then
+
+for ac_func in bswap32
+do
+ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
+echo "$as_me:7438: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
+if eval "test \"\${$ac_ac_var+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7444 "configure"
+#include "confdefs.h"
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func (); below. */
+#include <assert.h>
+/* Override any gcc2 internal prototype to avoid an error. */
+#ifdef __cplusplus
+extern "C"
+#endif
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char $ac_func ();
+char (*f) ();
+
+int
+main ()
+{
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
+choke me
+#else
+f = $ac_func;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo $as_me:7475: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+ eval "$ac_ac_var=yes"
+else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
+fi
+rm -f conftest$ac_exeext conftest.$ac_ext
+fi
+echo "$as_me:7484: 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 <<EOF
+#define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
+EOF
+
+fi
+done
+
+fi
+# bswap32
+eval "ac_tr_func=HAVE_`echo bswap32 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
+eval "ac_tr_lib=HAVE_LIB`echo $ac_res | sed -e 's/-l//' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
+eval "LIB_bswap32=$ac_res"
+
+case "$ac_res" in
+ yes)
+ eval "ac_cv_func_bswap32=yes"
+ eval "LIB_bswap32="
+ cat >>confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+
+ echo "$as_me:7508: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+ ;;
+ no)
+ eval "ac_cv_func_bswap32=no"
+ eval "LIB_bswap32="
+ echo "$as_me:7514: result: no" >&5
+echo "${ECHO_T}no" >&6
+ ;;
+ *)
+ eval "ac_cv_func_bswap32=yes"
+ eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes"
+ cat >>confdefs.h <<EOF
+#define $ac_tr_func 1
+EOF
+
+ cat >>confdefs.h <<EOF
+#define $ac_tr_lib 1
+EOF
+
+ echo "$as_me:7528: result: yes, in $ac_res" >&5
+echo "${ECHO_T}yes, in $ac_res" >&6
+ ;;
+esac
+
+echo "$as_me:7533: checking for pidfile" >&5
echo $ECHO_N "checking for pidfile... $ECHO_C" >&6
if test "${ac_cv_funclib_pidfile+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8117,7 +7546,7 @@ if eval "test \"\$ac_cv_func_pidfile\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 8120 "configure"
+#line 7549 "configure"
#include "confdefs.h"
#ifdef HAVE_UTIL_H
#include <util.h>
@@ -8131,20 +7560,11 @@ pidfile(0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8134: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8137: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8139: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8142: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7563: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_pidfile=$ac_lib; else ac_cv_funclib_pidfile=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -8161,13 +7581,13 @@ if false; then
for ac_func in pidfile
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:8164: checking for $ac_func" >&5
+echo "$as_me:7584: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8170 "configure"
+#line 7590 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8198,25 +7618,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8201: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8204: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8206: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8209: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7621: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8219: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:7630: 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 <<EOF
@@ -8240,13 +7651,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:8243: result: yes" >&5
+ echo "$as_me:7654: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_pidfile=no"
eval "LIB_pidfile="
- echo "$as_me:8249: result: no" >&5
+ echo "$as_me:7660: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -8260,7 +7671,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:8263: result: yes, in $ac_res" >&5
+ echo "$as_me:7674: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -8334,13 +7745,13 @@ for ac_func in \
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:8337: checking for $ac_func" >&5
+echo "$as_me:7748: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8343 "configure"
+#line 7754 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8371,25 +7782,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8374: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8377: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8379: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8382: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7785: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8392: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:7794: 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
@@ -8473,13 +7875,13 @@ for ac_func in \
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:8476: checking for $ac_func" >&5
+echo "$as_me:7878: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8482 "configure"
+#line 7884 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8510,25 +7912,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8513: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8516: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8518: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8521: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7915: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8531: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:7924: 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 <<EOF
@@ -8543,13 +7936,13 @@ done
for ac_func in inet_aton
do
-echo "$as_me:8546: checking for $ac_func" >&5
+echo "$as_me:7939: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8552 "configure"
+#line 7945 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -8581,21 +7974,12 @@ $ac_func(0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8584: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8587: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8589: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8592: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:7977: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "ac_cv_func_$ac_func=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_$ac_func=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
@@ -8606,10 +7990,10 @@ if eval "test \"\${ac_cv_func_$ac_func}\" = yes"; then
#define $ac_tr_func 1
EOF
- echo "$as_me:8609: result: yes" >&5
+ echo "$as_me:7993: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:8612: result: no" >&5
+ echo "$as_me:7996: result: no" >&5
echo "${ECHO_T}no" >&6
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
@@ -8619,13 +8003,13 @@ if false; then
for ac_func in inet_aton
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:8622: checking for $ac_func" >&5
+echo "$as_me:8006: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8628 "configure"
+#line 8012 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8656,25 +8040,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8659: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8662: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8664: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8667: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8043: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8677: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8052: 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 <<EOF
@@ -8688,13 +8063,13 @@ fi
for ac_func in inet_ntop
do
-echo "$as_me:8691: checking for $ac_func" >&5
+echo "$as_me:8066: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8697 "configure"
+#line 8072 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -8726,21 +8101,12 @@ $ac_func(0, 0, 0, 0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8729: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8732: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8734: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8737: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8104: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "ac_cv_func_$ac_func=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_$ac_func=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
@@ -8751,10 +8117,10 @@ if eval "test \"\${ac_cv_func_$ac_func}\" = yes"; then
#define $ac_tr_func 1
EOF
- echo "$as_me:8754: result: yes" >&5
+ echo "$as_me:8120: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:8757: result: no" >&5
+ echo "$as_me:8123: result: no" >&5
echo "${ECHO_T}no" >&6
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
@@ -8764,13 +8130,13 @@ if false; then
for ac_func in inet_ntop
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:8767: checking for $ac_func" >&5
+echo "$as_me:8133: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8773 "configure"
+#line 8139 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8801,25 +8167,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8804: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8807: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8809: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8812: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8170: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8822: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8179: 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 <<EOF
@@ -8833,13 +8190,13 @@ fi
for ac_func in inet_pton
do
-echo "$as_me:8836: checking for $ac_func" >&5
+echo "$as_me:8193: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8842 "configure"
+#line 8199 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -8871,21 +8228,12 @@ $ac_func(0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8874: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8877: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8879: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8882: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8231: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "ac_cv_func_$ac_func=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_$ac_func=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
@@ -8896,10 +8244,10 @@ if eval "test \"\${ac_cv_func_$ac_func}\" = yes"; then
#define $ac_tr_func 1
EOF
- echo "$as_me:8899: result: yes" >&5
+ echo "$as_me:8247: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "$as_me:8902: result: no" >&5
+ echo "$as_me:8250: result: no" >&5
echo "${ECHO_T}no" >&6
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
@@ -8909,13 +8257,13 @@ if false; then
for ac_func in inet_pton
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:8912: checking for $ac_func" >&5
+echo "$as_me:8260: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8918 "configure"
+#line 8266 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -8946,25 +8294,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:8949: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:8952: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:8954: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:8957: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8297: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:8967: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8306: 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 <<EOF
@@ -8976,14 +8315,14 @@ done
fi
-echo "$as_me:8979: checking for sa_len in struct sockaddr" >&5
+echo "$as_me:8318: checking for sa_len in struct sockaddr" >&5
echo $ECHO_N "checking for sa_len in struct sockaddr... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_sa_len+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8986 "configure"
+#line 8325 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
@@ -8996,25 +8335,16 @@ struct sockaddr x; x.sa_len;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:8999: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9002: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9004: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9007: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8338: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_sockaddr_sa_len=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_sockaddr_sa_len=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_sockaddr_sa_len=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9017: result: $ac_cv_type_struct_sockaddr_sa_len" >&5
+echo "$as_me:8347: result: $ac_cv_type_struct_sockaddr_sa_len" >&5
echo "${ECHO_T}$ac_cv_type_struct_sockaddr_sa_len" >&6
if test "$ac_cv_type_struct_sockaddr_sa_len" = yes; then
@@ -9026,18 +8356,17 @@ fi
if test "$ac_cv_func_getnameinfo" = "yes"; then
-echo "$as_me:9029: checking if getnameinfo is broken" >&5
+echo "$as_me:8359: checking if getnameinfo is broken" >&5
echo $ECHO_N "checking if getnameinfo is broken... $ECHO_C" >&6
if test "${ac_cv_func_getnameinfo_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:9035: 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; }; }
+ { echo "$as_me: error: cannot run test program while cross compiling" >&2
+ { (exit 1); exit; }; }
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9040 "configure"
+#line 8369 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
@@ -9063,15 +8392,10 @@ main(int argc, char **argv)
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:9066: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:9069: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:9070: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:9073: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:8395: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
ac_cv_func_getnameinfo_broken=no
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -9079,10 +8403,12 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_getnameinfo_broken=yes
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
-echo "$as_me:9085: result: $ac_cv_func_getnameinfo_broken" >&5
+echo "$as_me:8411: result: $ac_cv_func_getnameinfo_broken" >&5
echo "${ECHO_T}$ac_cv_func_getnameinfo_broken" >&6
if test "$ac_cv_func_getnameinfo_broken" = yes; then
LIBOBJS="$LIBOBJS getnameinfo.o"
@@ -9090,13 +8416,13 @@ echo "${ECHO_T}$ac_cv_func_getnameinfo_broken" >&6
fi
if test "$ac_cv_func_setenv+set" != set -o "$ac_cv_func_setenv" = yes; then
-echo "$as_me:9093: checking if setenv needs a prototype" >&5
+echo "$as_me:8419: checking if setenv needs a prototype" >&5
echo $ECHO_N "checking if setenv needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_setenv_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9099 "configure"
+#line 8425 "configure"
#include "confdefs.h"
#include <stdlib.h>
int
@@ -9111,25 +8437,16 @@ setenv(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9114: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9117: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9119: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9122: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8440: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_setenv_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_setenv_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_setenv_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9132: result: $ac_cv_func_setenv_noproto" >&5
+echo "$as_me:8449: result: $ac_cv_func_setenv_noproto" >&5
echo "${ECHO_T}$ac_cv_func_setenv_noproto" >&6
if test "$ac_cv_func_setenv_noproto" = yes; then
@@ -9143,13 +8460,13 @@ fi
fi
if test "$ac_cv_func_unsetenv+set" != set -o "$ac_cv_func_unsetenv" = yes; then
-echo "$as_me:9146: checking if unsetenv needs a prototype" >&5
+echo "$as_me:8463: checking if unsetenv needs a prototype" >&5
echo $ECHO_N "checking if unsetenv needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_unsetenv_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9152 "configure"
+#line 8469 "configure"
#include "confdefs.h"
#include <stdlib.h>
int
@@ -9164,25 +8481,16 @@ unsetenv(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9167: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9170: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9172: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9175: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8484: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_unsetenv_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_unsetenv_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_unsetenv_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9185: result: $ac_cv_func_unsetenv_noproto" >&5
+echo "$as_me:8493: result: $ac_cv_func_unsetenv_noproto" >&5
echo "${ECHO_T}$ac_cv_func_unsetenv_noproto" >&6
if test "$ac_cv_func_unsetenv_noproto" = yes; then
@@ -9196,13 +8504,13 @@ fi
fi
if test "$ac_cv_func_gethostname+set" != set -o "$ac_cv_func_gethostname" = yes; then
-echo "$as_me:9199: checking if gethostname needs a prototype" >&5
+echo "$as_me:8507: checking if gethostname needs a prototype" >&5
echo $ECHO_N "checking if gethostname needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_gethostname_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9205 "configure"
+#line 8513 "configure"
#include "confdefs.h"
#include <unistd.h>
int
@@ -9217,25 +8525,16 @@ gethostname(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9220: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9223: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9225: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9228: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8528: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_gethostname_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_gethostname_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_gethostname_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9238: result: $ac_cv_func_gethostname_noproto" >&5
+echo "$as_me:8537: result: $ac_cv_func_gethostname_noproto" >&5
echo "${ECHO_T}$ac_cv_func_gethostname_noproto" >&6
if test "$ac_cv_func_gethostname_noproto" = yes; then
@@ -9249,13 +8548,13 @@ fi
fi
if test "$ac_cv_func_mkstemp+set" != set -o "$ac_cv_func_mkstemp" = yes; then
-echo "$as_me:9252: checking if mkstemp needs a prototype" >&5
+echo "$as_me:8551: checking if mkstemp needs a prototype" >&5
echo $ECHO_N "checking if mkstemp needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_mkstemp_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9258 "configure"
+#line 8557 "configure"
#include "confdefs.h"
#include <unistd.h>
int
@@ -9270,25 +8569,16 @@ mkstemp(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9273: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9276: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9278: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9281: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8572: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_mkstemp_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_mkstemp_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_mkstemp_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9291: result: $ac_cv_func_mkstemp_noproto" >&5
+echo "$as_me:8581: result: $ac_cv_func_mkstemp_noproto" >&5
echo "${ECHO_T}$ac_cv_func_mkstemp_noproto" >&6
if test "$ac_cv_func_mkstemp_noproto" = yes; then
@@ -9302,13 +8592,13 @@ fi
fi
if test "$ac_cv_func_getusershell+set" != set -o "$ac_cv_func_getusershell" = yes; then
-echo "$as_me:9305: checking if getusershell needs a prototype" >&5
+echo "$as_me:8595: checking if getusershell needs a prototype" >&5
echo $ECHO_N "checking if getusershell needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_getusershell_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9311 "configure"
+#line 8601 "configure"
#include "confdefs.h"
#include <unistd.h>
int
@@ -9323,25 +8613,16 @@ getusershell(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9326: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9329: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9331: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9334: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8616: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_getusershell_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_getusershell_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_getusershell_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9344: result: $ac_cv_func_getusershell_noproto" >&5
+echo "$as_me:8625: result: $ac_cv_func_getusershell_noproto" >&5
echo "${ECHO_T}$ac_cv_func_getusershell_noproto" >&6
if test "$ac_cv_func_getusershell_noproto" = yes; then
@@ -9355,13 +8636,13 @@ fi
fi
if test "$ac_cv_func_inet_aton+set" != set -o "$ac_cv_func_inet_aton" = yes; then
-echo "$as_me:9358: checking if inet_aton needs a prototype" >&5
+echo "$as_me:8639: checking if inet_aton needs a prototype" >&5
echo $ECHO_N "checking if inet_aton needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_inet_aton_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9364 "configure"
+#line 8645 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
@@ -9388,25 +8669,16 @@ inet_aton(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9391: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9394: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9396: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9399: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8672: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_inet_aton_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_inet_aton_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_inet_aton_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9409: result: $ac_cv_func_inet_aton_noproto" >&5
+echo "$as_me:8681: result: $ac_cv_func_inet_aton_noproto" >&5
echo "${ECHO_T}$ac_cv_func_inet_aton_noproto" >&6
if test "$ac_cv_func_inet_aton_noproto" = yes; then
@@ -9419,7 +8691,7 @@ fi
fi
-echo "$as_me:9422: checking for crypt" >&5
+echo "$as_me:8694: checking for crypt" >&5
echo $ECHO_N "checking for crypt... $ECHO_C" >&6
if test "${ac_cv_funclib_crypt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9435,7 +8707,7 @@ if eval "test \"\$ac_cv_func_crypt\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 9438 "configure"
+#line 8710 "configure"
#include "confdefs.h"
int
@@ -9447,20 +8719,11 @@ crypt()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9450: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:9453: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9455: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:9458: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8722: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_crypt=$ac_lib; else ac_cv_funclib_crypt=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -9477,13 +8740,13 @@ if false; then
for ac_func in crypt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:9480: checking for $ac_func" >&5
+echo "$as_me:8743: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9486 "configure"
+#line 8749 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -9514,25 +8777,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:9517: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:9520: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9522: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:9525: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8780: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:9535: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8789: 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 <<EOF
@@ -9556,13 +8810,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:9559: result: yes" >&5
+ echo "$as_me:8813: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_crypt=no"
eval "LIB_crypt="
- echo "$as_me:9565: result: no" >&5
+ echo "$as_me:8819: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -9576,18 +8830,18 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:9579: result: yes, in $ac_res" >&5
+ echo "$as_me:8833: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:9584: checking if gethostbyname is compatible with system prototype" >&5
+echo "$as_me:8838: checking if gethostbyname is compatible with system prototype" >&5
echo $ECHO_N "checking if gethostbyname is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_gethostbyname_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9590 "configure"
+#line 8844 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
@@ -9615,25 +8869,16 @@ struct hostent *gethostbyname(const char *);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9618: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9621: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9623: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9626: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8872: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_gethostbyname_proto_compat=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_gethostbyname_proto_compat=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_gethostbyname_proto_compat=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9636: result: $ac_cv_func_gethostbyname_proto_compat" >&5
+echo "$as_me:8881: result: $ac_cv_func_gethostbyname_proto_compat" >&5
echo "${ECHO_T}$ac_cv_func_gethostbyname_proto_compat" >&6
if test "$ac_cv_func_gethostbyname_proto_compat" = yes; then
@@ -9644,13 +8889,13 @@ EOF
fi
-echo "$as_me:9647: checking if gethostbyaddr is compatible with system prototype" >&5
+echo "$as_me:8892: checking if gethostbyaddr is compatible with system prototype" >&5
echo $ECHO_N "checking if gethostbyaddr is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_gethostbyaddr_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9653 "configure"
+#line 8898 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
@@ -9678,25 +8923,16 @@ struct hostent *gethostbyaddr(const void *, size_t, int);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9681: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9684: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9686: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9689: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8926: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_gethostbyaddr_proto_compat=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_gethostbyaddr_proto_compat=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_gethostbyaddr_proto_compat=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9699: result: $ac_cv_func_gethostbyaddr_proto_compat" >&5
+echo "$as_me:8935: result: $ac_cv_func_gethostbyaddr_proto_compat" >&5
echo "${ECHO_T}$ac_cv_func_gethostbyaddr_proto_compat" >&6
if test "$ac_cv_func_gethostbyaddr_proto_compat" = yes; then
@@ -9707,13 +8943,13 @@ EOF
fi
-echo "$as_me:9710: checking if getservbyname is compatible with system prototype" >&5
+echo "$as_me:8946: checking if getservbyname is compatible with system prototype" >&5
echo $ECHO_N "checking if getservbyname is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_getservbyname_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9716 "configure"
+#line 8952 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
@@ -9741,25 +8977,16 @@ struct servent *getservbyname(const char *, const char *);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9744: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9747: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9749: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9752: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:8980: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_getservbyname_proto_compat=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_getservbyname_proto_compat=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_getservbyname_proto_compat=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9762: result: $ac_cv_func_getservbyname_proto_compat" >&5
+echo "$as_me:8989: result: $ac_cv_func_getservbyname_proto_compat" >&5
echo "${ECHO_T}$ac_cv_func_getservbyname_proto_compat" >&6
if test "$ac_cv_func_getservbyname_proto_compat" = yes; then
@@ -9770,13 +8997,13 @@ EOF
fi
-echo "$as_me:9773: checking if getsockname is compatible with system prototype" >&5
+echo "$as_me:9000: checking if getsockname is compatible with system prototype" >&5
echo $ECHO_N "checking if getsockname is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_getsockname_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9779 "configure"
+#line 9006 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
@@ -9795,25 +9022,16 @@ int getsockname(int, struct sockaddr*, socklen_t*);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9798: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9801: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9803: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9806: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9025: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_getsockname_proto_compat=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_getsockname_proto_compat=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_getsockname_proto_compat=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9816: result: $ac_cv_func_getsockname_proto_compat" >&5
+echo "$as_me:9034: result: $ac_cv_func_getsockname_proto_compat" >&5
echo "${ECHO_T}$ac_cv_func_getsockname_proto_compat" >&6
if test "$ac_cv_func_getsockname_proto_compat" = yes; then
@@ -9824,13 +9042,13 @@ EOF
fi
-echo "$as_me:9827: checking if openlog is compatible with system prototype" >&5
+echo "$as_me:9045: checking if openlog is compatible with system prototype" >&5
echo $ECHO_N "checking if openlog is compatible with system prototype... $ECHO_C" >&6
if test "${ac_cv_func_openlog_proto_compat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9833 "configure"
+#line 9051 "configure"
#include "confdefs.h"
#ifdef HAVE_SYSLOG_H
@@ -9846,25 +9064,16 @@ void openlog(const char *, int, int);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9849: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9852: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9854: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9857: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9067: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_openlog_proto_compat=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_openlog_proto_compat=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_openlog_proto_compat=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9867: result: $ac_cv_func_openlog_proto_compat" >&5
+echo "$as_me:9076: result: $ac_cv_func_openlog_proto_compat" >&5
echo "${ECHO_T}$ac_cv_func_openlog_proto_compat" >&6
if test "$ac_cv_func_openlog_proto_compat" = yes; then
@@ -9876,13 +9085,13 @@ EOF
fi
if test "$ac_cv_func_crypt+set" != set -o "$ac_cv_func_crypt" = yes; then
-echo "$as_me:9879: checking if crypt needs a prototype" >&5
+echo "$as_me:9088: checking if crypt needs a prototype" >&5
echo $ECHO_N "checking if crypt needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_crypt_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9885 "configure"
+#line 9094 "configure"
#include "confdefs.h"
#ifdef HAVE_CRYPT_H
@@ -9904,25 +9113,16 @@ crypt(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9907: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9910: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9912: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9915: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9116: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_crypt_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_crypt_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_crypt_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9925: result: $ac_cv_func_crypt_noproto" >&5
+echo "$as_me:9125: result: $ac_cv_func_crypt_noproto" >&5
echo "${ECHO_T}$ac_cv_func_crypt_noproto" >&6
if test "$ac_cv_func_crypt_noproto" = yes; then
@@ -9936,13 +9136,13 @@ fi
fi
if test "$ac_cv_func_strtok_r+set" != set -o "$ac_cv_func_strtok_r" = yes; then
-echo "$as_me:9939: checking if strtok_r needs a prototype" >&5
+echo "$as_me:9139: checking if strtok_r needs a prototype" >&5
echo $ECHO_N "checking if strtok_r needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_strtok_r_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9945 "configure"
+#line 9145 "configure"
#include "confdefs.h"
#include <string.h>
@@ -9959,25 +9159,16 @@ strtok_r(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:9962: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:9965: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:9967: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:9970: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9162: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_strtok_r_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_strtok_r_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_strtok_r_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:9980: result: $ac_cv_func_strtok_r_noproto" >&5
+echo "$as_me:9171: result: $ac_cv_func_strtok_r_noproto" >&5
echo "${ECHO_T}$ac_cv_func_strtok_r_noproto" >&6
if test "$ac_cv_func_strtok_r_noproto" = yes; then
@@ -9991,13 +9182,13 @@ fi
fi
if test "$ac_cv_func_strsep+set" != set -o "$ac_cv_func_strsep" = yes; then
-echo "$as_me:9994: checking if strsep needs a prototype" >&5
+echo "$as_me:9185: checking if strsep needs a prototype" >&5
echo $ECHO_N "checking if strsep needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_strsep_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10000 "configure"
+#line 9191 "configure"
#include "confdefs.h"
#include <string.h>
@@ -10014,25 +9205,16 @@ strsep(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10017: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10020: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10022: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10025: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9208: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_strsep_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_strsep_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_strsep_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10035: result: $ac_cv_func_strsep_noproto" >&5
+echo "$as_me:9217: result: $ac_cv_func_strsep_noproto" >&5
echo "${ECHO_T}$ac_cv_func_strsep_noproto" >&6
if test "$ac_cv_func_strsep_noproto" = yes; then
@@ -10045,14 +9227,14 @@ fi
fi
-echo "$as_me:10048: checking for h_errno" >&5
+echo "$as_me:9230: checking for h_errno" >&5
echo $ECHO_N "checking for h_errno... $ECHO_C" >&6
if test "${ac_cv_var_h_errno+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10055 "configure"
+#line 9237 "configure"
#include "confdefs.h"
extern int h_errno;
int foo() { return h_errno; }
@@ -10065,28 +9247,19 @@ foo()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10068: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:10071: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10073: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:10076: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9250: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_var_h_errno=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_var_h_errno=no
+ cat conftest.$ac_ext >&5
+ ac_cv_var_h_errno=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_var_h_errno`
-echo "$as_me:10089: result: $ac_foo" >&5
+echo "$as_me:9262: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
@@ -10094,14 +9267,14 @@ cat >>confdefs.h <<EOF
#define HAVE_H_ERRNO 1
EOF
-echo "$as_me:10097: checking if h_errno is properly declared" >&5
+echo "$as_me:9270: checking if h_errno is properly declared" >&5
echo $ECHO_N "checking if h_errno is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_h_errno_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10104 "configure"
+#line 9277 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -10119,27 +9292,18 @@ h_errno.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10122: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10125: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10127: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10130: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9295: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_h_errno_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_h_errno_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_h_errno_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10142: result: $ac_cv_var_h_errno_declaration" >&5
+echo "$as_me:9306: result: $ac_cv_var_h_errno_declaration" >&5
echo "${ECHO_T}$ac_cv_var_h_errno_declaration" >&6
if eval "test \"\$ac_cv_var_h_errno_declaration\" = yes"; then
@@ -10151,14 +9315,14 @@ fi
fi
-echo "$as_me:10154: checking for h_errlist" >&5
+echo "$as_me:9318: checking for h_errlist" >&5
echo $ECHO_N "checking for h_errlist... $ECHO_C" >&6
if test "${ac_cv_var_h_errlist+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10161 "configure"
+#line 9325 "configure"
#include "confdefs.h"
extern int h_errlist;
int foo() { return h_errlist; }
@@ -10171,28 +9335,19 @@ foo()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10174: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:10177: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10179: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:10182: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9338: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_var_h_errlist=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_var_h_errlist=no
+ cat conftest.$ac_ext >&5
+ ac_cv_var_h_errlist=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_var_h_errlist`
-echo "$as_me:10195: result: $ac_foo" >&5
+echo "$as_me:9350: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
@@ -10200,14 +9355,14 @@ cat >>confdefs.h <<EOF
#define HAVE_H_ERRLIST 1
EOF
-echo "$as_me:10203: checking if h_errlist is properly declared" >&5
+echo "$as_me:9358: checking if h_errlist is properly declared" >&5
echo $ECHO_N "checking if h_errlist is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_h_errlist_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10210 "configure"
+#line 9365 "configure"
#include "confdefs.h"
#ifdef HAVE_NETDB_H
#include <netdb.h>
@@ -10222,27 +9377,18 @@ h_errlist.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10225: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10228: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10230: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10233: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9380: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_h_errlist_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_h_errlist_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_h_errlist_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10245: result: $ac_cv_var_h_errlist_declaration" >&5
+echo "$as_me:9391: result: $ac_cv_var_h_errlist_declaration" >&5
echo "${ECHO_T}$ac_cv_var_h_errlist_declaration" >&6
if eval "test \"\$ac_cv_var_h_errlist_declaration\" = yes"; then
@@ -10254,14 +9400,14 @@ fi
fi
-echo "$as_me:10257: checking for h_nerr" >&5
+echo "$as_me:9403: checking for h_nerr" >&5
echo $ECHO_N "checking for h_nerr... $ECHO_C" >&6
if test "${ac_cv_var_h_nerr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10264 "configure"
+#line 9410 "configure"
#include "confdefs.h"
extern int h_nerr;
int foo() { return h_nerr; }
@@ -10274,28 +9420,19 @@ foo()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10277: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:10280: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10282: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:10285: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9423: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_var_h_nerr=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_var_h_nerr=no
+ cat conftest.$ac_ext >&5
+ ac_cv_var_h_nerr=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_var_h_nerr`
-echo "$as_me:10298: result: $ac_foo" >&5
+echo "$as_me:9435: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
@@ -10303,14 +9440,14 @@ cat >>confdefs.h <<EOF
#define HAVE_H_NERR 1
EOF
-echo "$as_me:10306: checking if h_nerr is properly declared" >&5
+echo "$as_me:9443: checking if h_nerr is properly declared" >&5
echo $ECHO_N "checking if h_nerr is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_h_nerr_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10313 "configure"
+#line 9450 "configure"
#include "confdefs.h"
#ifdef HAVE_NETDB_H
#include <netdb.h>
@@ -10325,27 +9462,18 @@ h_nerr.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10328: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10331: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10333: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10336: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9465: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_h_nerr_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_h_nerr_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_h_nerr_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10348: result: $ac_cv_var_h_nerr_declaration" >&5
+echo "$as_me:9476: result: $ac_cv_var_h_nerr_declaration" >&5
echo "${ECHO_T}$ac_cv_var_h_nerr_declaration" >&6
if eval "test \"\$ac_cv_var_h_nerr_declaration\" = yes"; then
@@ -10357,14 +9485,14 @@ fi
fi
-echo "$as_me:10360: checking for __progname" >&5
+echo "$as_me:9488: checking for __progname" >&5
echo $ECHO_N "checking for __progname... $ECHO_C" >&6
if test "${ac_cv_var___progname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10367 "configure"
+#line 9495 "configure"
#include "confdefs.h"
extern int __progname;
int foo() { return __progname; }
@@ -10377,28 +9505,19 @@ foo()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10380: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:10383: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10385: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:10388: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9508: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_var___progname=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_var___progname=no
+ cat conftest.$ac_ext >&5
+ ac_cv_var___progname=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_var___progname`
-echo "$as_me:10401: result: $ac_foo" >&5
+echo "$as_me:9520: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
@@ -10406,14 +9525,14 @@ cat >>confdefs.h <<EOF
#define HAVE___PROGNAME 1
EOF
-echo "$as_me:10409: checking if __progname is properly declared" >&5
+echo "$as_me:9528: checking if __progname is properly declared" >&5
echo $ECHO_N "checking if __progname is properly declared... $ECHO_C" >&6
if test "${ac_cv_var___progname_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10416 "configure"
+#line 9535 "configure"
#include "confdefs.h"
#ifdef HAVE_ERR_H
#include <err.h>
@@ -10428,27 +9547,18 @@ __progname.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10431: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10434: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10436: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10439: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9550: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var___progname_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var___progname_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var___progname_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10451: result: $ac_cv_var___progname_declaration" >&5
+echo "$as_me:9561: result: $ac_cv_var___progname_declaration" >&5
echo "${ECHO_T}$ac_cv_var___progname_declaration" >&6
if eval "test \"\$ac_cv_var___progname_declaration\" = yes"; then
@@ -10460,14 +9570,14 @@ fi
fi
-echo "$as_me:10463: checking if optarg is properly declared" >&5
+echo "$as_me:9573: checking if optarg is properly declared" >&5
echo $ECHO_N "checking if optarg is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_optarg_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10470 "configure"
+#line 9580 "configure"
#include "confdefs.h"
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
@@ -10483,27 +9593,18 @@ optarg.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10486: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10489: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10491: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10494: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9596: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_optarg_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_optarg_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_optarg_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10506: result: $ac_cv_var_optarg_declaration" >&5
+echo "$as_me:9607: result: $ac_cv_var_optarg_declaration" >&5
echo "${ECHO_T}$ac_cv_var_optarg_declaration" >&6
if eval "test \"\$ac_cv_var_optarg_declaration\" = yes"; then
@@ -10513,14 +9614,14 @@ EOF
fi
-echo "$as_me:10516: checking if optind is properly declared" >&5
+echo "$as_me:9617: checking if optind is properly declared" >&5
echo $ECHO_N "checking if optind is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_optind_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10523 "configure"
+#line 9624 "configure"
#include "confdefs.h"
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
@@ -10536,27 +9637,18 @@ optind.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10539: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10542: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10544: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10547: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9640: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_optind_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_optind_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_optind_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10559: result: $ac_cv_var_optind_declaration" >&5
+echo "$as_me:9651: result: $ac_cv_var_optind_declaration" >&5
echo "${ECHO_T}$ac_cv_var_optind_declaration" >&6
if eval "test \"\$ac_cv_var_optind_declaration\" = yes"; then
@@ -10566,14 +9658,14 @@ EOF
fi
-echo "$as_me:10569: checking if opterr is properly declared" >&5
+echo "$as_me:9661: checking if opterr is properly declared" >&5
echo $ECHO_N "checking if opterr is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_opterr_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10576 "configure"
+#line 9668 "configure"
#include "confdefs.h"
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
@@ -10589,27 +9681,18 @@ opterr.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10592: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10595: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10597: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10600: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9684: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_opterr_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_opterr_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_opterr_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10612: result: $ac_cv_var_opterr_declaration" >&5
+echo "$as_me:9695: result: $ac_cv_var_opterr_declaration" >&5
echo "${ECHO_T}$ac_cv_var_opterr_declaration" >&6
if eval "test \"\$ac_cv_var_opterr_declaration\" = yes"; then
@@ -10619,14 +9702,14 @@ EOF
fi
-echo "$as_me:10622: checking if optopt is properly declared" >&5
+echo "$as_me:9705: checking if optopt is properly declared" >&5
echo $ECHO_N "checking if optopt is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_optopt_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10629 "configure"
+#line 9712 "configure"
#include "confdefs.h"
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
@@ -10642,27 +9725,18 @@ optopt.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10645: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10648: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10650: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10653: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9728: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_optopt_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_optopt_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_optopt_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10665: result: $ac_cv_var_optopt_declaration" >&5
+echo "$as_me:9739: result: $ac_cv_var_optopt_declaration" >&5
echo "${ECHO_T}$ac_cv_var_optopt_declaration" >&6
if eval "test \"\$ac_cv_var_optopt_declaration\" = yes"; then
@@ -10672,14 +9746,14 @@ EOF
fi
-echo "$as_me:10675: checking if environ is properly declared" >&5
+echo "$as_me:9749: checking if environ is properly declared" >&5
echo $ECHO_N "checking if environ is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_environ_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10682 "configure"
+#line 9756 "configure"
#include "confdefs.h"
#include <stdlib.h>
extern struct { int foo; } environ;
@@ -10692,27 +9766,18 @@ environ.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10695: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10698: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10700: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10703: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9769: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_environ_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_environ_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_environ_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10715: result: $ac_cv_var_environ_declaration" >&5
+echo "$as_me:9780: result: $ac_cv_var_environ_declaration" >&5
echo "${ECHO_T}$ac_cv_var_environ_declaration" >&6
if eval "test \"\$ac_cv_var_environ_declaration\" = yes"; then
@@ -10722,14 +9787,14 @@ EOF
fi
-echo "$as_me:10725: checking for tm_gmtoff in struct tm" >&5
+echo "$as_me:9790: checking for tm_gmtoff in struct tm" >&5
echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
if test "${ac_cv_type_struct_tm_tm_gmtoff+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10732 "configure"
+#line 9797 "configure"
#include "confdefs.h"
#include <time.h>
int
@@ -10741,25 +9806,16 @@ struct tm x; x.tm_gmtoff;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10744: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10747: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10749: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10752: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9809: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_tm_tm_gmtoff=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_tm_tm_gmtoff=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_tm_tm_gmtoff=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10762: result: $ac_cv_type_struct_tm_tm_gmtoff" >&5
+echo "$as_me:9818: result: $ac_cv_type_struct_tm_tm_gmtoff" >&5
echo "${ECHO_T}$ac_cv_type_struct_tm_tm_gmtoff" >&6
if test "$ac_cv_type_struct_tm_tm_gmtoff" = yes; then
@@ -10769,14 +9825,14 @@ EOF
fi
-echo "$as_me:10772: checking for tm_zone in struct tm" >&5
+echo "$as_me:9828: checking for tm_zone in struct tm" >&5
echo $ECHO_N "checking for tm_zone in struct tm... $ECHO_C" >&6
if test "${ac_cv_type_struct_tm_tm_zone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10779 "configure"
+#line 9835 "configure"
#include "confdefs.h"
#include <time.h>
int
@@ -10788,25 +9844,16 @@ struct tm x; x.tm_zone;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10791: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10794: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10796: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10799: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9847: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_tm_tm_zone=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_tm_tm_zone=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_tm_tm_zone=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10809: result: $ac_cv_type_struct_tm_tm_zone" >&5
+echo "$as_me:9856: result: $ac_cv_type_struct_tm_tm_zone" >&5
echo "${ECHO_T}$ac_cv_type_struct_tm_tm_zone" >&6
if test "$ac_cv_type_struct_tm_tm_zone" = yes; then
@@ -10816,14 +9863,14 @@ EOF
fi
-echo "$as_me:10819: checking for timezone" >&5
+echo "$as_me:9866: checking for timezone" >&5
echo $ECHO_N "checking for timezone... $ECHO_C" >&6
if test "${ac_cv_var_timezone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10826 "configure"
+#line 9873 "configure"
#include "confdefs.h"
extern int timezone;
int foo() { return timezone; }
@@ -10836,28 +9883,19 @@ foo()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:10839: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:10842: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10844: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:10847: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9886: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_var_timezone=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_var_timezone=no
+ cat conftest.$ac_ext >&5
+ ac_cv_var_timezone=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_var_timezone`
-echo "$as_me:10860: result: $ac_foo" >&5
+echo "$as_me:9898: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
@@ -10865,14 +9903,14 @@ cat >>confdefs.h <<EOF
#define HAVE_TIMEZONE 1
EOF
-echo "$as_me:10868: checking if timezone is properly declared" >&5
+echo "$as_me:9906: checking if timezone is properly declared" >&5
echo $ECHO_N "checking if timezone is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_timezone_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10875 "configure"
+#line 9913 "configure"
#include "confdefs.h"
#include <time.h>
extern struct { int foo; } timezone;
@@ -10885,27 +9923,18 @@ timezone.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10888: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10891: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10893: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10896: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9926: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_timezone_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_timezone_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_timezone_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:10908: result: $ac_cv_var_timezone_declaration" >&5
+echo "$as_me:9937: result: $ac_cv_var_timezone_declaration" >&5
echo "${ECHO_T}$ac_cv_var_timezone_declaration" >&6
if eval "test \"\$ac_cv_var_timezone_declaration\" = yes"; then
@@ -10918,13 +9947,13 @@ fi
fi
cv=`echo "sa_family_t" | sed 'y%./+- %__p__%'`
-echo "$as_me:10921: checking for sa_family_t" >&5
+echo "$as_me:9950: checking for sa_family_t" >&5
echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10927 "configure"
+#line 9956 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -10941,37 +9970,28 @@ sa_family_t foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10944: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10947: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10949: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10952: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:9973: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:10963: result: $ac_foo" >&5
+echo "$as_me:9983: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo sa_family_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:10968: checking for sa_family_t" >&5
+ echo "$as_me:9988: checking for sa_family_t" >&5
echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
if test "${ac_cv_type_sa_family_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10974 "configure"
+#line 9994 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -10986,25 +10006,16 @@ if (sizeof (sa_family_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:10989: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:10992: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:10994: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:10997: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10009: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_sa_family_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_sa_family_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_sa_family_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11007: result: $ac_cv_type_sa_family_t" >&5
+echo "$as_me:10018: result: $ac_cv_type_sa_family_t" >&5
echo "${ECHO_T}$ac_cv_type_sa_family_t" >&6
if test $ac_cv_type_sa_family_t = yes; then
@@ -11023,13 +10034,13 @@ EOF
fi
cv=`echo "socklen_t" | sed 'y%./+- %__p__%'`
-echo "$as_me:11026: checking for socklen_t" >&5
+echo "$as_me:10037: checking for socklen_t" >&5
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11032 "configure"
+#line 10043 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -11046,37 +10057,28 @@ socklen_t foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11049: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11052: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11054: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11057: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10060: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:11068: result: $ac_foo" >&5
+echo "$as_me:10070: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo socklen_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:11073: checking for socklen_t" >&5
+ echo "$as_me:10075: checking for socklen_t" >&5
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if test "${ac_cv_type_socklen_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11079 "configure"
+#line 10081 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11091,25 +10093,16 @@ if (sizeof (socklen_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11094: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11097: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11099: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11102: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10096: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_socklen_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_socklen_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_socklen_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11112: result: $ac_cv_type_socklen_t" >&5
+echo "$as_me:10105: result: $ac_cv_type_socklen_t" >&5
echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
if test $ac_cv_type_socklen_t = yes; then
@@ -11128,13 +10121,13 @@ EOF
fi
cv=`echo "struct sockaddr" | sed 'y%./+- %__p__%'`
-echo "$as_me:11131: checking for struct sockaddr" >&5
+echo "$as_me:10124: checking for struct sockaddr" >&5
echo $ECHO_N "checking for struct sockaddr... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11137 "configure"
+#line 10130 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -11151,37 +10144,28 @@ struct sockaddr foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11154: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11157: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11159: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11162: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10147: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:11173: result: $ac_foo" >&5
+echo "$as_me:10157: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct sockaddr | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:11178: checking for struct sockaddr" >&5
+ echo "$as_me:10162: checking for struct sockaddr" >&5
echo $ECHO_N "checking for struct sockaddr... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11184 "configure"
+#line 10168 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11196,25 +10180,16 @@ if (sizeof (struct sockaddr))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11199: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11202: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11204: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11207: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10183: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_sockaddr=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_sockaddr=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_sockaddr=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11217: result: $ac_cv_type_struct_sockaddr" >&5
+echo "$as_me:10192: result: $ac_cv_type_struct_sockaddr" >&5
echo "${ECHO_T}$ac_cv_type_struct_sockaddr" >&6
if test $ac_cv_type_struct_sockaddr = yes; then
@@ -11233,13 +10208,13 @@ EOF
fi
cv=`echo "struct sockaddr_storage" | sed 'y%./+- %__p__%'`
-echo "$as_me:11236: checking for struct sockaddr_storage" >&5
+echo "$as_me:10211: checking for struct sockaddr_storage" >&5
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11242 "configure"
+#line 10217 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -11256,37 +10231,28 @@ struct sockaddr_storage foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11259: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11262: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11264: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11267: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10234: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:11278: result: $ac_foo" >&5
+echo "$as_me:10244: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct sockaddr_storage | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:11283: checking for struct sockaddr_storage" >&5
+ echo "$as_me:10249: checking for struct sockaddr_storage" >&5
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_storage+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11289 "configure"
+#line 10255 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11301,25 +10267,16 @@ if (sizeof (struct sockaddr_storage))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11304: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11307: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11309: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11312: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10270: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_sockaddr_storage=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_sockaddr_storage=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_sockaddr_storage=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11322: result: $ac_cv_type_struct_sockaddr_storage" >&5
+echo "$as_me:10279: result: $ac_cv_type_struct_sockaddr_storage" >&5
echo "${ECHO_T}$ac_cv_type_struct_sockaddr_storage" >&6
if test $ac_cv_type_struct_sockaddr_storage = yes; then
@@ -11338,13 +10295,13 @@ EOF
fi
cv=`echo "struct addrinfo" | sed 'y%./+- %__p__%'`
-echo "$as_me:11341: checking for struct addrinfo" >&5
+echo "$as_me:10298: checking for struct addrinfo" >&5
echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11347 "configure"
+#line 10304 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -11361,37 +10318,28 @@ struct addrinfo foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11364: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11367: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11369: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11372: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10321: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:11383: result: $ac_foo" >&5
+echo "$as_me:10331: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct addrinfo | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:11388: checking for struct addrinfo" >&5
+ echo "$as_me:10336: checking for struct addrinfo" >&5
echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
if test "${ac_cv_type_struct_addrinfo+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11394 "configure"
+#line 10342 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11406,25 +10354,16 @@ if (sizeof (struct addrinfo))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11409: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11412: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11414: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11417: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10357: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_addrinfo=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_addrinfo=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_addrinfo=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11427: result: $ac_cv_type_struct_addrinfo" >&5
+echo "$as_me:10366: result: $ac_cv_type_struct_addrinfo" >&5
echo "${ECHO_T}$ac_cv_type_struct_addrinfo" >&6
if test $ac_cv_type_struct_addrinfo = yes; then
@@ -11443,13 +10382,13 @@ EOF
fi
cv=`echo "struct ifaddrs" | sed 'y%./+- %__p__%'`
-echo "$as_me:11446: checking for struct ifaddrs" >&5
+echo "$as_me:10385: checking for struct ifaddrs" >&5
echo $ECHO_N "checking for struct ifaddrs... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11452 "configure"
+#line 10391 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -11466,37 +10405,28 @@ struct ifaddrs foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11469: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11472: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11474: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11477: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10408: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:11488: result: $ac_foo" >&5
+echo "$as_me:10418: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct ifaddrs | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:11493: checking for struct ifaddrs" >&5
+ echo "$as_me:10423: checking for struct ifaddrs" >&5
echo $ECHO_N "checking for struct ifaddrs... $ECHO_C" >&6
if test "${ac_cv_type_struct_ifaddrs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11499 "configure"
+#line 10429 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -11511,25 +10441,16 @@ if (sizeof (struct ifaddrs))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11514: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11517: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11519: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11522: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10444: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_ifaddrs=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_ifaddrs=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_ifaddrs=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11532: result: $ac_cv_type_struct_ifaddrs" >&5
+echo "$as_me:10453: result: $ac_cv_type_struct_ifaddrs" >&5
echo "${ECHO_T}$ac_cv_type_struct_ifaddrs" >&6
if test $ac_cv_type_struct_ifaddrs = yes; then
@@ -11547,7 +10468,7 @@ EOF
fi
-echo "$as_me:11550: checking for struct winsize" >&5
+echo "$as_me:10471: checking for struct winsize" >&5
echo $ECHO_N "checking for struct winsize... $ECHO_C" >&6
if test "${ac_cv_struct_winsize+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11556,7 +10477,7 @@ else
ac_cv_struct_winsize=no
for i in sys/termios.h sys/ioctl.h; do
cat >conftest.$ac_ext <<_ACEOF
-#line 11559 "configure"
+#line 10480 "configure"
#include "confdefs.h"
#include <$i>
@@ -11577,10 +10498,10 @@ cat >>confdefs.h <<\EOF
EOF
fi
-echo "$as_me:11580: result: $ac_cv_struct_winsize" >&5
+echo "$as_me:10501: result: $ac_cv_struct_winsize" >&5
echo "${ECHO_T}$ac_cv_struct_winsize" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 11583 "configure"
+#line 10504 "configure"
#include "confdefs.h"
#include <termios.h>
@@ -11596,7 +10517,7 @@ fi
rm -f conftest*
cat >conftest.$ac_ext <<_ACEOF
-#line 11599 "configure"
+#line 10520 "configure"
#include "confdefs.h"
#include <termios.h>
@@ -11611,14 +10532,14 @@ EOF
fi
rm -f conftest*
-echo "$as_me:11614: checking for struct spwd" >&5
+echo "$as_me:10535: checking for struct spwd" >&5
echo $ECHO_N "checking for struct spwd... $ECHO_C" >&6
if test "${ac_cv_struct_spwd+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11621 "configure"
+#line 10542 "configure"
#include "confdefs.h"
#include <pwd.h>
#ifdef HAVE_SHADOW_H
@@ -11633,27 +10554,18 @@ struct spwd foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11636: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11639: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11641: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11644: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10557: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_struct_spwd=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_struct_spwd=no
+ cat conftest.$ac_ext >&5
+ ac_cv_struct_spwd=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:11656: result: $ac_cv_struct_spwd" >&5
+echo "$as_me:10568: result: $ac_cv_struct_spwd" >&5
echo "${ECHO_T}$ac_cv_struct_spwd" >&6
if test "$ac_cv_struct_spwd" = "yes"; then
@@ -11678,9 +10590,8 @@ fi;
if test "${with_openldap_lib+set}" = set; then
withval="$with_openldap_lib"
if test "$withval" = "yes" -o "$withval" = "no"; then
- { { echo "$as_me:11681: error: No argument for --with-openldap-lib" >&5
-echo "$as_me: error: No argument for --with-openldap-lib" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: No argument for --with-openldap-lib" >&2
+ { (exit 1); exit; }; }
elif test "X$with_openldap" = "X"; then
with_openldap=yes
fi
@@ -11690,15 +10601,14 @@ fi;
if test "${with_openldap_include+set}" = set; then
withval="$with_openldap_include"
if test "$withval" = "yes" -o "$withval" = "no"; then
- { { echo "$as_me:11693: error: No argument for --with-openldap-include" >&5
-echo "$as_me: error: No argument for --with-openldap-include" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: No argument for --with-openldap-include" >&2
+ { (exit 1); exit; }; }
elif test "X$with_openldap" = "X"; then
with_openldap=yes
fi
fi;
-echo "$as_me:11701: checking for openldap" >&5
+echo "$as_me:10611: checking for openldap" >&5
echo $ECHO_N "checking for openldap... $ECHO_C" >&6
case "$with_openldap" in
@@ -11738,8 +10648,9 @@ ires= lres=
for i in $header_dirs; do
CFLAGS="-I$i $save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
-#line 11741 "configure"
+#line 10651 "configure"
#include "confdefs.h"
+#include <lber.h>
#include <ldap.h>
int
main ()
@@ -11750,28 +10661,20 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11753: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11756: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11758: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11761: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10664: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ires=$i;break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
for i in $lib_dirs; do
LIBS="-L$i -lldap -llber $save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 11773 "configure"
+#line 10675 "configure"
#include "confdefs.h"
+#include <lber.h>
#include <ldap.h>
int
main ()
@@ -11782,20 +10685,11 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11785: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:11788: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11790: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:11793: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10688: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
lres=$i;break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -11813,13 +10707,13 @@ cat >>confdefs.h <<EOF
EOF
with_openldap=yes
- echo "$as_me:11816: result: headers $ires, libraries $lres" >&5
+ echo "$as_me:10710: result: headers $ires, libraries $lres" >&5
echo "${ECHO_T}headers $ires, libraries $lres" >&6
else
INCLUDE_openldap=
LIB_openldap=
with_openldap=no
- echo "$as_me:11822: result: $with_openldap" >&5
+ echo "$as_me:10716: result: $with_openldap" >&5
echo "${ECHO_T}$with_openldap" >&6
fi
@@ -11837,9 +10731,8 @@ fi;
if test "${with_krb4_lib+set}" = set; then
withval="$with_krb4_lib"
if test "$withval" = "yes" -o "$withval" = "no"; then
- { { echo "$as_me:11840: error: No argument for --with-krb4-lib" >&5
-echo "$as_me: error: No argument for --with-krb4-lib" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: No argument for --with-krb4-lib" >&2
+ { (exit 1); exit; }; }
elif test "X$with_krb4" = "X"; then
with_krb4=yes
fi
@@ -11849,15 +10742,14 @@ fi;
if test "${with_krb4_include+set}" = set; then
withval="$with_krb4_include"
if test "$withval" = "yes" -o "$withval" = "no"; then
- { { echo "$as_me:11852: error: No argument for --with-krb4-include" >&5
-echo "$as_me: error: No argument for --with-krb4-include" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: No argument for --with-krb4-include" >&2
+ { (exit 1); exit; }; }
elif test "X$with_krb4" = "X"; then
with_krb4=yes
fi
fi;
-echo "$as_me:11860: checking for krb4" >&5
+echo "$as_me:10752: checking for krb4" >&5
echo $ECHO_N "checking for krb4... $ECHO_C" >&6
case "$with_krb4" in
@@ -11897,7 +10789,7 @@ ires= lres=
for i in $header_dirs; do
CFLAGS="-I$i $save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
-#line 11900 "configure"
+#line 10792 "configure"
#include "confdefs.h"
#include <krb.h>
int
@@ -11909,27 +10801,18 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:11912: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:11915: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11917: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:11920: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10804: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ires=$i;break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
for i in $lib_dirs; do
LIBS="-L$i -lkrb -ldes $save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 11932 "configure"
+#line 10815 "configure"
#include "confdefs.h"
#include <krb.h>
int
@@ -11941,20 +10824,11 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:11944: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:11947: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:11949: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:11952: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10827: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
lres=$i;break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -11972,13 +10846,13 @@ cat >>confdefs.h <<EOF
EOF
with_krb4=yes
- echo "$as_me:11975: result: headers $ires, libraries $lres" >&5
+ echo "$as_me:10849: result: headers $ires, libraries $lres" >&5
echo "${ECHO_T}headers $ires, libraries $lres" >&6
else
INCLUDE_krb4=
LIB_krb4=
with_krb4=no
- echo "$as_me:11981: result: $with_krb4" >&5
+ echo "$as_me:10855: result: $with_krb4" >&5
echo "${ECHO_T}$with_krb4" >&6
fi
@@ -11990,13 +10864,13 @@ if test "$with_krb4" != "no"; then
LIBS="$LIB_krb4 -ldes $LIBS"
EXTRA_LIB45=lib45.a
- echo "$as_me:11993: checking for four valued krb_put_int" >&5
+ echo "$as_me:10867: checking for four valued krb_put_int" >&5
echo $ECHO_N "checking for four valued krb_put_int... $ECHO_C" >&6
if test "${ac_cv_func_krb_put_int_four+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 11999 "configure"
+#line 10873 "configure"
#include "confdefs.h"
#include <krb.h>
int
@@ -12010,26 +10884,17 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:12013: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12016: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12018: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:12021: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10887: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_func_krb_put_int_four=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_krb_put_int_four=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_krb_put_int_four=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:12032: result: $ac_cv_func_krb_put_int_four" >&5
+echo "$as_me:10897: result: $ac_cv_func_krb_put_int_four" >&5
echo "${ECHO_T}$ac_cv_func_krb_put_int_four" >&6
if test "$ac_cv_func_krb_put_int_four" = yes; then
@@ -12039,13 +10904,13 @@ EOF
fi
- echo "$as_me:12042: checking for KRB_VERIFY_SECURE" >&5
+ echo "$as_me:10907: checking for KRB_VERIFY_SECURE" >&5
echo $ECHO_N "checking for KRB_VERIFY_SECURE... $ECHO_C" >&6
if test "${ac_cv_func_krb_verify_secure+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12048 "configure"
+#line 10913 "configure"
#include "confdefs.h"
#include <krb.h>
int
@@ -12058,26 +10923,17 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:12061: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12064: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12066: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:12069: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10926: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_func_krb_verify_secure=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_krb_verify_secure=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_krb_verify_secure=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:12080: result: $ac_cv_func_krb_verify_secure" >&5
+echo "$as_me:10936: result: $ac_cv_func_krb_verify_secure" >&5
echo "${ECHO_T}$ac_cv_func_krb_verify_secure" >&6
if test "$ac_cv_func_krb_verify_secure" != yes; then
@@ -12090,13 +10946,13 @@ cat >>confdefs.h <<\EOF
EOF
fi
- echo "$as_me:12093: checking for KRB_VERIFY_NOT_SECURE" >&5
+ echo "$as_me:10949: checking for KRB_VERIFY_NOT_SECURE" >&5
echo $ECHO_N "checking for KRB_VERIFY_NOT_SECURE... $ECHO_C" >&6
if test "${ac_cv_func_krb_verify_not_secure+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12099 "configure"
+#line 10955 "configure"
#include "confdefs.h"
#include <krb.h>
int
@@ -12109,26 +10965,17 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:12112: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12115: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12117: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:12120: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:10968: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_func_krb_verify_not_secure=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_krb_verify_not_secure=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_krb_verify_not_secure=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:12131: result: $ac_cv_func_krb_verify_not_secure" >&5
+echo "$as_me:10978: result: $ac_cv_func_krb_verify_not_secure" >&5
echo "${ECHO_T}$ac_cv_func_krb_verify_not_secure" >&6
if test "$ac_cv_func_krb_verify_not_secure" != yes; then
@@ -12138,7 +10985,7 @@ EOF
fi
-echo "$as_me:12141: checking for krb_enable_debug" >&5
+echo "$as_me:10988: checking for krb_enable_debug" >&5
echo $ECHO_N "checking for krb_enable_debug... $ECHO_C" >&6
if test "${ac_cv_funclib_krb_enable_debug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12154,7 +11001,7 @@ if eval "test \"\$ac_cv_func_krb_enable_debug\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 12157 "configure"
+#line 11004 "configure"
#include "confdefs.h"
int
@@ -12166,20 +11013,11 @@ krb_enable_debug()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12169: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:12172: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12174: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:12177: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11016: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_krb_enable_debug=$ac_lib; else ac_cv_funclib_krb_enable_debug=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -12196,13 +11034,13 @@ if false; then
for ac_func in krb_enable_debug
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:12199: checking for $ac_func" >&5
+echo "$as_me:11037: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12205 "configure"
+#line 11043 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -12233,25 +11071,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12236: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:12239: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12241: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:12244: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11074: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:12254: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:11083: 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 <<EOF
@@ -12275,13 +11104,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:12278: result: yes" >&5
+ echo "$as_me:11107: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_krb_enable_debug=no"
eval "LIB_krb_enable_debug="
- echo "$as_me:12284: result: no" >&5
+ echo "$as_me:11113: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -12295,7 +11124,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:12298: result: yes, in $ac_res" >&5
+ echo "$as_me:11127: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -12304,7 +11133,7 @@ if test -n "$LIB_krb_enable_debug"; then
LIBS="$LIB_krb_enable_debug $LIBS"
fi
-echo "$as_me:12307: checking for krb_disable_debug" >&5
+echo "$as_me:11136: checking for krb_disable_debug" >&5
echo $ECHO_N "checking for krb_disable_debug... $ECHO_C" >&6
if test "${ac_cv_funclib_krb_disable_debug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12320,7 +11149,7 @@ if eval "test \"\$ac_cv_func_krb_disable_debug\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 12323 "configure"
+#line 11152 "configure"
#include "confdefs.h"
int
@@ -12332,20 +11161,11 @@ krb_disable_debug()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12335: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:12338: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12340: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:12343: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11164: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_krb_disable_debug=$ac_lib; else ac_cv_funclib_krb_disable_debug=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -12362,13 +11182,13 @@ if false; then
for ac_func in krb_disable_debug
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:12365: checking for $ac_func" >&5
+echo "$as_me:11185: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12371 "configure"
+#line 11191 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -12399,25 +11219,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12402: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:12405: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12407: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:12410: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11222: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:12420: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:11231: 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 <<EOF
@@ -12441,13 +11252,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:12444: result: yes" >&5
+ echo "$as_me:11255: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_krb_disable_debug=no"
eval "LIB_krb_disable_debug="
- echo "$as_me:12450: result: no" >&5
+ echo "$as_me:11261: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -12461,7 +11272,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:12464: result: yes, in $ac_res" >&5
+ echo "$as_me:11275: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -12470,7 +11281,7 @@ if test -n "$LIB_krb_disable_debug"; then
LIBS="$LIB_krb_disable_debug $LIBS"
fi
-echo "$as_me:12473: checking for krb_get_our_ip_for_realm" >&5
+echo "$as_me:11284: checking for krb_get_our_ip_for_realm" >&5
echo $ECHO_N "checking for krb_get_our_ip_for_realm... $ECHO_C" >&6
if test "${ac_cv_funclib_krb_get_our_ip_for_realm+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12486,7 +11297,7 @@ if eval "test \"\$ac_cv_func_krb_get_our_ip_for_realm\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 12489 "configure"
+#line 11300 "configure"
#include "confdefs.h"
int
@@ -12498,20 +11309,11 @@ krb_get_our_ip_for_realm()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12501: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:12504: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12506: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:12509: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11312: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_krb_get_our_ip_for_realm=$ac_lib; else ac_cv_funclib_krb_get_our_ip_for_realm=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -12528,13 +11330,13 @@ if false; then
for ac_func in krb_get_our_ip_for_realm
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:12531: checking for $ac_func" >&5
+echo "$as_me:11333: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12537 "configure"
+#line 11339 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -12565,25 +11367,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:12568: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:12571: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12573: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:12576: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11370: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:12586: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:11379: 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 <<EOF
@@ -12607,13 +11400,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:12610: result: yes" >&5
+ echo "$as_me:11403: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_krb_get_our_ip_for_realm=no"
eval "LIB_krb_get_our_ip_for_realm="
- echo "$as_me:12616: result: no" >&5
+ echo "$as_me:11409: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -12627,7 +11420,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:12630: result: yes, in $ac_res" >&5
+ echo "$as_me:11423: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -12636,13 +11429,13 @@ if test -n "$LIB_krb_get_our_ip_for_realm"; then
LIBS="$LIB_krb_get_our_ip_for_realm $LIBS"
fi
- echo "$as_me:12639: checking for krb_mk_req with const arguments" >&5
+ echo "$as_me:11432: checking for krb_mk_req with const arguments" >&5
echo $ECHO_N "checking for krb_mk_req with const arguments... $ECHO_C" >&6
if test "${ac_cv_func_krb_mk_req_const+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 12645 "configure"
+#line 11438 "configure"
#include "confdefs.h"
#include <krb.h>
int krb_mk_req(KTEXT a, const char *s, const char *i,
@@ -12657,26 +11450,17 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:12660: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:12663: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:12665: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:12668: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11453: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_func_krb_mk_req_const=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_krb_mk_req_const=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_krb_mk_req_const=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:12679: result: $ac_cv_func_krb_mk_req_const" >&5
+echo "$as_me:11463: result: $ac_cv_func_krb_mk_req_const" >&5
echo "${ECHO_T}$ac_cv_func_krb_mk_req_const" >&6
if test "$ac_cv_func_krb_mk_req_const" = "yes"; then
@@ -12689,6 +11473,7 @@ EOF
LIBS="$save_LIBS"
CFLAGS="$save_CFLAGS"
LIB_kdb="-lkdb -lkrb"
+ test_LIB_krb4="$LIB_krb4"
if test "$krb4_libdir"; then
LIB_krb4="-R $krb4_libdir $LIB_krb4"
LIB_kdb="-R $krb4_libdir -L$krb4_libdir $LIB_kdb"
@@ -12746,11 +11531,12 @@ fi
## XXX quite horrible:
if test -f /etc/ibmcxx.cfg; then
- dpagaix_LDADD=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/libraries/{;s/^^=*=\(.*\)/\1/;s/,/ /gp;}'`
- dpagaix_CFLAGS=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/options/{;s/^^=*=\(.*\)/\1/;s/-q^,*//;s/,/ /gp;}'`
+ dpagaix_LDADD=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/libraries/{;s/^[^=]*=\(.*\)/\1/;s/,/ /gp;}'`
+ dpagaix_CFLAGS=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/options/{;s/^[^=]*=\(.*\)/\1/;s/-q^,*//;s/,/ /gp;}'`
else
dpagaix_CFLAGS="-D_THREAD_SAFE -D_AIX_PTHREADS_D7 -D_AIX32_THREADS=1 -D_AES_SOURCE -D_AIX41 -I/usr/include/dce"
dpagaix_LDADD="-L/usr/lib/threads -ldcelibc_r -ldcepthreads -lpthreads_compat lpthreads -lc_r"
+ dpagaix_LDFLAGS="-Wl,-bI:dfspag.exp"
fi
# Check whether --enable-kaserver or --disable-kaserver was given.
@@ -12765,9 +11551,8 @@ cat >>confdefs.h <<\EOF
EOF
if test "$with_krb4" = "no"; then
- { { echo "$as_me:12768: error: kaserver requires krb4" >&5
-echo "$as_me: error: kaserver requires krb4" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: kaserver requires krb4" >&2
+ { (exit 1); exit; }; }
exit 1
fi
fi
@@ -12784,9 +11569,8 @@ cat >>confdefs.h <<\EOF
EOF
if test "$with_krb4" = "no"; then
- { { echo "$as_me:12787: error: kaserver-db requires krb4" >&5
-echo "$as_me: error: kaserver-db requires krb4" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: kaserver-db requires krb4" >&2
+ { (exit 1); exit; }; }
exit 1
fi
fi
@@ -12835,7 +11619,7 @@ fi
# Extract the first word of "nroff", so it can be a program name with args.
set dummy nroff; ac_word=$2
-echo "$as_me:12838: checking for $ac_word" >&5
+echo "$as_me:11622: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_NROFF+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12850,7 +11634,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- if $as_executable_p "$ac_dir/$ac_word"; then
+ if test -f "$ac_dir/$ac_word"; then
ac_cv_path_NROFF="$ac_dir/$ac_word"
break
fi
@@ -12862,16 +11646,16 @@ fi
NROFF=$ac_cv_path_NROFF
if test -n "$NROFF"; then
- echo "$as_me:12865: result: $NROFF" >&5
+ echo "$as_me:11649: result: $NROFF" >&5
echo "${ECHO_T}$NROFF" >&6
else
- echo "$as_me:12868: result: no" >&5
+ echo "$as_me:11652: result: no" >&5
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "groff", so it can be a program name with args.
set dummy groff; ac_word=$2
-echo "$as_me:12874: checking for $ac_word" >&5
+echo "$as_me:11658: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_GROFF+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12886,7 +11670,7 @@ ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- if $as_executable_p "$ac_dir/$ac_word"; then
+ if test -f "$ac_dir/$ac_word"; then
ac_cv_path_GROFF="$ac_dir/$ac_word"
break
fi
@@ -12898,14 +11682,14 @@ fi
GROFF=$ac_cv_path_GROFF
if test -n "$GROFF"; then
- echo "$as_me:12901: result: $GROFF" >&5
+ echo "$as_me:11685: result: $GROFF" >&5
echo "${ECHO_T}$GROFF" >&6
else
- echo "$as_me:12904: result: no" >&5
+ echo "$as_me:11688: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-echo "$as_me:12908: checking how to format man pages" >&5
+echo "$as_me:11692: checking how to format man pages" >&5
echo $ECHO_N "checking how to format man pages... $ECHO_C" >&6
if test "${ac_cv_sys_man_format+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12942,7 +11726,7 @@ if test "$ac_cv_sys_man_format"; then
fi
fi
-echo "$as_me:12945: result: $ac_cv_sys_man_format" >&5
+echo "$as_me:11729: result: $ac_cv_sys_man_format" >&5
echo "${ECHO_T}$ac_cv_sys_man_format" >&6
if test "$ac_cv_sys_man_format"; then
CATMAN="$ac_cv_sys_man_format"
@@ -12956,7 +11740,7 @@ else
CATMAN_TRUE='#'
CATMAN_FALSE=
fi
-echo "$as_me:12959: checking extension of pre-formatted manual pages" >&5
+echo "$as_me:11743: checking extension of pre-formatted manual pages" >&5
echo $ECHO_N "checking extension of pre-formatted manual pages... $ECHO_C" >&6
if test "${ac_cv_sys_catman_ext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12968,7 +11752,7 @@ else
fi
fi
-echo "$as_me:12971: result: $ac_cv_sys_catman_ext" >&5
+echo "$as_me:11755: result: $ac_cv_sys_catman_ext" >&5
echo "${ECHO_T}$ac_cv_sys_catman_ext" >&6
if test "$ac_cv_sys_catman_ext" = number; then
CATMANEXT='$$section'
@@ -12986,9 +11770,8 @@ fi;
if test "${with_readline_lib+set}" = set; then
withval="$with_readline_lib"
if test "$withval" = "yes" -o "$withval" = "no"; then
- { { echo "$as_me:12989: error: No argument for --with-readline-lib" >&5
-echo "$as_me: error: No argument for --with-readline-lib" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: No argument for --with-readline-lib" >&2
+ { (exit 1); exit; }; }
elif test "X$with_readline" = "X"; then
with_readline=yes
fi
@@ -12998,15 +11781,14 @@ fi;
if test "${with_readline_include+set}" = set; then
withval="$with_readline_include"
if test "$withval" = "yes" -o "$withval" = "no"; then
- { { echo "$as_me:13001: error: No argument for --with-readline-include" >&5
-echo "$as_me: error: No argument for --with-readline-include" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: No argument for --with-readline-include" >&2
+ { (exit 1); exit; }; }
elif test "X$with_readline" = "X"; then
with_readline=yes
fi
fi;
-echo "$as_me:13009: checking for readline" >&5
+echo "$as_me:11791: checking for readline" >&5
echo $ECHO_N "checking for readline... $ECHO_C" >&6
case "$with_readline" in
@@ -13046,7 +11828,7 @@ ires= lres=
for i in $header_dirs; do
CFLAGS="-I$i $save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
-#line 13049 "configure"
+#line 11831 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <readline.h>
@@ -13059,27 +11841,18 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13062: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13065: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13067: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:13070: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11844: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ires=$i;break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
for i in $lib_dirs; do
LIBS="-L$i -lreadline $save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 13082 "configure"
+#line 11855 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <readline.h>
@@ -13092,20 +11865,11 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13095: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:13098: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13100: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:13103: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11868: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
lres=$i;break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -13123,13 +11887,13 @@ cat >>confdefs.h <<EOF
EOF
with_readline=yes
- echo "$as_me:13126: result: headers $ires, libraries $lres" >&5
+ echo "$as_me:11890: result: headers $ires, libraries $lres" >&5
echo "${ECHO_T}headers $ires, libraries $lres" >&6
else
INCLUDE_readline=
LIB_readline=
with_readline=no
- echo "$as_me:13132: result: $with_readline" >&5
+ echo "$as_me:11896: result: $with_readline" >&5
echo "${ECHO_T}$with_readline" >&6
fi
@@ -13143,9 +11907,8 @@ fi;
if test "${with_hesiod_lib+set}" = set; then
withval="$with_hesiod_lib"
if test "$withval" = "yes" -o "$withval" = "no"; then
- { { echo "$as_me:13146: error: No argument for --with-hesiod-lib" >&5
-echo "$as_me: error: No argument for --with-hesiod-lib" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: No argument for --with-hesiod-lib" >&2
+ { (exit 1); exit; }; }
elif test "X$with_hesiod" = "X"; then
with_hesiod=yes
fi
@@ -13155,15 +11918,14 @@ fi;
if test "${with_hesiod_include+set}" = set; then
withval="$with_hesiod_include"
if test "$withval" = "yes" -o "$withval" = "no"; then
- { { echo "$as_me:13158: error: No argument for --with-hesiod-include" >&5
-echo "$as_me: error: No argument for --with-hesiod-include" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: No argument for --with-hesiod-include" >&2
+ { (exit 1); exit; }; }
elif test "X$with_hesiod" = "X"; then
with_hesiod=yes
fi
fi;
-echo "$as_me:13166: checking for hesiod" >&5
+echo "$as_me:11928: checking for hesiod" >&5
echo $ECHO_N "checking for hesiod... $ECHO_C" >&6
case "$with_hesiod" in
@@ -13203,7 +11965,7 @@ ires= lres=
for i in $header_dirs; do
CFLAGS="-I$i $save_CFLAGS"
cat >conftest.$ac_ext <<_ACEOF
-#line 13206 "configure"
+#line 11968 "configure"
#include "confdefs.h"
#include <hesiod.h>
int
@@ -13215,27 +11977,18 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13218: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13221: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13223: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:13226: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:11980: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ires=$i;break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
for i in $lib_dirs; do
LIBS="-L$i -lhesiod $save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 13238 "configure"
+#line 11991 "configure"
#include "confdefs.h"
#include <hesiod.h>
int
@@ -13247,20 +12000,11 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13250: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:13253: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13255: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:13258: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12003: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
lres=$i;break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -13278,13 +12022,13 @@ cat >>confdefs.h <<EOF
EOF
with_hesiod=yes
- echo "$as_me:13281: result: headers $ires, libraries $lres" >&5
+ echo "$as_me:12025: result: headers $ires, libraries $lres" >&5
echo "${ECHO_T}headers $ires, libraries $lres" >&6
else
INCLUDE_hesiod=
LIB_hesiod=
with_hesiod=no
- echo "$as_me:13287: result: $with_hesiod" >&5
+ echo "$as_me:12031: result: $with_hesiod" >&5
echo "${ECHO_T}$with_hesiod" >&6
fi
@@ -13298,13 +12042,13 @@ if test "${enable_littleendian+set}" = set; then
enableval="$enable_littleendian"
krb_cv_c_bigendian=no
fi;
-echo "$as_me:13301: checking whether byte order is known at compile time" >&5
+echo "$as_me:12045: checking whether byte order is known at compile time" >&5
echo $ECHO_N "checking whether byte order is known at compile time... $ECHO_C" >&6
if test "${krb_cv_c_bigendian_compile+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 13307 "configure"
+#line 12051 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -13321,27 +12065,18 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13324: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13327: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13329: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:13332: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12068: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
krb_cv_c_bigendian_compile=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-krb_cv_c_bigendian_compile=no
+ cat conftest.$ac_ext >&5
+ krb_cv_c_bigendian_compile=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:13342: result: $krb_cv_c_bigendian_compile" >&5
+echo "$as_me:12077: result: $krb_cv_c_bigendian_compile" >&5
echo "${ECHO_T}$krb_cv_c_bigendian_compile" >&6
-echo "$as_me:13344: checking whether byte ordering is bigendian" >&5
+echo "$as_me:12079: checking whether byte ordering is bigendian" >&5
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
if test "${krb_cv_c_bigendian+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13349,7 +12084,7 @@ else
if test "$krb_cv_c_bigendian_compile" = "yes"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 13352 "configure"
+#line 12087 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -13366,31 +12101,21 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13369: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13372: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13374: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:13377: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12104: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
krb_cv_c_bigendian=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-krb_cv_c_bigendian=no
+ cat conftest.$ac_ext >&5
+ krb_cv_c_bigendian=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
else
if test "$cross_compiling" = yes; then
- { { echo "$as_me:13388: error: specify either --enable-bigendian or --enable-littleendian" >&5
-echo "$as_me: error: specify either --enable-bigendian or --enable-littleendian" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: specify either --enable-bigendian or --enable-littleendian" >&2
+ { (exit 1); exit; }; }
else
cat >conftest.$ac_ext <<_ACEOF
-#line 13393 "configure"
+#line 12118 "configure"
#include "confdefs.h"
main () {
/* Are we little or big endian? From Harbison&Steele. */
@@ -13404,15 +12129,10 @@ main () {
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:13407: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:13410: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:13411: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:13414: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:12132: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
krb_cv_c_bigendian=no
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -13420,12 +12140,14 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
krb_cv_c_bigendian=yes
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
fi
-echo "$as_me:13428: result: $krb_cv_c_bigendian" >&5
+echo "$as_me:12150: result: $krb_cv_c_bigendian" >&5
echo "${ECHO_T}$krb_cv_c_bigendian" >&6
if test "$krb_cv_c_bigendian" = "yes"; then
@@ -13440,7 +12162,7 @@ cat >>confdefs.h <<\EOF
EOF
fi
-echo "$as_me:13443: checking for inline" >&5
+echo "$as_me:12165: checking for inline" >&5
echo $ECHO_N "checking for inline... $ECHO_C" >&6
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13448,7 +12170,7 @@ else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 13451 "configure"
+#line 12173 "configure"
#include "confdefs.h"
#ifndef __cplusplus
$ac_kw int foo () {return 0; }
@@ -13456,26 +12178,17 @@ $ac_kw int foo () {return 0; }
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:13459: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:13462: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13464: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:13467: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12181: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_c_inline=$ac_kw; break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "$as_me:13478: result: $ac_cv_c_inline" >&5
+echo "$as_me:12191: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
@@ -13525,7 +12238,7 @@ else
AIX_DYNAMIC_AFS_FALSE=
fi
-echo "$as_me:13528: checking for dlopen" >&5
+echo "$as_me:12241: checking for dlopen" >&5
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
if test "${ac_cv_funclib_dlopen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -13541,7 +12254,7 @@ if eval "test \"\$ac_cv_func_dlopen\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 13544 "configure"
+#line 12257 "configure"
#include "confdefs.h"
int
@@ -13553,20 +12266,11 @@ dlopen()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13556: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:13559: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13561: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:13564: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12269: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dlopen=$ac_lib; else ac_cv_funclib_dlopen=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -13583,13 +12287,13 @@ if false; then
for ac_func in dlopen
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:13586: checking for $ac_func" >&5
+echo "$as_me:12290: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 13592 "configure"
+#line 12296 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -13620,25 +12324,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13623: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:13626: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13628: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:13631: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12327: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:13641: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:12336: 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 <<EOF
@@ -13662,13 +12357,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:13665: result: yes" >&5
+ echo "$as_me:12360: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_dlopen=no"
eval "LIB_dlopen="
- echo "$as_me:13671: result: no" >&5
+ echo "$as_me:12366: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -13682,7 +12377,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:13685: result: yes, in $ac_res" >&5
+ echo "$as_me:12380: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -13722,7 +12417,7 @@ else
IRIX_FALSE=
fi
-echo "$as_me:13725: checking for X" >&5
+echo "$as_me:12420: checking for X" >&5
echo $ECHO_N "checking for X... $ECHO_C" >&6
# Check whether --with-x or --without-x was given.
@@ -13739,7 +12434,7 @@ else
# Both variables are already set.
have_x=yes
else
- if test "${ac_cv_have_x+set}" = set; then
+if test "${ac_cv_have_x+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# One or both of the vars are not set, and there is no cached value.
@@ -13819,19 +12514,13 @@ if test "$ac_x_includes" = no; then
# Guess where to find include files, by looking for Intrinsic.h.
# First, try using that file with no special directory specified.
cat >conftest.$ac_ext <<_ACEOF
-#line 13822 "configure"
+#line 12517 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
_ACEOF
-if { (eval echo "$as_me:13826: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:13832: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:12522: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -13839,10 +12528,12 @@ if { (eval echo "$as_me:13826: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
# We can compile using X headers with no special include directory.
ac_x_includes=
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
for ac_dir in $ac_x_header_dirs; do
@@ -13852,7 +12543,8 @@ else
fi
done
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi # $ac_x_includes = no
if test "$ac_x_libraries" = no; then
@@ -13862,7 +12554,7 @@ if test "$ac_x_libraries" = no; then
ac_save_LIBS=$LIBS
LIBS="-lXt $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 13865 "configure"
+#line 12557 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
int
@@ -13874,23 +12566,14 @@ XtMalloc (0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13877: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:13880: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13882: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:13885: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12569: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
LIBS=$ac_save_LIBS
# We can link X programs with no special library path.
ac_x_libraries=
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-LIBS=$ac_save_LIBS
+ cat conftest.$ac_ext >&5
+ LIBS=$ac_save_LIBS
for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
do
# Don't even attempt the hair of trying to link an X program!
@@ -13914,13 +12597,12 @@ else
ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
fi
fi
-
fi
eval "$ac_cv_have_x"
fi # $with_x != no
if test "$have_x" != yes; then
- echo "$as_me:13923: result: $have_x" >&5
+ echo "$as_me:12605: result: $have_x" >&5
echo "${ECHO_T}$have_x" >&6
no_x=yes
else
@@ -13930,7 +12612,7 @@ else
# Update the cache value to reflect the command line values.
ac_cv_have_x="have_x=yes \
ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
- echo "$as_me:13933: result: libraries $x_libraries, headers $x_includes" >&5
+ echo "$as_me:12615: result: libraries $x_libraries, headers $x_includes" >&5
echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
fi
@@ -13954,11 +12636,11 @@ else
# others require no space. Words are not sufficient . . . .
case `(uname -sr) 2>/dev/null` in
"SunOS 5"*)
- echo "$as_me:13957: checking whether -R must be followed by a space" >&5
+ echo "$as_me:12639: checking whether -R must be followed by a space" >&5
echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
cat >conftest.$ac_ext <<_ACEOF
-#line 13961 "configure"
+#line 12643 "configure"
#include "confdefs.h"
int
@@ -13970,31 +12652,22 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:13973: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:13976: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:13978: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:13981: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12655: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_R_nospace=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_R_nospace=no
+ cat conftest.$ac_ext >&5
+ ac_R_nospace=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
if test $ac_R_nospace = yes; then
- echo "$as_me:13991: result: no" >&5
+ echo "$as_me:12664: result: no" >&5
echo "${ECHO_T}no" >&6
X_LIBS="$X_LIBS -R$x_libraries"
else
LIBS="$ac_xsave_LIBS -R $x_libraries"
cat >conftest.$ac_ext <<_ACEOF
-#line 13997 "configure"
+#line 12670 "configure"
#include "confdefs.h"
int
@@ -14006,29 +12679,20 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14009: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14012: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14014: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14017: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12682: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_R_space=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_R_space=no
+ cat conftest.$ac_ext >&5
+ ac_R_space=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
if test $ac_R_space = yes; then
- echo "$as_me:14027: result: yes" >&5
+ echo "$as_me:12691: result: yes" >&5
echo "${ECHO_T}yes" >&6
X_LIBS="$X_LIBS -R $x_libraries"
else
- echo "$as_me:14031: result: neither works" >&5
+ echo "$as_me:12695: result: neither works" >&5
echo "${ECHO_T}neither works" >&6
fi
fi
@@ -14046,7 +12710,8 @@ echo "${ECHO_T}neither works" >&6
# Martyn Johnson says this is needed for Ultrix, if the X
# libraries were built with DECnet support. And Karl Berry says
# the Alpha needs dnet_stub (dnet does not exist).
- echo "$as_me:14049: checking for dnet_ntoa in -ldnet" >&5
+
+echo "$as_me:12714: checking for dnet_ntoa in -ldnet" >&5
echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14054,7 +12719,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldnet $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14057 "configure"
+#line 12722 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14073,33 +12738,25 @@ dnet_ntoa ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14076: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14079: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14081: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14084: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12741: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_dnet_dnet_ntoa=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_dnet_dnet_ntoa=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_dnet_dnet_ntoa=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14095: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
+echo "$as_me:12751: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
fi
if test $ac_cv_lib_dnet_dnet_ntoa = no; then
- echo "$as_me:14102: checking for dnet_ntoa in -ldnet_stub" >&5
+
+echo "$as_me:12759: checking for dnet_ntoa in -ldnet_stub" >&5
echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14107,7 +12764,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldnet_stub $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14110 "configure"
+#line 12767 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14126,26 +12783,17 @@ dnet_ntoa ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14129: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14132: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14134: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14137: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12786: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_dnet_stub_dnet_ntoa=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_dnet_stub_dnet_ntoa=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_dnet_stub_dnet_ntoa=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14148: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
+echo "$as_me:12796: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
@@ -14161,13 +12809,13 @@ fi
# on Irix 5.2, according to T.E. Dickey.
# The functions gethostbyname, getservbyname, and inet_addr are
# in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
- echo "$as_me:14164: checking for gethostbyname" >&5
+ echo "$as_me:12812: checking for gethostbyname" >&5
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
if test "${ac_cv_func_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 14170 "configure"
+#line 12818 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname (); below. */
@@ -14198,29 +12846,21 @@ f = gethostbyname;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14201: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14204: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14206: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14209: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12849: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_func_gethostbyname=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_gethostbyname=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_gethostbyname=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14219: result: $ac_cv_func_gethostbyname" >&5
+echo "$as_me:12858: result: $ac_cv_func_gethostbyname" >&5
echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
if test $ac_cv_func_gethostbyname = no; then
- echo "$as_me:14223: checking for gethostbyname in -lnsl" >&5
+
+echo "$as_me:12863: checking for gethostbyname in -lnsl" >&5
echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14228,7 +12868,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14231 "configure"
+#line 12871 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14247,33 +12887,25 @@ gethostbyname ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14250: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14253: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14255: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14258: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12890: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_nsl_gethostbyname=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_nsl_gethostbyname=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_nsl_gethostbyname=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14269: result: $ac_cv_lib_nsl_gethostbyname" >&5
+echo "$as_me:12900: result: $ac_cv_lib_nsl_gethostbyname" >&5
echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
if test $ac_cv_lib_nsl_gethostbyname = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
fi
if test $ac_cv_lib_nsl_gethostbyname = no; then
- echo "$as_me:14276: checking for gethostbyname in -lbsd" >&5
+
+echo "$as_me:12908: checking for gethostbyname in -lbsd" >&5
echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14281,7 +12913,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lbsd $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14284 "configure"
+#line 12916 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14300,26 +12932,17 @@ gethostbyname ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14303: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14306: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14308: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14311: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12935: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_bsd_gethostbyname=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_bsd_gethostbyname=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_bsd_gethostbyname=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14322: result: $ac_cv_lib_bsd_gethostbyname" >&5
+echo "$as_me:12945: result: $ac_cv_lib_bsd_gethostbyname" >&5
echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
if test $ac_cv_lib_bsd_gethostbyname = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
@@ -14335,13 +12958,13 @@ fi
# variants that don't use the nameserver (or something). -lsocket
# must be given before -lnsl if both are needed. We assume that
# if connect needs -lnsl, so does gethostbyname.
- echo "$as_me:14338: checking for connect" >&5
+ echo "$as_me:12961: checking for connect" >&5
echo $ECHO_N "checking for connect... $ECHO_C" >&6
if test "${ac_cv_func_connect+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 14344 "configure"
+#line 12967 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char connect (); below. */
@@ -14372,29 +12995,21 @@ f = connect;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14375: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14378: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14380: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14383: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:12998: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_func_connect=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_connect=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_connect=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14393: result: $ac_cv_func_connect" >&5
+echo "$as_me:13007: result: $ac_cv_func_connect" >&5
echo "${ECHO_T}$ac_cv_func_connect" >&6
if test $ac_cv_func_connect = no; then
- echo "$as_me:14397: checking for connect in -lsocket" >&5
+
+echo "$as_me:13012: checking for connect in -lsocket" >&5
echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
if test "${ac_cv_lib_socket_connect+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14402,7 +13017,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14405 "configure"
+#line 13020 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14421,26 +13036,17 @@ connect ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14424: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14427: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14429: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14432: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13039: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_socket_connect=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_socket_connect=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_socket_connect=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14443: result: $ac_cv_lib_socket_connect" >&5
+echo "$as_me:13049: result: $ac_cv_lib_socket_connect" >&5
echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
if test $ac_cv_lib_socket_connect = yes; then
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
@@ -14449,13 +13055,13 @@ fi
fi
# Guillermo Gomez says -lposix is necessary on A/UX.
- echo "$as_me:14452: checking for remove" >&5
+ echo "$as_me:13058: checking for remove" >&5
echo $ECHO_N "checking for remove... $ECHO_C" >&6
if test "${ac_cv_func_remove+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 14458 "configure"
+#line 13064 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char remove (); below. */
@@ -14486,29 +13092,21 @@ f = remove;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14489: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14492: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14494: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14497: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13095: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_func_remove=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_remove=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_remove=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14507: result: $ac_cv_func_remove" >&5
+echo "$as_me:13104: result: $ac_cv_func_remove" >&5
echo "${ECHO_T}$ac_cv_func_remove" >&6
if test $ac_cv_func_remove = no; then
- echo "$as_me:14511: checking for remove in -lposix" >&5
+
+echo "$as_me:13109: checking for remove in -lposix" >&5
echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
if test "${ac_cv_lib_posix_remove+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14516,7 +13114,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lposix $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14519 "configure"
+#line 13117 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14535,26 +13133,17 @@ remove ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14538: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14541: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14543: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14546: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13136: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_posix_remove=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_posix_remove=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_posix_remove=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14557: result: $ac_cv_lib_posix_remove" >&5
+echo "$as_me:13146: result: $ac_cv_lib_posix_remove" >&5
echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
if test $ac_cv_lib_posix_remove = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
@@ -14563,13 +13152,13 @@ fi
fi
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
- echo "$as_me:14566: checking for shmat" >&5
+ echo "$as_me:13155: checking for shmat" >&5
echo $ECHO_N "checking for shmat... $ECHO_C" >&6
if test "${ac_cv_func_shmat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 14572 "configure"
+#line 13161 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shmat (); below. */
@@ -14600,29 +13189,21 @@ f = shmat;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14603: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14606: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14608: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14611: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13192: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_func_shmat=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_shmat=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_shmat=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14621: result: $ac_cv_func_shmat" >&5
+echo "$as_me:13201: result: $ac_cv_func_shmat" >&5
echo "${ECHO_T}$ac_cv_func_shmat" >&6
if test $ac_cv_func_shmat = no; then
- echo "$as_me:14625: checking for shmat in -lipc" >&5
+
+echo "$as_me:13206: checking for shmat in -lipc" >&5
echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
if test "${ac_cv_lib_ipc_shmat+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14630,7 +13211,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lipc $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14633 "configure"
+#line 13214 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14649,26 +13230,17 @@ shmat ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14652: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14655: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14657: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14660: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13233: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_ipc_shmat=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_ipc_shmat=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_ipc_shmat=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14671: result: $ac_cv_lib_ipc_shmat" >&5
+echo "$as_me:13243: result: $ac_cv_lib_ipc_shmat" >&5
echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
if test $ac_cv_lib_ipc_shmat = yes; then
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
@@ -14686,7 +13258,8 @@ fi
# These have to be linked with before -lX11, unlike the other
# libraries we check for below, so use a different variable.
# John Interrante, Karl Berry
- echo "$as_me:14689: checking for IceConnectionNumber in -lICE" >&5
+
+echo "$as_me:13262: checking for IceConnectionNumber in -lICE" >&5
echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14694,7 +13267,7 @@ else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14697 "configure"
+#line 13270 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -14713,26 +13286,17 @@ IceConnectionNumber ();
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14716: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14719: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14721: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14724: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13289: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_ICE_IceConnectionNumber=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_ICE_IceConnectionNumber=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_ICE_IceConnectionNumber=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:14735: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
+echo "$as_me:13299: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
@@ -14745,7 +13309,7 @@ fi
# try to figure out if we need any additional ld flags, like -R
# and yes, the autoconf X test is utterly broken
if test "$no_x" != yes; then
- echo "$as_me:14748: checking for special X linker flags" >&5
+ echo "$as_me:13312: checking for special X linker flags" >&5
echo $ECHO_N "checking for special X linker flags... $ECHO_C" >&6
if test "${krb_cv_sys_x_libs_rpath+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14774,12 +13338,11 @@ else
fi
LIBS="$ac_save_libs $foo $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
if test "$cross_compiling" = yes; then
- { { echo "$as_me:14777: 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; }; }
+ { echo "$as_me: error: cannot run test program while cross compiling" >&2
+ { (exit 1); exit; }; }
else
cat >conftest.$ac_ext <<_ACEOF
-#line 14782 "configure"
+#line 13345 "configure"
#include "confdefs.h"
#include <X11/Xlib.h>
@@ -14794,15 +13357,10 @@ else
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:14797: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14800: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:14801: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14804: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:13360: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
krb_cv_sys_x_libs_rpath="$rflag"; krb_cv_sys_x_libs="$foo"; break
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -14810,14 +13368,16 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
:
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
done
LIBS="$ac_save_libs"
CFLAGS="$ac_save_cflags"
fi
-echo "$as_me:14820: result: $krb_cv_sys_x_libs_rpath" >&5
+echo "$as_me:13380: result: $krb_cv_sys_x_libs_rpath" >&5
echo "${ECHO_T}$krb_cv_sys_x_libs_rpath" >&6
X_LIBS="$krb_cv_sys_x_libs"
fi
@@ -14837,7 +13397,7 @@ LIBS="$X_PRE_LIBS $X_EXTRA_LIBS $LIBS"
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $X_LIBS"
-echo "$as_me:14840: checking for XauWriteAuth" >&5
+echo "$as_me:13400: checking for XauWriteAuth" >&5
echo $ECHO_N "checking for XauWriteAuth... $ECHO_C" >&6
if test "${ac_cv_funclib_XauWriteAuth+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -14853,7 +13413,7 @@ if eval "test \"\$ac_cv_func_XauWriteAuth\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 14856 "configure"
+#line 13416 "configure"
#include "confdefs.h"
int
@@ -14865,20 +13425,11 @@ XauWriteAuth()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14868: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14871: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14873: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14876: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13428: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_XauWriteAuth=$ac_lib; else ac_cv_funclib_XauWriteAuth=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -14895,13 +13446,13 @@ if false; then
for ac_func in XauWriteAuth
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:14898: checking for $ac_func" >&5
+echo "$as_me:13449: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 14904 "configure"
+#line 13455 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -14932,25 +13483,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:14935: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:14938: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:14940: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:14943: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13486: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:14953: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:13495: 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 <<EOF
@@ -14974,13 +13516,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:14977: result: yes" >&5
+ echo "$as_me:13519: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_XauWriteAuth=no"
eval "LIB_XauWriteAuth="
- echo "$as_me:14983: result: no" >&5
+ echo "$as_me:13525: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -14994,7 +13536,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:14997: result: yes, in $ac_res" >&5
+ echo "$as_me:13539: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -15002,7 +13544,7 @@ esac
ac_xxx="$LIBS"
LIBS="$LIB_XauWriteAuth $LIBS"
-echo "$as_me:15005: checking for XauReadAuth" >&5
+echo "$as_me:13547: checking for XauReadAuth" >&5
echo $ECHO_N "checking for XauReadAuth... $ECHO_C" >&6
if test "${ac_cv_funclib_XauReadAuth+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15018,7 +13560,7 @@ if eval "test \"\$ac_cv_func_XauReadAuth\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 15021 "configure"
+#line 13563 "configure"
#include "confdefs.h"
int
@@ -15030,20 +13572,11 @@ XauReadAuth()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15033: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:15036: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15038: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:15041: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13575: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_XauReadAuth=$ac_lib; else ac_cv_funclib_XauReadAuth=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -15060,13 +13593,13 @@ if false; then
for ac_func in XauReadAuth
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:15063: checking for $ac_func" >&5
+echo "$as_me:13596: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15069 "configure"
+#line 13602 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -15097,25 +13630,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15100: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:15103: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15105: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:15108: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13633: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:15118: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:13642: 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 <<EOF
@@ -15139,13 +13663,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:15142: result: yes" >&5
+ echo "$as_me:13666: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_XauReadAuth=no"
eval "LIB_XauReadAuth="
- echo "$as_me:15148: result: no" >&5
+ echo "$as_me:13672: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -15159,14 +13683,14 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:15162: result: yes, in $ac_res" >&5
+ echo "$as_me:13686: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
LIBS="$LIB_XauReadAauth $LIBS"
-echo "$as_me:15169: checking for XauFileName" >&5
+echo "$as_me:13693: checking for XauFileName" >&5
echo $ECHO_N "checking for XauFileName... $ECHO_C" >&6
if test "${ac_cv_funclib_XauFileName+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -15182,7 +13706,7 @@ if eval "test \"\$ac_cv_func_XauFileName\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 15185 "configure"
+#line 13709 "configure"
#include "confdefs.h"
int
@@ -15194,20 +13718,11 @@ XauFileName()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15197: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:15200: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15202: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:15205: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13721: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_XauFileName=$ac_lib; else ac_cv_funclib_XauFileName=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -15224,13 +13739,13 @@ if false; then
for ac_func in XauFileName
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:15227: checking for $ac_func" >&5
+echo "$as_me:13742: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15233 "configure"
+#line 13748 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -15261,25 +13776,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:15264: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:15267: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15269: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:15272: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13779: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:15282: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:13788: 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 <<EOF
@@ -15303,13 +13809,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:15306: result: yes" >&5
+ echo "$as_me:13812: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_XauFileName=no"
eval "LIB_XauFileName="
- echo "$as_me:15312: result: no" >&5
+ echo "$as_me:13818: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -15323,7 +13829,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:15326: result: yes, in $ac_res" >&5
+ echo "$as_me:13832: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -15372,13 +13878,13 @@ CFLAGS=$save_CFLAGS
LIBS=$save_LIBS
LDFLAGS=$save_LDFLAGS
-echo "$as_me:15375: checking for an ANSI C-conforming const" >&5
+echo "$as_me:13881: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15381 "configure"
+#line 13887 "configure"
#include "confdefs.h"
int
@@ -15436,25 +13942,16 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15439: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:15442: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15444: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:15447: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13945: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_c_const=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_c_const=no
+ cat conftest.$ac_ext >&5
+ ac_cv_c_const=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:15457: result: $ac_cv_c_const" >&5
+echo "$as_me:13954: result: $ac_cv_c_const" >&5
echo "${ECHO_T}$ac_cv_c_const" >&6
if test $ac_cv_c_const = no; then
@@ -15464,13 +13961,13 @@ EOF
fi
-echo "$as_me:15467: checking for off_t" >&5
+echo "$as_me:13964: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15473 "configure"
+#line 13970 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -15485,25 +13982,16 @@ if (sizeof (off_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15488: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:15491: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15493: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:15496: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:13985: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_off_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_off_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_off_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:15506: result: $ac_cv_type_off_t" >&5
+echo "$as_me:13994: 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
:
@@ -15515,13 +14003,13 @@ EOF
fi
-echo "$as_me:15518: checking for size_t" >&5
+echo "$as_me:14006: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15524 "configure"
+#line 14012 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -15536,25 +14024,16 @@ if (sizeof (size_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15539: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:15542: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15544: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:15547: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:14027: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_size_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_size_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_size_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:15557: result: $ac_cv_type_size_t" >&5
+echo "$as_me:14036: 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
:
@@ -15566,13 +14045,13 @@ EOF
fi
-echo "$as_me:15569: checking for ssize_t" >&5
+echo "$as_me:14048: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15575 "configure"
+#line 14054 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -15590,7 +14069,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:15593: result: $ac_cv_type_ssize_t" >&5
+echo "$as_me:14072: result: $ac_cv_type_ssize_t" >&5
echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
if test $ac_cv_type_ssize_t = no; then
@@ -15600,13 +14079,13 @@ EOF
fi
-echo "$as_me:15603: checking for pid_t" >&5
+echo "$as_me:14082: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15609 "configure"
+#line 14088 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -15621,25 +14100,16 @@ if (sizeof (pid_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15624: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:15627: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15629: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:15632: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:14103: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_pid_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_pid_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_pid_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:15642: result: $ac_cv_type_pid_t" >&5
+echo "$as_me:14112: 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
:
@@ -15651,13 +14121,13 @@ EOF
fi
-echo "$as_me:15654: checking for uid_t in sys/types.h" >&5
+echo "$as_me:14124: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15660 "configure"
+#line 14130 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -15671,7 +14141,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:15674: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:14144: 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
@@ -15685,13 +14155,13 @@ EOF
fi
-echo "$as_me:15688: checking for mode_t" >&5
+echo "$as_me:14158: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15694 "configure"
+#line 14164 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -15709,7 +14179,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:15712: result: $ac_cv_type_mode_t" >&5
+echo "$as_me:14182: result: $ac_cv_type_mode_t" >&5
echo "${ECHO_T}$ac_cv_type_mode_t" >&6
if test $ac_cv_type_mode_t = no; then
@@ -15719,13 +14189,13 @@ EOF
fi
-echo "$as_me:15722: checking for sig_atomic_t" >&5
+echo "$as_me:14192: checking for sig_atomic_t" >&5
echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6
if test "${ac_cv_type_sig_atomic_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15728 "configure"
+#line 14198 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -15743,7 +14213,7 @@ fi
rm -f conftest*
fi
-echo "$as_me:15746: result: $ac_cv_type_sig_atomic_t" >&5
+echo "$as_me:14216: result: $ac_cv_type_sig_atomic_t" >&5
echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6
if test $ac_cv_type_sig_atomic_t = no; then
@@ -15754,13 +14224,13 @@ EOF
fi
cv=`echo "long long" | sed 'y%./+- %__p__%'`
-echo "$as_me:15757: checking for long long" >&5
+echo "$as_me:14227: checking for long long" >&5
echo $ECHO_N "checking for long long... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15763 "configure"
+#line 14233 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -15777,37 +14247,28 @@ long long foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15780: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:15783: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15785: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:15788: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:14250: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:15799: result: $ac_foo" >&5
+echo "$as_me:14260: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo long long | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:15804: checking for long long" >&5
+ echo "$as_me:14265: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15810 "configure"
+#line 14271 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -15822,25 +14283,16 @@ if (sizeof (long long))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15825: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:15828: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15830: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:15833: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:14286: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_long_long=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_long_long=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_long_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:15843: result: $ac_cv_type_long_long" >&5
+echo "$as_me:14295: result: $ac_cv_type_long_long" >&5
echo "${ECHO_T}$ac_cv_type_long_long" >&6
if test $ac_cv_type_long_long = yes; then
@@ -15858,13 +14310,13 @@ EOF
fi
-echo "$as_me:15861: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:14313: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15867 "configure"
+#line 14319 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -15879,25 +14331,16 @@ struct tm *tp;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15882: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:15885: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15887: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:15890: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:14334: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_header_time=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_header_time=no
+ cat conftest.$ac_ext >&5
+ ac_cv_header_time=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:15900: result: $ac_cv_header_time" >&5
+echo "$as_me:14343: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
@@ -15907,13 +14350,13 @@ EOF
fi
-echo "$as_me:15910: checking whether struct tm is in sys/time.h or time.h" >&5
+echo "$as_me:14353: checking whether struct tm is in sys/time.h or time.h" >&5
echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
if test "${ac_cv_struct_tm+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15916 "configure"
+#line 14359 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
@@ -15927,25 +14370,16 @@ struct tm *tp; tp->tm_sec;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:15930: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:15933: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:15935: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:15938: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:14373: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_struct_tm=time.h
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_struct_tm=sys/time.h
+ cat conftest.$ac_ext >&5
+ ac_cv_struct_tm=sys/time.h
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:15948: result: $ac_cv_struct_tm" >&5
+echo "$as_me:14382: result: $ac_cv_struct_tm" >&5
echo "${ECHO_T}$ac_cv_struct_tm" >&6
if test $ac_cv_struct_tm = sys/time.h; then
@@ -15955,13 +14389,13 @@ EOF
fi
-echo "$as_me:15958: checking for ANSI C header files" >&5
+echo "$as_me:14392: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 15964 "configure"
+#line 14398 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -15969,15 +14403,9 @@ else
#include <float.h>
_ACEOF
-if { (eval echo "$as_me:15972: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:15978: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:14407: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -15985,19 +14413,21 @@ if { (eval echo "$as_me:15972: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
ac_cv_header_stdc=yes
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 16000 "configure"
+#line 14430 "configure"
#include "confdefs.h"
#include <string.h>
@@ -16015,7 +14445,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat >conftest.$ac_ext <<_ACEOF
-#line 16018 "configure"
+#line 14448 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -16036,7 +14466,7 @@ if test $ac_cv_header_stdc = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16039 "configure"
+#line 14469 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -16062,15 +14492,10 @@ main ()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:16065: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:16068: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:16069: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:16072: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:14495: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -16078,11 +14503,13 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
fi
-echo "$as_me:16085: result: $ac_cv_header_stdc" >&5
+echo "$as_me:14512: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
@@ -16185,25 +14612,21 @@ for ac_header in \
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:16188: checking for $ac_header" >&5
+
+echo "$as_me:14616: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16194 "configure"
+#line 14622 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:16198: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:16204: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:14628: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -16211,16 +14634,19 @@ if { (eval echo "$as_me:16198: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:16223: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:14649: 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 <<EOF
@@ -16233,25 +14659,21 @@ done
for ac_header in standards.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:16236: checking for $ac_header" >&5
+
+echo "$as_me:14663: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16242 "configure"
+#line 14669 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:16246: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:16252: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:14675: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -16259,16 +14681,19 @@ if { (eval echo "$as_me:16246: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:16271: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:14696: 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 <<EOF
@@ -16282,13 +14707,13 @@ for i in netinet/ip.h netinet/tcp.h; do
cv=`echo "$i" | sed 'y%./+-%__p_%'`
-echo "$as_me:16285: checking for $i" >&5
+echo "$as_me:14710: checking for $i" >&5
echo $ECHO_N "checking for $i... $ECHO_C" >&6
if eval "test \"\${ac_cv_header_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16291 "configure"
+#line 14716 "configure"
#include "confdefs.h"
\
#ifdef HAVE_STANDARDS_H
@@ -16297,15 +14722,9 @@ else
#include <$i>
_ACEOF
-if { (eval echo "$as_me:16300: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:16306: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:14726: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -16313,16 +14732,19 @@ if { (eval echo "$as_me:16300: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "ac_cv_header_$cv=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "ac_cv_header_$cv=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:16325: result: `eval echo '${'ac_cv_header_$cv'}'`" >&5
+echo "$as_me:14747: result: `eval echo '${'ac_cv_header_$cv'}'`" >&5
echo "${ECHO_T}`eval echo '${'ac_cv_header_$cv'}'`" >&6
ac_res=`eval echo \\$ac_cv_header_$cv`
if test "$ac_res" = yes; then
@@ -16338,25 +14760,21 @@ if false;then
for ac_header in netinet/ip.h netinet/tcp.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:16341: checking for $ac_header" >&5
+
+echo "$as_me:14764: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16347 "configure"
+#line 14770 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:16351: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:16357: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:14776: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -16364,16 +14782,19 @@ if { (eval echo "$as_me:16351: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:16376: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:14797: 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 <<EOF
@@ -16423,19 +14844,20 @@ if test "$withval" = "no"; then
ac_cv_lib_ipv6=no
fi
fi;
+save_CFLAGS="${CFLAGS}"
if test "${ac_cv_lib_ipv6+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
v6type=unknown
v6lib=none
-echo "$as_me:16432: checking ipv6 stack type" >&5
+echo "$as_me:14854: checking ipv6 stack type" >&5
echo $ECHO_N "checking ipv6 stack type... $ECHO_C" >&6
for i in v6d toshiba kame inria zeta linux; do
case $i in
v6d)
cat >conftest.$ac_ext <<_ACEOF
-#line 16438 "configure"
+#line 14860 "configure"
#include "confdefs.h"
#include </usr/local/v6/include/sys/types.h>
@@ -16454,7 +14876,7 @@ rm -f conftest*
;;
toshiba)
cat >conftest.$ac_ext <<_ACEOF
-#line 16457 "configure"
+#line 14879 "configure"
#include "confdefs.h"
#include <sys/param.h>
@@ -16473,7 +14895,7 @@ rm -f conftest*
;;
kame)
cat >conftest.$ac_ext <<_ACEOF
-#line 16476 "configure"
+#line 14898 "configure"
#include "confdefs.h"
#include <netinet/in.h>
@@ -16492,7 +14914,7 @@ rm -f conftest*
;;
inria)
cat >conftest.$ac_ext <<_ACEOF
-#line 16495 "configure"
+#line 14917 "configure"
#include "confdefs.h"
#include <netinet/in.h>
@@ -16509,7 +14931,7 @@ rm -f conftest*
;;
zeta)
cat >conftest.$ac_ext <<_ACEOF
-#line 16512 "configure"
+#line 14934 "configure"
#include "confdefs.h"
#include <sys/param.h>
@@ -16539,7 +14961,7 @@ rm -f conftest*
break
fi
done
-echo "$as_me:16542: result: $v6type" >&5
+echo "$as_me:14964: result: $v6type" >&5
echo "${ECHO_T}$v6type" >&6
if test "$v6lib" != "none"; then
@@ -16551,7 +14973,7 @@ if test "$v6lib" != "none"; then
done
fi
cat >conftest.$ac_ext <<_ACEOF
-#line 16554 "configure"
+#line 14976 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
@@ -16586,28 +15008,19 @@ main ()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16589: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:16592: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:16594: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:16597: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15011: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_lib_ipv6=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_ipv6=no
+ cat conftest.$ac_ext >&5
+ ac_cv_lib_ipv6=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:16608: checking for IPv6" >&5
+echo "$as_me:15021: checking for IPv6" >&5
echo $ECHO_N "checking for IPv6... $ECHO_C" >&6
-echo "$as_me:16610: result: $ac_cv_lib_ipv6" >&5
+echo "$as_me:15023: result: $ac_cv_lib_ipv6" >&5
echo "${ECHO_T}$ac_cv_lib_ipv6" >&6
if test "$ac_cv_lib_ipv6" = yes; then
@@ -16615,9 +15028,11 @@ cat >>confdefs.h <<\EOF
#define HAVE_IPV6 1
EOF
+else
+ CFLAGS="${save_CFLAGS}"
fi
-echo "$as_me:16620: checking for socket" >&5
+echo "$as_me:15035: checking for socket" >&5
echo $ECHO_N "checking for socket... $ECHO_C" >&6
if test "${ac_cv_funclib_socket+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16633,7 +15048,7 @@ if eval "test \"\$ac_cv_func_socket\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 16636 "configure"
+#line 15051 "configure"
#include "confdefs.h"
int
@@ -16645,20 +15060,11 @@ socket()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16648: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:16651: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:16653: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:16656: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15063: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_socket=$ac_lib; else ac_cv_funclib_socket=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -16675,13 +15081,13 @@ if false; then
for ac_func in socket
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:16678: checking for $ac_func" >&5
+echo "$as_me:15084: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16684 "configure"
+#line 15090 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -16712,25 +15118,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16715: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:16718: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:16720: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:16723: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15121: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:16733: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:15130: 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 <<EOF
@@ -16754,13 +15151,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:16757: result: yes" >&5
+ echo "$as_me:15154: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_socket=no"
eval "LIB_socket="
- echo "$as_me:16763: result: no" >&5
+ echo "$as_me:15160: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -16774,7 +15171,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:16777: result: yes, in $ac_res" >&5
+ echo "$as_me:15174: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -16783,7 +15180,7 @@ if test -n "$LIB_socket"; then
LIBS="$LIB_socket $LIBS"
fi
-echo "$as_me:16786: checking for gethostbyname" >&5
+echo "$as_me:15183: checking for gethostbyname" >&5
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
if test "${ac_cv_funclib_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16799,7 +15196,7 @@ if eval "test \"\$ac_cv_func_gethostbyname\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 16802 "configure"
+#line 15199 "configure"
#include "confdefs.h"
int
@@ -16811,20 +15208,11 @@ gethostbyname()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16814: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:16817: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:16819: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:16822: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15211: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_gethostbyname=$ac_lib; else ac_cv_funclib_gethostbyname=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -16841,13 +15229,13 @@ if false; then
for ac_func in gethostbyname
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:16844: checking for $ac_func" >&5
+echo "$as_me:15232: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 16850 "configure"
+#line 15238 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -16878,25 +15266,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16881: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:16884: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:16886: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:16889: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15269: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:16899: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:15278: 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 <<EOF
@@ -16920,13 +15299,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:16923: result: yes" >&5
+ echo "$as_me:15302: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_gethostbyname=no"
eval "LIB_gethostbyname="
- echo "$as_me:16929: result: no" >&5
+ echo "$as_me:15308: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -16940,7 +15319,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:16943: result: yes, in $ac_res" >&5
+ echo "$as_me:15322: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -16949,7 +15328,7 @@ if test -n "$LIB_gethostbyname"; then
LIBS="$LIB_gethostbyname $LIBS"
fi
-echo "$as_me:16952: checking for syslog" >&5
+echo "$as_me:15331: checking for syslog" >&5
echo $ECHO_N "checking for syslog... $ECHO_C" >&6
if test "${ac_cv_funclib_syslog+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -16965,7 +15344,7 @@ if eval "test \"\$ac_cv_func_syslog\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 16968 "configure"
+#line 15347 "configure"
#include "confdefs.h"
int
@@ -16977,20 +15356,11 @@ syslog()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:16980: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:16983: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:16985: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:16988: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15359: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_syslog=$ac_lib; else ac_cv_funclib_syslog=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -17007,13 +15377,13 @@ if false; then
for ac_func in syslog
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:17010: checking for $ac_func" >&5
+echo "$as_me:15380: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17016 "configure"
+#line 15386 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -17044,25 +15414,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17047: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17050: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17052: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17055: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15417: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17065: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:15426: 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 <<EOF
@@ -17086,13 +15447,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:17089: result: yes" >&5
+ echo "$as_me:15450: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_syslog=no"
eval "LIB_syslog="
- echo "$as_me:17095: result: no" >&5
+ echo "$as_me:15456: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -17106,7 +15467,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:17109: result: yes, in $ac_res" >&5
+ echo "$as_me:15470: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -17115,7 +15476,7 @@ if test -n "$LIB_syslog"; then
LIBS="$LIB_syslog $LIBS"
fi
-echo "$as_me:17118: checking for logwtmp" >&5
+echo "$as_me:15479: checking for logwtmp" >&5
echo $ECHO_N "checking for logwtmp... $ECHO_C" >&6
if test "${ac_cv_funclib_logwtmp+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17131,7 +15492,7 @@ if eval "test \"\$ac_cv_func_logwtmp\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17134 "configure"
+#line 15495 "configure"
#include "confdefs.h"
int
@@ -17143,20 +15504,11 @@ logwtmp()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17146: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17149: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17151: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17154: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15507: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_logwtmp=$ac_lib; else ac_cv_funclib_logwtmp=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -17173,13 +15525,13 @@ if false; then
for ac_func in logwtmp
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:17176: checking for $ac_func" >&5
+echo "$as_me:15528: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17182 "configure"
+#line 15534 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -17210,25 +15562,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17213: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17216: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17218: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17221: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15565: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17231: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:15574: 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 <<EOF
@@ -17252,13 +15595,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:17255: result: yes" >&5
+ echo "$as_me:15598: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_logwtmp=no"
eval "LIB_logwtmp="
- echo "$as_me:17261: result: no" >&5
+ echo "$as_me:15604: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -17272,12 +15615,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:17275: result: yes, in $ac_res" >&5
+ echo "$as_me:15618: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:17280: checking for tgetent" >&5
+echo "$as_me:15623: checking for tgetent" >&5
echo $ECHO_N "checking for tgetent... $ECHO_C" >&6
if test "${ac_cv_funclib_tgetent+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17293,7 +15636,7 @@ if eval "test \"\$ac_cv_func_tgetent\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17296 "configure"
+#line 15639 "configure"
#include "confdefs.h"
int
@@ -17305,20 +15648,11 @@ tgetent()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17308: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17311: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17313: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17316: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15651: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_tgetent=$ac_lib; else ac_cv_funclib_tgetent=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -17335,13 +15669,13 @@ if false; then
for ac_func in tgetent
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:17338: checking for $ac_func" >&5
+echo "$as_me:15672: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17344 "configure"
+#line 15678 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -17372,25 +15706,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17375: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17378: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17380: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17383: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15709: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17393: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:15718: 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 <<EOF
@@ -17414,13 +15739,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:17417: result: yes" >&5
+ echo "$as_me:15742: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_tgetent=no"
eval "LIB_tgetent="
- echo "$as_me:17423: result: no" >&5
+ echo "$as_me:15748: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -17434,12 +15759,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:17437: result: yes, in $ac_res" >&5
+ echo "$as_me:15762: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:17442: checking for gethostbyname2" >&5
+echo "$as_me:15767: checking for gethostbyname2" >&5
echo $ECHO_N "checking for gethostbyname2... $ECHO_C" >&6
if test "${ac_cv_funclib_gethostbyname2+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17455,7 +15780,7 @@ if eval "test \"\$ac_cv_func_gethostbyname2\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17458 "configure"
+#line 15783 "configure"
#include "confdefs.h"
int
@@ -17467,20 +15792,11 @@ gethostbyname2()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17470: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17473: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17475: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17478: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15795: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_gethostbyname2=$ac_lib; else ac_cv_funclib_gethostbyname2=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -17497,13 +15813,13 @@ if false; then
for ac_func in gethostbyname2
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:17500: checking for $ac_func" >&5
+echo "$as_me:15816: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17506 "configure"
+#line 15822 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -17534,25 +15850,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17537: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17540: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17542: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17545: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15853: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17555: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:15862: 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 <<EOF
@@ -17576,13 +15883,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:17579: result: yes" >&5
+ echo "$as_me:15886: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_gethostbyname2=no"
eval "LIB_gethostbyname2="
- echo "$as_me:17585: result: no" >&5
+ echo "$as_me:15892: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -17596,7 +15903,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:17599: result: yes, in $ac_res" >&5
+ echo "$as_me:15906: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -17605,7 +15912,7 @@ if test -n "$LIB_gethostbyname2"; then
LIBS="$LIB_gethostbyname2 $LIBS"
fi
-echo "$as_me:17608: checking for res_search" >&5
+echo "$as_me:15915: checking for res_search" >&5
echo $ECHO_N "checking for res_search... $ECHO_C" >&6
if test "${ac_cv_funclib_res_search+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17621,7 +15928,7 @@ if eval "test \"\$ac_cv_func_res_search\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17624 "configure"
+#line 15931 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17647,20 +15954,11 @@ res_search(0,0,0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17650: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17653: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17655: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17658: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:15957: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_res_search=$ac_lib; else ac_cv_funclib_res_search=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -17677,13 +15975,13 @@ if false; then
for ac_func in res_search
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:17680: checking for $ac_func" >&5
+echo "$as_me:15978: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17686 "configure"
+#line 15984 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -17714,25 +16012,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17717: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17720: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17722: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17725: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16015: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17735: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:16024: 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 <<EOF
@@ -17756,13 +16045,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:17759: result: yes" >&5
+ echo "$as_me:16048: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_res_search=no"
eval "LIB_res_search="
- echo "$as_me:17765: result: no" >&5
+ echo "$as_me:16054: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -17776,7 +16065,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:17779: result: yes, in $ac_res" >&5
+ echo "$as_me:16068: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -17785,7 +16074,7 @@ if test -n "$LIB_res_search"; then
LIBS="$LIB_res_search $LIBS"
fi
-echo "$as_me:17788: checking for dn_expand" >&5
+echo "$as_me:16077: checking for dn_expand" >&5
echo $ECHO_N "checking for dn_expand... $ECHO_C" >&6
if test "${ac_cv_funclib_dn_expand+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17801,7 +16090,7 @@ if eval "test \"\$ac_cv_func_dn_expand\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 17804 "configure"
+#line 16093 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17827,20 +16116,11 @@ dn_expand(0,0,0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17830: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17833: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17835: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17838: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16119: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_dn_expand=$ac_lib; else ac_cv_funclib_dn_expand=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -17857,13 +16137,13 @@ if false; then
for ac_func in dn_expand
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:17860: checking for $ac_func" >&5
+echo "$as_me:16140: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17866 "configure"
+#line 16146 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -17894,25 +16174,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:17897: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17900: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:17902: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17905: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16177: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:17915: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:16186: 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 <<EOF
@@ -17936,13 +16207,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:17939: result: yes" >&5
+ echo "$as_me:16210: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_dn_expand=no"
eval "LIB_dn_expand="
- echo "$as_me:17945: result: no" >&5
+ echo "$as_me:16216: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -17956,7 +16227,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:17959: result: yes, in $ac_res" >&5
+ echo "$as_me:16230: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -17965,7 +16236,7 @@ if test -n "$LIB_dn_expand"; then
LIBS="$LIB_dn_expand $LIBS"
fi
-echo "$as_me:17968: checking for working snprintf" >&5
+echo "$as_me:16239: checking for working snprintf" >&5
echo $ECHO_N "checking for working snprintf... $ECHO_C" >&6
if test "${ac_cv_func_snprintf_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -17975,7 +16246,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 17978 "configure"
+#line 16249 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -17988,15 +16259,10 @@ int main()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:17991: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:17994: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:17995: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:17998: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:16262: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -18004,10 +16270,12 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_snprintf_working=no
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
-echo "$as_me:18010: result: $ac_cv_func_snprintf_working" >&5
+echo "$as_me:16278: result: $ac_cv_func_snprintf_working" >&5
echo "${ECHO_T}$ac_cv_func_snprintf_working" >&6
if test "$ac_cv_func_snprintf_working" = yes; then
@@ -18020,13 +16288,13 @@ fi
if test "$ac_cv_func_snprintf_working" = yes; then
if test "$ac_cv_func_snprintf+set" != set -o "$ac_cv_func_snprintf" = yes; then
-echo "$as_me:18023: checking if snprintf needs a prototype" >&5
+echo "$as_me:16291: checking if snprintf needs a prototype" >&5
echo $ECHO_N "checking if snprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_snprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18029 "configure"
+#line 16297 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -18041,25 +16309,16 @@ snprintf(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18044: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:18047: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18049: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:18052: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16312: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_snprintf_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_snprintf_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_snprintf_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:18062: result: $ac_cv_func_snprintf_noproto" >&5
+echo "$as_me:16321: result: $ac_cv_func_snprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_snprintf_noproto" >&6
if test "$ac_cv_func_snprintf_noproto" = yes; then
@@ -18074,7 +16333,7 @@ fi
fi
-echo "$as_me:18077: checking for working vsnprintf" >&5
+echo "$as_me:16336: checking for working vsnprintf" >&5
echo $ECHO_N "checking for working vsnprintf... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18084,7 +16343,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18087 "configure"
+#line 16346 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -18107,15 +16366,10 @@ int main()
}
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:18110: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18113: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:18114: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18117: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:16369: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -18123,10 +16377,12 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_vsnprintf_working=no
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
-echo "$as_me:18129: result: $ac_cv_func_vsnprintf_working" >&5
+echo "$as_me:16385: result: $ac_cv_func_vsnprintf_working" >&5
echo "${ECHO_T}$ac_cv_func_vsnprintf_working" >&6
if test "$ac_cv_func_vsnprintf_working" = yes; then
@@ -18139,13 +16395,13 @@ fi
if test "$ac_cv_func_vsnprintf_working" = yes; then
if test "$ac_cv_func_vsnprintf+set" != set -o "$ac_cv_func_vsnprintf" = yes; then
-echo "$as_me:18142: checking if vsnprintf needs a prototype" >&5
+echo "$as_me:16398: checking if vsnprintf needs a prototype" >&5
echo $ECHO_N "checking if vsnprintf needs a prototype... $ECHO_C" >&6
if test "${ac_cv_func_vsnprintf_noproto+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18148 "configure"
+#line 16404 "configure"
#include "confdefs.h"
#include <stdio.h>
int
@@ -18160,25 +16416,16 @@ vsnprintf(&xx);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:18163: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:18166: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18168: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:18171: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16419: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_func_vsnprintf_noproto=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_func_vsnprintf_noproto=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_func_vsnprintf_noproto=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:18181: result: $ac_cv_func_vsnprintf_noproto" >&5
+echo "$as_me:16428: result: $ac_cv_func_vsnprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_vsnprintf_noproto" >&6
if test "$ac_cv_func_vsnprintf_noproto" = yes; then
@@ -18228,13 +16475,13 @@ for ac_func in \
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:18231: checking for $ac_func" >&5
+echo "$as_me:16478: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18237 "configure"
+#line 16484 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -18265,25 +16512,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18268: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18271: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18273: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18276: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16515: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18286: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:16524: 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 <<EOF
@@ -18296,25 +16534,21 @@ done
for ac_header in capability.h sys/capability.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:18299: checking for $ac_header" >&5
+
+echo "$as_me:16538: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18305 "configure"
+#line 16544 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:18309: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:18315: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:16550: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -18322,16 +16556,19 @@ if { (eval echo "$as_me:18309: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:18334: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:16571: 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 <<EOF
@@ -18344,13 +16581,13 @@ done
for ac_func in sgi_getcapabilitybyname cap_set_proc
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:18347: checking for $ac_func" >&5
+echo "$as_me:16584: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18353 "configure"
+#line 16590 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -18381,25 +16618,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18384: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18387: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18389: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18392: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16621: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18402: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:16630: 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 <<EOF
@@ -18409,7 +16637,7 @@ EOF
fi
done
-echo "$as_me:18412: checking for getpwnam_r" >&5
+echo "$as_me:16640: checking for getpwnam_r" >&5
echo $ECHO_N "checking for getpwnam_r... $ECHO_C" >&6
if test "${ac_cv_funclib_getpwnam_r+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18425,7 +16653,7 @@ if eval "test \"\$ac_cv_func_getpwnam_r\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 18428 "configure"
+#line 16656 "configure"
#include "confdefs.h"
int
@@ -18437,20 +16665,11 @@ getpwnam_r()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18440: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18443: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18445: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18448: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16668: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_getpwnam_r=$ac_lib; else ac_cv_funclib_getpwnam_r=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -18467,13 +16686,13 @@ if false; then
for ac_func in getpwnam_r
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:18470: checking for $ac_func" >&5
+echo "$as_me:16689: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18476 "configure"
+#line 16695 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -18504,25 +16723,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18507: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18510: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18512: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18515: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16726: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18525: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:16735: 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 <<EOF
@@ -18546,13 +16756,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:18549: result: yes" >&5
+ echo "$as_me:16759: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_getpwnam_r=no"
eval "LIB_getpwnam_r="
- echo "$as_me:18555: result: no" >&5
+ echo "$as_me:16765: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -18566,13 +16776,13 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:18569: result: yes, in $ac_res" >&5
+ echo "$as_me:16779: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
if test "$ac_cv_func_getpwnam_r" = yes; then
- echo "$as_me:18575: checking if getpwnam_r is posix" >&5
+ echo "$as_me:16785: checking if getpwnam_r is posix" >&5
echo $ECHO_N "checking if getpwnam_r is posix... $ECHO_C" >&6
if test "${ac_cv_func_getpwnam_r_posix+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18583,7 +16793,7 @@ else
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18586 "configure"
+#line 16796 "configure"
#include "confdefs.h"
#include <pwd.h>
@@ -18595,15 +16805,10 @@ int main()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:18598: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18601: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:18602: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18605: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:16808: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
ac_cv_func_getpwnam_r_posix=yes
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -18611,11 +16816,13 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_getpwnam_r_posix=no
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
LIBS="$ac_libs"
fi
-echo "$as_me:18618: result: $ac_cv_func_getpwnam_r_posix" >&5
+echo "$as_me:16825: result: $ac_cv_func_getpwnam_r_posix" >&5
echo "${ECHO_T}$ac_cv_func_getpwnam_r_posix" >&6
if test "$ac_cv_func_getpwnam_r_posix" = yes; then
@@ -18626,7 +16833,7 @@ EOF
fi
fi
-echo "$as_me:18629: checking for getsockopt" >&5
+echo "$as_me:16836: checking for getsockopt" >&5
echo $ECHO_N "checking for getsockopt... $ECHO_C" >&6
if test "${ac_cv_funclib_getsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18642,7 +16849,7 @@ if eval "test \"\$ac_cv_func_getsockopt\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 18645 "configure"
+#line 16852 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -18659,20 +16866,11 @@ getsockopt(0,0,0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18662: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18665: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18667: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18670: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16869: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_getsockopt=$ac_lib; else ac_cv_funclib_getsockopt=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -18689,13 +16887,13 @@ if false; then
for ac_func in getsockopt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:18692: checking for $ac_func" >&5
+echo "$as_me:16890: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18698 "configure"
+#line 16896 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -18726,25 +16924,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18729: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18732: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18734: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18737: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:16927: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18747: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:16936: 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 <<EOF
@@ -18768,13 +16957,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:18771: result: yes" >&5
+ echo "$as_me:16960: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_getsockopt=no"
eval "LIB_getsockopt="
- echo "$as_me:18777: result: no" >&5
+ echo "$as_me:16966: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -18788,12 +16977,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:18791: result: yes, in $ac_res" >&5
+ echo "$as_me:16980: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:18796: checking for setsockopt" >&5
+echo "$as_me:16985: checking for setsockopt" >&5
echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
if test "${ac_cv_funclib_setsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -18809,7 +16998,7 @@ if eval "test \"\$ac_cv_func_setsockopt\" != yes" ; then
fi
LIBS=" $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 18812 "configure"
+#line 17001 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
@@ -18826,20 +17015,11 @@ setsockopt(0,0,0,0,0)
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18829: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18832: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18834: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18837: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17018: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_setsockopt=$ac_lib; else ac_cv_funclib_setsockopt=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -18856,13 +17036,13 @@ if false; then
for ac_func in setsockopt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:18859: checking for $ac_func" >&5
+echo "$as_me:17039: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18865 "configure"
+#line 17045 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -18893,25 +17073,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:18896: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:18899: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:18901: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:18904: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17076: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:18914: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:17085: 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 <<EOF
@@ -18935,13 +17106,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:18938: result: yes" >&5
+ echo "$as_me:17109: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_setsockopt=no"
eval "LIB_setsockopt="
- echo "$as_me:18944: result: no" >&5
+ echo "$as_me:17115: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -18955,7 +17126,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:18958: result: yes, in $ac_res" >&5
+ echo "$as_me:17129: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -18963,13 +17134,13 @@ esac
for ac_func in getudbnam setlim
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:18966: checking for $ac_func" >&5
+echo "$as_me:17137: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 18972 "configure"
+#line 17143 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -19000,25 +17171,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19003: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:19006: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19008: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:19011: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17174: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:19021: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:17183: 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 <<EOF
@@ -19028,13 +17190,13 @@ EOF
fi
done
-echo "$as_me:19031: checking return type of signal handlers" >&5
+echo "$as_me:17193: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19037 "configure"
+#line 17199 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -19056,25 +17218,16 @@ int i;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19059: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19062: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19064: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19067: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17221: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_signal=void
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_signal=int
+ cat conftest.$ac_ext >&5
+ ac_cv_type_signal=int
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19077: result: $ac_cv_type_signal" >&5
+echo "$as_me:17230: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
cat >>confdefs.h <<EOF
@@ -19089,7 +17242,7 @@ EOF
fi
-echo "$as_me:19092: checking if realloc if broken" >&5
+echo "$as_me:17245: checking if realloc if broken" >&5
echo $ECHO_N "checking if realloc if broken... $ECHO_C" >&6
if test "${ac_cv_func_realloc_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -19100,7 +17253,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19103 "configure"
+#line 17256 "configure"
#include "confdefs.h"
#include <stddef.h>
@@ -19113,15 +17266,10 @@ int main()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:19116: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:19119: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:19120: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:19123: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:17269: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
:
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -19129,11 +17277,12 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_realloc_broken=yes
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
fi
-echo "$as_me:19136: result: $ac_cv_func_realloc_broken" >&5
+echo "$as_me:17285: result: $ac_cv_func_realloc_broken" >&5
echo "${ECHO_T}$ac_cv_func_realloc_broken" >&6
if test "$ac_cv_func_realloc_broken" = yes ; then
@@ -19143,14 +17292,14 @@ EOF
fi
-echo "$as_me:19146: checking for ut_addr in struct utmp" >&5
+echo "$as_me:17295: checking for ut_addr in struct utmp" >&5
echo $ECHO_N "checking for ut_addr in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_addr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19153 "configure"
+#line 17302 "configure"
#include "confdefs.h"
#include <utmp.h>
int
@@ -19162,25 +17311,16 @@ struct utmp x; x.ut_addr;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19165: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19168: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19170: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19173: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17314: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_addr=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_utmp_ut_addr=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_utmp_ut_addr=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19183: result: $ac_cv_type_struct_utmp_ut_addr" >&5
+echo "$as_me:17323: result: $ac_cv_type_struct_utmp_ut_addr" >&5
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_addr" >&6
if test "$ac_cv_type_struct_utmp_ut_addr" = yes; then
@@ -19190,14 +17330,14 @@ EOF
fi
-echo "$as_me:19193: checking for ut_host in struct utmp" >&5
+echo "$as_me:17333: checking for ut_host in struct utmp" >&5
echo $ECHO_N "checking for ut_host in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_host+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19200 "configure"
+#line 17340 "configure"
#include "confdefs.h"
#include <utmp.h>
int
@@ -19209,25 +17349,16 @@ struct utmp x; x.ut_host;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19212: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19215: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19217: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19220: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17352: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_host=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_utmp_ut_host=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_utmp_ut_host=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19230: result: $ac_cv_type_struct_utmp_ut_host" >&5
+echo "$as_me:17361: result: $ac_cv_type_struct_utmp_ut_host" >&5
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_host" >&6
if test "$ac_cv_type_struct_utmp_ut_host" = yes; then
@@ -19237,14 +17368,14 @@ EOF
fi
-echo "$as_me:19240: checking for ut_id in struct utmp" >&5
+echo "$as_me:17371: checking for ut_id in struct utmp" >&5
echo $ECHO_N "checking for ut_id in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_id+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19247 "configure"
+#line 17378 "configure"
#include "confdefs.h"
#include <utmp.h>
int
@@ -19256,25 +17387,16 @@ struct utmp x; x.ut_id;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19259: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19262: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19264: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19267: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17390: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_id=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_utmp_ut_id=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_utmp_ut_id=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19277: result: $ac_cv_type_struct_utmp_ut_id" >&5
+echo "$as_me:17399: result: $ac_cv_type_struct_utmp_ut_id" >&5
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_id" >&6
if test "$ac_cv_type_struct_utmp_ut_id" = yes; then
@@ -19284,14 +17406,14 @@ EOF
fi
-echo "$as_me:19287: checking for ut_pid in struct utmp" >&5
+echo "$as_me:17409: checking for ut_pid in struct utmp" >&5
echo $ECHO_N "checking for ut_pid in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_pid+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19294 "configure"
+#line 17416 "configure"
#include "confdefs.h"
#include <utmp.h>
int
@@ -19303,25 +17425,16 @@ struct utmp x; x.ut_pid;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19306: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19309: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19311: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19314: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17428: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_pid=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_utmp_ut_pid=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_utmp_ut_pid=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19324: result: $ac_cv_type_struct_utmp_ut_pid" >&5
+echo "$as_me:17437: result: $ac_cv_type_struct_utmp_ut_pid" >&5
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_pid" >&6
if test "$ac_cv_type_struct_utmp_ut_pid" = yes; then
@@ -19331,14 +17444,14 @@ EOF
fi
-echo "$as_me:19334: checking for ut_type in struct utmp" >&5
+echo "$as_me:17447: checking for ut_type in struct utmp" >&5
echo $ECHO_N "checking for ut_type in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19341 "configure"
+#line 17454 "configure"
#include "confdefs.h"
#include <utmp.h>
int
@@ -19350,25 +17463,16 @@ struct utmp x; x.ut_type;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19353: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19356: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19358: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19361: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17466: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_type=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_utmp_ut_type=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_utmp_ut_type=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19371: result: $ac_cv_type_struct_utmp_ut_type" >&5
+echo "$as_me:17475: result: $ac_cv_type_struct_utmp_ut_type" >&5
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_type" >&6
if test "$ac_cv_type_struct_utmp_ut_type" = yes; then
@@ -19378,14 +17482,14 @@ EOF
fi
-echo "$as_me:19381: checking for ut_user in struct utmp" >&5
+echo "$as_me:17485: checking for ut_user in struct utmp" >&5
echo $ECHO_N "checking for ut_user in struct utmp... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmp_ut_user+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19388 "configure"
+#line 17492 "configure"
#include "confdefs.h"
#include <utmp.h>
int
@@ -19397,25 +17501,16 @@ struct utmp x; x.ut_user;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19400: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19403: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19405: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19408: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17504: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmp_ut_user=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_utmp_ut_user=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_utmp_ut_user=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19418: result: $ac_cv_type_struct_utmp_ut_user" >&5
+echo "$as_me:17513: result: $ac_cv_type_struct_utmp_ut_user" >&5
echo "${ECHO_T}$ac_cv_type_struct_utmp_ut_user" >&6
if test "$ac_cv_type_struct_utmp_ut_user" = yes; then
@@ -19425,14 +17520,14 @@ EOF
fi
-echo "$as_me:19428: checking for ut_exit in struct utmpx" >&5
+echo "$as_me:17523: checking for ut_exit in struct utmpx" >&5
echo $ECHO_N "checking for ut_exit in struct utmpx... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmpx_ut_exit+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19435 "configure"
+#line 17530 "configure"
#include "confdefs.h"
#include <utmpx.h>
int
@@ -19444,25 +17539,16 @@ struct utmpx x; x.ut_exit;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19447: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19450: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19452: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19455: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17542: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmpx_ut_exit=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_utmpx_ut_exit=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_utmpx_ut_exit=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19465: result: $ac_cv_type_struct_utmpx_ut_exit" >&5
+echo "$as_me:17551: result: $ac_cv_type_struct_utmpx_ut_exit" >&5
echo "${ECHO_T}$ac_cv_type_struct_utmpx_ut_exit" >&6
if test "$ac_cv_type_struct_utmpx_ut_exit" = yes; then
@@ -19472,14 +17558,14 @@ EOF
fi
-echo "$as_me:19475: checking for ut_syslen in struct utmpx" >&5
+echo "$as_me:17561: checking for ut_syslen in struct utmpx" >&5
echo $ECHO_N "checking for ut_syslen in struct utmpx... $ECHO_C" >&6
if test "${ac_cv_type_struct_utmpx_ut_syslen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19482 "configure"
+#line 17568 "configure"
#include "confdefs.h"
#include <utmpx.h>
int
@@ -19491,25 +17577,16 @@ struct utmpx x; x.ut_syslen;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19494: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19497: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19499: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19502: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17580: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_utmpx_ut_syslen=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_utmpx_ut_syslen=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_utmpx_ut_syslen=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19512: result: $ac_cv_type_struct_utmpx_ut_syslen" >&5
+echo "$as_me:17589: result: $ac_cv_type_struct_utmpx_ut_syslen" >&5
echo "${ECHO_T}$ac_cv_type_struct_utmpx_ut_syslen" >&6
if test "$ac_cv_type_struct_utmpx_ut_syslen" = yes; then
@@ -19519,14 +17596,14 @@ EOF
fi
-echo "$as_me:19522: checking for tm_gmtoff in struct tm" >&5
+echo "$as_me:17599: checking for tm_gmtoff in struct tm" >&5
echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
if test "${ac_cv_type_struct_tm_tm_gmtoff+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19529 "configure"
+#line 17606 "configure"
#include "confdefs.h"
#include <time.h>
int
@@ -19538,25 +17615,16 @@ struct tm x; x.tm_gmtoff;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19541: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19544: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19546: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19549: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17618: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_tm_tm_gmtoff=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_tm_tm_gmtoff=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_tm_tm_gmtoff=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19559: result: $ac_cv_type_struct_tm_tm_gmtoff" >&5
+echo "$as_me:17627: result: $ac_cv_type_struct_tm_tm_gmtoff" >&5
echo "${ECHO_T}$ac_cv_type_struct_tm_tm_gmtoff" >&6
if test "$ac_cv_type_struct_tm_tm_gmtoff" = yes; then
@@ -19566,14 +17634,14 @@ EOF
fi
-echo "$as_me:19569: checking for tm_zone in struct tm" >&5
+echo "$as_me:17637: checking for tm_zone in struct tm" >&5
echo $ECHO_N "checking for tm_zone in struct tm... $ECHO_C" >&6
if test "${ac_cv_type_struct_tm_tm_zone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19576 "configure"
+#line 17644 "configure"
#include "confdefs.h"
#include <time.h>
int
@@ -19585,25 +17653,16 @@ struct tm x; x.tm_zone;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19588: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19591: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19593: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19596: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17656: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_tm_tm_zone=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_tm_tm_zone=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_tm_tm_zone=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19606: result: $ac_cv_type_struct_tm_tm_zone" >&5
+echo "$as_me:17665: result: $ac_cv_type_struct_tm_tm_zone" >&5
echo "${ECHO_T}$ac_cv_type_struct_tm_tm_zone" >&6
if test "$ac_cv_type_struct_tm_tm_zone" = yes; then
@@ -19613,14 +17672,14 @@ EOF
fi
-echo "$as_me:19616: checking for timezone" >&5
+echo "$as_me:17675: checking for timezone" >&5
echo $ECHO_N "checking for timezone... $ECHO_C" >&6
if test "${ac_cv_var_timezone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19623 "configure"
+#line 17682 "configure"
#include "confdefs.h"
extern int timezone;
int foo() { return timezone; }
@@ -19633,28 +17692,19 @@ foo()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:19636: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:19639: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19641: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:19644: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17695: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_var_timezone=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_var_timezone=no
+ cat conftest.$ac_ext >&5
+ ac_cv_var_timezone=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_var_timezone`
-echo "$as_me:19657: result: $ac_foo" >&5
+echo "$as_me:17707: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
@@ -19662,14 +17712,14 @@ cat >>confdefs.h <<EOF
#define HAVE_TIMEZONE 1
EOF
-echo "$as_me:19665: checking if timezone is properly declared" >&5
+echo "$as_me:17715: checking if timezone is properly declared" >&5
echo $ECHO_N "checking if timezone is properly declared... $ECHO_C" >&6
if test "${ac_cv_var_timezone_declaration+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19672 "configure"
+#line 17722 "configure"
#include "confdefs.h"
#include <time.h>
extern struct { int foo; } timezone;
@@ -19682,27 +17732,18 @@ timezone.foo = 1;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19685: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19688: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19690: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19693: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17735: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_var_timezone_declaration=no"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_var_timezone_declaration=yes"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_var_timezone_declaration=yes"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19705: result: $ac_cv_var_timezone_declaration" >&5
+echo "$as_me:17746: result: $ac_cv_var_timezone_declaration" >&5
echo "${ECHO_T}$ac_cv_var_timezone_declaration" >&6
if eval "test \"\$ac_cv_var_timezone_declaration\" = yes"; then
@@ -19715,13 +17756,13 @@ fi
fi
cv=`echo "sa_family_t" | sed 'y%./+- %__p__%'`
-echo "$as_me:19718: checking for sa_family_t" >&5
+echo "$as_me:17759: checking for sa_family_t" >&5
echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19724 "configure"
+#line 17765 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -19738,37 +17779,28 @@ sa_family_t foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19741: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19744: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19746: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19749: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17782: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:19760: result: $ac_foo" >&5
+echo "$as_me:17792: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo sa_family_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:19765: checking for sa_family_t" >&5
+ echo "$as_me:17797: checking for sa_family_t" >&5
echo $ECHO_N "checking for sa_family_t... $ECHO_C" >&6
if test "${ac_cv_type_sa_family_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19771 "configure"
+#line 17803 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19783,25 +17815,16 @@ if (sizeof (sa_family_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19786: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19789: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19791: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19794: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17818: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_sa_family_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_sa_family_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_sa_family_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19804: result: $ac_cv_type_sa_family_t" >&5
+echo "$as_me:17827: result: $ac_cv_type_sa_family_t" >&5
echo "${ECHO_T}$ac_cv_type_sa_family_t" >&6
if test $ac_cv_type_sa_family_t = yes; then
@@ -19820,13 +17843,13 @@ EOF
fi
cv=`echo "socklen_t" | sed 'y%./+- %__p__%'`
-echo "$as_me:19823: checking for socklen_t" >&5
+echo "$as_me:17846: checking for socklen_t" >&5
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19829 "configure"
+#line 17852 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -19843,37 +17866,28 @@ socklen_t foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19846: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19849: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19851: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19854: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17869: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:19865: result: $ac_foo" >&5
+echo "$as_me:17879: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo socklen_t | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:19870: checking for socklen_t" >&5
+ echo "$as_me:17884: checking for socklen_t" >&5
echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
if test "${ac_cv_type_socklen_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19876 "configure"
+#line 17890 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19888,25 +17902,16 @@ if (sizeof (socklen_t))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19891: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19894: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19896: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19899: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17905: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_socklen_t=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_socklen_t=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_socklen_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:19909: result: $ac_cv_type_socklen_t" >&5
+echo "$as_me:17914: result: $ac_cv_type_socklen_t" >&5
echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
if test $ac_cv_type_socklen_t = yes; then
@@ -19925,13 +17930,13 @@ EOF
fi
cv=`echo "struct sockaddr" | sed 'y%./+- %__p__%'`
-echo "$as_me:19928: checking for struct sockaddr" >&5
+echo "$as_me:17933: checking for struct sockaddr" >&5
echo $ECHO_N "checking for struct sockaddr... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19934 "configure"
+#line 17939 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -19948,37 +17953,28 @@ struct sockaddr foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19951: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19954: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:19956: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:19959: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17956: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:19970: result: $ac_foo" >&5
+echo "$as_me:17966: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct sockaddr | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:19975: checking for struct sockaddr" >&5
+ echo "$as_me:17971: checking for struct sockaddr" >&5
echo $ECHO_N "checking for struct sockaddr... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 19981 "configure"
+#line 17977 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -19993,25 +17989,16 @@ if (sizeof (struct sockaddr))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:19996: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:19999: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20001: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:20004: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:17992: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_sockaddr=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_sockaddr=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_sockaddr=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:20014: result: $ac_cv_type_struct_sockaddr" >&5
+echo "$as_me:18001: result: $ac_cv_type_struct_sockaddr" >&5
echo "${ECHO_T}$ac_cv_type_struct_sockaddr" >&6
if test $ac_cv_type_struct_sockaddr = yes; then
@@ -20030,13 +18017,13 @@ EOF
fi
cv=`echo "struct sockaddr_storage" | sed 'y%./+- %__p__%'`
-echo "$as_me:20033: checking for struct sockaddr_storage" >&5
+echo "$as_me:18020: checking for struct sockaddr_storage" >&5
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20039 "configure"
+#line 18026 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -20053,37 +18040,28 @@ struct sockaddr_storage foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20056: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:20059: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20061: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:20064: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18043: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:20075: result: $ac_foo" >&5
+echo "$as_me:18053: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct sockaddr_storage | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:20080: checking for struct sockaddr_storage" >&5
+ echo "$as_me:18058: checking for struct sockaddr_storage" >&5
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_storage+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20086 "configure"
+#line 18064 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -20098,25 +18076,16 @@ if (sizeof (struct sockaddr_storage))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20101: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:20104: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20106: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:20109: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18079: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_sockaddr_storage=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_sockaddr_storage=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_sockaddr_storage=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:20119: result: $ac_cv_type_struct_sockaddr_storage" >&5
+echo "$as_me:18088: result: $ac_cv_type_struct_sockaddr_storage" >&5
echo "${ECHO_T}$ac_cv_type_struct_sockaddr_storage" >&6
if test $ac_cv_type_struct_sockaddr_storage = yes; then
@@ -20135,13 +18104,13 @@ EOF
fi
cv=`echo "struct addrinfo" | sed 'y%./+- %__p__%'`
-echo "$as_me:20138: checking for struct addrinfo" >&5
+echo "$as_me:18107: checking for struct addrinfo" >&5
echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$cv+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20144 "configure"
+#line 18113 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -20158,37 +18127,28 @@ struct addrinfo foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20161: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:20164: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20166: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:20169: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18130: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval "ac_cv_type_$cv=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "ac_cv_type_$cv=no"
+ cat conftest.$ac_ext >&5
+ eval "ac_cv_type_$cv=no"
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
ac_foo=`eval echo \\$ac_cv_type_$cv`
-echo "$as_me:20180: result: $ac_foo" >&5
+echo "$as_me:18140: result: $ac_foo" >&5
echo "${ECHO_T}$ac_foo" >&6
if test "$ac_foo" = yes; then
ac_tr_hdr=HAVE_`echo struct addrinfo | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
if false; then
- echo "$as_me:20185: checking for struct addrinfo" >&5
+ echo "$as_me:18145: checking for struct addrinfo" >&5
echo $ECHO_N "checking for struct addrinfo... $ECHO_C" >&6
if test "${ac_cv_type_struct_addrinfo+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20191 "configure"
+#line 18151 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -20203,25 +18163,16 @@ if (sizeof (struct addrinfo))
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20206: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:20209: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20211: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:20214: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18166: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_addrinfo=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_addrinfo=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_addrinfo=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:20224: result: $ac_cv_type_struct_addrinfo" >&5
+echo "$as_me:18175: result: $ac_cv_type_struct_addrinfo" >&5
echo "${ECHO_T}$ac_cv_type_struct_addrinfo" >&6
if test $ac_cv_type_struct_addrinfo = yes; then
@@ -20239,7 +18190,7 @@ EOF
fi
-echo "$as_me:20242: checking for struct winsize" >&5
+echo "$as_me:18193: checking for struct winsize" >&5
echo $ECHO_N "checking for struct winsize... $ECHO_C" >&6
if test "${ac_cv_struct_winsize+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20248,7 +18199,7 @@ else
ac_cv_struct_winsize=no
for i in sys/termios.h sys/ioctl.h; do
cat >conftest.$ac_ext <<_ACEOF
-#line 20251 "configure"
+#line 18202 "configure"
#include "confdefs.h"
#include <$i>
@@ -20269,10 +18220,10 @@ cat >>confdefs.h <<\EOF
EOF
fi
-echo "$as_me:20272: result: $ac_cv_struct_winsize" >&5
+echo "$as_me:18223: result: $ac_cv_struct_winsize" >&5
echo "${ECHO_T}$ac_cv_struct_winsize" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 20275 "configure"
+#line 18226 "configure"
#include "confdefs.h"
#include <termios.h>
@@ -20288,7 +18239,7 @@ fi
rm -f conftest*
cat >conftest.$ac_ext <<_ACEOF
-#line 20291 "configure"
+#line 18242 "configure"
#include "confdefs.h"
#include <termios.h>
@@ -20303,14 +18254,14 @@ EOF
fi
rm -f conftest*
-echo "$as_me:20306: checking for struct spwd" >&5
+echo "$as_me:18257: checking for struct spwd" >&5
echo $ECHO_N "checking for struct spwd... $ECHO_C" >&6
if test "${ac_cv_struct_spwd+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20313 "configure"
+#line 18264 "configure"
#include "confdefs.h"
#include <pwd.h>
#ifdef HAVE_SHADOW_H
@@ -20325,27 +18276,18 @@ struct spwd foo;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20328: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:20331: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20333: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:20336: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18279: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_struct_spwd=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_struct_spwd=no
+ cat conftest.$ac_ext >&5
+ ac_cv_struct_spwd=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:20348: result: $ac_cv_struct_spwd" >&5
+echo "$as_me:18290: result: $ac_cv_struct_spwd" >&5
echo "${ECHO_T}$ac_cv_struct_spwd" >&6
if test "$ac_cv_struct_spwd" = "yes"; then
@@ -20356,14 +18298,14 @@ EOF
fi
-echo "$as_me:20359: checking for sa_len in struct sockaddr" >&5
+echo "$as_me:18301: checking for sa_len in struct sockaddr" >&5
echo $ECHO_N "checking for sa_len in struct sockaddr... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_sa_len+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20366 "configure"
+#line 18308 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
@@ -20376,25 +18318,16 @@ struct sockaddr x; x.sa_len;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20379: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:20382: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20384: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:20387: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18321: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_type_struct_sockaddr_sa_len=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_type_struct_sockaddr_sa_len=no
+ cat conftest.$ac_ext >&5
+ ac_cv_type_struct_sockaddr_sa_len=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:20397: result: $ac_cv_type_struct_sockaddr_sa_len" >&5
+echo "$as_me:18330: result: $ac_cv_type_struct_sockaddr_sa_len" >&5
echo "${ECHO_T}$ac_cv_type_struct_sockaddr_sa_len" >&6
if test "$ac_cv_type_struct_sockaddr_sa_len" = yes; then
@@ -20407,14 +18340,14 @@ fi
for i in int8_t int16_t int32_t int64_t \
u_int8_t u_int16_t u_int32_t u_int64_t \
uint8_t uint16_t uint32_t uint64_t; do
- echo "$as_me:20410: checking for $i" >&5
+ echo "$as_me:18343: checking for $i" >&5
echo $ECHO_N "checking for $i... $ECHO_C" >&6
if eval "test \"\${ac_cv_type_$i+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20417 "configure"
+#line 18350 "configure"
#include "confdefs.h"
#ifdef HAVE_INTTYPES_H
@@ -20443,21 +18376,12 @@ $i x;
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:20446: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:20449: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20451: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:20454: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18379: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
eval ac_cv_type_$i=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval ac_cv_type_$i=no
+ cat conftest.$ac_ext >&5
+ eval ac_cv_type_$i=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
@@ -20470,7 +18394,7 @@ fi
EOF
fi
- echo "$as_me:20473: result: $ac_res" >&5
+ echo "$as_me:18397: result: $ac_res" >&5
echo "${ECHO_T}$ac_res" >&6
done
@@ -20483,25 +18407,21 @@ for ac_header in \
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo "$as_me:20486: checking for $ac_header" >&5
+
+echo "$as_me:18411: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20492 "configure"
+#line 18417 "configure"
#include "confdefs.h"
#include <$ac_header>
+
_ACEOF
-if { (eval echo "$as_me:20496: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
- (eval $ac_cpp conftest.$ac_ext >/dev/null) 2>conftest.er1
- ac_status=$?
- egrep -v '^ *\+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:20502: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- if test -s conftest.err; then
+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.err"
+if { (eval echo $as_me:18423: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; then
+ if egrep -v '^ *\+' conftest.err | grep . >/dev/null; then
ac_cpp_err=$ac_c_preproc_warn_flag
else
ac_cpp_err=
@@ -20509,16 +18429,19 @@ if { (eval echo "$as_me:20496: \"$ac_cpp conftest.$ac_ext >/dev/null\"") >&5
else
ac_cpp_err=yes
fi
+
if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
+ cat conftest.err >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest.err conftest.$ac_ext
+rm -f conftest*
+
fi
-echo "$as_me:20521: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:18444: 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 <<EOF
@@ -20528,7 +18451,7 @@ EOF
fi
done
-echo "$as_me:20531: checking for MD4_Init" >&5
+echo "$as_me:18454: checking for MD4_Init" >&5
echo $ECHO_N "checking for MD4_Init... $ECHO_C" >&6
if test "${ac_cv_funclib_MD4_Init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20542,9 +18465,9 @@ if eval "test \"\$ac_cv_func_MD4_Init\" != yes" ; then
else
ac_lib=""
fi
- LIBS="$LIB_krb4 $ac_lib $ac_save_LIBS"
+ LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 20547 "configure"
+#line 18470 "configure"
#include "confdefs.h"
int
@@ -20556,20 +18479,11 @@ MD4_Init()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20559: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:20562: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20564: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:20567: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18482: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_MD4_Init=$ac_lib; else ac_cv_funclib_MD4_Init=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -20586,13 +18500,13 @@ if false; then
for ac_func in MD4_Init
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:20589: checking for $ac_func" >&5
+echo "$as_me:18503: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20595 "configure"
+#line 18509 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -20623,25 +18537,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20626: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:20629: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20631: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:20634: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18540: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:20644: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:18549: 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 <<EOF
@@ -20665,13 +18570,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:20668: result: yes" >&5
+ echo "$as_me:18573: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_MD4_Init=no"
eval "LIB_MD4_Init="
- echo "$as_me:20674: result: no" >&5
+ echo "$as_me:18579: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -20685,12 +18590,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:20688: result: yes, in $ac_res" >&5
+ echo "$as_me:18593: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:20693: checking for MD5_Init" >&5
+echo "$as_me:18598: checking for MD5_Init" >&5
echo $ECHO_N "checking for MD5_Init... $ECHO_C" >&6
if test "${ac_cv_funclib_MD5_Init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20704,9 +18609,9 @@ if eval "test \"\$ac_cv_func_MD5_Init\" != yes" ; then
else
ac_lib=""
fi
- LIBS="$LIB_krb4 $ac_lib $ac_save_LIBS"
+ LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 20709 "configure"
+#line 18614 "configure"
#include "confdefs.h"
int
@@ -20718,20 +18623,11 @@ MD5_Init()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20721: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:20724: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20726: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:20729: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18626: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_MD5_Init=$ac_lib; else ac_cv_funclib_MD5_Init=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -20748,13 +18644,13 @@ if false; then
for ac_func in MD5_Init
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:20751: checking for $ac_func" >&5
+echo "$as_me:18647: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20757 "configure"
+#line 18653 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -20785,25 +18681,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20788: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:20791: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20793: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:20796: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18684: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:20806: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:18693: 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 <<EOF
@@ -20827,13 +18714,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:20830: result: yes" >&5
+ echo "$as_me:18717: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_MD5_Init=no"
eval "LIB_MD5_Init="
- echo "$as_me:20836: result: no" >&5
+ echo "$as_me:18723: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -20847,12 +18734,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:20850: result: yes, in $ac_res" >&5
+ echo "$as_me:18737: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:20855: checking for SHA1_Init" >&5
+echo "$as_me:18742: checking for SHA1_Init" >&5
echo $ECHO_N "checking for SHA1_Init... $ECHO_C" >&6
if test "${ac_cv_funclib_SHA1_Init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -20866,9 +18753,9 @@ if eval "test \"\$ac_cv_func_SHA1_Init\" != yes" ; then
else
ac_lib=""
fi
- LIBS="$LIB_krb4 $ac_lib $ac_save_LIBS"
+ LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 20871 "configure"
+#line 18758 "configure"
#include "confdefs.h"
int
@@ -20880,20 +18767,11 @@ SHA1_Init()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20883: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:20886: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20888: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:20891: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18770: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_SHA1_Init=$ac_lib; else ac_cv_funclib_SHA1_Init=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -20910,13 +18788,13 @@ if false; then
for ac_func in SHA1_Init
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:20913: checking for $ac_func" >&5
+echo "$as_me:18791: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 20919 "configure"
+#line 18797 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -20947,25 +18825,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:20950: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:20953: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:20955: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:20958: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18828: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:20968: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:18837: 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 <<EOF
@@ -20989,13 +18858,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:20992: result: yes" >&5
+ echo "$as_me:18861: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_SHA1_Init=no"
eval "LIB_SHA1_Init="
- echo "$as_me:20998: result: no" >&5
+ echo "$as_me:18867: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -21009,12 +18878,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:21012: result: yes, in $ac_res" >&5
+ echo "$as_me:18881: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:21017: checking for des_cbc_encrypt" >&5
+echo "$as_me:18886: checking for des_cbc_encrypt" >&5
echo $ECHO_N "checking for des_cbc_encrypt... $ECHO_C" >&6
if test "${ac_cv_funclib_des_cbc_encrypt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21028,9 +18897,9 @@ if eval "test \"\$ac_cv_func_des_cbc_encrypt\" != yes" ; then
else
ac_lib=""
fi
- LIBS="$LIB_krb4 $ac_lib $ac_save_LIBS"
+ LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 21033 "configure"
+#line 18902 "configure"
#include "confdefs.h"
int
@@ -21042,20 +18911,11 @@ des_cbc_encrypt()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21045: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:21048: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:21050: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:21053: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18914: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_des_cbc_encrypt=$ac_lib; else ac_cv_funclib_des_cbc_encrypt=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -21072,13 +18932,13 @@ if false; then
for ac_func in des_cbc_encrypt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:21075: checking for $ac_func" >&5
+echo "$as_me:18935: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 21081 "configure"
+#line 18941 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -21109,25 +18969,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21112: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:21115: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:21117: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:21120: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:18972: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:21130: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:18981: 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 <<EOF
@@ -21151,13 +19002,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:21154: result: yes" >&5
+ echo "$as_me:19005: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_des_cbc_encrypt=no"
eval "LIB_des_cbc_encrypt="
- echo "$as_me:21160: result: no" >&5
+ echo "$as_me:19011: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -21171,12 +19022,12 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:21174: result: yes, in $ac_res" >&5
+ echo "$as_me:19025: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
-echo "$as_me:21179: checking for RC4" >&5
+echo "$as_me:19030: checking for RC4" >&5
echo $ECHO_N "checking for RC4... $ECHO_C" >&6
if test "${ac_cv_funclib_RC4+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21190,9 +19041,9 @@ if eval "test \"\$ac_cv_func_RC4\" != yes" ; then
else
ac_lib=""
fi
- LIBS="$LIB_krb4 $ac_lib $ac_save_LIBS"
+ LIBS="$test_LIB_krb4 $ac_lib $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 21195 "configure"
+#line 19046 "configure"
#include "confdefs.h"
int
@@ -21204,20 +19055,11 @@ RC4()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21207: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:21210: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:21212: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:21215: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:19058: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_RC4=$ac_lib; else ac_cv_funclib_RC4=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -21234,13 +19076,13 @@ if false; then
for ac_func in RC4
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:21237: checking for $ac_func" >&5
+echo "$as_me:19079: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 21243 "configure"
+#line 19085 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -21271,25 +19113,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21274: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:21277: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:21279: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:21282: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:19116: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:21292: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:19125: 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 <<EOF
@@ -21313,13 +19146,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:21316: result: yes" >&5
+ echo "$as_me:19149: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_RC4=no"
eval "LIB_RC4="
- echo "$as_me:21322: result: no" >&5
+ echo "$as_me:19155: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -21333,7 +19166,7 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:21336: result: yes, in $ac_res" >&5
+ echo "$as_me:19169: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
@@ -21344,7 +19177,11 @@ if test "$ac_cv_func_des_cbc_encrypt" = "yes" -a \
"$ac_cv_func_SHA1_Init" = "yes" -a \
"$ac_cv_func_RC4" = "yes"; then
DIR_des=''
- LIB_des="-R $krb4_libdir -L$krb4_libdir $ac_cv_funclib_MD4_Init"
+ LIB_des=''
+ if test "$krb4_libdir" != ""; then
+ LIB_des="-R $krb4_libdir -L$krb4_libdir"
+ fi
+ LIB_des="$LIB_des $ac_cv_funclib_MD4_Init"
LIB_des_appl="$LIB_des"
else
DIR_des='des'
@@ -21352,7 +19189,7 @@ else
LIB_des_appl="-ldes"
fi
-echo "$as_me:21355: checking for el_init" >&5
+echo "$as_me:19192: checking for el_init" >&5
echo $ECHO_N "checking for el_init... $ECHO_C" >&6
if test "${ac_cv_funclib_el_init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21368,7 +19205,7 @@ if eval "test \"\$ac_cv_func_el_init\" != yes" ; then
fi
LIBS=" $ac_lib $LIB_tgetent $ac_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 21371 "configure"
+#line 19208 "configure"
#include "confdefs.h"
int
@@ -21380,20 +19217,11 @@ el_init()
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21383: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:21386: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:21388: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:21391: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:19220: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "if test -n \"$ac_lib\";then ac_cv_funclib_el_init=$ac_lib; else ac_cv_funclib_el_init=yes; fi";break
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+ cat conftest.$ac_ext >&5
fi
rm -f conftest$ac_exeext conftest.$ac_ext
done
@@ -21410,13 +19238,13 @@ if false; then
for ac_func in el_init
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "$as_me:21413: checking for $ac_func" >&5
+echo "$as_me:19241: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 21419 "configure"
+#line 19247 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
@@ -21447,25 +19275,16 @@ f = $ac_func;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21450: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:21453: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:21455: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:21458: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:19278: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-eval "$ac_ac_var=no"
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_var=no"
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:21468: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:19287: 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 <<EOF
@@ -21489,13 +19308,13 @@ case "$ac_res" in
#define $ac_tr_func 1
EOF
- echo "$as_me:21492: result: yes" >&5
+ echo "$as_me:19311: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
no)
eval "ac_cv_func_el_init=no"
eval "LIB_el_init="
- echo "$as_me:21498: result: no" >&5
+ echo "$as_me:19317: result: no" >&5
echo "${ECHO_T}no" >&6
;;
*)
@@ -21509,20 +19328,20 @@ EOF
#define $ac_tr_lib 1
EOF
- echo "$as_me:21512: result: yes, in $ac_res" >&5
+ echo "$as_me:19331: result: yes, in $ac_res" >&5
echo "${ECHO_T}yes, in $ac_res" >&6
;;
esac
if test "$ac_cv_func_el_init" = yes ; then
- echo "$as_me:21518: checking for four argument el_init" >&5
+ echo "$as_me:19337: checking for four argument el_init" >&5
echo $ECHO_N "checking for four argument el_init... $ECHO_C" >&6
if test "${ac_cv_func_el_init_four+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 21525 "configure"
+#line 19344 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <histedit.h>
@@ -21535,25 +19354,16 @@ el_init("", NULL, NULL, NULL);
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:21538: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:21541: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:21543: \"test -s conftest.$ac_objext\"") >&5
- (eval test -s conftest.$ac_objext) 2>&5
- ac_status=$?
- echo "$as_me:21546: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:19357: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
ac_cv_func_el_init_four=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_el_init_four=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_el_init_four=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:21556: result: $ac_cv_func_el_init_four" >&5
+echo "$as_me:19366: result: $ac_cv_func_el_init_four" >&5
echo "${ECHO_T}$ac_cv_func_el_init_four" >&6
if test "$ac_cv_func_el_init_four" = yes; then
@@ -21624,13 +19434,13 @@ fi
#
# And also something wierd has happend with dec-osf1, fallback to bsd-ptys
-echo "$as_me:21627: checking for getmsg" >&5
+echo "$as_me:19437: checking for getmsg" >&5
echo $ECHO_N "checking for getmsg... $ECHO_C" >&6
if test "${ac_cv_func_getmsg+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 21633 "configure"
+#line 19443 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getmsg (); below. */
@@ -21661,30 +19471,21 @@ f = getmsg;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:21664: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:21667: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { (eval echo "$as_me:21669: \"test -s conftest$ac_exeext\"") >&5
- (eval test -s conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:21672: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+if { (eval echo $as_me:19474: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
ac_cv_func_getmsg=yes
else
echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_func_getmsg=no
+ cat conftest.$ac_ext >&5
+ ac_cv_func_getmsg=no
fi
rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "$as_me:21682: result: $ac_cv_func_getmsg" >&5
+echo "$as_me:19483: result: $ac_cv_func_getmsg" >&5
echo "${ECHO_T}$ac_cv_func_getmsg" >&6
if test "$ac_cv_func_getmsg" = "yes"; then
-echo "$as_me:21687: checking for working getmsg" >&5
+echo "$as_me:19488: checking for working getmsg" >&5
echo $ECHO_N "checking for working getmsg... $ECHO_C" >&6
if test "${ac_cv_func_getmsg_work+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -21693,7 +19494,7 @@ else
ac_cv_func_getmsg_work=no
else
cat >conftest.$ac_ext <<_ACEOF
-#line 21696 "configure"
+#line 19497 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -21710,15 +19511,10 @@ int main()
_ACEOF
rm -f conftest$ac_exeext
-if { (eval echo "$as_me:21713: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:21716: \$? = $ac_status" >&5
- (exit $ac_status); } && { (eval echo "$as_me:21717: \"./conftest$ac_exeext\"") >&5
- (eval ./conftest$ac_exeext) 2>&5
- ac_status=$?
- echo "$as_me:21720: \$? = $ac_status" >&5
- (exit $ac_status); }; then
+{ (eval echo $as_me:19514: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
+ (./conftest$ac_exeext) >&5 2>&1;
+ac_status=$?
+if test $ac_status = 0; then
ac_cv_func_getmsg_work=yes
else
echo "$as_me: program exited with status $ac_status" >&5
@@ -21726,10 +19522,12 @@ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_getmsg_work=no
fi
+
rm -f conftest$ac_exeext conftest.$ac_ext
fi
+
fi
-echo "$as_me:21732: result: $ac_cv_func_getmsg_work" >&5
+echo "$as_me:19530: result: $ac_cv_func_getmsg_work" >&5
echo "${ECHO_T}$ac_cv_func_getmsg_work" >&6
test "$ac_cv_func_getmsg_work" = "yes" &&
@@ -21740,7 +19538,7 @@ EOF
fi
if test "$ac_cv_func_getmsg_work" = yes; then
-echo "$as_me:21743: checking for streamspty" >&5
+echo "$as_me:19541: checking for streamspty" >&5
echo $ECHO_N "checking for streamspty... $ECHO_C" >&6
case "$host" in
*-*-aix3*|*-*-sunos4*|*-*-osf*|*-*-hpux1[01]*)
@@ -21750,7 +19548,7 @@ case "$host" in
krb_cv_sys_streamspty=yes
;;
esac
-echo "$as_me:21753: result: $krb_cv_sys_streamspty" >&5
+echo "$as_me:19551: result: $krb_cv_sys_streamspty" >&5
echo "${ECHO_T}$krb_cv_sys_streamspty" >&6
fi
if test "$krb_cv_sys_streamspty" = yes; then
@@ -21761,7 +19559,7 @@ EOF
fi
-echo "$as_me:21764: checking which authentication modules should be built" >&5
+echo "$as_me:19562: checking which authentication modules should be built" >&5
echo $ECHO_N "checking which authentication modules should be built... $ECHO_C" >&6
LIB_AUTH_SUBDIRS=
@@ -21778,7 +19576,7 @@ case "${host}" in
*-*-irix[56]*) LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS afskauthlib" ;;
esac
-echo "$as_me:21781: result: $LIB_AUTH_SUBDIRS" >&5
+echo "$as_me:19579: result: $LIB_AUTH_SUBDIRS" >&5
echo "${ECHO_T}$LIB_AUTH_SUBDIRS" >&6
test "x$prefix" = xNONE && prefix=$ac_default_prefix
@@ -21805,7 +19603,59 @@ if false; then
fi
LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.o/\.lo/g'`
-ac_config_files="$ac_config_files Makefile include/Makefile include/kadm5/Makefile lib/Makefile lib/45/Makefile lib/auth/Makefile lib/auth/afskauthlib/Makefile lib/auth/pam/Makefile lib/auth/sia/Makefile lib/asn1/Makefile lib/com_err/Makefile lib/des/Makefile lib/editline/Makefile lib/gssapi/Makefile lib/hdb/Makefile lib/kadm5/Makefile lib/kafs/Makefile lib/kdfs/Makefile lib/krb5/Makefile lib/otp/Makefile lib/roken/Makefile lib/sl/Makefile lib/vers/Makefile kuser/Makefile kpasswd/Makefile kadmin/Makefile admin/Makefile kdc/Makefile appl/Makefile appl/afsutil/Makefile appl/ftp/Makefile appl/ftp/common/Makefile appl/ftp/ftp/Makefile appl/ftp/ftpd/Makefile appl/kx/Makefile appl/login/Makefile appl/otp/Makefile appl/popper/Makefile appl/push/Makefile appl/rsh/Makefile appl/rcp/Makefile appl/su/Makefile appl/xnlock/Makefile appl/telnet/Makefile appl/telnet/libtelnet/Makefile appl/telnet/telnet/Makefile appl/telnet/telnetd/Makefile appl/test/Makefile appl/kf/Makefile appl/dceutils/Makefile doc/Makefile tools/Makefile"
+ac_config_files="$ac_config_files Makefile \
+ include/Makefile \
+ include/kadm5/Makefile \
+ lib/Makefile \
+ lib/45/Makefile \
+ lib/auth/Makefile \
+ lib/auth/afskauthlib/Makefile \
+ lib/auth/pam/Makefile \
+ lib/auth/sia/Makefile \
+ lib/asn1/Makefile \
+ lib/com_err/Makefile \
+ lib/des/Makefile \
+ lib/editline/Makefile \
+ lib/gssapi/Makefile \
+ lib/hdb/Makefile \
+ lib/kadm5/Makefile \
+ lib/kafs/Makefile \
+ lib/kdfs/Makefile \
+ lib/krb5/Makefile \
+ lib/otp/Makefile \
+ lib/roken/Makefile \
+ lib/sl/Makefile \
+ lib/vers/Makefile \
+ kuser/Makefile \
+ kpasswd/Makefile \
+ kadmin/Makefile \
+ admin/Makefile \
+ kdc/Makefile \
+ appl/Makefile \
+ appl/afsutil/Makefile \
+ appl/ftp/Makefile \
+ appl/ftp/common/Makefile \
+ appl/ftp/ftp/Makefile \
+ appl/ftp/ftpd/Makefile \
+ appl/kx/Makefile \
+ appl/login/Makefile \
+ appl/otp/Makefile \
+ appl/popper/Makefile \
+ appl/push/Makefile \
+ appl/rsh/Makefile \
+ appl/rcp/Makefile \
+ appl/su/Makefile \
+ appl/xnlock/Makefile \
+ appl/telnet/Makefile \
+ appl/telnet/libtelnet/Makefile \
+ appl/telnet/telnet/Makefile \
+ appl/telnet/telnetd/Makefile \
+ appl/test/Makefile \
+ appl/kf/Makefile \
+ appl/dceutils/Makefile \
+ doc/Makefile \
+ tools/Makefile \
+"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -21866,19 +19716,49 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-# VPATH is dangerous, but if there is a colon in the path, we need to
-# keep it.
+# Any assignment to VPATH causes Sun make to only execute
+# the first set of double-colon rules, so remove it if not needed.
+# If there is a colon in the path, we need to keep it.
if test "x$srcdir" = x.; then
ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
fi
DEFS=-DHAVE_CONFIG_H
+# Save into config.log some information that might help in debugging.
+echo >&5
+echo "Cache variables:" >&5
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# So, don't put newlines in cache variables' values.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+{
+ (set) 2>&1 |
+ case `(ac_space=' '; set | grep ac_space) 2>&1` in
+ *ac_space=\ *)
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
+ sed -n \
+ "s/'/'\\\\''/g;
+ 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/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+ ;;
+ esac;
+} | sed 's/^/| /' >&5
+echo >&5
+echo "confdefs.h:" >&5
+sed '/^$/d;s/^/| /' confdefs.h >&5
+
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:21880: creating $CONFIG_STATUS" >&5
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
+{ echo "$as_me:19760: creating $CONFIG_STATUS" >&5
+echo "creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<\_ACEOF
#! /bin/sh
# Generated automatically by configure.
@@ -21903,43 +19783,6 @@ if expr a : '\(a\)' >/dev/null 2>&1; then
else
as_expr=false
fi
-
-rm -f conftest conftest.exe conftest.file
-echo >conftest.file
-if ln -s conftest.file conftest 2>/dev/null; then
- # We could just check for DJGPP; but this test a) works b) is more generic
- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
- if test -f conftest.exe; then
- # Don't use ln at all; we don't have any links
- as_ln_s='cp -p'
- else
- as_ln_s='ln -s'
- fi
-elif ln conftest.file conftest 2>/dev/null; then
- as_ln_s=ln
-else
- as_ln_s='cp -p'
-fi
-rm -f conftest conftest.exe conftest.file
-
-# Find out how to test for executable files. Don't use a zero-byte file,
-# as systems may use methods other than mode bits to determine executability.
-cat >conftest.file <<_ASEOF
-#! /bin/sh
-exit 0
-_ASEOF
-chmod +x conftest.file
-if test -x conftest.file >/dev/null 2>&1; then
- as_executable_p="test -x"
-elif test -f conftest.file >/dev/null 2>&1; then
- as_executable_p="test -f"
-else
- { { echo "$as_me:21937: error: cannot check whether a file is executable on this system" >&5
-echo "$as_me: error: cannot check whether a file is executable on this system" >&2;}
- { (exit 1); exit 1; }; }
-fi
-rm -f conftest.file
-
# Support unset when possible.
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
as_unset=unset
@@ -21959,9 +19802,9 @@ $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; ex
# IFS
# We need space, tab and new line, in precisely that order.
-as_nl='
+ac_nl='
'
-IFS=" $as_nl"
+IFS=" $ac_nl"
# CDPATH.
$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
@@ -21970,18 +19813,22 @@ $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
# 0 standard input
# 1 file creation
# 2 errors and warnings
-# 5 compiler messages saved in config.log
+# 3 some systems may open it to /dev/tty
+# 4 used on the Kubota Titan
# 6 checking for... messages and results
+# 5 compiler messages saved in config.log
+if test "$silent" = yes; then
+ exec 6>/dev/null
+else
+ exec 6>&1
+fi
exec 5>>config.log
-exec 6>&1
cat >&5 << EOF
-## ----------------------- ##
-## Running config.status. ##
-## ----------------------- ##
+----------------------------------------------------------------------
-This file was extended by $as_me (heimdal 0.3e) 2.49d, executed with
+This file was extended by $as_me (heimdal 0.3f) 2.49b, executed with
> $0 $@
on `(hostname || uname -n) 2>/dev/null | sed 1q`
@@ -22037,11 +19884,12 @@ EOF
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
-$CONFIG_STATUS generated by $as_me (Autoconf 2.49d).
+$CONFIG_STATUS generated by $as_me (Autoconf 2.49b).
Configured on host $ac_hostname by
`echo "$0 $ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`"
-srcdir=$srcdir
-INSTALL="$INSTALL"
+
+ac_given_srcdir=$srcdir
+ac_given_INSTALL="$INSTALL"
EOF
cat >>$CONFIG_STATUS <<\EOF
@@ -22077,11 +19925,9 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- { { echo "$as_me:22080: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&5
-echo "$as_me: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&2;}
- { (exit 1); exit 1; }; };;
+ { echo "$as_me: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit; }; };;
--help | --hel | -h )
echo "$ac_cs_usage"; exit 0 ;;
--debug | --d* | -d )
@@ -22153,14 +19999,11 @@ Try \`$0 --help' for more information." >&2;}
'include/config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
# This is an error.
- -*) { { echo "$as_me:22156: 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; }; } ;;
- *) { { echo "$as_me:22161: error: invalid argument: $1" >&5
-echo "$as_me: error: invalid argument: $1" >&2;}
- { (exit 1); exit 1; }; };;
+ -*) { echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit; }; } ;;
+ *) { echo "$as_me: error: invalid argument: $1" >&2
+ { (exit 1); exit; }; };;
esac
shift
done
@@ -22170,19 +20013,17 @@ EOF
cat >>$CONFIG_STATUS <<\EOF
# 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.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+ CONFIG_FILES=${CONFIG_FILES="$config_files"}
+ CONFIG_HEADERS=${CONFIG_HEADERS="$config_headers"}
+ CONFIG_COMMANDS=${CONFIG_COMMANDS="$config_commands"}
fi
# Create a temporary directory, and hook for its removal unless debugging.
$debug ||
{
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
- trap '{ (exit $?); exit $?; }' 1 2 13 15
+ trap '{ (exit $?); exit; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
@@ -22197,7 +20038,7 @@ $debug ||
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
- { (exit 1); exit 1; }
+ { (exit 1); exit; }
}
EOF
@@ -22207,6 +20048,15 @@ cat >>$CONFIG_STATUS <<EOF
# INIT-COMMANDS section.
#
+am_indx=1
+ for am_file in include/config.h; do
+ case " $CONFIG_HEADERS " in
+ *" $am_file "*)
+ echo timestamp > `echo $am_file | sed 's%:.*%%;s%[^/]*$%%'`stamp-h$am_indx
+ ;;
+ esac
+ am_indx=\`expr \$am_indx + 1\`
+ done
AMDEP="$AMDEP"
ac_aux_dir="$ac_aux_dir"
@@ -22240,24 +20090,21 @@ s,@includedir@,$includedir,;t t
s,@oldincludedir@,$oldincludedir,;t t
s,@infodir@,$infodir,;t t
s,@mandir@,$mandir,;t t
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
s,@ECHO_C@,$ECHO_C,;t t
s,@ECHO_N@,$ECHO_N,;t t
s,@ECHO_T@,$ECHO_T,;t t
+s,@CFLAGS@,$CFLAGS,;t t
+s,@CPPFLAGS@,$CPPFLAGS,;t t
+s,@CXXFLAGS@,$CXXFLAGS,;t t
+s,@FFLAGS@,$FFLAGS,;t t
s,@DEFS@,$DEFS,;t t
+s,@LDFLAGS@,$LDFLAGS,;t t
s,@LIBS@,$LIBS,;t t
s,@CC@,$CC,;t t
-s,@CFLAGS@,$CFLAGS,;t t
-s,@LDFLAGS@,$LDFLAGS,;t t
s,@ac_ct_CC@,$ac_ct_CC,;t t
s,@OBJEXT@,$OBJEXT,;t t
s,@EXEEXT@,$EXEEXT,;t t
s,@CPP@,$CPP,;t t
-s,@CPPFLAGS@,$CPPFLAGS,;t t
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
@@ -22323,6 +20170,8 @@ s,@LIB_getsockopt@,$LIB_getsockopt,;t t
s,@LIB_setsockopt@,$LIB_setsockopt,;t t
s,@LIB_hstrerror@,$LIB_hstrerror,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
+s,@LIB_bswap16@,$LIB_bswap16,;t t
+s,@LIB_bswap32@,$LIB_bswap32,;t t
s,@LIB_pidfile@,$LIB_pidfile,;t t
s,@LIB_crypt@,$LIB_crypt,;t t
s,@DIR_roken@,$DIR_roken,;t t
@@ -22457,7 +20306,7 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
* ) ac_file_in=$ac_file.in ;;
esac
- # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
+ # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_file" : 'X\(//\)[^/]' \| \
X"$ac_file" : 'X\(//\)$' \| \
@@ -22471,19 +20320,13 @@ echo X"$ac_file" |
s/.*/./; q'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
{ case "$ac_dir" in
- [\\/]* | ?:[\\/]* ) as_incr_dir=;;
- *) as_incr_dir=.;;
+ [\\/]* | ?:[\\/]* ) ac_incr_dir=;;
+ *) ac_incr_dir=.;;
esac
-as_dummy="$ac_dir"
-for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
- case $as_mkdir_dir in
- # Skip DOS drivespec
- ?:) as_incr_dir=$as_mkdir_dir ;;
- *)
- as_incr_dir=$as_incr_dir/$as_mkdir_dir
- test -d "$as_incr_dir" || mkdir "$as_incr_dir"
- ;;
- esac
+ac_dummy="$ac_dir"
+for ac_mkdir_dir in `IFS=/; set X $ac_dummy; shift; echo "$@"`; do
+ ac_incr_dir=$ac_incr_dir/$ac_mkdir_dir
+ test -d $ac_incr_dir || mkdir $ac_incr_dir
done; }
ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
@@ -22493,29 +20336,26 @@ done; }
ac_dir_suffix= ac_dots=
fi
- case $srcdir in
- .) ac_srcdir=.
- if test -z "$ac_dots"; then
- ac_top_srcdir=.
- else
- ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
- fi ;;
+ case $ac_given_srcdir in
+ .) srcdir=.
+ if test -z "$ac_dots"; then top_srcdir=.
+ else top_srcdir=`echo $ac_dots | sed 's,/$,,'`; fi ;;
[\\/]* | ?:[\\/]* )
- ac_srcdir=$srcdir$ac_dir_suffix;
- ac_top_srcdir=$srcdir ;;
+ srcdir=$ac_given_srcdir$ac_dir_suffix;
+ top_srcdir=$ac_given_srcdir ;;
*) # Relative path.
- ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
- ac_top_srcdir=$ac_dots$srcdir ;;
+ srcdir=$ac_dots$ac_given_srcdir$ac_dir_suffix
+ top_srcdir=$ac_dots$ac_given_srcdir ;;
esac
- case $INSTALL in
- [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
- *) ac_INSTALL=$ac_dots$INSTALL ;;
+ case $ac_given_INSTALL in
+ [\\/$]* | ?:[\\/]* ) INSTALL=$ac_given_INSTALL ;;
+ *) INSTALL=$ac_dots$ac_given_INSTALL ;;
esac
if test x"$ac_file" != x-; then
- { echo "$as_me:22517: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
+ { echo "$as_me:20357: creating $ac_file" >&5
+echo "creating $ac_file" >&6;}
rm -f "$ac_file"
fi
# Let's still pretend it is `configure' which instantiates (i.e., don't
@@ -22524,6 +20364,9 @@ echo "$as_me: creating $ac_file" >&6;}
configure_input="Generated automatically from `echo $ac_file_in |
sed 's,.*/,,'` by configure."
+ # Don't redirect the output to AC_FILE directly: use `mv' so that
+ # updating is atomic, and doesn't need trapping.
+
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs=`IFS=:
@@ -22532,25 +20375,23 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;;
[\\/$]* | ?:[\\/]*)
# Absolute
- test -f "$f" || { { echo "$as_me:22535: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
+ test -f "$f" || { echo "$as_me: error: cannot find input file: $f" >&2
+ { (exit 1); exit; }; }
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
- elif test -f "$srcdir/$f"; then
+ elif test -f "$ac_given_srcdir/$f"; then
# Source tree
- echo $srcdir/$f
+ echo $ac_given_srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:22548: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: cannot find input file: $f" >&2
+ { (exit 1); exit; }; }
fi;;
esac
- done` || { (exit 1); exit 1; }
+ done` || { (exit 1); exit; }
EOF
cat >>$CONFIG_STATUS <<EOF
sed "$ac_vpsub
@@ -22560,9 +20401,9 @@ cat >>$CONFIG_STATUS <<\EOF
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s,@configure_input@,$configure_input,;t t
-s,@srcdir@,$ac_srcdir,;t t
-s,@top_srcdir@,$ac_top_srcdir,;t t
-s,@INSTALL@,$ac_INSTALL,;t t
+s,@srcdir@,$srcdir,;t t
+s,@top_srcdir@,$top_srcdir,;t t
+s,@INSTALL@,$INSTALL,;t t
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
rm -f $tmp/stdin
if test x"$ac_file" != x-; then
@@ -22606,8 +20447,8 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
* ) ac_file_in=$ac_file.in ;;
esac
- test x"$ac_file" != x- && { echo "$as_me:22609: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
+ test x"$ac_file" != x- && { echo "$as_me:20450: creating $ac_file" >&5
+echo "creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
# src tree.
@@ -22617,25 +20458,23 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;;
[\\/$]* | ?:[\\/]*)
# Absolute
- test -f "$f" || { { echo "$as_me:22620: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
+ test -f "$f" || { echo "$as_me: error: cannot find input file: $f" >&2
+ { (exit 1); exit; }; }
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
- elif test -f "$srcdir/$f"; then
+ elif test -f "$ac_given_srcdir/$f"; then
# Source tree
- echo $srcdir/$f
+ echo $ac_given_srcdir/$f
else
# /dev/null tree
- { { echo "$as_me:22633: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
+ { echo "$as_me: error: cannot find input file: $f" >&2
+ { (exit 1); exit; }; }
fi;;
esac
- done` || { (exit 1); exit 1; }
+ done` || { (exit 1); exit; }
# Remove the trailing spaces.
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
@@ -22667,7 +20506,7 @@ s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${a
EOF
# If some macros were called several times there might be several times
# the same #defines, which is useless. Nevertheless, we may not want to
-# sort them, since we want the *last* AC-DEFINE to be honored.
+# sort them, since we want the *last* AC_DEFINE to be honored.
uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
rm -f confdef2sed.sed
@@ -22747,8 +20586,8 @@ cat >>$CONFIG_STATUS <<\EOF
rm -f $tmp/in
if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
- { echo "$as_me:22750: $ac_file is unchanged" >&5
-echo "$as_me: $ac_file is unchanged" >&6;}
+ { echo "$as_me:20589: $ac_file is unchanged" >&5
+echo "$ac_file is unchanged" >&6;}
else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_file" : 'X\(//\)[^/]' \| \
@@ -22763,19 +20602,13 @@ echo X"$ac_file" |
s/.*/./; q'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
{ case "$ac_dir" in
- [\\/]* | ?:[\\/]* ) as_incr_dir=;;
- *) as_incr_dir=.;;
+ [\\/]* | ?:[\\/]* ) ac_incr_dir=;;
+ *) ac_incr_dir=.;;
esac
-as_dummy="$ac_dir"
-for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
- case $as_mkdir_dir in
- # Skip DOS drivespec
- ?:) as_incr_dir=$as_mkdir_dir ;;
- *)
- as_incr_dir=$as_incr_dir/$as_mkdir_dir
- test -d "$as_incr_dir" || mkdir "$as_incr_dir"
- ;;
- esac
+ac_dummy="$ac_dir"
+for ac_mkdir_dir in `IFS=/; set X $ac_dummy; shift; echo "$@"`; do
+ ac_incr_dir=$ac_incr_dir/$ac_mkdir_dir
+ test -d $ac_incr_dir || mkdir $ac_incr_dir
done; }
fi
@@ -22798,7 +20631,7 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
case $ac_dest in
- default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > include/stamp-h ;;
+ default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > include/stamp-h ;;
default-2 )
test x"$AMDEP" != x"" ||
for mf in $CONFIG_FILES; do
@@ -22849,7 +20682,7 @@ EOF
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save
-test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit 1; }
+test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit; }
HEIMDALVERSION="$PACKAGE-$VERSION"
OpenPOWER on IntegriCloud