#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.49a.
+# Generated by Autoconf 2.49e.
#
-# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
+# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 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 conf$$.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 conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_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
+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 2.49e, executed with
+ > $0 $@
+
+EOF
+{
+cat <<_ASUNAME
+## ---------- ##
+## Platform. ##
+## ---------- ##
+
+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`
+
+/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`
+
+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
+# 6 checking for... messages and results
+exec 5>>config.log
+exec 6>&1
+
#
# Initializations.
#
subdirs=
MFLAGS= MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
+
# Maximum number of lines to put in a shell here document.
# This variable seems obsolete. It should probably be removed, and
# only ac_max_sed_lines should be used.
: ${ac_max_here_lines=38}
+
+# Avoid depending upon Character Ranges.
+ac_cr_az='abcdefghijklmnopqrstuvwxyz'
+ac_cr_AZ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+ac_cr_09='0123456789'
+ac_cr_alnum=$ac_cr_az$ac_cr_AZ$ac_cr_09
+
# Sed expression to map a string onto a valid sh and CPP variable names.
-ac_tr_sh='sed y%*+%pp%;s%[^a-zA-Z0-9_]%_%g'
-ac_tr_cpp='sed y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^A-Z0-9_]%_%g'
-
-# 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
+ac_tr_sh="sed y%*+%pp%;s%[^_$ac_cr_alnum]%_%g"
+ac_tr_cpp="sed y%*$ac_cr_az%P$ac_cr_AZ%;s%[^_$ac_cr_alnum]%_%g"
+
+ac_unique_file="ntpd/ntp_refclock.c"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
#include <sys/types.h>
+#include <sys/stat.h>
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"
-ac_unique_file="ntpd/ntp_refclock.c"
# Initialize some variables set by options.
ac_init_help=
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'
infodir='${prefix}/info'
mandir='${prefix}/man'
+# Identity of this package.
+PACKAGE_NAME=
+PACKAGE_TARNAME=
+PACKAGE_VERSION=
+PACKAGE_STRING=
+PACKAGE_BUGREPORT=
+
ac_prev=
for ac_option
do
-disable-* | --disable-*)
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
- expr "x$ac_feature" : ".*[^-a-zA-Z0-9_]" >/dev/null &&
- { echo "configure: error: invalid feature name: $ac_feature" >&2; exit 1; }
+ expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
+ { { echo "$as_me:276: error: invalid feature name: $ac_feature" >&5
+echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
+ { (exit 1); exit 1; }; }
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
eval "enable_$ac_feature=no" ;;
-enable-* | --enable-*)
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- expr "x$ac_feature" : ".*[^-a-zA-Z0-9_]" >/dev/null &&
- { echo "configure: error: invalid feature name: $ac_feature" >&2; exit 1; }
+ expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
+ { { echo "$as_me:286: error: invalid feature name: $ac_feature" >&5
+echo "$as_me: error: invalid feature name: $ac_feature" >&2;}
+ { (exit 1); exit 1; }; }
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
-with-* | --with-*)
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
- expr "x$ac_package" : ".*[^-a-zA-Z0-9_]" >/dev/null &&
- { echo "configure: error: invalid package name: $ac_package" >&2; exit 1; }
+ expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
+ { { echo "$as_me:469: error: invalid package name: $ac_package" >&5
+echo "$as_me: error: invalid package name: $ac_package" >&2;}
+ { (exit 1); exit 1; }; }
ac_package=`echo $ac_package| sed 's/-/_/g'`
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
-without-* | --without-*)
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
- expr "x$ac_package" : ".*[^-a-zA-Z0-9_]" >/dev/null &&
- { echo "configure: error: invalid package name: $ac_package" >&2; exit 1; }
+ expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
+ { { echo "$as_me:483: error: invalid package name: $ac_package" >&5
+echo "$as_me: error: invalid package name: $ac_package" >&2;}
+ { (exit 1); exit 1; }; }
ac_package=`echo $ac_package | sed 's/-/_/g'`
eval "with_$ac_package=no" ;;
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries=$ac_optarg ;;
- -*) { echo "configure: error: unrecognized option: $ac_option
-Try \`configure --help' for more information." >&2; exit 1; }
+ -*) { { echo "$as_me:507: 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; }; }
;;
*=*)
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
# Reject names that are not valid shell variable names.
- expr "x$ac_envvar" : ".*[^a-zA-Z0-9_]" >/dev/null &&
- { echo "configure: error: invalid variable name: $ac_envvar" >&2; exit 1; }
+ expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null &&
+ { { echo "$as_me:518: error: invalid variable name: $ac_envvar" >&5
+echo "$as_me: error: invalid variable name: $ac_envvar" >&2;}
+ { (exit 1); exit 1; }; }
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 "configure: WARNING: you should use --build, --host, --target" >&2
- expr "x$ac_option" : ".*[^a-zA-Z0-9.]" >/dev/null &&
- echo "configure: WARNING: invalid host type: $ac_option" >&2
+ { echo "$as_me:527: 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:530: 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}
;;
if test -n "$ac_prev"; then
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
- { echo "configure: error: missing argument to $ac_option" >&2; exit 1; }
+ { { echo "$as_me:540: error: missing argument to $ac_option" >&5
+echo "$as_me: error: missing argument to $ac_option" >&2;}
+ { (exit 1); exit 1; }; }
fi
# Be sure to have absolute paths.
case $ac_val in
[\\/$]* | ?:[\\/]* ) ;;
NONE ) ;;
- *) { echo "configure: error: expected an absolute path for --$ac_var: $ac_val" >&2; exit 1; };;
+ *) { { echo "$as_me:554: 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; }; };;
esac
done
if test "x$host_alias" != x; then
if test "x$build_alias" = x; then
cross_compiling=maybe
- echo "configure: 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:570: 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;}
elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes
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
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
- { echo "configure: error: cannot find sources in $ac_confdir or .." >&2; exit 1; }
+ { { echo "$as_me:600: 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; }; }
else
- { echo "configure: error: cannot find sources in $srcdir" >&2; exit 1; }
+ { { echo "$as_me:604: error: cannot find sources in $srcdir" >&5
+echo "$as_me: error: cannot find sources in $srcdir" >&2;}
+ { (exit 1); exit 1; }; }
fi
fi
srcdir=`echo "$srcdir" | sed 's%\([^/]\)/*$%\1%'`
ac_env_CFLAGS_value=$CFLAGS
ac_cv_env_CFLAGS_set=${CFLAGS+set}
ac_cv_env_CFLAGS_value=$CFLAGS
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
-ac_env_CPPFLAGS_value=$CPPFLAGS
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
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}
+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
#
# Report the --help message.
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
- CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
- headers in a nonstandard directory <include dir>
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>
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
esac
# Check for guested configure; otherwise get Cygnus style configure.
- if test -f $ac_sub_srcdir/configure; then
+ if test -f $ac_sub_srcdir/configure.gnu; then
+ echo
+ $SHELL $ac_sub_srcdir/configure.gnu --help=recursive
+ elif test -f $ac_sub_srcdir/configure; then
echo
$SHELL $ac_sub_srcdir/configure --help=recursive
- elif test -f $ac_sub_srcdir/configure.in; then
+ elif test -f $ac_sub_srcdir/configure.ac ||
+ test -f $ac_sub_srcdir/configure.in; then
echo
$ac_configure --help
else
- echo "configure: WARNING: no configuration information is in $ac_subdir" >&2
+ { echo "$as_me:838: 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
if $ac_init_version; then
cat <<\EOF
-Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
+Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
EOF
exit 0
fi
-# Be Bourne compatible
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
- set -o posix
-fi
-
-# Support unset when possible.
-if (unset FOO) >/dev/null 2>&1; then
- ac_unset=unset
-else
- ac_unset=false
-fi
-
-# NLS nuisances.
-$ac_unset LANG || test "${LANG+set}" != set || LANG=C && export LANG
-$ac_unset LC_ALL || test "${LC_ALL+set}" != set || LC_ALL=C && export LC_ALL
-$ac_unset LC_TIME || test "${LC_TIME+set}" != set || LC_TIME=C && export LC_TIME
-$ac_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || LC_CTYPE=C && export LC_CTYPE
-$ac_unset LANGUAGE || test "${LANGUAGE+set}" != set || LANGUAGE=C && export LANGUAGE
-$ac_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || LC_COLLATE=C && export LC_COLLATE
-$ac_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || LC_NUMERIC=C && export LC_NUMERIC
-$ac_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || LC_MESSAGES=C && export LC_MESSAGES
-
-# IFS
-# We need space, tab and new line, in precisely that order.
-ac_nl='
-'
-IFS=" $ac_nl"
-
-# CDPATH.
-$ac_unset CDPATH || test "${CDPATH+set}" != set || CDPATH=: && export CDPATH
-
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
# Keep a trace of the command line.
# Strip out --no-create and --no-recursion so they do not pile up.
# Get rid of the leading space.
done
-# File descriptor usage:
-# 0 standard input
-# 1 file creation
-# 2 errors and warnings
-# 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
-
-echo "\
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by configure 2.49a, executed with
- > $0 $ac_configure_args
-" >&5
+# 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.
+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
+ rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
+ 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
+done
+ac_signal=0
# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
- echo "loading site script $ac_site_file"
+ { echo "$as_me:941: loading site script $ac_site_file" >&5
+echo "$as_me: loading site script $ac_site_file" >&6;}
+ cat "$ac_site_file" >&5
. "$ac_site_file"
fi
done
# 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 "loading cache $cache_file"
+ { echo "$as_me:952: loading cache $cache_file" >&5
+echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
*) . ./$cache_file;;
esac
fi
else
- echo "creating cache $cache_file"
+ { echo "$as_me:960: creating cache $cache_file" >&5
+echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
eval ac_new_val="\$ac_env_${ac_var}_value"
case $ac_old_set,$ac_new_set in
set,)
- echo "configure: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2
+ { echo "$as_me:976: 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 "configure: WARNING: \`$ac_var' was not set in the previous run" >&2
+ { echo "$as_me:980: 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 "configure: WARNING: \`$ac_var' has changed since the previous run:" >&2
- echo "configure: WARNING: former value: $ac_old_val" >&2
- echo "configure: WARNING: current value: $ac_new_val" >&2
+ { echo "$as_me:986: 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:988: WARNING: former value: $ac_old_val" >&5
+echo "$as_me: WARNING: former value: $ac_old_val" >&2;}
+ { echo "$as_me:990: 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 "configure: WARNING: changes in the environment can compromise the build" >&2
- echo "configure: WARNING: consider removing $cache_file and starting over" >&2
+ { echo "$as_me:997: 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:999: 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-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_gnu_compiler=$ac_cv_prog_gcc
+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
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
*c*,-n*) ECHO_N= ECHO_C='
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
esac
+echo "#! $SHELL" >conftest.sh
+echo "exit 0" >>conftest.sh
+chmod +x conftest.sh
+if { (echo "$as_me:1018: PATH=\".;.\"; conftest.sh") >&5
+ (PATH=".;."; conftest.sh) 2>&5
+ ac_status=$?
+ echo "$as_me:1021: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ ac_path_separator=';'
+else
+ ac_path_separator=:
+fi
+PATH_SEPARATOR="$ac_path_separator"
+rm -f conftest.sh
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
fi
done
if test -z "$ac_aux_dir"; then
- { echo "configure: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2; exit 1; }
+ { { echo "$as_me:1047: 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; }; }
fi
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
- { echo "configure: error: cannot run $ac_config_sub" >&2; exit 1; }
+ { { echo "$as_me:1057: error: cannot run $ac_config_sub" >&5
+echo "$as_me: error: cannot run $ac_config_sub" >&2;}
+ { (exit 1); exit 1; }; }
-echo "configure:871: checking build system type" >&5
+echo "$as_me:1061: 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
test -z "$ac_cv_build_alias" &&
ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
- { echo "configure: error: cannot guess build type; you must specify one" >&2; exit 1; }
-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || exit 1
+ { { echo "$as_me:1070: error: cannot guess build type; you must specify one" >&5
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+ { (exit 1); exit 1; }; }
+ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
+ { { echo "$as_me:1074: error: $ac_config_sub $ac_cv_build_alias failed." >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
+ { (exit 1); exit 1; }; }
fi
-echo "configure:884: result: $ac_cv_build" >&5
+echo "$as_me:1079: 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 "configure:891: checking host system type" >&5
+echo "$as_me:1086: 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
ac_cv_host_alias=$host_alias
test -z "$ac_cv_host_alias" &&
ac_cv_host_alias=$ac_cv_build_alias
-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || exit 1
+ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
+ { { echo "$as_me:1095: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
fi
-echo "configure:902: result: $ac_cv_host" >&5
+echo "$as_me:1100: 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/'`
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-echo "configure:909: checking target system type" >&5
+echo "$as_me:1107: checking target system type" >&5
echo $ECHO_N "checking target system type... $ECHO_C" >&6
if test "${ac_cv_target+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_cv_target_alias=$target_alias
test "x$ac_cv_target_alias" = "x" &&
ac_cv_target_alias=$ac_cv_host_alias
-ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || exit 1
+ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
+ { { echo "$as_me:1116: error: $ac_config_sub $ac_cv_target_alias failed" >&5
+echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
fi
-echo "configure:920: result: $ac_cv_target" >&5
+echo "$as_me:1121: result: $ac_cv_target" >&5
echo "${ECHO_T}$ac_cv_target" >&6
target=$ac_cv_target
target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
program_transform_name=
else
# Double any \ or $. echo might interpret backslashes.
- cat <<\EOF >conftestsed
+ cat <<\EOF >conftest.sed
s,\\,\\\\,g; s,\$,$$,g
EOF
- program_transform_name=`echo $program_transform_name | sed -f conftestsed`
- rm -f conftestsed
+ program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
+ rm -f conftest.sed
fi
test "$program_prefix" != NONE &&
program_transform_name="s,^,${program_prefix},;$program_transform_name"
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# 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 "configure:971: checking for a BSD compatible install" >&5
+echo "$as_me:1173: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
for ac_dir in $PATH; do
+ IFS=$ac_save_IFS
# Account for people who put trailing slashes in PATH elements.
case $ac_dir/ in
- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
+ / | ./ | .// | /cC/* \
+ | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
+ | /usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
- if test -f $ac_dir/$ac_prog; then
+ if $as_executable_p "$ac_dir/$ac_prog"; then
if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
+ grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
- grep pwplus $ac_dir/$ac_prog >/dev/null 2>&1; then
+ grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
;;
esac
done
- IFS=$ac_save_IFS
fi
if test "${ac_cv_path_install+set}" = set; then
INSTALL=$ac_install_sh
fi
fi
-echo "configure:1018: result: $INSTALL" >&5
+echo "$as_me:1222: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo "configure:1029: checking whether build environment is sane" >&5
+echo "$as_me:1233: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
sleep 1
-echo timestamp > conftestfile
+echo timestamp > conftest.file
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
- set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
+ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
if test "$*" = "X"; then
# -L didn't work.
- set X `ls -t $srcdir/configure conftestfile`
+ set X `ls -t $srcdir/configure conftest.file`
fi
- if test "$*" != "X $srcdir/configure conftestfile" \
- && test "$*" != "X conftestfile $srcdir/configure"; then
+ if test "$*" != "X $srcdir/configure conftest.file" \
+ && test "$*" != "X conftest.file $srcdir/configure"; then
# If neither matched, then we have a broken ls. This can happen
# 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 "configure: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" >&2; exit 1; }
+ { { echo "$as_me:1256: 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; }; }
fi
- test "$2" = conftestfile
+ test "$2" = conftest.file
)
then
# Ok.
:
else
- { echo "configure: error: newly created file is older than distributed files!
-Check your system clock" >&2; exit 1; }
+ { { echo "$as_me:1269: 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; }; }
fi
rm -f conftest*
-echo "configure:1066: result: yes" >&5
+echo "$as_me:1276: result: yes" >&5
echo "${ECHO_T}yes" >&6
-
-test x"${MISSING+set}" = xset || \
- MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing"
+test x"${MISSING+set}" = xset ||
+ 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 "configure: WARNING: ${am_backtick}missing' script is too old or missing" >&2
+ { echo "$as_me:1286: 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.
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "configure:1084: checking for $ac_word" >&5
+echo "$as_me:1294: 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
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
break
done
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "configure:1108: result: $AWK" >&5
+ echo "$as_me:1316: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
else
- echo "configure:1111: result: no" >&5
+ echo "$as_me:1319: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-test -n "$AWK" && break
+ test -n "$AWK" && break
done
-echo "configure:1118: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:1326: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- cat >conftestmake <<\EOF
+ cat >conftest.make <<\EOF
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
eval ac_cv_prog_make_${ac_make}_set=no
fi
-rm -f conftestmake
+rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "configure:1138: result: yes" >&5
+ echo "$as_me:1346: result: yes" >&5
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "configure:1142: result: no" >&5
+ echo "$as_me:1350: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
if test "${enable_dependency_tracking+set}" = set; then
enableval="$enable_dependency_tracking"
-fi
+fi;
if test "x$enable_dependency_tracking" = xno; then
AMDEP="#"
else
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
# 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 "configure: error: source directory already configured; run \"make distclean\" there first" >&2; exit 1; }
+ { { echo "$as_me:1389: 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; }; }
fi
# Define the identity of the package.
PACKAGE=ntp
-
-VERSION=4.0.99k17
+VERSION=4.0.99k18
cat >>confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
#define VERSION "$VERSION"
EOF
+# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
+# the ones we care about.
+
# Some tools Automake needs.
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
AMTAR=${AMTAR-"${am_missing_run}tar"}
if test -z "$install_sh"; then
- install_sh="$ac_aux_dir/install-sh"
- test -f "$install_sh" || install_sh="$ac_aux_dir/install.sh"
- test -f "$install_sh" || install_sh="${am_missing_run}${ac_auxdir}/install-sh"
- install_sh="`echo $install_sh | sed -e 's/\${SHELL}//'`"
+ for install_sh in "$ac_aux_dir/install-sh" \
+ "$ac_aux_dir/install.sh" \
+ "${am_missing_run}${ac_auxdir}/install-sh";
+ do
+ test -f "$install_sh" && break
+ done
+ # FIXME: an evil hack: we remove the SHELL invocation from
+ # install_sh because automake adds it back in. Sigh.
+ install_sh=`echo $install_sh | sed -e 's/\${SHELL}//'`
+fi
+
+# We'd like to do this but we can't because it will unconditionally
+# require config.guess. One way would be if autoconf had the capability
+# to let us compile in this code only when config.guess was already
+# a possibility.
+#if test "$cross_compiling" != no; then
+# # since we are cross-compiling, we need to check for a suitable `strip'
+# AM_PROG_STRIP
+# if test -z "$STRIP"; then
+# AC_MSG_WARN([strip missing, install-strip will not strip binaries])
+# fi
+#fi
+
+# If $STRIP is defined (either by the user, or by AM_PROG_STRIP),
+# instruct install-strip to use install-sh and the given $STRIP program.
+# Otherwise, just use ${INSTALL}: the idea is to use the vendor install
+# as much as possible, because it's faster.
+if test -z "$STRIP"; then
+ # The top level make will set INSTALL_PROGRAM=$(INSTALL_STRIP_PROGRAM)
+ # and the double dolard below is there to make sure that ${INSTALL}
+ # is substitued in the sub-makes, not at the top-level; this is
+ # needed if ${INSTALL} is a relative path (ajusted in each subdirectory
+ # by config.status).
+ INSTALL_STRIP_PROGRAM='$${INSTALL} -s'
+ INSTALL_STRIP_PROGRAM_ENV=''
+else
+ _am_dirpart="`echo $install_sh | sed -e 's,//*[^/]*$,,'`"
+ INSTALL_STRIP_PROGRAM="\${SHELL} \`CDPATH=: && cd $_am_dirpart && pwd\`/install-sh -c -s"
+ INSTALL_STRIP_PROGRAM_ENV="STRIPPROG='\$(STRIP)'"
fi
# We need awk for the "check" target. The system "awk" is bad on
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
-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_gnu_compiler=$ac_cv_prog_gcc
-
-# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+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
+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 "configure:1231: checking for $ac_word" >&5
+echo "$as_me:1481: 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
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}gcc"
break
done
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "configure:1255: result: $CC" >&5
+ echo "$as_me:1503: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "configure:1258: result: no" >&5
+ echo "$as_me:1506: result: no" >&5
echo "${ECHO_T}no" >&6
fi
+fi
if test -z "$ac_cv_prog_CC"; then
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "gcc", so it can be a program name with args.
+ 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 "configure:1266: checking for $ac_word" >&5
+echo "$as_me:1515: 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
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="gcc"
break
done
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "configure:1290: result: $ac_ct_CC" >&5
+ echo "$as_me:1537: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "configure:1293: result: no" >&5
+ echo "$as_me:1540: result: no" >&5
echo "${ECHO_T}no" >&6
fi
- CC="$ac_ct_CC"
- else
- CC=""
- fi
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
fi
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 "configure:1306: checking for $ac_word" >&5
+echo "$as_me:1553: 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
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}cc"
break
done
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "configure:1330: result: $CC" >&5
+ echo "$as_me:1575: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "configure:1333: result: no" >&5
+ echo "$as_me:1578: result: no" >&5
echo "${ECHO_T}no" >&6
fi
+fi
if test -z "$ac_cv_prog_CC"; then
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "cc", so it can be a program name with args.
+ 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 "configure:1341: checking for $ac_word" >&5
+echo "$as_me:1587: 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
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="cc"
break
done
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- echo "configure:1365: result: $ac_ct_CC" >&5
+ echo "$as_me:1609: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "configure:1368: result: no" >&5
+ echo "$as_me:1612: result: no" >&5
echo "${ECHO_T}no" >&6
fi
- CC="$ac_ct_CC"
- else
- CC=""
- fi
+ CC=$ac_ct_CC
+else
+ CC="$ac_cv_prog_CC"
fi
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 "configure:1382: checking for $ac_word" >&5
+echo "$as_me:1625: 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
ac_cv_prog_CC="$CC" # Let the user override the test.
else
ac_prog_rejected=no
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
+ $as_executable_p "$ac_dir/$ac_word" || continue
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
ac_cv_prog_CC="$@"
fi
fi
-
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "configure:1424: result: $CC" >&5
+ echo "$as_me:1666: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "configure:1427: result: no" >&5
+ echo "$as_me:1669: result: no" >&5
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
for ac_prog in cl
-do
- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+ 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 "configure:1437: checking for $ac_word" >&5
+echo "$as_me:1680: 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
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
break
done
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- echo "configure:1461: result: $CC" >&5
+ echo "$as_me:1702: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
- echo "configure:1464: result: no" >&5
+ echo "$as_me:1705: result: no" >&5
echo "${ECHO_T}no" >&6
fi
- test "$CC" != "" && break
-done
-if test "$CC" = ""; then
+ test -n "$CC" && break
+ done
+fi
+if test -z "$CC"; then
+ ac_ct_CC=$CC
for ac_prog in cl
do
-# Extract the first word of "$ac_prog", so it can be a program name with args.
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "configure:1475: checking for $ac_word" >&5
+echo "$as_me:1718: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_CC+set}" = set; then
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- if test -n "$CC"; then
- ac_cv_prog_CC="$CC" # Let the user override the test.
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
-ac_cv_prog_CC="$ac_prog"
+ $as_executable_p "$ac_dir/$ac_word" || continue
+ac_cv_prog_ac_ct_CC="$ac_prog"
break
done
fi
fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
- echo "configure:1499: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ echo "$as_me:1740: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6
else
- echo "configure:1502: result: no" >&5
+ echo "$as_me:1743: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-test -n "$CC" && break
+ test -n "$ac_ct_CC" && break
done
+ CC=$ac_ct_CC
fi
fi
-test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" >&2; exit 1; }
+test -z "$CC" && { { echo "$as_me:1755: error: no acceptable cc found in \$PATH" >&5
+echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
-echo "configure:1515: 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 1518 "configure"
+#line 1760 "configure"
#include "confdefs.h"
int
return 0;
}
_ACEOF
-if { (eval echo configure:1529: \"$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
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.exe"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compiler, and finding out an intuition
+# of exeext.
+echo "$as_me:1776: checking for C compiler default output" >&5
+echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+if { (eval echo "$as_me:1779: \"$ac_link_default\"") >&5
+ (eval $ac_link_default) 2>&5
+ ac_status=$?
+ echo "$as_me:1782: \$? = $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 | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+ a.out ) # We found the default executable, but exeext='' is most
+ # certainly right.
+ break;;
+ *.* ) 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
+{ { echo "$as_me:1799: error: C compiler cannot create executables" >&5
+echo "$as_me: error: C compiler cannot create executables" >&2;}
+ { (exit 77); exit 77; }; }
+fi
+
+ac_exeext=$ac_cv_exeext
+echo "$as_me:1805: result: $ac_file" >&5
+echo "${ECHO_T}$ac_file" >&6
+
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1810: checking whether the C compiler works" >&5
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
- if { ac_try='./conftest'; { (eval echo configure:1533: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; }; then
+ if { ac_try='./$ac_file'
+ { (eval echo "$as_me:1816: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1819: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
cross_compiling=no
else
if test "$cross_compiling" = maybe; then
- cross_compiling=yes
+ cross_compiling=yes
else
- { echo "configure: error: cannot run C compiled programs.
-To enable cross compilation, use \`--host'." >&2; exit 1; }
+ { { echo "$as_me:1826: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&5
+echo "$as_me: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'." >&2;}
+ { (exit 1); exit 1; }; }
fi
fi
fi
-echo "configure:1544: result: yes" >&5
+echo "$as_me:1834: result: yes" >&5
echo "${ECHO_T}yes" >&6
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- echo "configure:1549: result: no" >&5
-echo "${ECHO_T}no" >&6
-{ echo "configure: error: C compiler cannot create executables" >&2; exit 77; }
-fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_extecho "configure:1553: checking whether we are cross compiling" >&5
+
+rm -f a.out a.exe conftest$ac_cv_exeext
+ac_clean_files=$ac_clean_files_save
+# Check the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+echo "$as_me:1841: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "configure:1555: result: $cross_compiling" >&5
+echo "$as_me:1843: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
-echo "configure:1558: checking whether we are using GNU C" >&5
-echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
-if test "${ac_cv_prog_gcc+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- # The semicolon is to pacify NeXT's syntax-checking cpp.
-cat >conftest.$ac_ext <<_ACEOF
-#ifdef __GNUC__
- yes;
-#endif
-_ACEOF
-if { ac_try='${CC-cc} -E conftest.$ac_ext'; { (eval echo configure:1569: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }; } | grep yes >/dev/null; then
- ac_cv_prog_gcc=yes
-else
- ac_cv_prog_gcc=no
-fi
-fi
-echo "configure:1575: result: $ac_cv_prog_gcc" >&5
-echo "${ECHO_T}$ac_cv_prog_gcc" >&6
-ac_gnu_compiler=$ac_cv_prog_gcc
-if test $ac_gnu_compiler = yes; then
- GCC=yes
+echo "$as_me:1846: checking for executable suffix" >&5
+echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
+if { (eval echo "$as_me:1848: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:1851: \$? = $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
- GCC=
+ { { echo "$as_me:1867: 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
-ac_test_CFLAGS=${CFLAGS+set}
-ac_save_CFLAGS=$CFLAGS
-CFLAGS=
-echo "configure:1586: 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
+
+rm -f conftest$ac_cv_exeext
+echo "$as_me:1873: result: $ac_cv_exeext" >&5
+echo "${ECHO_T}$ac_cv_exeext" >&6
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+echo "$as_me:1879: 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 1592 "configure"
+#line 1885 "configure"
#include "confdefs.h"
int
return 0;
}
_ACEOF
-if ${CC-cc} -g -c conftest.$ac_ext 2>&1 | grep . >/dev/null; then
- ac_cv_prog_cc_g=no
+rm -f conftest.o conftest.obj
+if { (eval echo "$as_me:1897: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1900: \$? = $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
- ac_cv_prog_cc_g=yes
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+{ { echo "$as_me:1912: 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*
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
-echo "configure:1611: 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
- if test "$GCC" = yes; then
- CFLAGS="-O2"
- else
- CFLAGS=
- fi
-fi
-echo "configure:1628: checking for Cygwin environment" >&5
-echo $ECHO_N "checking for Cygwin environment... $ECHO_C" >&6
-if test "${ac_cv_cygwin+set}" = set; then
+echo "$as_me:1919: result: $ac_cv_objext" >&5
+echo "${ECHO_T}$ac_cv_objext" >&6
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+echo "$as_me:1923: 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 1634 "configure"
+#line 1929 "configure"
#include "confdefs.h"
int
main ()
{
-#ifndef __CYGWIN__
-# define __CYGWIN__ __CYGWIN32__
+#ifndef __GNUC__
+ choke me
#endif
-return __CYGWIN__;
+
;
return 0;
}
_ACEOF
-if { (eval echo configure:1648: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_cv_cygwin=yes
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_cygwin=no
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1944: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1947: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1950: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1953: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_compiler_gnu=yes
+else
+ echo "$as_me: failed program was:" >&5
+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 "configure:1657: result: $ac_cv_cygwin" >&5
-echo "${ECHO_T}$ac_cv_cygwin" >&6
-test "$ac_cv_cygwin" = yes && CYGWIN=yes
-echo "configure:1660: checking for mingw32 environment" >&5
-echo $ECHO_N "checking for mingw32 environment... $ECHO_C" >&6
-if test "${ac_cv_mingw32+set}" = set; then
+echo "$as_me:1965: 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:1971: 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 $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 1666 "configure"
+#line 1977 "configure"
#include "confdefs.h"
int
main ()
{
-return __MINGW32__;
+
;
return 0;
}
_ACEOF
-if { (eval echo configure:1677: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_cv_mingw32=yes
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:1989: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:1992: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:1995: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:1998: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_prog_cc_g=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_mingw32=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_prog_cc_g=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:1686: result: $ac_cv_mingw32" >&5
-echo "${ECHO_T}$ac_cv_mingw32" >&6
-test "$ac_cv_mingw32" = yes && MINGW32=yes
-echo "configure:1689: checking for EMX OS/2 environment" >&5
-echo $ECHO_N "checking for EMX OS/2 environment... $ECHO_C" >&6
-if test "${ac_cv_emxos2+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
+echo "$as_me:2008: 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
+ 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:2035: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:2038: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:2041: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:2044: \$? = $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 1695 "configure"
+#line 2056 "configure"
#include "confdefs.h"
-
+#include <stdlib.h>
+$ac_declaration
int
main ()
{
-return __EMX__;
+exit (42);
;
return 0;
}
_ACEOF
-if { (eval echo configure:1706: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_cv_emxos2=yes
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:2069: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:2072: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:2075: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:2078: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_emxos2=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+continue
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-fi
-echo "configure:1715: result: $ac_cv_emxos2" >&5
-echo "${ECHO_T}$ac_cv_emxos2" >&6
-test "$ac_cv_emxos2" = yes && EMXOS2=yes
-echo "configure:1718: 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 "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
- ac_cv_exeext=.exe
-else
cat >conftest.$ac_ext <<_ACEOF
-#line 1727 "configure"
+#line 2088 "configure"
#include "confdefs.h"
-
+$ac_declaration
int
main ()
{
-
+exit (42);
;
return 0;
}
_ACEOF
-if { (eval echo configure:1738: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
- for ac_file in conftest.*; do
- case $ac_file in
- *.$ac_ext | *.o | *.obj | *.xcoff) ;;
- *) ac_cv_exeext=`echo $ac_file | sed s/conftest//` ;;
- esac
- done
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- { echo "configure: error: cannot compile and link" >&2; exit 1; }
-fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
- test -n "$ac_cv_exeext" && ac_cv_exeext=no
-fi
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:2100: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:2103: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:2106: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:2109: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
-echo "configure:1754: result: $ac_cv_exeext" >&5
-echo "${ECHO_T}$ac_cv_exeext" >&6
-EXEEXT=
-test "$ac_cv_exeext" != no && EXEEXT=$ac_cv_exeext
-ac_exeext=$EXEEXT
+rm -f conftest.$ac_objext conftest.$ac_ext
+done
+echo '#ifdef __cplusplus' >>confdefs.h
+echo $ac_declaration >>confdefs.h
+echo '#endif' >>confdefs.h
-echo "configure:1760: 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 1766 "configure"
-#include "confdefs.h"
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if { (eval echo configure:1777: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- for ac_file in conftest.*; do
- case $ac_file in
- *.$ac_ext) ;;
- *) ac_cv_objext=`echo $ac_file | sed s/conftest.//` ;;
- esac
- done
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- { echo "configure: error: cannot compile" >&2; exit 1; }
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
-fi
-echo "configure:1791: result: $ac_cv_objext" >&5
-echo "${ECHO_T}$ac_cv_objext" >&6
-OBJEXT=$ac_cv_objext
-ac_objext=$ac_cv_objext
-
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
-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_gnu_compiler=$ac_cv_prog_gcc
+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_config_commands="$ac_config_commands default-2"
-echo "configure:1804: checking how to run the C preprocessor" >&5
+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:2140: 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
CPP=
fi
if test -z "$CPP"; then
-if test "${ac_cv_prog_CPP+set}" = set; then
+ if test "${ac_cv_prog_CPP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- # This must be in double quotes, not single quotes, because CPP may get
- # substituted into the Makefile and "${CC-cc}" will confuse make.
- CPP="${CC-cc} -E"
- # On the NeXT, cc -E runs the code through the compiler's parser,
- # not just through cpp.
- # Use a header file that comes with gcc, so configuring glibc
- # with a fresh cross-compiler works.
- cat >conftest.$ac_ext <<_ACEOF
-#line 1822 "configure"
+ # Double quotes because CPP needs to be expanded
+ for CPP in "$CC -E" "$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 2159 "configure"
#include "confdefs.h"
#include <assert.h>
-Syntax Error
-_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1828: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
- :
+Syntax error
+_ACEOF
+if { (eval echo "$as_me:2164: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2170: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- CPP="${CC-cc} -E -traditional-cpp"
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
+ # 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 1838 "configure"
-#include "confdefs.h"
-#include <assert.h>
-Syntax Error
-_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1844: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
- :
+#line 2185 "configure"
+#include "confdefs.h"
+#include <ac_nonexistent.h>
+_ACEOF
+if { (eval echo "$as_me:2189: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2195: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ 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
- CPP="${CC-cc} -nologo -E"
- cat >conftest.$ac_ext <<_ACEOF
-#line 1854 "configure"
+ 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
+rm -f conftest.err conftest.$ac_ext
+fi
+else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+
+fi
+rm -f conftest.err conftest.$ac_ext
+ if test -z "$ac_cpp_err"; then
+ break
+ fi
+ done
+ ac_cv_prog_CPP=$CPP
+
+fi
+ CPP=$ac_cv_prog_CPP
+else
+ # 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 2241 "configure"
#include "confdefs.h"
#include <assert.h>
-Syntax Error
-_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1860: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
- :
+Syntax error
+_ACEOF
+if { (eval echo "$as_me:2246: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2252: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- CPP=/lib/cpp
+ ac_cpp_err=yes
fi
-rm -f conftest*
+if test -z "$ac_cpp_err"; then
+ # 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 2267 "configure"
+#include "confdefs.h"
+#include <ac_nonexistent.h>
+_ACEOF
+if { (eval echo "$as_me:2271: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2277: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
fi
-rm -f conftest*
+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
+ ac_c_preproc_warn_flag=yes
+ else
+ ac_c_preproc_warn_flag=
+ fi
+ ac_cpp_err=
fi
-rm -f conftest*
- ac_cv_prog_CPP=$CPP
+rm -f conftest.err conftest.$ac_ext
fi
- CPP=$ac_cv_prog_CPP
else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+
+fi
+rm -f conftest.err conftest.$ac_ext
ac_cv_prog_CPP=$CPP
fi
-echo "configure:1881: result: $CPP" >&5
+echo "$as_me:2310: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
+if test -n "$ac_cpp_err"; then
+ { { echo "$as_me:2313: error: C preprocessor \"$CPP\" fails sanity check" >&5
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
+ { (exit 1); exit 1; }; }
+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
+
+am_make=${MAKE-make}
+# BSD make uses .include
+cat > confinc << 'END'
+doit:
+ @echo done
+END
+# If we don't find an include directive, just comment out the code.
+echo "$as_me:2330: checking for style of include used by $am_make" >&5
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
+_am_include='#'
+for am_inc in include .include; do
+ echo "$am_inc confinc" > confmf
+ if test "`$am_make -f confmf 2> /dev/null`" = "done"; then
+ _am_include=$am_inc
+ break
+ fi
+done
+
+echo "$as_me:2341: result: $_am_include" >&5
+echo "${ECHO_T}$_am_include" >&6
+rm -f confinc confmf
depcc="$CC"
depcpp="$CPP"
-echo "configure:1886: checking dependency style of $depcc" >&5
+
+echo "$as_me:2348: 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
else
-
-if test -z "$AMDEP"; then
- echo '#include "conftest.h"' > conftest.c
- echo 'int i;' > conftest.h
+ if test -z "$AMDEP"; then
+ # We make a subdir and do the tests there. Otherwise we can end up
+ # making bogus files that we don't know about and never remove. For
+ # instance it was reported that on HP-UX the gcc test will end up
+ # making a dummy file named `D' -- because `-MD' means `put the output
+ # in D'.
+ mkdir confdir
+ # Copy depcomp to subdir because otherwise we won't find it if we're
+ # using a relative directory.
+ cp "$am_depcomp" confdir
+ cd confdir
am_cv_CC_dependencies_compiler_type=none
- for depmode in `sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < "$am_depcomp"`; do
+ for depmode in `sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < "./depcomp"`; do
+ # We need to recreate these files for each test, as the compiler may
+ # overwrite some of them when testing with obscure command lines.
+ # This happens at least with the AIX C compiler.
+ echo '#include "conftest.h"' > conftest.c
+ echo 'int i;' > conftest.h
+
case "$depmode" in
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
if depmode="$depmode" \
source=conftest.c object=conftest.o \
depfile=conftest.Po tmpdepfile=conftest.TPo \
- $SHELL $am_depcomp $depcc -c conftest.c -o conftest.o 2>/dev/null &&
+ $SHELL ./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
fi
done
- rm -f conftest.*
+ cd ..
+ rm -rf confdir
else
am_cv_CC_dependencies_compiler_type=none
fi
fi
-
-echo "configure:1930: result: $am_cv_CC_dependencies_compiler_type" >&5
+echo "$as_me:2405: 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"
-echo "configure:1934: 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
+echo "$as_me:2409: checking for $CC option to accept ANSI C" >&5
+echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_prog_cc_stdc=no
ac_save_CC=$CC
-# Don't try gcc -ansi; that turns off useful extensions and
-# breaks some systems' header files.
-# AIX -qlanglvl=ansi
-# Ultrix and OSF/1 -std1
-# HP-UX 10.20 and later -Ae
-# HP-UX older versions -Aa -D_HPUX_SOURCE
-# SVR4 -Xc -D__EXTENSIONS__
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-do
- CC="$ac_save_CC $ac_arg"
- cat >conftest.$ac_ext <<_ACEOF
-#line 1952 "configure"
+cat >conftest.$ac_ext <<_ACEOF
+#line 2417 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
return 0;
}
_ACEOF
-if { (eval echo configure:1990: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_cv_prog_cc_stdc=$ac_arg; break
+# Don't try gcc -ansi; that turns off useful extensions and
+# breaks some systems' header files.
+# AIX -qlanglvl=ansi
+# Ultrix and OSF/1 -std1
+# HP-UX 10.20 and later -Ae
+# HP-UX older versions -Aa -D_HPUX_SOURCE
+# SVR4 -Xc -D__EXTENSIONS__
+for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+ CC="$ac_save_CC $ac_arg"
+ rm -f conftest.$ac_objext
+if { (eval echo "$as_me:2466: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:2469: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:2472: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:2475: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_prog_cc_stdc=$ac_arg
+break
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+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 "configure:2005: result: none needed" >&5
+ echo "$as_me:2492: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
- echo "configure:2008: result: $ac_cv_prog_cc_stdc" >&5
+ echo "$as_me:2495: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
-echo "configure:2013: checking how to run the C preprocessor" >&5
+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:2505: 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
CPP=
fi
if test -z "$CPP"; then
-if test "${ac_cv_prog_CPP+set}" = set; then
+ if test "${ac_cv_prog_CPP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- # This must be in double quotes, not single quotes, because CPP may get
- # substituted into the Makefile and "${CC-cc}" will confuse make.
- CPP="${CC-cc} -E"
- # On the NeXT, cc -E runs the code through the compiler's parser,
- # not just through cpp.
- # Use a header file that comes with gcc, so configuring glibc
- # with a fresh cross-compiler works.
- cat >conftest.$ac_ext <<_ACEOF
-#line 2031 "configure"
+ # Double quotes because CPP needs to be expanded
+ for CPP in "$CC -E" "$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 2524 "configure"
#include "confdefs.h"
#include <assert.h>
-Syntax Error
-_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2037: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
- :
+Syntax error
+_ACEOF
+if { (eval echo "$as_me:2529: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2535: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- CPP="${CC-cc} -E -traditional-cpp"
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
+ # 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 2047 "configure"
-#include "confdefs.h"
-#include <assert.h>
-Syntax Error
-_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2053: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
- :
+#line 2550 "configure"
+#include "confdefs.h"
+#include <ac_nonexistent.h>
+_ACEOF
+if { (eval echo "$as_me:2554: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2560: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
+ # cannot detect missing includes at all
+ac_cpp_err=yes
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
- CPP="${CC-cc} -nologo -E"
- cat >conftest.$ac_ext <<_ACEOF
-#line 2063 "configure"
+ 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
+rm -f conftest.err conftest.$ac_ext
+fi
+else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+
+fi
+rm -f conftest.err conftest.$ac_ext
+ if test -z "$ac_cpp_err"; then
+ break
+ fi
+ done
+ ac_cv_prog_CPP=$CPP
+
+fi
+ CPP=$ac_cv_prog_CPP
+else
+ # 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 2606 "configure"
#include "confdefs.h"
#include <assert.h>
-Syntax Error
-_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2069: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
- :
+Syntax error
+_ACEOF
+if { (eval echo "$as_me:2611: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2617: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- CPP=/lib/cpp
+ ac_cpp_err=yes
fi
-rm -f conftest*
+if test -z "$ac_cpp_err"; then
+ # 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 2632 "configure"
+#include "confdefs.h"
+#include <ac_nonexistent.h>
+_ACEOF
+if { (eval echo "$as_me:2636: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2642: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
fi
-rm -f conftest*
+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
+ ac_c_preproc_warn_flag=yes
+ else
+ ac_c_preproc_warn_flag=
+ fi
+ ac_cpp_err=
fi
-rm -f conftest*
- ac_cv_prog_CPP=$CPP
+rm -f conftest.err conftest.$ac_ext
fi
- CPP=$ac_cv_prog_CPP
else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+
+fi
+rm -f conftest.err conftest.$ac_ext
ac_cv_prog_CPP=$CPP
fi
-echo "configure:2090: result: $CPP" >&5
+echo "$as_me:2675: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
+if test -n "$ac_cpp_err"; then
+ { { echo "$as_me:2678: error: C preprocessor \"$CPP\" fails sanity check" >&5
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
+ { (exit 1); exit 1; }; }
+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
case "$target" in
*-pc-cygwin*)
*-*-vxworks*)
# Quick and dirty sanity check
case "$VX_KERNEL" in
- '') { echo "configure: error: Please follow the directions in html/vxworks.html!" >&2; exit 1; }
+ '') { { echo "$as_me:2715: error: Please follow the directions in html/vxworks.html!" >&5
+echo "$as_me: error: Please follow the directions in html/vxworks.html!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
CFLAGS="$CFLAGS -DSYS_VXWORKS"
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.
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-echo "configure:2133: checking for $ac_word" >&5
+echo "$as_me:2730: 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
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
break
done
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- echo "configure:2157: result: $AWK" >&5
+ echo "$as_me:2752: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
else
- echo "configure:2160: result: no" >&5
+ echo "$as_me:2755: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-test -n "$AWK" && break
+ test -n "$AWK" && break
done
-echo "configure:2167: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "$as_me:2762: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- cat >conftestmake <<\EOF
+ cat >conftest.make <<\EOF
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
eval ac_cv_prog_make_${ac_make}_set=yes
else
eval ac_cv_prog_make_${ac_make}_set=no
fi
-rm -f conftestmake
+rm -f conftest.make
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "configure:2187: result: yes" >&5
+ echo "$as_me:2782: result: yes" >&5
echo "${ECHO_T}yes" >&6
SET_MAKE=
else
- echo "configure:2191: result: no" >&5
+ echo "$as_me:2786: result: no" >&5
echo "${ECHO_T}no" >&6
SET_MAKE="MAKE=${MAKE-make}"
fi
# CFLAGS="$CFLAGS -Wcast-align"
CFLAGS="$CFLAGS -Wstrict-prototypes"
- echo "configure:2210: checking whether ${CC-cc} -pipe works" >&5
+ echo "$as_me:2805: checking whether ${CC-cc} -pipe works" >&5
echo $ECHO_N "checking whether ${CC-cc} -pipe works... $ECHO_C" >&6
if test "${ac_cv_prog_cc_pipe+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
rm -f conftest*
fi
-echo "configure:2224: result: $ac_cv_prog_cc_pipe" >&5
+echo "$as_me:2819: result: $ac_cv_prog_cc_pipe" >&5
echo "${ECHO_T}$ac_cv_prog_cc_pipe" >&6
case "$ac_cv_prog_cc_pipe" in
yes.) ;;
*) case "`${MAKE-make} -v -f /dev/null 2>/dev/null | sed -e 's/GNU Make version \(1-9.]*\).*/\1/' -e q`" in
'')
- { echo "configure: error: building outside of the main directory requires GNU make" >&2; exit 1; }
+ { { echo "$as_me:2869: error: building outside of the main directory requires GNU make" >&5
+echo "$as_me: error: building outside of the main directory requires GNU make" >&2;}
+ { (exit 1); exit 1; }; }
;;
*) ;;
esac
;;
esac
-echo "configure:2281: checking whether ln -s works" >&5
+echo "$as_me:2878: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
-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"
-else
- ac_cv_prog_LN_S=ln
-fi
-fi
-LN_S=$ac_cv_prog_LN_S
-if test "$ac_cv_prog_LN_S" = "ln -s"; then
- echo "configure:2296: result: yes" >&5
+LN_S=$as_ln_s
+if test "$LN_S" = "ln -s"; then
+ echo "$as_me:2882: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
- echo "configure:2299: result: no" >&5
-echo "${ECHO_T}no" >&6
+ echo "$as_me:2885: result: no, using $LN_S" >&5
+echo "${ECHO_T}no, using $LN_S" >&6
fi
-if test $ac_cv_prog_gcc = yes; then
- echo "configure:2304: checking whether ${CC-cc} needs -traditional" >&5
-echo $ECHO_N "checking whether ${CC-cc} needs -traditional... $ECHO_C" >&6
+if test $ac_cv_c_compiler_gnu = yes; then
+ echo "$as_me:2890: checking whether $CC needs -traditional" >&5
+echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
if test "${ac_cv_prog_gcc_traditional+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_pattern="Autoconf.*'x'"
cat >conftest.$ac_ext <<_ACEOF
-#line 2311 "configure"
+#line 2897 "configure"
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
if test $ac_cv_prog_gcc_traditional = no; then
cat >conftest.$ac_ext <<_ACEOF
-#line 2326 "configure"
+#line 2912 "configure"
#include "confdefs.h"
#include <termio.h>
Autoconf TCGETA
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "$ac_pattern" >/dev/null 2>&1; then
ac_cv_prog_gcc_traditional=yes
-
fi
rm -f conftest*
fi
fi
-echo "configure:2340: result: $ac_cv_prog_gcc_traditional" >&5
+echo "$as_me:2925: result: $ac_cv_prog_gcc_traditional" >&5
echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
if test $ac_cv_prog_gcc_traditional = yes; then
CC="$CC -traditional"
fi
fi
-echo "configure:2347: checking for AIX" >&5
+echo "$as_me:2932: checking for AIX" >&5
echo $ECHO_N "checking for AIX... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
-#line 2350 "configure"
+#line 2935 "configure"
#include "confdefs.h"
#ifdef _AIX
yes
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
- echo "configure:2359: result: yes" >&5
+ echo "$as_me:2944: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
#define _ALL_SOURCE 1
EOF
else
- echo "configure:2366: result: no" >&5
+ echo "$as_me:2951: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest*
-echo "configure:2371: checking for minix/config.h" >&5
+echo "$as_me:2956: checking for minix/config.h" >&5
echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
if test "${ac_cv_header_minix_config_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2377 "configure"
+#line 2962 "configure"
#include "confdefs.h"
#include <minix/config.h>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2383: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:2966: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:2972: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
ac_cv_header_minix_config_h=yes
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_minix_config_h=no
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:2395: result: $ac_cv_header_minix_config_h" >&5
+echo "$as_me:2991: result: $ac_cv_header_minix_config_h" >&5
echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
if test $ac_cv_header_minix_config_h = yes; then
MINIX=yes
fi
-echo "configure:2419: checking for POSIXized ISC" >&5
+echo "$as_me:3015: checking for POSIXized ISC" >&5
echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
if test -d /etc/conf/kconfig.d &&
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
- echo "configure:2424: result: yes" >&5
+ echo "$as_me:3020: result: yes" >&5
echo "${ECHO_T}yes" >&6
ISC=yes # If later tests want to check for ISC.
CC="$CC -Xp"
fi
else
- echo "configure:2438: result: no" >&5
+ echo "$as_me:3034: result: no" >&5
echo "${ECHO_T}no" >&6
ISC=
fi
-# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+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 "configure:2445: checking for $ac_word" >&5
+echo "$as_me:3042: 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
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
break
done
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- echo "configure:2469: result: $RANLIB" >&5
+ echo "$as_me:3064: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
else
- echo "configure:2472: result: no" >&5
+ echo "$as_me:3067: result: no" >&5
echo "${ECHO_T}no" >&6
fi
+fi
if test -z "$ac_cv_prog_RANLIB"; then
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "ranlib", so it can be a program name with args.
+ 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 "configure:2480: checking for $ac_word" >&5
+echo "$as_me:3076: 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
if test -n "$ac_ct_RANLIB"; then
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
else
-
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- test -f $ac_dir/$ac_word || continue
-
+ $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
break
done
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- echo "configure:2505: result: $ac_ct_RANLIB" >&5
+ echo "$as_me:3099: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
- echo "configure:2508: result: no" >&5
+ echo "$as_me:3102: result: no" >&5
echo "${ECHO_T}no" >&6
fi
- RANLIB="$ac_ct_RANLIB"
- else
- RANLIB=":"
- fi
+ RANLIB=$ac_ct_RANLIB
+else
+ RANLIB="$ac_cv_prog_RANLIB"
fi
# Extract the first word of "sh", so it can be a program name with args.
set dummy sh; ac_word=$2
-echo "configure:2520: checking for $ac_word" >&5
+echo "$as_me:3113: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_PATH_SH+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_cv_path_PATH_SH="$PATH_SH" # Let the user override the test with a path.
;;
*)
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- if test -f "$ac_dir/$ac_word"; then
- ac_cv_path_PATH_SH=$ac_dir/$ac_word
+ if $as_executable_p "$ac_dir/$ac_word"; then
+ ac_cv_path_PATH_SH="$ac_dir/$ac_word"
break
fi
done
esac
fi
PATH_SH=$ac_cv_path_PATH_SH
+
if test -n "$PATH_SH"; then
- echo "configure:2546: result: $PATH_SH" >&5
+ echo "$as_me:3140: result: $PATH_SH" >&5
echo "${ECHO_T}$PATH_SH" >&6
else
- echo "configure:2549: result: no" >&5
+ echo "$as_me:3143: result: no" >&5
echo "${ECHO_T}no" >&6
fi
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
-echo "configure:2555: checking for $ac_word" >&5
+echo "$as_me:3149: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_PATH_PERL+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_cv_path_PATH_PERL="$PATH_PERL" # Let the user override the test with a path.
;;
*)
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
- if test -f "$ac_dir/$ac_word"; then
- ac_cv_path_PATH_PERL=$ac_dir/$ac_word
+ if $as_executable_p "$ac_dir/$ac_word"; then
+ ac_cv_path_PATH_PERL="$ac_dir/$ac_word"
break
fi
done
esac
fi
PATH_PERL=$ac_cv_path_PATH_PERL
+
if test -n "$PATH_PERL"; then
- echo "configure:2581: result: $PATH_PERL" >&5
+ echo "$as_me:3176: result: $PATH_PERL" >&5
echo "${ECHO_T}$PATH_PERL" >&6
else
- echo "configure:2584: result: no" >&5
+ echo "$as_me:3179: result: no" >&5
echo "${ECHO_T}no" >&6
fi
cat >conftest.$ac_ext <<_ACEOF
-#line 2589 "configure"
+#line 3184 "configure"
#include "confdefs.h"
#define ACAT(a,b)a ## b
ACAT(Cir,cus)
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2603 "configure"
+#line 3198 "configure"
#include "confdefs.h"
#define RCAT(a,b)a/**/b
RCAT(Rei,ser)
EOF
else
- { echo "configure: error: How do we create an unsigned long constant?" >&2; exit 1; }
+ { { echo "$as_me:3211: error: How do we create an unsigned long constant?" >&5
+echo "$as_me: error: How do we create an unsigned long constant?" >&2;}
+ { (exit 1); exit 1; }; }
fi
rm -f conftest*
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# 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 "configure:2640: checking for a BSD compatible install" >&5
+echo "$as_me:3238: 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
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- ac_save_IFS=$IFS; IFS=':'
+ ac_save_IFS=$IFS; IFS=$ac_path_separator
for ac_dir in $PATH; do
+ IFS=$ac_save_IFS
# Account for people who put trailing slashes in PATH elements.
case $ac_dir/ in
- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
+ / | ./ | .// | /cC/* \
+ | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
+ | /usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
- if test -f $ac_dir/$ac_prog; then
+ if $as_executable_p "$ac_dir/$ac_prog"; then
if test $ac_prog = install &&
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
+ grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
- grep pwplus $ac_dir/$ac_prog >/dev/null 2>&1; then
+ grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
;;
esac
done
- IFS=$ac_save_IFS
fi
if test "${ac_cv_path_install+set}" = set; then
INSTALL=$ac_install_sh
fi
fi
-echo "configure:2687: result: $INSTALL" >&5
+echo "$as_me:3287: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
case "$target" in
*-pc-cygwin*)
-echo "configure:2701: checking for main in -ladvapi32" >&5
+echo "$as_me:3301: checking for main in -ladvapi32" >&5
echo $ECHO_N "checking for main in -ladvapi32... $ECHO_C" >&6
if test "${ac_cv_lib_advapi32_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-ladvapi32 $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2709 "configure"
+#line 3309 "configure"
#include "confdefs.h"
int
return 0;
}
_ACEOF
-if { (eval echo configure:2720: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3321: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3324: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3327: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3330: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_advapi32_main=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_advapi32_main=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_advapi32_main=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:2730: result: $ac_cv_lib_advapi32_main" >&5
+echo "$as_me:3341: result: $ac_cv_lib_advapi32_main" >&5
echo "${ECHO_T}$ac_cv_lib_advapi32_main" >&6
if test $ac_cv_lib_advapi32_main = yes; then
cat >>confdefs.h <<EOF
;;
esac
-echo "configure:2744: checking for nlist in -lelf" >&5
+echo "$as_me:3355: checking for nlist in -lelf" >&5
echo $ECHO_N "checking for nlist in -lelf... $ECHO_C" >&6
if test "${ac_cv_lib_elf_nlist+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lelf $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2752 "configure"
+#line 3363 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:2770: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3382: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3385: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3388: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3391: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_elf_nlist=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_elf_nlist=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_elf_nlist=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:2780: result: $ac_cv_lib_elf_nlist" >&5
+echo "$as_me:3402: result: $ac_cv_lib_elf_nlist" >&5
echo "${ECHO_T}$ac_cv_lib_elf_nlist" >&6
if test $ac_cv_lib_elf_nlist = yes; then
cat >>confdefs.h <<EOF
fi
-echo "configure:2791: checking for main in -lkvm" >&5
+echo "$as_me:3413: checking for main in -lkvm" >&5
echo $ECHO_N "checking for main in -lkvm... $ECHO_C" >&6
if test "${ac_cv_lib_kvm_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lkvm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2799 "configure"
+#line 3421 "configure"
#include "confdefs.h"
int
return 0;
}
_ACEOF
-if { (eval echo configure:2810: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3433: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3436: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3439: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3442: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_kvm_main=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_kvm_main=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_kvm_main=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:2820: result: $ac_cv_lib_kvm_main" >&5
+echo "$as_me:3453: result: $ac_cv_lib_kvm_main" >&5
echo "${ECHO_T}$ac_cv_lib_kvm_main" >&6
if test $ac_cv_lib_kvm_main = yes; then
cat >>confdefs.h <<EOF
LIBS="-lkvm $LIBS"
fi
-
-echo "configure:2832: checking for nlist in -lld" >&5
+echo "$as_me:3464: checking for nlist in -lld" >&5
echo $ECHO_N "checking for nlist in -lld... $ECHO_C" >&6
if test "${ac_cv_lib_ld_nlist+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2840 "configure"
+#line 3472 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:2858: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3491: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3494: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3497: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3500: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_ld_nlist=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_ld_nlist=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_ld_nlist=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:2868: result: $ac_cv_lib_ld_nlist" >&5
+echo "$as_me:3511: result: $ac_cv_lib_ld_nlist" >&5
echo "${ECHO_T}$ac_cv_lib_ld_nlist" >&6
if test $ac_cv_lib_ld_nlist = yes; then
cat >>confdefs.h <<EOF
fi
-echo "configure:2879: checking for nlist in -lmld" >&5
+echo "$as_me:3522: checking for nlist in -lmld" >&5
echo $ECHO_N "checking for nlist in -lmld... $ECHO_C" >&6
if test "${ac_cv_lib_mld_nlist+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lmld $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2887 "configure"
+#line 3530 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:2905: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3549: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3552: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3555: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3558: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_mld_nlist=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_mld_nlist=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_mld_nlist=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:2915: result: $ac_cv_lib_mld_nlist" >&5
+echo "$as_me:3569: result: $ac_cv_lib_mld_nlist" >&5
echo "${ECHO_T}$ac_cv_lib_mld_nlist" >&6
if test $ac_cv_lib_mld_nlist = yes; then
cat >>confdefs.h <<EOF
fi
-echo "configure:2926: checking for gethostent" >&5
+echo "$as_me:3580: checking for gethostent" >&5
echo $ECHO_N "checking for gethostent... $ECHO_C" >&6
if test "${ac_cv_func_gethostent+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2932 "configure"
+#line 3586 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostent (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:2962: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3617: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3620: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3623: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3626: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_func_gethostent=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_func_gethostent=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_func_gethostent=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:2971: result: $ac_cv_func_gethostent" >&5
+echo "$as_me:3636: result: $ac_cv_func_gethostent" >&5
echo "${ECHO_T}$ac_cv_func_gethostent" >&6
if test $ac_cv_func_gethostent = yes; then
:
else
-echo "configure:2977: checking for gethostent in -lnsl" >&5
+echo "$as_me:3642: checking for gethostent in -lnsl" >&5
echo $ECHO_N "checking for gethostent in -lnsl... $ECHO_C" >&6
if test "${ac_cv_lib_nsl_gethostent+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl -lsocket $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 2985 "configure"
+#line 3650 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:3003: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3669: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3672: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3675: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3678: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_nsl_gethostent=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_nsl_gethostent=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_nsl_gethostent=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:3013: result: $ac_cv_lib_nsl_gethostent" >&5
+echo "$as_me:3689: result: $ac_cv_lib_nsl_gethostent" >&5
echo "${ECHO_T}$ac_cv_lib_nsl_gethostent" >&6
if test $ac_cv_lib_nsl_gethostent = yes; then
cat >>confdefs.h <<EOF
fi
-echo "configure:3026: checking for openlog" >&5
+echo "$as_me:3702: checking for openlog" >&5
echo $ECHO_N "checking for openlog... $ECHO_C" >&6
if test "${ac_cv_func_openlog+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3032 "configure"
+#line 3708 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char openlog (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:3062: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3739: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3742: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3745: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3748: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_func_openlog=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_func_openlog=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_func_openlog=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:3071: result: $ac_cv_func_openlog" >&5
+echo "$as_me:3758: result: $ac_cv_func_openlog" >&5
echo "${ECHO_T}$ac_cv_func_openlog" >&6
if test $ac_cv_func_openlog = yes; then
:
else
-echo "configure:3077: checking for openlog in -lgen" >&5
+echo "$as_me:3764: checking for openlog in -lgen" >&5
echo $ECHO_N "checking for openlog in -lgen... $ECHO_C" >&6
if test "${ac_cv_lib_gen_openlog+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgen $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 3085 "configure"
+#line 3772 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:3103: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3791: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3794: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3797: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3800: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_gen_openlog=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_gen_openlog=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_gen_openlog=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:3113: result: $ac_cv_lib_gen_openlog" >&5
+echo "$as_me:3811: result: $ac_cv_lib_gen_openlog" >&5
echo "${ECHO_T}$ac_cv_lib_gen_openlog" >&6
if test $ac_cv_lib_gen_openlog = yes; then
cat >>confdefs.h <<EOF
fi
-echo "configure:3126: checking for readline in -lreadline" >&5
+echo "$as_me:3824: checking for readline in -lreadline" >&5
echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6
if test "${ac_cv_lib_readline_readline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lreadline $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 3134 "configure"
+#line 3832 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:3152: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3851: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3854: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3857: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3860: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_readline_readline=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_readline_readline=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_readline_readline=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:3162: result: $ac_cv_lib_readline_readline" >&5
+echo "$as_me:3871: result: $ac_cv_lib_readline_readline" >&5
echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
if test $ac_cv_lib_readline_readline = yes; then
cat >>confdefs.h <<EOF
fi
-echo "configure:3173: checking for sched_setscheduler in -lrt" >&5
+echo "$as_me:3882: checking for sched_setscheduler in -lrt" >&5
echo $ECHO_N "checking for sched_setscheduler in -lrt... $ECHO_C" >&6
if test "${ac_cv_lib_rt_sched_setscheduler+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lrt $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 3181 "configure"
+#line 3890 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:3199: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3909: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3912: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3915: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3918: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_rt_sched_setscheduler=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_rt_sched_setscheduler=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_rt_sched_setscheduler=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:3209: result: $ac_cv_lib_rt_sched_setscheduler" >&5
+echo "$as_me:3929: result: $ac_cv_lib_rt_sched_setscheduler" >&5
echo "${ECHO_T}$ac_cv_lib_rt_sched_setscheduler" >&6
if test $ac_cv_lib_rt_sched_setscheduler = yes; then
cat >>confdefs.h <<EOF
else
-echo "configure:3220: checking for sched_setscheduler in -lposix4" >&5
+echo "$as_me:3940: checking for sched_setscheduler in -lposix4" >&5
echo $ECHO_N "checking for sched_setscheduler in -lposix4... $ECHO_C" >&6
if test "${ac_cv_lib_posix4_sched_setscheduler+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lposix4 $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 3228 "configure"
+#line 3948 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:3246: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:3967: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:3970: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:3973: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:3976: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_posix4_sched_setscheduler=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_posix4_sched_setscheduler=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_posix4_sched_setscheduler=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:3256: result: $ac_cv_lib_posix4_sched_setscheduler" >&5
+echo "$as_me:3987: result: $ac_cv_lib_posix4_sched_setscheduler" >&5
echo "${ECHO_T}$ac_cv_lib_posix4_sched_setscheduler" >&6
if test $ac_cv_lib_posix4_sched_setscheduler = yes; then
cat >>confdefs.h <<EOF
fi
-echo "configure:3269: checking for setsockopt" >&5
+echo "$as_me:4000: checking for setsockopt" >&5
echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6
if test "${ac_cv_func_setsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3275 "configure"
+#line 4006 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setsockopt (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:3305: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:4037: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:4040: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:4043: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:4046: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_func_setsockopt=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_func_setsockopt=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_func_setsockopt=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:3314: result: $ac_cv_func_setsockopt" >&5
+echo "$as_me:4056: result: $ac_cv_func_setsockopt" >&5
echo "${ECHO_T}$ac_cv_func_setsockopt" >&6
if test $ac_cv_func_setsockopt = yes; then
:
else
-echo "configure:3320: checking for setsockopt in -lsocket" >&5
+echo "$as_me:4062: checking for setsockopt in -lsocket" >&5
echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6
if test "${ac_cv_lib_socket_setsockopt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $LIBS"
cat >conftest.$ac_ext <<_ACEOF
-#line 3328 "configure"
+#line 4070 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
return 0;
}
_ACEOF
-if { (eval echo configure:3346: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:4089: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:4092: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:4095: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:4098: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_lib_socket_setsockopt=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_lib_socket_setsockopt=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_lib_socket_setsockopt=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "configure:3356: result: $ac_cv_lib_socket_setsockopt" >&5
+echo "$as_me:4109: result: $ac_cv_lib_socket_setsockopt" >&5
echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6
if test $ac_cv_lib_socket_setsockopt = yes; then
cat >>confdefs.h <<EOF
fi
-echo "configure:3369: checking for ANSI C header files" >&5
+echo "$as_me:4122: 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 3375 "configure"
+#line 4128 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <float.h>
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3384: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4136: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4142: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
ac_cv_header_stdc=yes
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
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 3399 "configure"
+#line 4164 "configure"
#include "confdefs.h"
#include <string.h>
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 3417 "configure"
+#line 4182 "configure"
#include "confdefs.h"
#include <stdlib.h>
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 3438 "configure"
+#line 4203 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
exit (0);
}
_ACEOF
-if { (eval echo configure:3463: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:4229: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:4232: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:4234: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:4237: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
:
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_header_stdc=no
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_header_stdc=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-
fi
fi
-echo "configure:3476: result: $ac_cv_header_stdc" >&5
+echo "$as_me:4250: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
for ac_header in bstring.h errno.h fcntl.h ieeefp.h math.h memory.h netdb.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3490: checking for $ac_header" >&5
+echo "$as_me:4263: 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 3496 "configure"
+#line 4269 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3502: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4273: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4279: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3514: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4298: 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
for ac_header in poll.h resolv.h sched.h sgtty.h stdlib.h string.h termio.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3528: checking for $ac_header" >&5
+echo "$as_me:4311: 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 3534 "configure"
+#line 4317 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3540: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4321: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4327: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3552: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4346: 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
for ac_header in termios.h timepps.h timex.h unistd.h utmp.h utmpx.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3566: checking for $ac_header" >&5
+echo "$as_me:4359: 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 3572 "configure"
+#line 4365 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3578: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4369: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4375: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3590: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4394: 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
for ac_header in arpa/nameser.h net/if.h netinet/in_systm.h netinet/in.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3604: checking for $ac_header" >&5
+echo "$as_me:4407: 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 3610 "configure"
+#line 4413 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3616: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4417: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4423: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3628: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4442: 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
for ac_header in netinfo/ni.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3642: checking for $ac_header" >&5
+echo "$as_me:4455: 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 3648 "configure"
+#line 4461 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3654: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4465: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4471: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3666: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4490: 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
for ac_header in sun/audioio.h sys/audioio.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3683: checking for $ac_header" >&5
+echo "$as_me:4506: 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 3689 "configure"
+#line 4512 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3695: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4516: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4522: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3707: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4541: 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
for ac_header in sys/clkdefs.h sys/file.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3721: checking for $ac_header" >&5
+echo "$as_me:4554: 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 3727 "configure"
+#line 4560 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3733: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4564: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4570: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3745: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4589: 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
for ac_header in sys/ioctl.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3762: checking for $ac_header" >&5
+echo "$as_me:4605: 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 3768 "configure"
+#line 4611 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3774: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4615: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4621: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3786: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4640: 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
for ac_header in sys/lock.h sys/mman.h sys/modem.h sys/param.h sys/ppsclock.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3803: checking for $ac_header" >&5
+echo "$as_me:4656: 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 3809 "configure"
+#line 4662 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3815: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4666: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4672: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3827: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4691: 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
for ac_header in sys/ppstime.h sys/proc.h sys/resource.h sys/sched.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3841: checking for $ac_header" >&5
+echo "$as_me:4704: 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 3847 "configure"
+#line 4710 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3853: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4714: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4720: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3865: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4739: 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
for ac_header in sys/sio.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3882: checking for $ac_header" >&5
+echo "$as_me:4755: 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 3888 "configure"
+#line 4761 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3894: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4765: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4771: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3906: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4790: 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
for ac_header in sys/select.h sys/sockio.h sys/stat.h sys/stream.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3923: checking for $ac_header" >&5
+echo "$as_me:4806: 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 3929 "configure"
+#line 4812 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3935: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4816: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4822: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3947: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4841: 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
for ac_header in sys/stropts.h sys/sysctl.h sys/syssgi.h sys/termios.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3961: checking for $ac_header" >&5
+echo "$as_me:4854: 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 3967 "configure"
+#line 4860 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3973: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4864: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4870: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:3985: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4889: 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
for ac_header in sys/time.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:3999: checking for $ac_header" >&5
+echo "$as_me:4902: 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 4005 "configure"
+#line 4908 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4011: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4912: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4918: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:4023: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4937: 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
done
cat >conftest.$ac_ext <<_ACEOF
-#line 4034 "configure"
+#line 4948 "configure"
#include "confdefs.h"
#include <sys/timepps.h>
#ifdef PPS_API_VERS_1
for ac_header in sys/timepps.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:4049: checking for $ac_header" >&5
+echo "$as_me:4962: 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 4055 "configure"
+#line 4968 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4061: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:4972: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:4978: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:4073: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:4997: 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
for ac_header in sys/timers.h sys/timex.h sys/tpro.h sys/types.h sys/wait.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:4090: checking for $ac_header" >&5
+echo "$as_me:5013: 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 4096 "configure"
+#line 5019 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4102: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:5023: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:5029: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:4114: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:5048: 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
fi
done
-echo "configure:4124: checking whether time.h and sys/time.h may both be included" >&5
+echo "$as_me:5058: 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 4130 "configure"
+#line 5064 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
return 0;
}
_ACEOF
-if { (eval echo configure:4144: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5079: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5082: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5085: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5088: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_header_time=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_header_time=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_header_time=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:4153: result: $ac_cv_header_time" >&5
+echo "$as_me:5098: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
if test $ac_cv_header_time = yes; then
for ac_header in /sys/sync/queue.h /sys/sync/sema.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:4170: checking for $ac_header" >&5
+echo "$as_me:5114: 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 4176 "configure"
+#line 5120 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4182: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:5124: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:5130: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:4194: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:5149: 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
for ac_header in machine/inline.h sys/pcl720.h sys/i8253.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:4211: checking for $ac_header" >&5
+echo "$as_me:5165: 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 4217 "configure"
+#line 5171 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4223: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:5175: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:5181: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:4235: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:5200: 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
;;
esac
-echo "configure:4248: checking for nlist.h" >&5
+echo "$as_me:5213: checking for nlist.h" >&5
echo $ECHO_N "checking for nlist.h... $ECHO_C" >&6
if test "${ac_cv_header_nlist_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4254 "configure"
+#line 5219 "configure"
#include "confdefs.h"
#include <nlist.h>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4260: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:5223: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:5229: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
ac_cv_header_nlist_h=yes
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_nlist_h=no
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:4272: result: $ac_cv_header_nlist_h" >&5
+echo "$as_me:5248: result: $ac_cv_header_nlist_h" >&5
echo "${ECHO_T}$ac_cv_header_nlist_h" >&6
if test $ac_cv_header_nlist_h = yes; then
cat >>confdefs.h <<\EOF
#define NLIST_STRUCT 1
EOF
-echo "configure:4279: checking for n_un in struct nlist" >&5
+echo "$as_me:5255: checking for n_un in struct nlist" >&5
echo $ECHO_N "checking for n_un in struct nlist... $ECHO_C" >&6
if test "${ac_cv_struct_nlist_n_un+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4285 "configure"
+#line 5261 "configure"
#include "confdefs.h"
#include <nlist.h>
int
return 0;
}
_ACEOF
-if { (eval echo configure:4296: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5273: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5276: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5279: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5282: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_nlist_n_un=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_nlist_n_un=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_nlist_n_un=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:4305: result: $ac_cv_struct_nlist_n_un" >&5
+echo "$as_me:5292: result: $ac_cv_struct_nlist_n_un" >&5
echo "${ECHO_T}$ac_cv_struct_nlist_n_un" >&6
if test $ac_cv_struct_nlist_n_un = yes; then
cat >>confdefs.h <<\EOF
fi
-echo "configure:4316: checking for basic volatile support" >&5
+echo "$as_me:5303: checking for basic volatile support" >&5
echo $ECHO_N "checking for basic volatile support... $ECHO_C" >&6
if test "${ac_cv_c_volatile+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4322 "configure"
+#line 5309 "configure"
#include "confdefs.h"
int
return 0;
}
_ACEOF
-if { (eval echo configure:4334: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5322: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5325: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5328: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5331: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_c_volatile=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_c_volatile=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_c_volatile=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:4344: result: $ac_cv_c_volatile" >&5
+echo "$as_me:5342: result: $ac_cv_c_volatile" >&5
echo "${ECHO_T}$ac_cv_c_volatile" >&6
case "$ac_cv_c_volatile" in
yes)
;;
*)
-echo "configure:4362: checking for ${CC-cc} option to accept ANSI C" >&5
+echo "$as_me:5360: 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 "${am_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<_ACEOF
-#line 4380 "configure"
+#line 5378 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
return 0;
}
_ACEOF
-if { (eval echo configure:4421: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5420: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5423: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5426: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5429: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
am_cv_prog_cc_stdc="$ac_arg"; break
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
if test -z "$am_cv_prog_cc_stdc"; then
- echo "configure:4435: result: none needed" >&5
+ echo "$as_me:5443: result: none needed" >&5
echo "${ECHO_T}none needed" >&6
else
- echo "configure:4438: result: $am_cv_prog_cc_stdc" >&5
+ echo "$as_me:5446: result: $am_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
fi
case "x$am_cv_prog_cc_stdc" in
*) CC="$CC $am_cv_prog_cc_stdc" ;;
esac
-echo "configure:4446: checking for function prototypes" >&5
+echo "$as_me:5454: checking for function prototypes" >&5
echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
if test "$am_cv_prog_cc_stdc" != no; then
- echo "configure:4449: result: yes" >&5
+ echo "$as_me:5457: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
U= ANSI2KNR=
else
- echo "configure:4458: result: no" >&5
+ echo "$as_me:5466: result: no" >&5
echo "${ECHO_T}no" >&6
U=_ ANSI2KNR=./ansi2knr
- # Ensure some checks needed by ansi2knr itself.
- echo "configure:4462: checking for ANSI C header files" >&5
+fi
+# Ensure some checks needed by ansi2knr itself.
+echo "$as_me:5471: 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 4468 "configure"
+#line 5477 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <float.h>
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4477: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:5485: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:5491: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
ac_cv_header_stdc=yes
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
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 4492 "configure"
+#line 5513 "configure"
#include "confdefs.h"
#include <string.h>
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 4510 "configure"
+#line 5531 "configure"
#include "confdefs.h"
#include <stdlib.h>
:
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4531 "configure"
+#line 5552 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
exit (0);
}
_ACEOF
-if { (eval echo configure:4556: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:5578: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:5581: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:5583: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5586: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
:
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_header_stdc=no
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_header_stdc=no
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-
fi
fi
-echo "configure:4569: result: $ac_cv_header_stdc" >&5
+echo "$as_me:5599: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-
-echo "configure:4583: checking for $ac_header" >&5
+echo "$as_me:5612: 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 4589 "configure"
+#line 5618 "configure"
#include "confdefs.h"
#include <$ac_header>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4595: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:5622: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:5628: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
eval "$ac_ac_Header=yes"
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_Header=no"
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:4607: result: `eval echo '${'$ac_ac_Header'}'`" >&5
+echo "$as_me:5647: 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
fi
done
-fi
-
;;
esac
-echo "configure:4621: checking if C compiler permits function prototypes" >&5
+echo "$as_me:5659: checking if C compiler permits function prototypes" >&5
echo $ECHO_N "checking if C compiler permits function prototypes... $ECHO_C" >&6
if test "${ac_cv_have_prototypes+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4627 "configure"
+#line 5665 "configure"
#include "confdefs.h"
extern int foo (short);
return 0;
}
_ACEOF
-if { (eval echo configure:4641: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5680: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5683: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5686: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5689: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_have_prototypes=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_have_prototypes=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_have_prototypes=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:4651: result: $ac_cv_have_prototypes" >&5
+echo "$as_me:5700: result: $ac_cv_have_prototypes" >&5
echo "${ECHO_T}$ac_cv_have_prototypes" >&6
if test "$ac_cv_have_prototypes" = yes; then
cat >>confdefs.h <<\EOF
fi
-echo "configure:4660: checking for an ANSI C-conforming const" >&5
+echo "$as_me:5709: 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 4666 "configure"
+#line 5715 "configure"
#include "confdefs.h"
int
return 0;
}
_ACEOF
-if { (eval echo configure:4723: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5773: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5776: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5779: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5782: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_c_const=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_c_const=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_c_const=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:4732: result: $ac_cv_c_const" >&5
+echo "$as_me:5792: result: $ac_cv_c_const" >&5
echo "${ECHO_T}$ac_cv_c_const" >&6
if test $ac_cv_c_const = no; then
case "$host" in
$target)
- echo "configure:4744: checking whether byte ordering is bigendian" >&5
+ echo "$as_me:5804: checking whether byte ordering is bigendian" >&5
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
if test "${ac_cv_c_bigendian+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat >conftest.$ac_ext <<_ACEOF
-#line 4752 "configure"
+#line 5812 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
return 0;
}
_ACEOF
-if { (eval echo configure:4768: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5829: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5832: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5835: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5838: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
# It does; now see whether it defined to BIG_ENDIAN or not.
cat >conftest.$ac_ext <<_ACEOF
-#line 4771 "configure"
+#line 5842 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
return 0;
}
_ACEOF
-if { (eval echo configure:4787: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5859: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5862: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5865: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5868: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_c_bigendian=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_c_bigendian=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_c_bigendian=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
if test $ac_cv_c_bigendian = unknown; then
if test "$cross_compiling" = yes; then
- { echo "configure: error: cannot run test program while cross compiling" >&2; exit 1; }
+ { { echo "$as_me:5884: error: cannot run test program while cross compiling" >&5
+echo "$as_me: error: cannot run test program while cross compiling" >&2;}
+ { (exit 1); exit 1; }; }
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4806 "configure"
+#line 5889 "configure"
#include "confdefs.h"
int
main ()
exit (u.c[sizeof (long) - 1] == 1);
}
_ACEOF
-if { (eval echo configure:4821: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:5905: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:5908: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:5910: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5913: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_c_bigendian=no
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_c_bigendian=yes
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_c_bigendian=yes
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-
fi
fi
-echo "configure:4834: result: $ac_cv_c_bigendian" >&5
+echo "$as_me:5926: result: $ac_cv_c_bigendian" >&5
echo "${ECHO_T}$ac_cv_c_bigendian" >&6
if test $ac_cv_c_bigendian = yes; then
EOF
;;
- *) { echo "configure: error: Cross-compiling needs explicit byte order" >&2; exit 1; }
+ *) { { echo "$as_me:5947: error: Cross-compiling needs explicit byte order" >&5
+echo "$as_me: error: Cross-compiling needs explicit byte order" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
;;
esac
-echo "configure:4860: checking return type of signal handlers" >&5
+echo "$as_me:5954: 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 4866 "configure"
+#line 5960 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
return 0;
}
_ACEOF
-if { (eval echo configure:4887: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:5982: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:5985: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:5988: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:5991: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_signal=void
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_signal=int
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_signal=int
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:4896: result: $ac_cv_type_signal" >&5
+echo "$as_me:6001: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
cat >>confdefs.h <<EOF
#define RETSIGTYPE $ac_cv_type_signal
EOF
-echo "configure:4903: checking for off_t" >&5
+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:6011: 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 6017 "configure"
+#include "confdefs.h"
+#include <$ac_header>
+_ACEOF
+if { (eval echo "$as_me:6021: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:6027: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
+ eval "$ac_ac_Header=yes"
+else
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ eval "$ac_ac_Header=no"
+fi
+rm -f conftest.err conftest.$ac_ext
+fi
+echo "$as_me:6046: 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:6056: 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 4909 "configure"
+#line 6062 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:4923: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6077: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6080: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6083: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6086: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_off_t=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_off_t=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_off_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:4932: result: $ac_cv_type_off_t" >&5
+echo "$as_me:6096: 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
:
fi
-echo "configure:4944: checking for size_t" >&5
+echo "$as_me:6108: 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 4950 "configure"
+#line 6114 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:4964: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6129: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6132: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6135: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6138: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_size_t=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_size_t=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_size_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:4973: result: $ac_cv_type_size_t" >&5
+echo "$as_me:6148: 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
:
fi
-echo "configure:4985: checking for time_t" >&5
+echo "$as_me:6160: checking for time_t" >&5
echo $ECHO_N "checking for time_t... $ECHO_C" >&6
if test "${ac_cv_type_time_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 4991 "configure"
+#line 6166 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:5005: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6181: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6184: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6187: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6190: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_time_t=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_time_t=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_time_t=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5014: result: $ac_cv_type_time_t" >&5
+echo "$as_me:6200: result: $ac_cv_type_time_t" >&5
echo "${ECHO_T}$ac_cv_type_time_t" >&6
if test $ac_cv_type_time_t = yes; then
:
fi
-echo "configure:5026: checking whether struct tm is in sys/time.h or time.h" >&5
+echo "$as_me:6212: 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 5032 "configure"
+#line 6218 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
return 0;
}
_ACEOF
-if { (eval echo configure:5045: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6232: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6235: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6238: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6241: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_tm=time.h
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_tm=sys/time.h
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_tm=sys/time.h
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5054: result: $ac_cv_struct_tm" >&5
+echo "$as_me:6251: result: $ac_cv_struct_tm" >&5
echo "${ECHO_T}$ac_cv_struct_tm" >&6
if test $ac_cv_struct_tm = sys/time.h; then
fi
-echo "configure:5064: checking for a fallback value for HZ" >&5
+echo "$as_me:6261: checking for a fallback value for HZ" >&5
echo $ECHO_N "checking for a fallback value for HZ... $ECHO_C" >&6
if test "${ac_cv_var_default_hz+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
fi
-echo "configure:5079: result: $ac_cv_var_default_hz" >&5
+echo "$as_me:6276: result: $ac_cv_var_default_hz" >&5
echo "${ECHO_T}$ac_cv_var_default_hz" >&6
cat >>confdefs.h <<EOF
#define DEFAULT_HZ $ac_cv_var_default_hz
EOF
-echo "configure:5085: checking if we need to override the system's value for HZ" >&5
+echo "$as_me:6282: checking if we need to override the system's value for HZ" >&5
echo $ECHO_N "checking if we need to override the system's value for HZ... $ECHO_C" >&6
if test "${ac_cv_var_override_hz+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
fi
-echo "configure:5106: result: $ac_cv_var_override_hz" >&5
+echo "$as_me:6303: result: $ac_cv_var_override_hz" >&5
echo "${ECHO_T}$ac_cv_var_override_hz" >&6
case "$ac_cv_var_override_hz" in
yes)
;;
esac
-echo "configure:5117: checking struct sigaction for sa_sigaction" >&5
+echo "$as_me:6314: checking struct sigaction for sa_sigaction" >&5
echo $ECHO_N "checking struct sigaction for sa_sigaction... $ECHO_C" >&6
if test "${ac_cv_struct_sigaction_has_sa_sigaction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5124 "configure"
+#line 6321 "configure"
#include "confdefs.h"
#include <signal.h>
int
return 0;
}
_ACEOF
-if { (eval echo configure:5135: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6333: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6336: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6339: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6342: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_sigaction_has_sa_sigaction=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_sigaction_has_sa_sigaction=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_sigaction_has_sa_sigaction=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5146: result: $ac_cv_struct_sigaction_has_sa_sigaction" >&5
+echo "$as_me:6354: result: $ac_cv_struct_sigaction_has_sa_sigaction" >&5
echo "${ECHO_T}$ac_cv_struct_sigaction_has_sa_sigaction" >&6
if test $ac_cv_struct_sigaction_has_sa_sigaction = yes; then
cat >>confdefs.h <<\EOF
fi
-echo "configure:5155: checking for struct ppsclockev" >&5
+echo "$as_me:6363: checking for struct ppsclockev" >&5
echo $ECHO_N "checking for struct ppsclockev... $ECHO_C" >&6
if test "${ac_cv_struct_ppsclockev+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5161 "configure"
+#line 6369 "configure"
#include "confdefs.h"
#include <sys/types.h>
return 0;
}
_ACEOF
-if { (eval echo configure:5184: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6393: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6396: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6399: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6402: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_ppsclockev=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_ppsclockev=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_ppsclockev=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5194: result: $ac_cv_struct_ppsclockev" >&5
+echo "$as_me:6413: result: $ac_cv_struct_ppsclockev" >&5
echo "${ECHO_T}$ac_cv_struct_ppsclockev" >&6
if test $ac_cv_struct_ppsclockev = yes; then
cat >>confdefs.h <<\EOF
fi
-echo "configure:5203: checking struct sockaddr for sa_len" >&5
+echo "$as_me:6422: checking struct sockaddr for sa_len" >&5
echo $ECHO_N "checking struct sockaddr for sa_len... $ECHO_C" >&6
if test "${ac_cv_struct_sockaddr_has_sa_len+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5209 "configure"
+#line 6428 "configure"
#include "confdefs.h"
#include <sys/types.h>
return 0;
}
_ACEOF
-if { (eval echo configure:5224: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6444: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6447: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6450: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6453: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_sockaddr_has_sa_len=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_sockaddr_has_sa_len=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_sockaddr_has_sa_len=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5234: result: $ac_cv_struct_sockaddr_has_sa_len" >&5
+echo "$as_me:6464: result: $ac_cv_struct_sockaddr_has_sa_len" >&5
echo "${ECHO_T}$ac_cv_struct_sockaddr_has_sa_len" >&6
if test $ac_cv_struct_sockaddr_has_sa_len = yes; then
cat >>confdefs.h <<\EOF
fi
-echo "configure:5243: checking struct clockinfo for hz" >&5
+echo "$as_me:6473: checking struct clockinfo for hz" >&5
echo $ECHO_N "checking struct clockinfo for hz... $ECHO_C" >&6
if test "${ac_cv_struct_clockinfo_has_hz+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5249 "configure"
+#line 6479 "configure"
#include "confdefs.h"
#include <sys/time.h>
return 0;
}
_ACEOF
-if { (eval echo configure:5263: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6494: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6497: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6500: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6503: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_clockinfo_has_hz=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_clockinfo_has_hz=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_clockinfo_has_hz=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5273: result: $ac_cv_struct_clockinfo_has_hz" >&5
+echo "$as_me:6514: result: $ac_cv_struct_clockinfo_has_hz" >&5
echo "${ECHO_T}$ac_cv_struct_clockinfo_has_hz" >&6
if test $ac_cv_struct_clockinfo_has_hz = yes; then
cat >>confdefs.h <<\EOF
fi
-echo "configure:5282: checking struct clockinfo for tickadj" >&5
+echo "$as_me:6523: checking struct clockinfo for tickadj" >&5
echo $ECHO_N "checking struct clockinfo for tickadj... $ECHO_C" >&6
if test "${ac_cv_struct_clockinfo_has_tickadj+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5288 "configure"
+#line 6529 "configure"
#include "confdefs.h"
#include <sys/time.h>
return 0;
}
_ACEOF
-if { (eval echo configure:5302: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6544: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6547: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6550: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6553: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_clockinfo_has_tickadj=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_clockinfo_has_tickadj=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_clockinfo_has_tickadj=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5312: result: $ac_cv_struct_clockinfo_has_tickadj" >&5
+echo "$as_me:6564: result: $ac_cv_struct_clockinfo_has_tickadj" >&5
echo "${ECHO_T}$ac_cv_struct_clockinfo_has_tickadj" >&6
if test $ac_cv_struct_clockinfo_has_tickadj = yes; then
cat >>confdefs.h <<\EOF
fi
-echo "configure:5321: checking for struct timespec" >&5
+echo "$as_me:6573: checking for struct timespec" >&5
echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6
if test "${ac_cv_struct_timespec+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5327 "configure"
+#line 6579 "configure"
#include "confdefs.h"
#include <sys/time.h>
return 0;
}
_ACEOF
-if { (eval echo configure:5339: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6592: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6595: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6598: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6601: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_timespec=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_timespec=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_timespec=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5348: result: $ac_cv_struct_timespec" >&5
+echo "$as_me:6611: result: $ac_cv_struct_timespec" >&5
echo "${ECHO_T}$ac_cv_struct_timespec" >&6
if test $ac_cv_struct_timespec = yes; then
fi
-echo "configure:5358: checking for struct ntptimeval" >&5
+echo "$as_me:6621: checking for struct ntptimeval" >&5
echo $ECHO_N "checking for struct ntptimeval... $ECHO_C" >&6
if test "${ac_cv_struct_ntptimeval+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5364 "configure"
+#line 6627 "configure"
#include "confdefs.h"
#include <sys/time.h>
return 0;
}
_ACEOF
-if { (eval echo configure:5377: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6641: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6644: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6647: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6650: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_struct_ntptimeval=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_struct_ntptimeval=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_struct_ntptimeval=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5386: result: $ac_cv_struct_ntptimeval" >&5
+echo "$as_me:6660: result: $ac_cv_struct_ntptimeval" >&5
echo "${ECHO_T}$ac_cv_struct_ntptimeval" >&6
if test $ac_cv_struct_ntptimeval = yes; then
fi
-echo "configure:5396: checking for struct ntptimeval.time.tv_nsec" >&5
+echo "$as_me:6670: checking for struct ntptimeval.time.tv_nsec" >&5
echo $ECHO_N "checking for struct ntptimeval.time.tv_nsec... $ECHO_C" >&6
if test "${ac_cv_member_struct_ntptimeval_time_tv_nsec+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5402 "configure"
+#line 6676 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
return 0;
}
_ACEOF
-if { (eval echo configure:5428: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6703: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6706: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6709: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6712: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_member_struct_ntptimeval_time_tv_nsec=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_member_struct_ntptimeval_time_tv_nsec=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_member_struct_ntptimeval_time_tv_nsec=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5437: result: $ac_cv_member_struct_ntptimeval_time_tv_nsec" >&5
+echo "$as_me:6722: result: $ac_cv_member_struct_ntptimeval_time_tv_nsec" >&5
echo "${ECHO_T}$ac_cv_member_struct_ntptimeval_time_tv_nsec" >&6
if test $ac_cv_member_struct_ntptimeval_time_tv_nsec = yes; then
fi
-echo "configure:5447: checking for inline" >&5
+echo "$as_me:6732: 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
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<_ACEOF
-#line 5455 "configure"
+#line 6740 "configure"
#include "confdefs.h"
#ifndef __cplusplus
+static $ac_kw int static_foo () {return 0; }
$ac_kw int foo () {return 0; }
#endif
_ACEOF
-if { (eval echo configure:5462: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6749: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6752: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6755: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6758: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_c_inline=$ac_kw; break
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
fi
-echo "configure:5473: result: $ac_cv_c_inline" >&5
+echo "$as_me:6769: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
inline | yes) ;;
;;
esac
-echo "configure:5488: checking whether char is unsigned" >&5
+echo "$as_me:6784: checking whether char is unsigned" >&5
echo $ECHO_N "checking whether char is unsigned... $ECHO_C" >&6
if test "${ac_cv_c_char_unsigned+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5494 "configure"
+#line 6790 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:5505: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6802: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6805: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6808: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6811: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_c_char_unsigned=no
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_c_char_unsigned=yes
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_c_char_unsigned=yes
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5514: result: $ac_cv_c_char_unsigned" >&5
+echo "$as_me:6821: result: $ac_cv_c_char_unsigned" >&5
echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6
if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
cat >>confdefs.h <<\EOF
fi
case "$host" in
$target)
- echo "configure:5524: checking for signed char" >&5
+ echo "$as_me:6831: checking for signed char" >&5
echo $ECHO_N "checking for signed char... $ECHO_C" >&6
if test "${ac_cv_type_signed_char+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5530 "configure"
+#line 6837 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:5544: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6852: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6855: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6858: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6861: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_signed_char=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_signed_char=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_signed_char=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5553: result: $ac_cv_type_signed_char" >&5
+echo "$as_me:6871: result: $ac_cv_type_signed_char" >&5
echo "${ECHO_T}$ac_cv_type_signed_char" >&6
-echo "configure:5556: checking size of signed char" >&5
+echo "$as_me:6874: checking size of signed char" >&5
echo $ECHO_N "checking size of signed char... $ECHO_C" >&6
if test "${ac_cv_sizeof_signed_char+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 5565 "configure"
+#line 6883 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:5576: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=0 ac_try=0
- while true; do
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6895: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6898: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6901: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6904: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=0 ac_mid=0
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 5580 "configure"
+#line 6909 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:5591: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`; ac_try=`expr 2 '*' $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6921: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6924: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6927: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6930: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=-1 ac_try=-1
- while true; do
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=-1 ac_mid=-1
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 5606 "configure"
+#line 6946 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:5617: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=`expr $ac_try - 1`; ac_try=`expr 2 '*' $ac_try`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6958: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6961: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:6964: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:6967: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
rm -f conftest.$ac_objext conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
- ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 5632 "configure"
+#line 6983 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:5643: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:6995: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:6998: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7001: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7004: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
ac_cv_sizeof_signed_char=$ac_lo
else
- cat >conftest.$ac_ext <<_ACEOF
-#line 5655 "configure"
+ if test "$cross_compiling" = yes; then
+ { { echo "$as_me:7017: error: cannot run test program while cross compiling" >&5
+echo "$as_me: error: cannot run test program while cross compiling" >&2;}
+ { (exit 1); exit 1; }; }
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7022 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-FILE *f = fopen ("conftestval", "w");
+FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
-fprintf (f, "%d\n", (sizeof (signed char)));
+fprintf (f, "%d", (sizeof (signed char)));
+fclose (f);
;
return 0;
}
_ACEOF
-if { (eval echo configure:5669: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
- ac_cv_sizeof_signed_char=`cat conftestval`
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:7038: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:7041: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:7043: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7046: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_sizeof_signed_char=`cat conftest.val`
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
+fi
+rm -f conftest.val
else
ac_cv_sizeof_signed_char=0
fi
fi
-echo "configure:5683: result: $ac_cv_sizeof_signed_char" >&5
+echo "$as_me:7062: result: $ac_cv_sizeof_signed_char" >&5
echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
;;
*) case "$target" in
*-*-vxworks*)
- echo "configure:5692: checking for signed char" >&5
+ echo "$as_me:7071: checking for signed char" >&5
echo $ECHO_N "checking for signed char... $ECHO_C" >&6
if test "${ac_cv_type_signed_char+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5698 "configure"
+#line 7077 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:5712: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7092: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7095: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7098: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7101: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_signed_char=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_signed_char=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_signed_char=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5721: result: $ac_cv_type_signed_char" >&5
+echo "$as_me:7111: result: $ac_cv_type_signed_char" >&5
echo "${ECHO_T}$ac_cv_type_signed_char" >&6
-echo "configure:5724: checking size of signed char" >&5
+echo "$as_me:7114: checking size of signed char" >&5
echo $ECHO_N "checking size of signed char... $ECHO_C" >&6
if test "${ac_cv_sizeof_signed_char+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 5733 "configure"
+#line 7123 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:5744: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=0 ac_try=0
- while true; do
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7135: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7138: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7141: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7144: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=0 ac_mid=0
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 5748 "configure"
+#line 7149 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:5759: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`; ac_try=`expr 2 '*' $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7161: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7164: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7167: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7170: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=-1 ac_try=-1
- while true; do
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=-1 ac_mid=-1
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 5774 "configure"
+#line 7186 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:5785: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=`expr $ac_try - 1`; ac_try=`expr 2 '*' $ac_try`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7198: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7201: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7204: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7207: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
rm -f conftest.$ac_objext conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
- ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 5800 "configure"
+#line 7223 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:5811: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7235: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7238: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7241: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7244: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
ac_cv_sizeof_signed_char=$ac_lo
else
- cat >conftest.$ac_ext <<_ACEOF
-#line 5823 "configure"
+ if test "$cross_compiling" = yes; then
+ { { echo "$as_me:7257: error: cannot run test program while cross compiling" >&5
+echo "$as_me: error: cannot run test program while cross compiling" >&2;}
+ { (exit 1); exit 1; }; }
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7262 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-FILE *f = fopen ("conftestval", "w");
+FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
-fprintf (f, "%d\n", (sizeof (signed char)));
+fprintf (f, "%d", (sizeof (signed char)));
+fclose (f);
;
return 0;
}
_ACEOF
-if { (eval echo configure:5837: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
- ac_cv_sizeof_signed_char=`cat conftestval`
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:7278: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:7281: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:7283: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7286: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_sizeof_signed_char=`cat conftest.val`
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
+rm -f conftest.val
else
ac_cv_sizeof_signed_char=0
fi
fi
-echo "configure:5851: result: $ac_cv_sizeof_signed_char" >&5
+echo "$as_me:7302: result: $ac_cv_sizeof_signed_char" >&5
echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
EOF
;;
- *) { echo "configure: error: Cross-compiling needs explicit SIZEOF_SIGNED_LONG" >&2; exit 1; }
+ *) { { echo "$as_me:7309: error: Cross-compiling needs explicit SIZEOF_SIGNED_LONG" >&5
+echo "$as_me: error: Cross-compiling needs explicit SIZEOF_SIGNED_LONG" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
;;
case "$host" in
$target)
- echo "configure:5866: checking for int" >&5
+ echo "$as_me:7319: checking for int" >&5
echo $ECHO_N "checking for int... $ECHO_C" >&6
if test "${ac_cv_type_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 5872 "configure"
+#line 7325 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:5886: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7340: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7343: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7346: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7349: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_int=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_int=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_int=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:5895: result: $ac_cv_type_int" >&5
+echo "$as_me:7359: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6
-echo "configure:5898: checking size of int" >&5
+echo "$as_me:7362: checking size of int" >&5
echo $ECHO_N "checking size of int... $ECHO_C" >&6
if test "${ac_cv_sizeof_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 5907 "configure"
+#line 7371 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:5918: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=0 ac_try=0
- while true; do
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7383: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7386: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7389: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7392: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=0 ac_mid=0
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 5922 "configure"
+#line 7397 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
;
return 0;
}
-_ACEOF
-if { (eval echo configure:5933: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`; ac_try=`expr 2 '*' $ac_try + 1`
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7409: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7412: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7415: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7418: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=-1 ac_try=-1
- while true; do
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=-1 ac_mid=-1
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 5948 "configure"
+#line 7434 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (int)) >= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:5959: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=`expr $ac_try - 1`; ac_try=`expr 2 '*' $ac_try`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7446: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7449: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7452: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7455: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
rm -f conftest.$ac_objext conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
- ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 5974 "configure"
+#line 7471 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:5985: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7483: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7486: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7489: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7492: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
ac_cv_sizeof_int=$ac_lo
else
- cat >conftest.$ac_ext <<_ACEOF
-#line 5997 "configure"
+ if test "$cross_compiling" = yes; then
+ { { echo "$as_me:7505: error: cannot run test program while cross compiling" >&5
+echo "$as_me: error: cannot run test program while cross compiling" >&2;}
+ { (exit 1); exit 1; }; }
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7510 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-FILE *f = fopen ("conftestval", "w");
+FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
-fprintf (f, "%d\n", (sizeof (int)));
+fprintf (f, "%d", (sizeof (int)));
+fclose (f);
;
return 0;
}
_ACEOF
-if { (eval echo configure:6011: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
- ac_cv_sizeof_int=`cat conftestval`
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:7526: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:7529: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:7531: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7534: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_sizeof_int=`cat conftest.val`
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
+fi
+rm -f conftest.val
else
ac_cv_sizeof_int=0
fi
fi
-echo "configure:6025: result: $ac_cv_sizeof_int" >&5
+echo "$as_me:7550: result: $ac_cv_sizeof_int" >&5
echo "${ECHO_T}$ac_cv_sizeof_int" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_INT $ac_cv_sizeof_int
;;
*) case "$target" in
*-*-vxworks*)
- echo "configure:6034: checking for int" >&5
+ echo "$as_me:7559: checking for int" >&5
echo $ECHO_N "checking for int... $ECHO_C" >&6
if test "${ac_cv_type_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6040 "configure"
+#line 7565 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:6054: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7580: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7583: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7586: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7589: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_int=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_int=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_int=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:6063: result: $ac_cv_type_int" >&5
+echo "$as_me:7599: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6
-echo "configure:6066: checking size of int" >&5
+echo "$as_me:7602: checking size of int" >&5
echo $ECHO_N "checking size of int... $ECHO_C" >&6
if test "${ac_cv_sizeof_int+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 6075 "configure"
+#line 7611 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:6086: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=0 ac_try=0
- while true; do
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7623: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7626: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7629: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7632: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=0 ac_mid=0
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 6090 "configure"
+#line 7637 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6101: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`; ac_try=`expr 2 '*' $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7649: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7652: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7655: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7658: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=-1 ac_try=-1
- while true; do
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=-1 ac_mid=-1
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 6116 "configure"
+#line 7674 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (int)) >= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6127: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=`expr $ac_try - 1`; ac_try=`expr 2 '*' $ac_try`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7686: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7689: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7692: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7695: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
rm -f conftest.$ac_objext conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
- ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 6142 "configure"
+#line 7711 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (int)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6153: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7726: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7729: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7732: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
ac_cv_sizeof_int=$ac_lo
else
- cat >conftest.$ac_ext <<_ACEOF
-#line 6165 "configure"
+ if test "$cross_compiling" = yes; then
+ { { echo "$as_me:7745: error: cannot run test program while cross compiling" >&5
+echo "$as_me: error: cannot run test program while cross compiling" >&2;}
+ { (exit 1); exit 1; }; }
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7750 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-FILE *f = fopen ("conftestval", "w");
+FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
-fprintf (f, "%d\n", (sizeof (int)));
+fprintf (f, "%d", (sizeof (int)));
+fclose (f);
;
return 0;
}
_ACEOF
-if { (eval echo configure:6179: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
- ac_cv_sizeof_int=`cat conftestval`
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:7766: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:7769: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:7771: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7774: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_sizeof_int=`cat conftest.val`
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
+rm -f conftest.val
else
ac_cv_sizeof_int=0
fi
fi
-echo "configure:6193: result: $ac_cv_sizeof_int" >&5
+echo "$as_me:7790: result: $ac_cv_sizeof_int" >&5
echo "${ECHO_T}$ac_cv_sizeof_int" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_INT $ac_cv_sizeof_int
EOF
;;
- *) { echo "configure: error: Cross-compiling needs explicit SIZEOF_INT" >&2; exit 1; }
+ *) { { echo "$as_me:7797: error: Cross-compiling needs explicit SIZEOF_INT" >&5
+echo "$as_me: error: Cross-compiling needs explicit SIZEOF_INT" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
;;
case "$host" in
$target)
- echo "configure:6208: checking for long" >&5
+ echo "$as_me:7807: checking for long" >&5
echo $ECHO_N "checking for long... $ECHO_C" >&6
if test "${ac_cv_type_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6214 "configure"
+#line 7813 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:6228: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7828: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7831: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7834: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7837: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_long=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_long=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:6237: result: $ac_cv_type_long" >&5
+echo "$as_me:7847: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6
-echo "configure:6240: checking size of long" >&5
+echo "$as_me:7850: checking size of long" >&5
echo $ECHO_N "checking size of long... $ECHO_C" >&6
if test "${ac_cv_sizeof_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 6249 "configure"
+#line 7859 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:6260: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=0 ac_try=0
- while true; do
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7871: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7874: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7877: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7880: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=0 ac_mid=0
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 6264 "configure"
+#line 7885 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6275: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`; ac_try=`expr 2 '*' $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7897: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7900: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7903: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7906: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=-1 ac_try=-1
- while true; do
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=-1 ac_mid=-1
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 6290 "configure"
+#line 7922 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (long)) >= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6301: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=`expr $ac_try - 1`; ac_try=`expr 2 '*' $ac_try`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7934: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7937: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7940: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7943: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
rm -f conftest.$ac_objext conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
- ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 6316 "configure"
+#line 7959 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6327: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:7971: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:7974: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:7977: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:7980: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
ac_cv_sizeof_long=$ac_lo
else
- cat >conftest.$ac_ext <<_ACEOF
-#line 6339 "configure"
+ if test "$cross_compiling" = yes; then
+ { { echo "$as_me:7993: error: cannot run test program while cross compiling" >&5
+echo "$as_me: error: cannot run test program while cross compiling" >&2;}
+ { (exit 1); exit 1; }; }
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 7998 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-FILE *f = fopen ("conftestval", "w");
+FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
-fprintf (f, "%d\n", (sizeof (long)));
+fprintf (f, "%d", (sizeof (long)));
+fclose (f);
;
return 0;
}
_ACEOF
-if { (eval echo configure:6353: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
- ac_cv_sizeof_long=`cat conftestval`
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:8014: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8017: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:8019: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8022: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_sizeof_long=`cat conftest.val`
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
+fi
+rm -f conftest.val
else
ac_cv_sizeof_long=0
fi
fi
-echo "configure:6367: result: $ac_cv_sizeof_long" >&5
+echo "$as_me:8038: result: $ac_cv_sizeof_long" >&5
echo "${ECHO_T}$ac_cv_sizeof_long" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_LONG $ac_cv_sizeof_long
;;
*) case "$target" in
*-*-vxworks*)
- echo "configure:6376: checking for long" >&5
+ echo "$as_me:8047: checking for long" >&5
echo $ECHO_N "checking for long... $ECHO_C" >&6
if test "${ac_cv_type_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6382 "configure"
+#line 8053 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:6396: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:8068: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8071: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:8074: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8077: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_long=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_long=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_long=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:6405: result: $ac_cv_type_long" >&5
+echo "$as_me:8087: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6
-echo "configure:6408: checking size of long" >&5
+echo "$as_me:8090: checking size of long" >&5
echo $ECHO_N "checking size of long... $ECHO_C" >&6
if test "${ac_cv_sizeof_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
if test "$cross_compiling" = yes; then
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
-#line 6417 "configure"
+#line 8099 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:6428: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=0 ac_try=0
- while true; do
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:8111: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8114: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:8117: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8120: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=0 ac_mid=0
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 6432 "configure"
+#line 8125 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6443: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`; ac_try=`expr 2 '*' $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:8137: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8140: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:8143: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8146: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=-1 ac_try=-1
- while true; do
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=-1 ac_mid=-1
+ while :; do
cat >conftest.$ac_ext <<_ACEOF
-#line 6458 "configure"
+#line 8162 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (long)) >= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6469: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_lo=$ac_try; break
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_hi=`expr $ac_try - 1`; ac_try=`expr 2 '*' $ac_try`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:8174: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8177: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:8180: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8183: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_lo=$ac_mid; break
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
rm -f conftest.$ac_objext conftest.$ac_ext
# Binary search between lo and hi bounds.
while test "x$ac_lo" != "x$ac_hi"; do
- ac_try=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
-#line 6484 "configure"
+#line 8199 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-int _array_ [1 - 2 * !((sizeof (long)) <= $ac_try)]
+int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
;
return 0;
}
_ACEOF
-if { (eval echo configure:6495: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
- ac_hi=$ac_try
-else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_lo=`expr $ac_try + 1`
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:8211: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8214: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:8217: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8220: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_hi=$ac_mid
+else
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_lo=`expr $ac_mid + 1`
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
ac_cv_sizeof_long=$ac_lo
else
- cat >conftest.$ac_ext <<_ACEOF
-#line 6507 "configure"
+ if test "$cross_compiling" = yes; then
+ { { echo "$as_me:8233: error: cannot run test program while cross compiling" >&5
+echo "$as_me: error: cannot run test program while cross compiling" >&2;}
+ { (exit 1); exit 1; }; }
+else
+ cat >conftest.$ac_ext <<_ACEOF
+#line 8238 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
-FILE *f = fopen ("conftestval", "w");
+FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
-fprintf (f, "%d\n", (sizeof (long)));
+fprintf (f, "%d", (sizeof (long)));
+fclose (f);
;
return 0;
}
_ACEOF
-if { (eval echo configure:6521: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } &&
- test -s conftest$ac_exeext && (./conftest; exit) 2>/dev/null; then
- ac_cv_sizeof_long=`cat conftestval`
+rm -f conftest$ac_exeext
+if { (eval echo "$as_me:8254: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8257: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (eval echo "$as_me:8259: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8262: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_sizeof_long=`cat conftest.val`
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+fi
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
+rm -f conftest.val
else
ac_cv_sizeof_long=0
fi
fi
-echo "configure:6535: result: $ac_cv_sizeof_long" >&5
+echo "$as_me:8278: result: $ac_cv_sizeof_long" >&5
echo "${ECHO_T}$ac_cv_sizeof_long" >&6
cat >>confdefs.h <<EOF
#define SIZEOF_LONG $ac_cv_sizeof_long
EOF
;;
- *) { echo "configure: error: Cross-compiling needs explicit SIZEOF_LONG" >&2; exit 1; }
+ *) { { echo "$as_me:8285: error: Cross-compiling needs explicit SIZEOF_LONG" >&5
+echo "$as_me: error: Cross-compiling needs explicit SIZEOF_LONG" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
;;
esac
-echo "configure:6548: checking for s_char" >&5
+echo "$as_me:8293: checking for s_char" >&5
echo $ECHO_N "checking for s_char... $ECHO_C" >&6
if test "${ac_cv_type_s_char+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 6554 "configure"
+#line 8299 "configure"
#include "confdefs.h"
$ac_includes_default
int
return 0;
}
_ACEOF
-if { (eval echo configure:6568: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:8314: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:8317: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:8320: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8323: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_type_s_char=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_type_s_char=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_type_s_char=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:6577: result: $ac_cv_type_s_char" >&5
+echo "$as_me:8333: result: $ac_cv_type_s_char" >&5
echo "${ECHO_T}$ac_cv_type_s_char" >&6
if test $ac_cv_type_s_char = yes; then
;;
yes0no)
# We have unsigned chars, can't say 'signed char', no s_char typedef.
- { echo "configure: error: No way to specify a signed character!" >&2; exit 1; }
+ { { echo "$as_me:8363: error: No way to specify a signed character!" >&5
+echo "$as_me: error: No way to specify a signed character!" >&2;}
+ { (exit 1); exit 1; }; }
;;
yes1no)
# We have unsigned chars, can say 'signed char', no s_char typedef.
;;
esac
-echo "configure:6617: checking for uid_t in sys/types.h" >&5
+echo "$as_me:8375: 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 6623 "configure"
+#line 8381 "configure"
#include "confdefs.h"
#include <sys/types.h>
rm -f conftest*
fi
-echo "configure:6637: result: $ac_cv_type_uid_t" >&5
+echo "$as_me:8395: 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
for ac_func in __adjtimex __ntp_gettime
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:6657: checking for $ac_func" >&5
+echo "$as_me:8415: 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 6663 "configure"
+#line 8421 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:6693: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:8452: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8455: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:8458: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8461: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:6702: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8471: 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
for ac_func in clock_settime
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:6726: checking for $ac_func" >&5
+echo "$as_me:8495: 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 6732 "configure"
+#line 8501 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:6762: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:8532: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8535: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:8538: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8541: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:6771: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8551: 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
for ac_func in daemon
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:6787: checking for $ac_func" >&5
+echo "$as_me:8567: 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 6793 "configure"
+#line 8573 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:6823: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:8604: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8607: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:8610: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8613: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:6832: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8623: 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
for ac_func in finite
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:6845: checking for $ac_func" >&5
+echo "$as_me:8636: 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 6851 "configure"
+#line 8642 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:6881: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:8673: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8676: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:8679: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8682: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:6890: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8692: 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
for ac_func in isfinite
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:6902: checking for $ac_func" >&5
+echo "$as_me:8704: 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 6908 "configure"
+#line 8710 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:6938: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:8741: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8744: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:8747: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8750: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:6947: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8760: 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
EOF
else
- echo "configure:6955: checking for isfinite with <math.h>" >&5
+ echo "$as_me:8768: checking for isfinite with <math.h>" >&5
echo $ECHO_N "checking for isfinite with <math.h>... $ECHO_C" >&6
_libs=$LIBS
LIBS="$LIBS -lm"
cat >conftest.$ac_ext <<_ACEOF
-#line 6960 "configure"
+#line 8773 "configure"
#include "confdefs.h"
#include <math.h>
int
return 0;
}
_ACEOF
-if { (eval echo configure:6971: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
- echo "configure:6972: result: yes" >&5
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:8785: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8788: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:8791: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8794: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ echo "$as_me:8796: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
#define HAVE_ISFINITE 1
EOF
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- echo "configure:6981: result: no" >&5
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+echo "$as_me:8805: result: no" >&5
echo "${ECHO_T}no" >&6
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
LIBS=$_libs
fi
done
for ac_func in getbootfile getdtablesize getrusage gettimeofday
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:6995: checking for $ac_func" >&5
+echo "$as_me:8819: 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 7001 "configure"
+#line 8825 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7031: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:8856: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8859: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:8862: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8865: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7040: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8875: 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
for ac_func in getuid
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7057: checking for $ac_func" >&5
+echo "$as_me:8892: 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 7063 "configure"
+#line 8898 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7093: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:8929: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:8932: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:8935: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:8938: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7102: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:8948: 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
for ac_func in hstrerror K_open kvm_open memcpy memmove memset
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7118: checking for $ac_func" >&5
+echo "$as_me:8964: 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 7124 "configure"
+#line 8970 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7154: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9001: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9004: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9007: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9010: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7163: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9020: 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
for ac_func in mkstemp
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7181: checking for $ac_func" >&5
+echo "$as_me:9038: 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 7187 "configure"
+#line 9044 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7217: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9075: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9078: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9081: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9084: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7226: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9094: 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
for ac_func in mktime
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7242: checking for $ac_func" >&5
+echo "$as_me:9110: 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 7248 "configure"
+#line 9116 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7278: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9147: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9150: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9153: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9156: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7287: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9166: 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
EOF
else
-
-LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
+ LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
fi
done
for ac_func in memlk
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7317: checking for $ac_func" >&5
+echo "$as_me:9195: 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 7323 "configure"
+#line 9201 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7353: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9232: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9235: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9238: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9241: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7362: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9251: 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
ac_cv_func_mlockall='yes'
-
fi
done
for ac_func in mlockall
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7376: checking for $ac_func" >&5
+echo "$as_me:9264: 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 7382 "configure"
+#line 9270 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7412: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9301: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9304: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9307: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9310: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7421: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9320: 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
for ac_func in mlockall
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7436: checking for $ac_func" >&5
+echo "$as_me:9335: 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 7442 "configure"
+#line 9341 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7472: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9372: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9375: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9378: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9381: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7481: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9391: 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
for ac_func in mrand48 srand48 nice nlist
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7497: checking for $ac_func" >&5
+echo "$as_me:9407: 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 7503 "configure"
+#line 9413 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7533: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9444: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9447: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9450: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9453: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7542: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9463: 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
for ac_func in ntp_adjtime ntp_gettime
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7561: checking for $ac_func" >&5
+echo "$as_me:9482: 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 7567 "configure"
+#line 9488 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7597: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9519: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9522: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9525: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9528: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7606: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9538: 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
for ac_func in plock pututline pututxline readlink rtprio
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7622: checking for $ac_func" >&5
+echo "$as_me:9554: 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 7628 "configure"
+#line 9560 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7658: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9591: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9594: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9597: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9600: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7667: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9610: 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
for ac_func in random
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7683: checking for $ac_func" >&5
+echo "$as_me:9626: 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 7689 "configure"
+#line 9632 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7719: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9663: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9666: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9669: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9672: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7728: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9682: 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
EOF
else
-
-LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
+ LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
fi
done
for ac_func in sched_setscheduler
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7754: checking for $ac_func" >&5
+echo "$as_me:9707: 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 7760 "configure"
+#line 9713 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7790: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9744: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9747: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9750: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9753: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7799: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9763: 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
for ac_func in setlinebuf
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7815: checking for $ac_func" >&5
+echo "$as_me:9779: 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 7821 "configure"
+#line 9785 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7851: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9816: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9819: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9822: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9825: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7860: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9835: 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
for ac_func in setpgid setpriority setsid settimeofday setvbuf sigaction
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7873: checking for $ac_func" >&5
+echo "$as_me:9848: 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 7879 "configure"
+#line 9854 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7909: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9885: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9888: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9891: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9894: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7918: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9904: 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
for ac_func in sigvec sigset sigsuspend stime strchr sysconf sysctl
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7931: checking for $ac_func" >&5
+echo "$as_me:9917: 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 7937 "configure"
+#line 9923 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:7967: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:9954: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:9957: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:9960: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:9963: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:7976: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:9973: 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
for ac_func in snprintf strdup strerror
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:7989: checking for $ac_func" >&5
+echo "$as_me:9986: 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 7995 "configure"
+#line 9992 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:8025: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:10023: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:10026: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:10029: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10032: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:8034: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:10042: 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
EOF
else
-
-LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
+ LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
fi
done
for ac_func in timer_create timer_settime
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8062: checking for $ac_func" >&5
+echo "$as_me:10069: 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 8068 "configure"
+#line 10075 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:8098: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:10106: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:10109: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:10112: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10115: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:8107: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:10125: 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
for ac_func in umask
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8127: checking for $ac_func" >&5
+echo "$as_me:10145: 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 8133 "configure"
+#line 10151 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:8163: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:10182: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:10185: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:10188: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10191: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:8172: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:10201: 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
for ac_func in uname updwtmp updwtmpx vsprintf
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo "configure:8188: checking for $ac_func" >&5
+echo "$as_me:10217: 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 8194 "configure"
+#line 10223 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
return 0;
}
_ACEOF
-if { (eval echo configure:8224: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (eval echo "$as_me:10254: \"$ac_link\"") >&5
+ (eval $ac_link) 2>&5
+ ac_status=$?
+ echo "$as_me:10257: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest$ac_exeext'
+ { (eval echo "$as_me:10260: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10263: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- eval "$ac_ac_var=no"
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+eval "$ac_ac_var=no"
fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest$ac_exeext conftest.$ac_ext
fi
-echo "configure:8233: result: `eval echo '${'$ac_ac_var'}'`" >&5
+echo "$as_me:10273: 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
fi
done
-echo "configure:8243: checking number of arguments to gettimeofday()" >&5
+echo "$as_me:10283: checking number of arguments to gettimeofday()" >&5
echo $ECHO_N "checking number of arguments to gettimeofday()... $ECHO_C" >&6
if test "${ac_cv_func_Xettimeofday_nargs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8249 "configure"
+#line 10289 "configure"
#include "confdefs.h"
#include <sys/time.h>
int
return 0;
}
_ACEOF
-if { (eval echo configure:8263: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:10304: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:10307: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:10310: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10313: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_func_Xettimeofday_nargs=2
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_func_Xettimeofday_nargs=1
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_func_Xettimeofday_nargs=1
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:8273: result: $ac_cv_func_Xettimeofday_nargs" >&5
+echo "$as_me:10324: result: $ac_cv_func_Xettimeofday_nargs" >&5
echo "${ECHO_T}$ac_cv_func_Xettimeofday_nargs" >&6
if test $ac_cv_func_Xettimeofday_nargs = 1; then
cat >>confdefs.h <<\EOF
fi
-echo "configure:8282: checking number of arguments taken by setpgrp()" >&5
+echo "$as_me:10333: checking number of arguments taken by setpgrp()" >&5
echo $ECHO_N "checking number of arguments taken by setpgrp()... $ECHO_C" >&6
if test "${ac_cv_func_setpgrp_nargs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8288 "configure"
+#line 10339 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
return 0;
}
_ACEOF
-if { (eval echo configure:8306: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:10358: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:10361: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:10364: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10367: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_func_setpgrp_nargs=2
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_func_setpgrp_nargs=0
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_func_setpgrp_nargs=0
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:8316: result: $ac_cv_func_setpgrp_nargs" >&5
+echo "$as_me:10378: result: $ac_cv_func_setpgrp_nargs" >&5
echo "${ECHO_T}$ac_cv_func_setpgrp_nargs" >&6
if test $ac_cv_func_setpgrp_nargs = 0; then
cat >>confdefs.h <<\EOF
save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS -I$srcdir/include"
-echo "configure:8328: checking argument pointer type of qsort()'s compare function and base" >&5
+echo "$as_me:10390: checking argument pointer type of qsort()'s compare function and base" >&5
echo $ECHO_N "checking argument pointer type of qsort()'s compare function and base... $ECHO_C" >&6
if test "${ac_cv_func_qsort_argtype+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8334 "configure"
+#line 10396 "configure"
#include "confdefs.h"
#include "l_stdlib.h"
return 0;
}
_ACEOF
-if { (eval echo configure:8361: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:10424: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:10427: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:10430: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10433: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_func_qsort_argtype=void
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_func_qsort_argtype=char
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_func_qsort_argtype=char
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:8371: result: $ac_cv_func_qsort_argtype" >&5
+echo "$as_me:10444: result: $ac_cv_func_qsort_argtype" >&5
echo "${ECHO_T}$ac_cv_func_qsort_argtype" >&6
case "$ac_cv_func_qsort_argtype" in
void)
CFLAGS=$save_CFLAGS
-echo "configure:8384: checking if we need to declare 'errno'" >&5
+echo "$as_me:10457: checking if we need to declare 'errno'" >&5
echo $ECHO_N "checking if we need to declare 'errno'... $ECHO_C" >&6
if test "${ac_cv_decl_errno+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8390 "configure"
+#line 10463 "configure"
#include "confdefs.h"
#ifdef HAVE_ERRNO_H
#include <errno.h>
return 0;
}
_ACEOF
-if { (eval echo configure:8403: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:10477: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:10480: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:10483: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10486: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_decl_errno=no
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_decl_errno=yes
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_decl_errno=yes
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:8412: result: $ac_cv_decl_errno" >&5
+echo "$as_me:10496: result: $ac_cv_decl_errno" >&5
echo "${ECHO_T}$ac_cv_decl_errno" >&6
case "$ac_cv_decl_errno" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:8421: checking if we may declare 'h_errno'" >&5
+echo "$as_me:10505: checking if we may declare 'h_errno'" >&5
echo $ECHO_N "checking if we may declare 'h_errno'... $ECHO_C" >&6
if test "${ac_cv_decl_h_errno+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8427 "configure"
+#line 10511 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H
return 0;
}
_ACEOF
-if { (eval echo configure:8450: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:10535: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:10538: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:10541: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10544: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_decl_h_errno=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_decl_h_errno=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_decl_h_errno=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:8459: result: $ac_cv_decl_h_errno" >&5
+echo "$as_me:10554: result: $ac_cv_decl_h_errno" >&5
echo "${ECHO_T}$ac_cv_decl_h_errno" >&6
case "$ac_cv_decl_h_errno" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:8468: checking if declaring 'char *sys_errlist[]' is ok" >&5
+echo "$as_me:10563: checking if declaring 'char *sys_errlist[]' is ok" >&5
echo $ECHO_N "checking if declaring 'char *sys_errlist[]' is ok... $ECHO_C" >&6
if test "${ac_cv_decl_sys_errlist+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8474 "configure"
+#line 10569 "configure"
#include "confdefs.h"
#include <stdio.h>
#ifdef HAVE_ERRNO_H
return 0;
}
_ACEOF
-if { (eval echo configure:8489: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:10585: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:10588: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:10591: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10594: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_decl_sys_errlist=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_decl_sys_errlist=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_decl_sys_errlist=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:8498: result: $ac_cv_decl_sys_errlist" >&5
+echo "$as_me:10604: result: $ac_cv_decl_sys_errlist" >&5
echo "${ECHO_T}$ac_cv_decl_sys_errlist" >&6
case "$ac_cv_decl_sys_errlist" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:8507: checking if declaring 'syscall()' is ok" >&5
+echo "$as_me:10613: checking if declaring 'syscall()' is ok" >&5
echo $ECHO_N "checking if declaring 'syscall()' is ok... $ECHO_C" >&6
if test "${ac_cv_decl_syscall+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 8513 "configure"
+#line 10619 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
return 0;
}
_ACEOF
-if { (eval echo configure:8536: \"$ac_compile\") >&5; (eval $ac_compile) 2>&5; } && test -s conftest.$ac_objext; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:10643: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+ echo "$as_me:10646: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:10649: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:10652: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_decl_syscall=yes
else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- ac_cv_decl_syscall=no
+ echo "$as_me: failed program was:" >&5
+cat conftest.$ac_ext >&5
+ac_cv_decl_syscall=no
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "configure:8545: result: $ac_cv_decl_syscall" >&5
+echo "$as_me:10662: result: $ac_cv_decl_syscall" >&5
echo "${ECHO_T}$ac_cv_decl_syscall" >&6
case "$ac_cv_decl_syscall" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:8820: checking if we should use a streams device for ifconfig" >&5
+echo "$as_me:10937: checking if we should use a streams device for ifconfig" >&5
echo $ECHO_N "checking if we should use a streams device for ifconfig... $ECHO_C" >&6
if test "${ac_cv_var_use_streams_device_for_ifconfig+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_var_use_streams_device_for_ifconfig=no
fi
-echo "configure:8827: result: $ac_cv_var_use_streams_device_for_ifconfig" >&5
+echo "$as_me:10944: result: $ac_cv_var_use_streams_device_for_ifconfig" >&5
echo "${ECHO_T}$ac_cv_var_use_streams_device_for_ifconfig" >&6
-echo "configure:8830: checking if we need extra room for SO_RCVBUF" >&5
+echo "$as_me:10947: checking if we need extra room for SO_RCVBUF" >&5
echo $ECHO_N "checking if we need extra room for SO_RCVBUF... $ECHO_C" >&6
if test "${ac_cv_var_rcvbuf_slop+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_rcvbuf_slop=$ans
fi
-echo "configure:8843: result: $ac_cv_var_rcvbuf_slop" >&5
+echo "$as_me:10960: result: $ac_cv_var_rcvbuf_slop" >&5
echo "${ECHO_T}$ac_cv_var_rcvbuf_slop" >&6
case "$ac_cv_var_rcvbuf_slop" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:8852: checking if we will open the broadcast socket" >&5
+echo "$as_me:10969: checking if we will open the broadcast socket" >&5
echo $ECHO_N "checking if we will open the broadcast socket... $ECHO_C" >&6
if test "${ac_cv_var_open_bcast_socket+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_open_bcast_socket=$ans
fi
-echo "configure:8868: result: $ac_cv_var_open_bcast_socket" >&5
+echo "$as_me:10985: result: $ac_cv_var_open_bcast_socket" >&5
echo "${ECHO_T}$ac_cv_var_open_bcast_socket" >&6
case "$ac_cv_var_open_bcast_socket" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:8877: checking if we want the HPUX version of FindConfig()" >&5
+echo "$as_me:10994: checking if we want the HPUX version of FindConfig()" >&5
echo $ECHO_N "checking if we want the HPUX version of FindConfig()... $ECHO_C" >&6
if test "${ac_cv_var_hpux_findconfig+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_hpux_findconfig=$ans
fi
-echo "configure:8890: result: $ac_cv_var_hpux_findconfig" >&5
+echo "$as_me:11007: result: $ac_cv_var_hpux_findconfig" >&5
echo "${ECHO_T}$ac_cv_var_hpux_findconfig" >&6
case "$ac_cv_var_hpux_findconfig" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:8899: checking if process groups are set with -pid" >&5
+echo "$as_me:11016: checking if process groups are set with -pid" >&5
echo $ECHO_N "checking if process groups are set with -pid... $ECHO_C" >&6
if test "${ac_cv_arg_setpgrp_negpid+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_arg_setpgrp_negpid=$ans
fi
-echo "configure:8926: result: $ac_cv_arg_setpgrp_negpid" >&5
+echo "$as_me:11043: result: $ac_cv_arg_setpgrp_negpid" >&5
echo "${ECHO_T}$ac_cv_arg_setpgrp_negpid" >&6
case "$ac_cv_arg_setpgrp_negpid" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:8935: checking if we need a ctty for F_SETOWN" >&5
+echo "$as_me:11052: checking if we need a ctty for F_SETOWN" >&5
echo $ECHO_N "checking if we need a ctty for F_SETOWN... $ECHO_C" >&6
if test "${ac_cv_func_ctty_for_f_setown+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_func_ctty_for_f_setown=$ans
fi
-echo "configure:8961: result: $ac_cv_func_ctty_for_f_setown" >&5
+echo "$as_me:11078: result: $ac_cv_func_ctty_for_f_setown" >&5
echo "${ECHO_T}$ac_cv_func_ctty_for_f_setown" >&6
case "$ac_cv_func_ctty_for_f_setown" in
yes) cat >>confdefs.h <<\EOF
esac
ntp_warning='GRONK'
-echo "configure:8971: checking if we'll use clock_settime or settimeofday or stime" >&5
+echo "$as_me:11088: checking if we'll use clock_settime or settimeofday or stime" >&5
echo $ECHO_N "checking if we'll use clock_settime or settimeofday or stime... $ECHO_C" >&6
case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in
yes*)
;;
esac
esac
-echo "configure:8993: result: $ans" >&5
+echo "$as_me:11110: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
case "$ntp_warning" in
'') ;;
- *) echo "configure: WARNING: *** $ntp_warning ***" >&2
+ *) { echo "$as_me:11114: WARNING: *** $ntp_warning ***" >&5
+echo "$as_me: WARNING: *** $ntp_warning ***" >&2;}
;;
esac
-echo "configure:9001: checking if we have a losing syscall()" >&5
+echo "$as_me:11119: checking if we have a losing syscall()" >&5
echo $ECHO_N "checking if we have a losing syscall()... $ECHO_C" >&6
if test "${ac_cv_var_syscall_bug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_syscall_bug=$ans
fi
-echo "configure:9015: result: $ac_cv_var_syscall_bug" >&5
+echo "$as_me:11133: result: $ac_cv_var_syscall_bug" >&5
echo "${ECHO_T}$ac_cv_var_syscall_bug" >&6
case "$ac_cv_var_syscall_bug" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:9024: checking for Streams/TLI" >&5
+echo "$as_me:11142: checking for Streams/TLI" >&5
echo $ECHO_N "checking for Streams/TLI... $ECHO_C" >&6
if test "${ac_cv_var_streams_tli+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_streams_tli=$ans
fi
-echo "configure:9042: result: $ac_cv_var_streams_tli" >&5
+echo "$as_me:11160: result: $ac_cv_var_streams_tli" >&5
echo "${ECHO_T}$ac_cv_var_streams_tli" >&6
case "$ac_cv_var_streams_tli" in
yes)
;;
esac
-echo "configure:9053: checking for SIGIO" >&5
+echo "$as_me:11171: checking for SIGIO" >&5
echo $ECHO_N "checking for SIGIO... $ECHO_C" >&6
if test "${ac_cv_hdr_def_sigio+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9059 "configure"
+#line 11177 "configure"
#include "confdefs.h"
#include <signal.h>
#ifdef SIGIO
rm -f conftest*
fi
-echo "configure:9076: result: $ac_cv_hdr_def_sigio" >&5
+echo "$as_me:11194: result: $ac_cv_hdr_def_sigio" >&5
echo "${ECHO_T}$ac_cv_hdr_def_sigio" >&6
-echo "configure:9079: checking if we want to use signalled IO" >&5
+echo "$as_me:11197: checking if we want to use signalled IO" >&5
echo $ECHO_N "checking if we want to use signalled IO... $ECHO_C" >&6
if test "${ac_cv_var_signalled_io+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_signalled_io=$ans
fi
-echo "configure:9121: result: $ac_cv_var_signalled_io" >&5
+echo "$as_me:11239: result: $ac_cv_var_signalled_io" >&5
echo "${ECHO_T}$ac_cv_var_signalled_io" >&6
case "$ac_cv_var_signalled_io" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:9130: checking for SIGPOLL" >&5
+echo "$as_me:11248: checking for SIGPOLL" >&5
echo $ECHO_N "checking for SIGPOLL... $ECHO_C" >&6
if test "${ac_cv_hdr_def_sigpoll+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9136 "configure"
+#line 11254 "configure"
#include "confdefs.h"
#include <signal.h>
#ifdef SIGPOLL
rm -f conftest*
fi
-echo "configure:9153: result: $ac_cv_hdr_def_sigpoll" >&5
+echo "$as_me:11271: result: $ac_cv_hdr_def_sigpoll" >&5
echo "${ECHO_T}$ac_cv_hdr_def_sigpoll" >&6
-echo "configure:9156: checking for SIGSYS" >&5
+echo "$as_me:11274: checking for SIGSYS" >&5
echo $ECHO_N "checking for SIGSYS... $ECHO_C" >&6
if test "${ac_cv_hdr_def_sigsys+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9162 "configure"
+#line 11280 "configure"
#include "confdefs.h"
#include <signal.h>
#ifdef SIGSYS
rm -f conftest*
fi
-echo "configure:9179: result: $ac_cv_hdr_def_sigsys" >&5
+echo "$as_me:11297: result: $ac_cv_hdr_def_sigsys" >&5
echo "${ECHO_T}$ac_cv_hdr_def_sigsys" >&6
-echo "configure:9182: checking if we can use SIGPOLL for UDP I/O" >&5
+echo "$as_me:11300: checking if we can use SIGPOLL for UDP I/O" >&5
echo $ECHO_N "checking if we can use SIGPOLL for UDP I/O... $ECHO_C" >&6
if test "${ac_cv_var_use_udp_sigpoll+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_use_udp_sigpoll=$ans
fi
-echo "configure:9228: result: $ac_cv_var_use_udp_sigpoll" >&5
+echo "$as_me:11346: result: $ac_cv_var_use_udp_sigpoll" >&5
echo "${ECHO_T}$ac_cv_var_use_udp_sigpoll" >&6
case "$ac_cv_var_use_udp_sigpoll" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:9237: checking if we can use SIGPOLL for TTY I/O" >&5
+echo "$as_me:11355: checking if we can use SIGPOLL for TTY I/O" >&5
echo $ECHO_N "checking if we can use SIGPOLL for TTY I/O... $ECHO_C" >&6
if test "${ac_cv_var_use_tty_sigpoll+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_use_tty_sigpoll=$ans
fi
-echo "configure:9283: result: $ac_cv_var_use_tty_sigpoll" >&5
+echo "$as_me:11401: result: $ac_cv_var_use_tty_sigpoll" >&5
echo "${ECHO_T}$ac_cv_var_use_tty_sigpoll" >&6
case "$ac_cv_var_use_tty_sigpoll" in
yes) cat >>confdefs.h <<\EOF
case "$ac_cv_header_sys_sio_h" in
yes)
- echo "configure:9294: checking sys/sio.h for TIOCDCDTIMESTAMP" >&5
+ echo "$as_me:11412: checking sys/sio.h for TIOCDCDTIMESTAMP" >&5
echo $ECHO_N "checking sys/sio.h for TIOCDCDTIMESTAMP... $ECHO_C" >&6
if test "${ac_cv_hdr_def_tiocdcdtimestamp+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9300 "configure"
+#line 11418 "configure"
#include "confdefs.h"
#include <sys/sio.h>
#ifdef TIOCDCDTIMESTAMP
rm -f conftest*
fi
-echo "configure:9317: result: $ac_cv_hdr_def_tiocdcdtimestamp" >&5
+echo "$as_me:11435: result: $ac_cv_hdr_def_tiocdcdtimestamp" >&5
echo "${ECHO_T}$ac_cv_hdr_def_tiocdcdtimestamp" >&6
;;
esac
;;
esac
-echo "configure:9328: checking if nlist() values might require extra indirection" >&5
+echo "$as_me:11446: checking if nlist() values might require extra indirection" >&5
echo $ECHO_N "checking if nlist() values might require extra indirection... $ECHO_C" >&6
if test "${ac_cv_var_nlist_extra_indirection+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_nlist_extra_indirection=$ans
fi
-echo "configure:9341: result: $ac_cv_var_nlist_extra_indirection" >&5
+echo "$as_me:11459: result: $ac_cv_var_nlist_extra_indirection" >&5
echo "${ECHO_T}$ac_cv_var_nlist_extra_indirection" >&6
case "$ac_cv_var_nlist_extra_indirection" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:9350: checking for a minimum recommended value of tickadj" >&5
+echo "$as_me:11468: checking for a minimum recommended value of tickadj" >&5
echo $ECHO_N "checking for a minimum recommended value of tickadj... $ECHO_C" >&6
if test "${ac_cv_var_min_rec_tickadj+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_min_rec_tickadj=$ans
fi
-echo "configure:9363: result: $ac_cv_var_min_rec_tickadj" >&5
+echo "$as_me:11481: result: $ac_cv_var_min_rec_tickadj" >&5
echo "${ECHO_T}$ac_cv_var_min_rec_tickadj" >&6
case "$ac_cv_var_min_rec_tickadj" in
''|no) ;;
;;
esac
-echo "configure:9373: checking if the TTY code permits PARENB and IGNPAR" >&5
+echo "$as_me:11491: checking if the TTY code permits PARENB and IGNPAR" >&5
echo $ECHO_N "checking if the TTY code permits PARENB and IGNPAR... $ECHO_C" >&6
if test "${ac_cv_var_no_parenb_ignpar+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_no_parenb_ignpar=$ans
fi
-echo "configure:9389: result: $ac_cv_var_no_parenb_ignpar" >&5
+echo "$as_me:11507: result: $ac_cv_var_no_parenb_ignpar" >&5
echo "${ECHO_T}$ac_cv_var_no_parenb_ignpar" >&6
case "$ac_cv_var_no_parenb_ignpar" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:9398: checking if we're including debugging code" >&5
+echo "$as_me:11516: checking if we're including debugging code" >&5
echo $ECHO_N "checking if we're including debugging code... $ECHO_C" >&6
# Check whether --enable-debugging or --disable-debugging was given.
if test "${enable_debugging+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=yes
-fi
+fi;
if test "$ntp_ok" = "yes"; then
cat >>confdefs.h <<\EOF
#define DEBUG 1
EOF
fi
-echo "configure:9413: result: $ntp_ok" >&5
+echo "$as_me:11531: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:9416: checking for a the number of minutes in a DST adjustment" >&5
+echo "$as_me:11534: checking for a the number of minutes in a DST adjustment" >&5
echo $ECHO_N "checking for a the number of minutes in a DST adjustment... $ECHO_C" >&6
# Check whether --enable-dst_minutes or --disable-dst_minutes was given.
if test "${enable_dst_minutes+set}" = set; then
ans=$enableval
else
ans=60
-fi
+fi;
cat >>confdefs.h <<EOF
#define DSTMINUTES $ans
EOF
-echo "configure:9429: result: $ans" >&5
+echo "$as_me:11547: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
-echo "configure:9432: checking if we have the tty_clk line discipline/streams module" >&5
+echo "$as_me:11550: checking if we have the tty_clk line discipline/streams module" >&5
echo $ECHO_N "checking if we have the tty_clk line discipline/streams module... $ECHO_C" >&6
if test "${ac_cv_var_tty_clk+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
*yes*) ac_cv_var_tty_clk=yes ;;
esac
fi
-echo "configure:9441: result: $ac_cv_var_tty_clk" >&5
+echo "$as_me:11559: result: $ac_cv_var_tty_clk" >&5
echo "${ECHO_T}$ac_cv_var_tty_clk" >&6
case "$ac_cv_var_tty_clk" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:9450: checking for the ppsclock streams module" >&5
+echo "$as_me:11568: checking for the ppsclock streams module" >&5
echo $ECHO_N "checking for the ppsclock streams module... $ECHO_C" >&6
if test "${ac_cv_var_ppsclock+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_var_ppsclock=$ac_cv_struct_ppsclockev
fi
-echo "configure:9457: result: $ac_cv_var_ppsclock" >&5
+echo "$as_me:11575: result: $ac_cv_var_ppsclock" >&5
echo "${ECHO_T}$ac_cv_var_ppsclock" >&6
case "$ac_cv_var_ppsclock" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:9466: checking for kernel multicast support" >&5
+echo "$as_me:11584: checking for kernel multicast support" >&5
echo $ECHO_N "checking for kernel multicast support... $ECHO_C" >&6
if test "${ac_cv_var_mcast+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
case "$target" in
i386-sequent-sysv4) ;;
*) cat >conftest.$ac_ext <<_ACEOF
-#line 9475 "configure"
+#line 11593 "configure"
#include "confdefs.h"
#include <netinet/in.h>
#ifdef IP_ADD_MEMBERSHIP
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ac_cv_var_mcast=yes
-
fi
rm -f conftest*
;;
esac
fi
-echo "configure:9492: result: $ac_cv_var_mcast" >&5
+echo "$as_me:11609: result: $ac_cv_var_mcast" >&5
echo "${ECHO_T}$ac_cv_var_mcast" >&6
case "$ac_cv_var_mcast" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:9501: checking availability of ntp_{adj,get}time()" >&5
+echo "$as_me:11618: checking availability of ntp_{adj,get}time()" >&5
echo $ECHO_N "checking availability of ntp_{adj,get}time()... $ECHO_C" >&6
if test "${ac_cv_var_ntp_syscalls+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ac_cv_var_ntp_syscalls=libc
;;
*) cat >conftest.$ac_ext <<_ACEOF
-#line 9516 "configure"
+#line 11633 "configure"
#include "confdefs.h"
#include <sys/syscall.h>
#if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime)
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ac_cv_var_ntp_syscalls=kernel
-
fi
rm -f conftest*
;;
esac
fi
-echo "configure:9536: result: $ac_cv_var_ntp_syscalls" >&5
+echo "$as_me:11652: result: $ac_cv_var_ntp_syscalls" >&5
echo "${ECHO_T}$ac_cv_var_ntp_syscalls" >&6
case "$ac_cv_var_ntp_syscalls" in
libc)
;;
esac
-echo "configure:9555: checking if sys/timex.h has STA_FLL" >&5
+echo "$as_me:11671: checking if sys/timex.h has STA_FLL" >&5
echo $ECHO_N "checking if sys/timex.h has STA_FLL... $ECHO_C" >&6
if test "${ac_cv_var_sta_fll+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9561 "configure"
+#line 11677 "configure"
#include "confdefs.h"
#include <sys/timex.h>
#ifdef STA_FLL
rm -f conftest*
fi
-echo "configure:9578: result: $ac_cv_var_sta_fll" >&5
+echo "$as_me:11694: result: $ac_cv_var_sta_fll" >&5
echo "${ECHO_T}$ac_cv_var_sta_fll" >&6
-echo "configure:9581: checking if we have kernel PLL support" >&5
+echo "$as_me:11697: checking if we have kernel PLL support" >&5
echo $ECHO_N "checking if we have kernel PLL support... $ECHO_C" >&6
if test "${ac_cv_var_kernel_pll+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
fi
-echo "configure:9594: result: $ac_cv_var_kernel_pll" >&5
+echo "$as_me:11710: result: $ac_cv_var_kernel_pll" >&5
echo "${ECHO_T}$ac_cv_var_kernel_pll" >&6
case "$ac_cv_var_kernel_pll" in
yes)
;;
esac
-echo "configure:9605: checking if SIOCGIFCONF returns buffer size in the buffer" >&5
+echo "$as_me:11721: checking if SIOCGIFCONF returns buffer size in the buffer" >&5
echo $ECHO_N "checking if SIOCGIFCONF returns buffer size in the buffer... $ECHO_C" >&6
if test "${ac_cv_var_size_returned_in_buffer+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_size_returned_in_buffer=$ans
fi
-echo "configure:9624: result: $ac_cv_var_size_returned_in_buffer" >&5
+echo "$as_me:11740: result: $ac_cv_var_size_returned_in_buffer" >&5
echo "${ECHO_T}$ac_cv_var_size_returned_in_buffer" >&6
case "$ac_cv_var_size_returned_in_buffer" in
yes) cat >>confdefs.h <<\EOF
esac
# Check for ioctls TIOCGPPSEV
-echo "configure:9634: checking ioctl TIOCGPPSEV" >&5
+echo "$as_me:11750: checking ioctl TIOCGPPSEV" >&5
echo $ECHO_N "checking ioctl TIOCGPPSEV... $ECHO_C" >&6
if test "$ac_cv_header_termios_h" = "yes"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 9638 "configure"
+#line 11754 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef TIOCGPPSEV
yes
#endif
-
+
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ac_cv_var_oncore_ok=yes
fi
-echo "configure:9664: result: $ntp_ok" >&5
+echo "$as_me:11780: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# Check for ioctls TIOCSPPS
-echo "configure:9668: checking ioctl TIOCSPPS" >&5
+echo "$as_me:11784: checking ioctl TIOCSPPS" >&5
echo $ECHO_N "checking ioctl TIOCSPPS... $ECHO_C" >&6
if test "$ac_cv_header_termios_h" = "yes"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 9672 "configure"
+#line 11788 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef TIOCSPPS
yes
#endif
-
+
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
EOF
fi
-echo "configure:9698: result: $ntp_ok" >&5
+echo "$as_me:11814: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# Check for ioctls CIOGETEV
-echo "configure:9702: checking ioctl CIOGETEV" >&5
+echo "$as_me:11818: checking ioctl CIOGETEV" >&5
echo $ECHO_N "checking ioctl CIOGETEV... $ECHO_C" >&6
if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then
cat >conftest.$ac_ext <<_ACEOF
-#line 9706 "configure"
+#line 11822 "configure"
#include "confdefs.h"
#include <sys/ppsclock.h>
#ifdef CIOGETEV
yes
#endif
-
+
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
EOF
fi
-echo "configure:9732: result: $ntp_ok" >&5
+echo "$as_me:11848: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# ATOM/PPSAPI stuff.
esac
# Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG
-
-echo "configure:9766: checking for linux/serial.h" >&5
+echo "$as_me:11881: checking for linux/serial.h" >&5
echo $ECHO_N "checking for linux/serial.h... $ECHO_C" >&6
if test "${ac_cv_header_linux_serial_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9772 "configure"
+#line 11887 "configure"
#include "confdefs.h"
#include <linux/serial.h>
-
_ACEOF
-ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9778: \"$ac_try\") >&5; (eval $ac_try) 2>&5; }
-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.$ac_ext\$"`
-if test -z "$ac_err"; then
+if { (eval echo "$as_me:11891: \"$ac_cpp conftest.$ac_ext\"") >&5
+ (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
+ ac_status=$?
+ egrep -v '^ *\+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:11897: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null; then
+ if test -s conftest.err; then
+ ac_cpp_err=$ac_c_preproc_warn_flag
+ else
+ ac_cpp_err=
+ fi
+else
+ ac_cpp_err=yes
+fi
+if test -z "$ac_cpp_err"; then
ac_cv_header_linux_serial_h=yes
else
- echo "$ac_err" >&5
- echo "configure: failed program was:" >&5
+ echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_linux_serial_h=no
fi
-rm -f conftest*
+rm -f conftest.err conftest.$ac_ext
fi
-echo "configure:9790: result: $ac_cv_header_linux_serial_h" >&5
+echo "$as_me:11916: result: $ac_cv_header_linux_serial_h" >&5
echo "${ECHO_T}$ac_cv_header_linux_serial_h" >&6
-echo "configure:9793: checking ioctl TIOCGSERIAL" >&5
+echo "$as_me:11919: checking ioctl TIOCGSERIAL" >&5
echo $ECHO_N "checking ioctl TIOCGSERIAL... $ECHO_C" >&6
case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in
yesyes)
cat >conftest.$ac_ext <<_ACEOF
-#line 9798 "configure"
+#line 11924 "configure"
#include "confdefs.h"
#include <sys/time.h>
typedef int u_int;
#endif
#endif
#endif
-
+
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=yes
-
fi
rm -f conftest*
EOF
fi
-echo "configure:9837: result: $ntp_ok" >&5
+echo "$as_me:11962: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# Check for SHMEM_STATUS support
-echo "configure:9841: checking SHMEM_STATUS support" >&5
+echo "$as_me:11966: checking SHMEM_STATUS support" >&5
echo $ECHO_N "checking SHMEM_STATUS support... $ECHO_C" >&6
case "$ac_cv_header_sys_mman_h" in
yes) ntp_ok=yes ;;
EOF
fi
-echo "configure:9853: result: $ntp_ok" >&5
+echo "$as_me:11978: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
ntp_refclock=no
# HPUX only, and by explicit request
-echo "configure:9859: checking Datum/Bancomm bc635/VME interface" >&5
+echo "$as_me:11984: checking Datum/Bancomm bc635/VME interface" >&5
echo $ECHO_N "checking Datum/Bancomm bc635/VME interface... $ECHO_C" >&6
# Check whether --enable-BANCOMM or --disable-BANCOMM was given.
if test "${enable_BANCOMM+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=no
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:9875: result: $ntp_ok" >&5
+echo "$as_me:12000: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$target" in
yes*-*-hpux*) ;;
- yes*) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
+ yes*) { echo "$as_me:12004: WARNING: *** But the expected answer is... no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
esac
#HPUX only, and only by explicit request
-echo "configure:9883: checking TrueTime GPS receiver/VME interface" >&5
+echo "$as_me:12009: checking TrueTime GPS receiver/VME interface" >&5
echo $ECHO_N "checking TrueTime GPS receiver/VME interface... $ECHO_C" >&6
# Check whether --enable-GPSVME or --disable-GPSVME was given.
if test "${enable_GPSVME+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=no
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:9899: result: $ntp_ok" >&5
+echo "$as_me:12025: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$target" in
yes*-*-hpux*) ;;
- yes*) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
+ yes*) { echo "$as_me:12029: WARNING: *** But the expected answer is... no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
esac
-echo "configure:9906: checking for PCL720 clock support" >&5
+echo "$as_me:12033: checking for PCL720 clock support" >&5
echo $ECHO_N "checking for PCL720 clock support... $ECHO_C" >&6
case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in
yesyesyes)
ans=no
;;
esac
-echo "configure:9920: result: $ans" >&5
+echo "$as_me:12047: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
-echo "configure:9923: checking for SHM clock attached thru shared memory" >&5
+echo "$as_me:12050: checking for SHM clock attached thru shared memory" >&5
echo $ECHO_N "checking for SHM clock attached thru shared memory... $ECHO_C" >&6
# Check whether --enable-SHM or --disable-SHM was given.
if test "${enable_SHM+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=no
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:9939: result: $ntp_ok" >&5
+echo "$as_me:12066: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:9942: checking for default inclusion of all suitable non-PARSE clocks" >&5
+echo "$as_me:12069: checking for default inclusion of all suitable non-PARSE clocks" >&5
echo $ECHO_N "checking for default inclusion of all suitable non-PARSE clocks... $ECHO_C" >&6
# Check whether --enable-all-clocks or --disable-all-clocks was given.
if test "${enable_all_clocks+set}" = set; then
ntp_eac=$enableval
else
ntp_eac=yes
-fi
-echo "configure:9951: result: $ntp_eac" >&5
+fi;
+echo "$as_me:12078: result: $ntp_eac" >&5
echo "${ECHO_T}$ntp_eac" >&6
-echo "configure:9954: checking if we have support for PARSE clocks" >&5
+echo "$as_me:12081: checking if we have support for PARSE clocks" >&5
echo $ECHO_N "checking if we have support for PARSE clocks... $ECHO_C" >&6
case "$ac_cv_var_atom_ok$ac_cv_header_termio_h$ac_cv_header_termios_h" in
yes*yes*)
*) ntp_canparse=no
;;
esac
-echo "configure:9963: result: $ntp_canparse" >&5
+echo "$as_me:12090: result: $ntp_canparse" >&5
echo "${ECHO_T}$ntp_canparse" >&6
-echo "configure:9966: checking if we have support for audio clocks" >&5
+echo "$as_me:12093: checking if we have support for audio clocks" >&5
echo $ECHO_N "checking if we have support for audio clocks... $ECHO_C" >&6
case "$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in
*yes*)
;;
*) ntp_canaudio=no ;;
esac
-echo "configure:9979: result: $ntp_canaudio" >&5
+echo "$as_me:12106: result: $ntp_canaudio" >&5
echo "${ECHO_T}$ntp_canaudio" >&6
# Requires modem control
-echo "configure:9983: checking ACTS modem service" >&5
+echo "$as_me:12110: checking ACTS modem service" >&5
echo $ECHO_N "checking ACTS modem service... $ECHO_C" >&6
# Check whether --enable-ACTS or --disable-ACTS was given.
if test "${enable_ACTS+set}" = set; then
ntp_ok=$enableval
else
cat >conftest.$ac_ext <<_ACEOF
-#line 9991 "configure"
+#line 12118 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
fi
rm -f conftest*
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10018: result: $ntp_ok" >&5
+echo "$as_me:12145: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10021: checking Arbiter 1088A/B GPS receiver" >&5
+echo "$as_me:12148: checking Arbiter 1088A/B GPS receiver" >&5
echo $ECHO_N "checking Arbiter 1088A/B GPS receiver... $ECHO_C" >&6
# Check whether --enable-ARBITER or --disable-ARBITER was given.
if test "${enable_ARBITER+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10037: result: $ntp_ok" >&5
+echo "$as_me:12164: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10040: checking Arcron MSF receiver" >&5
+echo "$as_me:12167: checking Arcron MSF receiver" >&5
echo $ECHO_N "checking Arcron MSF receiver... $ECHO_C" >&6
# Check whether --enable-ARCRON_MSF or --disable-ARCRON_MSF was given.
if test "${enable_ARCRON_MSF+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10056: result: $ntp_ok" >&5
+echo "$as_me:12183: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10059: checking ATOM PPS interface" >&5
+echo "$as_me:12186: checking ATOM PPS interface" >&5
echo $ECHO_N "checking ATOM PPS interface... $ECHO_C" >&6
# Check whether --enable-ATOM or --disable-ATOM was given.
if test "${enable_ATOM+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
case "$ac_cv_var_atom_ok" in
no) ntp_ok=no ;;
esac
EOF
fi
-echo "configure:10078: result: $ntp_ok" >&5
+echo "$as_me:12205: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10081: checking Austron 2200A/2201A GPS receiver" >&5
+echo "$as_me:12208: checking Austron 2200A/2201A GPS receiver" >&5
echo $ECHO_N "checking Austron 2200A/2201A GPS receiver... $ECHO_C" >&6
# Check whether --enable-AS2201 or --disable-AS2201 was given.
if test "${enable_AS2201+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10097: result: $ntp_ok" >&5
+echo "$as_me:12224: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10100: checking CHU modem/decoder" >&5
+echo "$as_me:12227: checking CHU modem/decoder" >&5
echo $ECHO_N "checking CHU modem/decoder... $ECHO_C" >&6
# Check whether --enable-CHU or --disable-CHU was given.
if test "${enable_CHU+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10116: result: $ntp_ok" >&5
+echo "$as_me:12243: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
ac_refclock_chu=$ntp_ok
-echo "configure:10120: checking CHU audio/decoder" >&5
+echo "$as_me:12247: checking CHU audio/decoder" >&5
echo $ECHO_N "checking CHU audio/decoder... $ECHO_C" >&6
# Check whether --enable-AUDIO-CHU or --disable-AUDIO-CHU was given.
if test "${enable_AUDIO_CHU+set}" = set; then
*no*) ntp_ok=no ;;
*) ntp_ok=yes ;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
cat >>confdefs.h <<\EOF
#define AUDIO_CHU 1
EOF
fi
-echo "configure:10138: result: $ntp_ok" >&5
+echo "$as_me:12265: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# We used to check for sunos/solaris target...
case "$ntp_ok$ac_refclock_chu$ntp_canaudio" in
- yes*no*) echo "configure: WARNING: *** But the expected answer is...no ***" >&2 ;;
+ yes*no*) { echo "$as_me:12269: WARNING: *** But the expected answer is...no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is...no ***" >&2;} ;;
esac
# Not under HP-UX
-echo "configure:10146: checking Datum Programmable Time System" >&5
+echo "$as_me:12274: checking Datum Programmable Time System" >&5
echo $ECHO_N "checking Datum Programmable Time System... $ECHO_C" >&6
# Check whether --enable-DATUM or --disable-DATUM was given.
if test "${enable_DATUM+set}" = set; then
*) ntp_ok=no
;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10168: result: $ntp_ok" >&5
+echo "$as_me:12296: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10171: checking Forum Graphic GPS" >&5
+echo "$as_me:12299: checking Forum Graphic GPS" >&5
echo $ECHO_N "checking Forum Graphic GPS... $ECHO_C" >&6
# Check whether --enable-FG or --disable-FG was given.
if test "${enable_FG+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10187: result: $ntp_ok" >&5
+echo "$as_me:12315: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# Requires modem control
-echo "configure:10191: checking Heath GC-1000 WWV/WWVH receiver" >&5
+echo "$as_me:12319: checking Heath GC-1000 WWV/WWVH receiver" >&5
echo $ECHO_N "checking Heath GC-1000 WWV/WWVH receiver... $ECHO_C" >&6
# Check whether --enable-HEATH or --disable-HEATH was given.
if test "${enable_HEATH+set}" = set; then
ntp_ok=$enableval
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10199 "configure"
+#line 12327 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
fi
rm -f conftest*
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10226: result: $ntp_ok" >&5
+echo "$as_me:12354: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10229: checking HP 58503A GPS receiver" >&5
+echo "$as_me:12357: checking HP 58503A GPS receiver" >&5
echo $ECHO_N "checking HP 58503A GPS receiver... $ECHO_C" >&6
# Check whether --enable-HPGPS or --disable-HPGPS was given.
if test "${enable_HPGPS+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10245: result: $ntp_ok" >&5
+echo "$as_me:12373: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10248: checking Sun IRIG audio decoder" >&5
+echo "$as_me:12376: checking Sun IRIG audio decoder" >&5
echo $ECHO_N "checking Sun IRIG audio decoder... $ECHO_C" >&6
# Check whether --enable-IRIG or --disable-IRIG was given.
if test "${enable_IRIG+set}" = set; then
*no*) ntp_ok=no ;;
*) ntp_ok=yes ;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10267: result: $ntp_ok" >&5
+echo "$as_me:12395: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canaudio" in
- yesno) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
+ yesno) { echo "$as_me:12398: WARNING: *** But the expected answer is... no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
esac
-echo "configure:10273: checking Leitch CSD 5300 Master Clock System Driver" >&5
+echo "$as_me:12402: checking Leitch CSD 5300 Master Clock System Driver" >&5
echo $ECHO_N "checking Leitch CSD 5300 Master Clock System Driver... $ECHO_C" >&6
# Check whether --enable-LEITCH or --disable-LEITCH was given.
if test "${enable_LEITCH+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10289: result: $ntp_ok" >&5
+echo "$as_me:12418: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10292: checking local clock reference" >&5
+echo "$as_me:12421: checking local clock reference" >&5
echo $ECHO_N "checking local clock reference... $ECHO_C" >&6
# Check whether --enable-LOCAL-CLOCK or --disable-LOCAL-CLOCK was given.
if test "${enable_LOCAL_CLOCK+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10308: result: $ntp_ok" >&5
+echo "$as_me:12437: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10311: checking EES M201 MSF receiver" >&5
+echo "$as_me:12440: checking EES M201 MSF receiver" >&5
echo $ECHO_N "checking EES M201 MSF receiver... $ECHO_C" >&6
# Check whether --enable-MSFEES or --disable-MSFEES was given.
if test "${enable_MSFEES+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10327: result: $ntp_ok" >&5
+echo "$as_me:12456: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# Not Ultrix
-echo "configure:10331: checking Magnavox MX4200 GPS receiver" >&5
+echo "$as_me:12460: checking Magnavox MX4200 GPS receiver" >&5
echo $ECHO_N "checking Magnavox MX4200 GPS receiver... $ECHO_C" >&6
# Check whether --enable-MX4200 or --disable-MX4200 was given.
if test "${enable_MX4200+set}" = set; then
*) ntp_ok=no
;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10352: result: $ntp_ok" >&5
+echo "$as_me:12481: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$target" in
- yes*-*-ultrix*) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
+ yes*-*-ultrix*) { echo "$as_me:12484: WARNING: *** But the expected answer is... no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
esac
-echo "configure:10358: checking NMEA GPS receiver" >&5
+echo "$as_me:12488: checking NMEA GPS receiver" >&5
echo $ECHO_N "checking NMEA GPS receiver... $ECHO_C" >&6
# Check whether --enable-NMEA or --disable-NMEA was given.
if test "${enable_NMEA+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10374: result: $ntp_ok" >&5
+echo "$as_me:12504: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10377: checking for ONCORE Motorola VP/UT Oncore GPS" >&5
+echo "$as_me:12507: checking for ONCORE Motorola VP/UT Oncore GPS" >&5
echo $ECHO_N "checking for ONCORE Motorola VP/UT Oncore GPS... $ECHO_C" >&6
# Check whether --enable-ONCORE or --disable-ONCORE was given.
if test "${enable_ONCORE+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
case "$ac_cv_var_oncore_ok" in
no) ntp_ok=no ;;
esac
EOF
fi
-echo "configure:10396: result: $ntp_ok" >&5
+echo "$as_me:12526: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10399: checking for Palisade clock" >&5
+echo "$as_me:12529: checking for Palisade clock" >&5
echo $ECHO_N "checking for Palisade clock... $ECHO_C" >&6
# Check whether --enable-PALISADE or --disable-PALISADE was given.
if test "${enable_PALISADE+set}" = set; then
*) ntp_ok=no
;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
EOF
fi
-echo "configure:10422: result: $ntp_ok" >&5
+echo "$as_me:12552: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10425: checking PST/Traconex 1020 WWV/WWVH receiver" >&5
+echo "$as_me:12555: checking PST/Traconex 1020 WWV/WWVH receiver" >&5
echo $ECHO_N "checking PST/Traconex 1020 WWV/WWVH receiver... $ECHO_C" >&6
# Check whether --enable-PST or --disable-PST was given.
if test "${enable_PST+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10441: result: $ntp_ok" >&5
+echo "$as_me:12571: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# Not Ultrix
-echo "configure:10445: checking Rockwell Jupiter GPS receiver" >&5
+echo "$as_me:12575: checking Rockwell Jupiter GPS receiver" >&5
echo $ECHO_N "checking Rockwell Jupiter GPS receiver... $ECHO_C" >&6
# Check whether --enable-JUPITER or --disable-JUPITER was given.
if test "${enable_JUPITER+set}" = set; then
*) ntp_ok=no
;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10466: result: $ntp_ok" >&5
+echo "$as_me:12596: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$target" in
- yes*-*-ultrix*) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
+ yes*-*-ultrix*) { echo "$as_me:12599: WARNING: *** But the expected answer is... no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
esac
# Requires modem control
-echo "configure:10473: checking PTB modem service" >&5
+echo "$as_me:12604: checking PTB modem service" >&5
echo $ECHO_N "checking PTB modem service... $ECHO_C" >&6
# Check whether --enable-PTBACTS or --disable-PTBACTS was given.
if test "${enable_PTBACTS+set}" = set; then
ntp_ok=$enableval
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10481 "configure"
+#line 12612 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
fi
rm -f conftest*
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10508: result: $ntp_ok" >&5
+echo "$as_me:12639: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10511: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5
+echo "$as_me:12642: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5
echo $ECHO_N "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... $ECHO_C" >&6
# Check whether --enable-TPRO or --disable-TPRO was given.
if test "${enable_TPRO+set}" = set; then
*) ntp_ok=no
;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10533: result: $ntp_ok" >&5
+echo "$as_me:12664: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ac_cv_header_sys_tpro" in
- yesno) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
+ yesno) { echo "$as_me:12667: WARNING: *** But the expected answer is... no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
esac
-echo "configure:10539: checking TRAK 8810 GPS receiver" >&5
+echo "$as_me:12671: checking TRAK 8810 GPS receiver" >&5
echo $ECHO_N "checking TRAK 8810 GPS receiver... $ECHO_C" >&6
# Check whether --enable-TRAK or --disable-TRAK was given.
if test "${enable_TRAK+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10555: result: $ntp_ok" >&5
+echo "$as_me:12687: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10558: checking Chrono-log K-series WWVB receiver" >&5
+echo "$as_me:12690: checking Chrono-log K-series WWVB receiver" >&5
echo $ECHO_N "checking Chrono-log K-series WWVB receiver... $ECHO_C" >&6
# Check whether --enable-CHRONOLOG or --disable-CHRONOLOG was given.
if test "${enable_CHRONOLOG+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10574: result: $ntp_ok" >&5
+echo "$as_me:12706: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10577: checking Dumb generic hh:mm:ss local clock" >&5
+echo "$as_me:12709: checking Dumb generic hh:mm:ss local clock" >&5
echo $ECHO_N "checking Dumb generic hh:mm:ss local clock... $ECHO_C" >&6
# Check whether --enable-DUMBCLOCK or --disable-DUMBCLOCK was given.
if test "${enable_DUMBCLOCK+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10593: result: $ntp_ok" >&5
+echo "$as_me:12725: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10596: checking Conrad parallel port radio clock" >&5
+echo "$as_me:12728: checking Conrad parallel port radio clock" >&5
echo $ECHO_N "checking Conrad parallel port radio clock... $ECHO_C" >&6
# Check whether --enable-PCF or --disable-PCF was given.
if test "${enable_PCF+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10612: result: $ntp_ok" >&5
+echo "$as_me:12744: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10615: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5
+echo "$as_me:12747: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5
echo $ECHO_N "checking Spectracom 8170/Netclock/2 WWVB receiver... $ECHO_C" >&6
# Check whether --enable-SPECTRACOM or --disable-SPECTRACOM was given.
if test "${enable_SPECTRACOM+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10631: result: $ntp_ok" >&5
+echo "$as_me:12763: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# Not on a vax-dec-bsd
-echo "configure:10635: checking Kinemetrics/TrueTime receivers" >&5
+echo "$as_me:12767: checking Kinemetrics/TrueTime receivers" >&5
echo $ECHO_N "checking Kinemetrics/TrueTime receivers... $ECHO_C" >&6
# Check whether --enable-TRUETIME or --disable-TRUETIME was given.
if test "${enable_TRUETIME+set}" = set; then
ntp_ok=$ntp_eac
;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10658: result: $ntp_ok" >&5
+echo "$as_me:12790: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$target" in
- yesvax-dec-bsd) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
+ yesvax-dec-bsd) { echo "$as_me:12793: WARNING: *** But the expected answer is... no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
esac
-echo "configure:10664: checking Ultralink M320 WWVB receiver" >&5
+echo "$as_me:12797: checking Ultralink M320 WWVB receiver" >&5
echo $ECHO_N "checking Ultralink M320 WWVB receiver... $ECHO_C" >&6
# Check whether --enable-ULINK or --disable-ULINK was given.
if test "${enable_ULINK+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10680: result: $ntp_ok" >&5
+echo "$as_me:12813: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10683: checking WWV receiver" >&5
+echo "$as_me:12816: checking WWV receiver" >&5
echo $ECHO_N "checking WWV receiver... $ECHO_C" >&6
# Check whether --enable-WWV or --disable-WWV was given.
if test "${enable_WWV+set}" = set; then
*no*) ntp_ok=no ;;
*) ntp_ok=yes ;;
esac
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10702: result: $ntp_ok" >&5
+echo "$as_me:12835: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canaudio" in
- yesno) echo "configure: WARNING: *** But the expected answer is... no ***" >&2 ;;
+ yesno) { echo "$as_me:12838: WARNING: *** But the expected answer is... no ***" >&5
+echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
esac
# Requires modem control
-echo "configure:10709: checking USNO modem service" >&5
+echo "$as_me:12843: checking USNO modem service" >&5
echo $ECHO_N "checking USNO modem service... $ECHO_C" >&6
# Check whether --enable-USNO or --disable-USNO was given.
if test "${enable_USNO+set}" = set; then
ntp_ok=$enableval
else
cat >conftest.$ac_ext <<_ACEOF
-#line 10717 "configure"
+#line 12851 "configure"
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
fi
rm -f conftest*
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:10744: result: $ntp_ok" >&5
+echo "$as_me:12878: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
-echo "configure:10747: checking for default inclusion of all suitable PARSE clocks" >&5
+echo "$as_me:12881: checking for default inclusion of all suitable PARSE clocks" >&5
echo $ECHO_N "checking for default inclusion of all suitable PARSE clocks... $ECHO_C" >&6
# Check whether --enable-parse-clocks or --disable-parse-clocks was given.
if test "${enable_parse_clocks+set}" = set; then
*) ntp_eapc=no ;;
esac
ntp_eapc=no
-fi
-echo "configure:10760: result: $ntp_eapc" >&5
+fi;
+echo "$as_me:12894: result: $ntp_eapc" >&5
echo "${ECHO_T}$ntp_eapc" >&6
case "$ntp_eac$ntp_eapc$ntp_canparse" in
noyes*)
- { echo "configure: error: \"--enable-parse-clocks\" requires \"--enable-all-clocks\"." >&2; exit 1; }
+ { { echo "$as_me:12899: error: \"--enable-parse-clocks\" requires \"--enable-all-clocks\"." >&5
+echo "$as_me: error: \"--enable-parse-clocks\" requires \"--enable-all-clocks\"." >&2;}
+ { (exit 1); exit 1; }; }
;;
yesyesno)
- { echo "configure: error: You said \"--enable-parse-clocks\" but PARSE isn't supported on this platform!" >&2; exit 1; }
+ { { echo "$as_me:12904: error: You said \"--enable-parse-clocks\" but PARSE isn't supported on this platform!" >&5
+echo "$as_me: error: You said \"--enable-parse-clocks\" but PARSE isn't supported on this platform!" >&2;}
+ { (exit 1); exit 1; }; }
;;
*) ;;
esac
ntp_parseutil=no
ntp_rawdcf=no
-echo "configure:10777: checking Diem Computime Radio Clock" >&5
+echo "$as_me:12915: checking Diem Computime Radio Clock" >&5
echo $ECHO_N "checking Diem Computime Radio Clock... $ECHO_C" >&6
# Check whether --enable-COMPUTIME or --disable-COMPUTIME was given.
if test "${enable_COMPUTIME+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:10794: result: $ntp_ok" >&5
+echo "$as_me:12932: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:12936: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:10802: checking ELV/DCF7000 clock" >&5
+echo "$as_me:12942: checking ELV/DCF7000 clock" >&5
echo $ECHO_N "checking ELV/DCF7000 clock... $ECHO_C" >&6
# Check whether --enable-DCF7000 or --disable-DCF7000 was given.
if test "${enable_DCF7000+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:10819: result: $ntp_ok" >&5
+echo "$as_me:12959: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:12963: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:10827: checking HOPF 6021 clock" >&5
+echo "$as_me:12969: checking HOPF 6021 clock" >&5
echo $ECHO_N "checking HOPF 6021 clock... $ECHO_C" >&6
# Check whether --enable-HOPF6021 or --disable-HOPF6021 was given.
if test "${enable_HOPF6021+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:10844: result: $ntp_ok" >&5
+echo "$as_me:12986: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:12990: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:10852: checking Meinberg clocks" >&5
+echo "$as_me:12996: checking Meinberg clocks" >&5
echo $ECHO_N "checking Meinberg clocks... $ECHO_C" >&6
# Check whether --enable-MEINBERG or --disable-MEINBERG was given.
if test "${enable_MEINBERG+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:10869: result: $ntp_ok" >&5
+echo "$as_me:13013: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:13017: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:10877: checking DCF77 raw time code" >&5
+echo "$as_me:13023: checking DCF77 raw time code" >&5
echo $ECHO_N "checking DCF77 raw time code... $ECHO_C" >&6
# Check whether --enable-RAWDCF or --disable-RAWDCF was given.
if test "${enable_RAWDCF+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_parseutil=yes
EOF
fi
-echo "configure:10896: result: $ntp_ok" >&5
+echo "$as_me:13042: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:13046: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
case "$ntp_rawdcf" in
yes)
- echo "configure:10906: checking if we must enable parity for RAWDCF" >&5
+ echo "$as_me:13054: checking if we must enable parity for RAWDCF" >&5
echo $ECHO_N "checking if we must enable parity for RAWDCF... $ECHO_C" >&6
if test "${ac_cv_var_rawdcf_parity+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_rawdcf_parity=$ans
fi
-echo "configure:10919: result: $ac_cv_var_rawdcf_parity" >&5
+echo "$as_me:13067: result: $ac_cv_var_rawdcf_parity" >&5
echo "${ECHO_T}$ac_cv_var_rawdcf_parity" >&6
case "$ac_cv_var_rawdcf_parity" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:10934: checking RCC 8000 clock" >&5
+echo "$as_me:13082: checking RCC 8000 clock" >&5
echo $ECHO_N "checking RCC 8000 clock... $ECHO_C" >&6
# Check whether --enable-RCC8000 or --disable-RCC8000 was given.
if test "${enable_RCC8000+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:10951: result: $ntp_ok" >&5
+echo "$as_me:13099: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:13103: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:10959: checking Schmid DCF77 clock" >&5
+echo "$as_me:13109: checking Schmid DCF77 clock" >&5
echo $ECHO_N "checking Schmid DCF77 clock... $ECHO_C" >&6
# Check whether --enable-SCHMID or --disable-SCHMID was given.
if test "${enable_SCHMID+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:10976: result: $ntp_ok" >&5
+echo "$as_me:13126: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:13130: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:10984: checking Trimble GPS receiver/TAIP protocol" >&5
+echo "$as_me:13136: checking Trimble GPS receiver/TAIP protocol" >&5
echo $ECHO_N "checking Trimble GPS receiver/TAIP protocol... $ECHO_C" >&6
# Check whether --enable-TRIMTAIP or --disable-TRIMTAIP was given.
if test "${enable_TRIMTAIP+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:11001: result: $ntp_ok" >&5
+echo "$as_me:13153: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:13157: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:11009: checking Trimble GPS receiver/TSIP protocol" >&5
+echo "$as_me:13163: checking Trimble GPS receiver/TSIP protocol" >&5
echo $ECHO_N "checking Trimble GPS receiver/TSIP protocol... $ECHO_C" >&6
# Check whether --enable-TRIMTSIP or --disable-TRIMTSIP was given.
if test "${enable_TRIMTSIP+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:11026: result: $ntp_ok" >&5
+echo "$as_me:13180: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:13184: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:11034: checking WHARTON 400A Series clock" >&5
+echo "$as_me:13190: checking WHARTON 400A Series clock" >&5
echo $ECHO_N "checking WHARTON 400A Series clock... $ECHO_C" >&6
# Check whether --enable-WHARTON or --disable-WHARTON was given.
if test "${enable_WHARTON+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:11051: result: $ntp_ok" >&5
+echo "$as_me:13207: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:13211: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:11059: checking VARITEXT clock" >&5
+echo "$as_me:13217: checking VARITEXT clock" >&5
echo $ECHO_N "checking VARITEXT clock... $ECHO_C" >&6
# Check whether --enable-VARITEXT or --disable-VARITEXT was given.
if test "${enable_VARITEXT+set}" = set; then
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
-fi
+fi;
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
EOF
fi
-echo "configure:11076: result: $ntp_ok" >&5
+echo "$as_me:13234: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
case "$ntp_ok$ntp_canparse" in
yesno)
- { echo "configure: error: That's a parse clock and this system doesn't support it!" >&2; exit 1; }
+ { { echo "$as_me:13238: error: That's a parse clock and this system doesn't support it!" >&5
+echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
-echo "configure:11084: checking if we need to make and use the parse libraries" >&5
+echo "$as_me:13244: checking if we need to make and use the parse libraries" >&5
echo $ECHO_N "checking if we need to make and use the parse libraries... $ECHO_C" >&6
ans=no
case "$ntp_libparse" in
;;
esac
-echo "configure:11107: result: $ans" >&5
+echo "$as_me:13267: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
-echo "configure:11110: checking for the level of crypto support" >&5
+echo "$as_me:13270: checking for the level of crypto support" >&5
echo $ECHO_N "checking for the level of crypto support... $ECHO_C" >&6
# Check whether --with-crypto or --without-crypto was given.
ans=$withval
else
ans=yes
-fi
+fi;
case "$ans" in
no) ;;
yes|rsaref)
#define DES 1
EOF
-
cat >>confdefs.h <<\EOF
#define PUBKEY
EOF
AUTOKEY=1
;;
esac
-echo "configure:11153: result: $ans" >&5
+echo "$as_me:13312: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
-echo "configure:11156: checking if we want to compile with ElectricFence" >&5
+echo "$as_me:13315: checking if we want to compile with ElectricFence" >&5
echo $ECHO_N "checking if we want to compile with ElectricFence... $ECHO_C" >&6
# Check whether --with-electricfence or --without-electricfence was given.
ans=$withval
else
ans=no
-fi
+fi;
case "$ans" in
no) ;;
*)
ans=yes
;;
esac
-echo "configure:11177: result: $ans" >&5
+echo "$as_me:13336: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
-echo "configure:11180: checking if we can make dcf parse utilities" >&5
+echo "$as_me:13339: checking if we can make dcf parse utilities" >&5
echo $ECHO_N "checking if we can make dcf parse utilities... $ECHO_C" >&6
ans=no
if test "$ntp_parseutil" = "yes"; then
;;
esac
fi
-echo "configure:11192: result: $ans" >&5
+echo "$as_me:13351: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
-echo "configure:11195: checking if we can build kernel streams modules for parse" >&5
+echo "$as_me:13354: checking if we can build kernel streams modules for parse" >&5
echo $ECHO_N "checking if we can build kernel streams modules for parse... $ECHO_C" >&6
ans=no
case "$ntp_parseutil$ac_cv_header_sys_stropts_h" in
esac
;;
esac
-echo "configure:11220: result: $ans" >&5
+echo "$as_me:13379: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
-echo "configure:11223: checking if we need basic refclock support" >&5
+echo "$as_me:13382: checking if we need basic refclock support" >&5
echo $ECHO_N "checking if we need basic refclock support... $ECHO_C" >&6
if test "$ntp_refclock" = "yes"; then
cat >>confdefs.h <<\EOF
EOF
fi
-echo "configure:11231: result: $ntp_refclock" >&5
+echo "$as_me:13390: result: $ntp_refclock" >&5
echo "${ECHO_T}$ntp_refclock" >&6
-
-
-
-
-echo "configure:11238: checking if we want HP-UX adjtimed support" >&5
+echo "$as_me:13393: checking if we want HP-UX adjtimed support" >&5
echo $ECHO_N "checking if we want HP-UX adjtimed support... $ECHO_C" >&6
case "$target" in
*-*-hpux[56789]*)
EOF
fi
-echo "configure:11254: result: $ans" >&5
+echo "$as_me:13409: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
-echo "configure:11257: checking if we can read kmem" >&5
+echo "$as_me:13412: checking if we can read kmem" >&5
echo $ECHO_N "checking if we can read kmem... $ECHO_C" >&6
if test "${ac_cv_var_can_kmem+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
-fi
+fi;
ac_cv_var_can_kmem=$ans
fi
-echo "configure:11298: result: $ac_cv_var_can_kmem" >&5
+echo "$as_me:13453: result: $ac_cv_var_can_kmem" >&5
echo "${ECHO_T}$ac_cv_var_can_kmem" >&6
case "$ac_cv_var_can_kmem" in
;;
esac
-echo "configure:11309: checking if adjtime is accurate" >&5
+echo "$as_me:13464: checking if adjtime is accurate" >&5
echo $ECHO_N "checking if adjtime is accurate... $ECHO_C" >&6
if test "${ac_cv_var_adjtime_is_accurate+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
-fi
+fi;
ac_cv_var_adjtime_is_accurate=$ans
fi
-echo "configure:11351: result: $ac_cv_var_adjtime_is_accurate" >&5
+echo "$as_me:13506: result: $ac_cv_var_adjtime_is_accurate" >&5
echo "${ECHO_T}$ac_cv_var_adjtime_is_accurate" >&6
case "$ac_cv_var_adjtime_is_accurate" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:11360: checking the name of 'tick' in the kernel" >&5
+echo "$as_me:13515: checking the name of 'tick' in the kernel" >&5
echo $ECHO_N "checking the name of 'tick' in the kernel... $ECHO_C" >&6
if test "${ac_cv_var_nlist_tick+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_nlist_tick=$ans
fi
-echo "configure:11394: result: $ac_cv_var_nlist_tick" >&5
+echo "$as_me:13549: result: $ac_cv_var_nlist_tick" >&5
echo "${ECHO_T}$ac_cv_var_nlist_tick" >&6
case "$ac_cv_var_nlist_tick" in
''|no) ;; # HMS: I think we can only get 'no' here...
;;
esac
#
-echo "configure:11404: checking for the units of 'tick'" >&5
+echo "$as_me:13559: checking for the units of 'tick'" >&5
echo $ECHO_N "checking for the units of 'tick'... $ECHO_C" >&6
if test "${ac_cv_var_tick_nano+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_tick_nano=$ans
fi
-echo "configure:11417: result: $ac_cv_var_tick_nano" >&5
+echo "$as_me:13572: result: $ac_cv_var_tick_nano" >&5
echo "${ECHO_T}$ac_cv_var_tick_nano" >&6
case "$ac_cv_var_tick_nano" in
nsec)
;;
esac
#
-echo "configure:11428: checking the name of 'tickadj' in the kernel" >&5
+echo "$as_me:13583: checking the name of 'tickadj' in the kernel" >&5
echo $ECHO_N "checking the name of 'tickadj' in the kernel... $ECHO_C" >&6
if test "${ac_cv_var_nlist_tickadj+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_nlist_tickadj=$ans
fi
-echo "configure:11471: result: $ac_cv_var_nlist_tickadj" >&5
+echo "$as_me:13626: result: $ac_cv_var_nlist_tickadj" >&5
echo "${ECHO_T}$ac_cv_var_nlist_tickadj" >&6
case "$ac_cv_var_nlist_tickadj" in
''|no) ;; # HMS: I think we can only get 'no' here...
;;
esac
#
-echo "configure:11481: checking for the units of 'tickadj'" >&5
+echo "$as_me:13636: checking for the units of 'tickadj'" >&5
echo $ECHO_N "checking for the units of 'tickadj'... $ECHO_C" >&6
if test "${ac_cv_var_tickadj_nano+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_tickadj_nano=$ans
fi
-echo "configure:11494: result: $ac_cv_var_tickadj_nano" >&5
+echo "$as_me:13649: result: $ac_cv_var_tickadj_nano" >&5
echo "${ECHO_T}$ac_cv_var_tickadj_nano" >&6
case "$ac_cv_var_tickadj_nano" in
nsec)
;;
esac
#
-echo "configure:11505: checking half-heartedly for 'dosynctodr' in the kernel" >&5
+echo "$as_me:13660: checking half-heartedly for 'dosynctodr' in the kernel" >&5
echo $ECHO_N "checking half-heartedly for 'dosynctodr' in the kernel... $ECHO_C" >&6
if test "${ac_cv_var_nlist_dosynctodr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_nlist_dosynctodr=$ans
fi
-echo "configure:11547: result: $ac_cv_var_nlist_dosynctodr" >&5
+echo "$as_me:13702: result: $ac_cv_var_nlist_dosynctodr" >&5
echo "${ECHO_T}$ac_cv_var_nlist_dosynctodr" >&6
case "$ac_cv_var_nlist_dosynctodr" in
no) ;;
;;
esac
#
-echo "configure:11558: checking half-heartedly for 'noprintf' in the kernel" >&5
+echo "$as_me:13713: checking half-heartedly for 'noprintf' in the kernel" >&5
echo $ECHO_N "checking half-heartedly for 'noprintf' in the kernel... $ECHO_C" >&6
if test "${ac_cv_var_nlist_noprintf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_var_nlist_noprintf=$ans
fi
-echo "configure:11594: result: $ac_cv_var_nlist_noprintf" >&5
+echo "$as_me:13749: result: $ac_cv_var_nlist_noprintf" >&5
echo "${ECHO_T}$ac_cv_var_nlist_noprintf" >&6
case "$ac_cv_var_nlist_noprintf" in
no) ;;
;;
esac
-echo "configure:11605: checking for a default value for 'tick'" >&5
+echo "$as_me:13760: checking for a default value for 'tick'" >&5
echo $ECHO_N "checking for a default value for 'tick'... $ECHO_C" >&6
if test "${ac_cv_var_tick+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ans='1000000L/hz'
;;
esac
-fi
+fi;
ac_cv_var_tick=$ans
fi
-echo "configure:11638: result: $ac_cv_var_tick" >&5
+echo "$as_me:13793: result: $ac_cv_var_tick" >&5
echo "${ECHO_T}$ac_cv_var_tick" >&6
case "$ac_cv_var_tick" in
''|no) ;; # HMS: I think we can only get 'no' here...
;;
esac
-echo "configure:11648: checking for a default value for 'tickadj'" >&5
+echo "$as_me:13803: checking for a default value for 'tickadj'" >&5
echo $ECHO_N "checking for a default value for 'tickadj'... $ECHO_C" >&6
if test "${ac_cv_var_tickadj+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ans=50
;;
esac
-fi
+fi;
ac_cv_var_tickadj=$ans
fi
-echo "configure:11706: result: $ac_cv_var_tickadj" >&5
+echo "$as_me:13861: result: $ac_cv_var_tickadj" >&5
echo "${ECHO_T}$ac_cv_var_tickadj" >&6
case "$ac_cv_var_tickadj" in
''|no) ;; # HMS: I think we can only get 'no' here...
ac_cv_make_tickadj=yes
case "$ac_cv_var_can_kmem$ac_cv_var_tick$ac_cv_var_tickadj" in
nonono) # Don't read KMEM, no presets. Bogus.
- echo "configure: WARNING: Can't read kmem" >&2
+ { echo "$as_me:13892: WARNING: Can't read kmem" >&5
+echo "$as_me: WARNING: Can't read kmem" >&2;}
ac_cv_make_tickadj=no
;;
nono*) # Don't read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
- echo "configure: WARNING: Can't read kmem but no PRESET_TICK. No tickadj." >&2
+ { echo "$as_me:13897: WARNING: Can't read kmem but no PRESET_TICK. No tickadj." >&5
+echo "$as_me: WARNING: Can't read kmem but no PRESET_TICK. No tickadj." >&2;}
ac_cv_make_tickadj=no
;;
no*no) # Don't read KMEM, PRESET_TICK but no PRESET_TICKADJ. Bogus.
- echo "configure: WARNING: Can't read kmem but no PRESET_TICKADJ. No tickadj." >&2
+ { echo "$as_me:13902: WARNING: Can't read kmem but no PRESET_TICKADJ. No tickadj." >&5
+echo "$as_me: WARNING: Can't read kmem but no PRESET_TICKADJ. No tickadj." >&2;}
ac_cv_make_tickadj=no
;;
no*) # Don't read KMEM, PRESET_TICK and PRESET_TICKADJ. Cool.
yesnono) # Read KMEM, no presets. Cool.
;;
yesno*) # Read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
- echo "configure: WARNING: PRESET_TICKADJ is defined but not PRESET_TICK. Please report this." >&2
+ { echo "$as_me:13911: WARNING: PRESET_TICKADJ is defined but not PRESET_TICK. Please report this." >&5
+echo "$as_me: WARNING: PRESET_TICKADJ is defined but not PRESET_TICK. Please report this." >&2;}
;;
yes*no) # Read KMEM, PRESET_TICK but no PRESET_TICKADJ. Cool.
;;
yes*) # READ KMEM, PRESET_TICK and PRESET_TICKADJ.
;;
*) # Generally bogus.
- { echo "configure: error: This shouldn't happen." >&2; exit 1; }
+ { { echo "$as_me:13919: error: This shouldn't happen." >&5
+echo "$as_me: error: This shouldn't happen." >&2;}
+ { (exit 1); exit 1; }; }
;;
esac
;;
esac
-echo "configure:11779: checking if we want and can make the tickadj utility" >&5
+echo "$as_me:13940: checking if we want and can make the tickadj utility" >&5
echo $ECHO_N "checking if we want and can make the tickadj utility... $ECHO_C" >&6
if test "${ac_cv_make_tickadj+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_cv_make_tickadj=yes
fi
-echo "configure:11786: result: $ac_cv_make_tickadj" >&5
+echo "$as_me:13947: result: $ac_cv_make_tickadj" >&5
echo "${ECHO_T}$ac_cv_make_tickadj" >&6
case "$ac_cv_make_tickadj" in
yes)
;;
esac
-echo "configure:11794: checking if we want and can make the ntptime utility" >&5
+echo "$as_me:13955: checking if we want and can make the ntptime utility" >&5
echo $ECHO_N "checking if we want and can make the ntptime utility... $ECHO_C" >&6
if test "${ac_cv_make_ntptime+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
esac
ac_cv_make_ntptime=$ans
fi
-echo "configure:11812: result: $ac_cv_make_ntptime" >&5
+echo "$as_me:13973: result: $ac_cv_make_ntptime" >&5
echo "${ECHO_T}$ac_cv_make_ntptime" >&6
case "$ac_cv_make_ntptime" in
yes)
;;
esac
-echo "configure:11820: checking if we want UDP wildcard delivery" >&5
+echo "$as_me:13981: checking if we want UDP wildcard delivery" >&5
echo $ECHO_N "checking if we want UDP wildcard delivery... $ECHO_C" >&6
if test "${ac_cv_var_udp_wildcard_delivery+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
ans=yes
;;
esac
-fi
+fi;
ac_cv_var_udp_wildcard_delivery=$ans
fi
-echo "configure:11878: result: $ac_cv_var_udp_wildcard_delivery" >&5
+echo "$as_me:14039: result: $ac_cv_var_udp_wildcard_delivery" >&5
echo "${ECHO_T}$ac_cv_var_udp_wildcard_delivery" >&6
case "$ac_cv_var_udp_wildcard_delivery" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:11898: checking if we should always slew the time" >&5
+echo "$as_me:14059: checking if we should always slew the time" >&5
echo $ECHO_N "checking if we should always slew the time... $ECHO_C" >&6
if test "${ac_cv_var_slew_always+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
-fi
+fi;
ac_cv_var_slew_always=$ans
fi
-echo "configure:11928: result: $ac_cv_var_slew_always" >&5
+echo "$as_me:14089: result: $ac_cv_var_slew_always" >&5
echo "${ECHO_T}$ac_cv_var_slew_always" >&6
case "$ac_cv_var_slew_always" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:11937: checking if we should step and slew the time" >&5
+echo "$as_me:14098: checking if we should step and slew the time" >&5
echo $ECHO_N "checking if we should step and slew the time... $ECHO_C" >&6
if test "${ac_cv_var_step_slew+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
-fi
+fi;
ac_cv_var_step_slew=$ans
fi
-echo "configure:11970: result: $ac_cv_var_step_slew" >&5
+echo "$as_me:14131: result: $ac_cv_var_step_slew" >&5
echo "${ECHO_T}$ac_cv_var_step_slew" >&6
case "$ac_cv_var_step_slew" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:11979: checking if ntpdate should step the time" >&5
+echo "$as_me:14140: checking if ntpdate should step the time" >&5
echo $ECHO_N "checking if ntpdate should step the time... $ECHO_C" >&6
if test "${ac_cv_var_ntpdate_step+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
-fi
+fi;
ac_cv_var_ntpdate_step=$ans
fi
-echo "configure:12000: result: $ac_cv_var_ntpdate_step" >&5
+echo "$as_me:14161: result: $ac_cv_var_ntpdate_step" >&5
echo "${ECHO_T}$ac_cv_var_ntpdate_step" >&6
case "$ac_cv_var_ntpdate_step" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:12009: checking if we should sync TODR clock every hour" >&5
+echo "$as_me:14170: checking if we should sync TODR clock every hour" >&5
echo $ECHO_N "checking if we should sync TODR clock every hour... $ECHO_C" >&6
if test "${ac_cv_var_sync_todr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
*) ans=no
;;
esac
-fi
+fi;
ac_cv_var_sync_todr=$ans
fi
-echo "configure:12032: result: $ac_cv_var_sync_todr" >&5
+echo "$as_me:14193: result: $ac_cv_var_sync_todr" >&5
echo "${ECHO_T}$ac_cv_var_sync_todr" >&6
case "$ac_cv_var_sync_todr" in
yes) cat >>confdefs.h <<\EOF
;;
esac
-echo "configure:12041: checking if we should avoid kernel FLL bug" >&5
+echo "$as_me:14202: checking if we should avoid kernel FLL bug" >&5
echo $ECHO_N "checking if we should avoid kernel FLL bug... $ECHO_C" >&6
if test "${ac_cv_var_kernel_fll_bug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
;;
esac
-fi
+fi;
ac_cv_var_kernel_fll_bug=$ans
fi
-echo "configure:12099: result: $ac_cv_var_kernel_fll_bug" >&5
+echo "$as_me:14260: result: $ac_cv_var_kernel_fll_bug" >&5
echo "${ECHO_T}$ac_cv_var_kernel_fll_bug" >&6
case "$ac_cv_var_kernel_fll_bug" in
yes) cat >>confdefs.h <<\EOF
test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
eval echo \""$sysconfdir"\"
)`
-
+
cat >>confdefs.h <<EOF
#define NTP_KEYSDIR "$ac_expanded"
EOF
# the ANSI2KNR-filtering rules.
LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
-ac_config_files="$ac_config_files Makefile adjtimed/Makefile clockstuff/Makefile \
-ElectricFence/Makefile
-include/Makefile kernel/Makefile kernel/sys/Makefile libntp/Makefile \
-libparse/Makefile librsaref/Makefile ntpd/Makefile ntpdc/Makefile \
-ntpdate/Makefile ntpq/Makefile ntptrace/Makefile parseutil/Makefile \
-scripts/Makefile scripts/calc_tickadj scripts/checktime scripts/freq_adj \
-scripts/mkver scripts/ntp-wait scripts/ntpsweep scripts/ntpver \
-scripts/plot_summary scripts/summary util/Makefile"
+ac_config_files="$ac_config_files Makefile adjtimed/Makefile clockstuff/Makefile ElectricFence/Makefile include/Makefile kernel/Makefile kernel/sys/Makefile libntp/Makefile libparse/Makefile librsaref/Makefile ntpd/Makefile ntpdc/Makefile ntpdate/Makefile ntpq/Makefile ntptrace/Makefile parseutil/Makefile scripts/Makefile scripts/calc_tickadj scripts/checktime scripts/freq_adj scripts/mkver scripts/ntp-wait scripts/ntpsweep scripts/ntpver scripts/plot_summary scripts/summary util/Makefile"
ac_config_commands="$ac_config_commands default"
-trap '' 1 2 15
-cat >confcache <<\EOF
+cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.
-EOF
+_ACEOF
+
# 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.
(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 \).
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
- -e "s/'/'\\\\''/g" \
- -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1='\\2'/p"
+ "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/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\2/p'
+ sed -n \
+ "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
;;
esac;
} |
- sed '/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/' >>confcache
+ sed '
+ t clear
+ : clear
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+ t end
+ /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+ : end' >>confcache
if cmp -s $cache_file confcache; then :; else
if test -w $cache_file; then
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
fi
fi
rm -f confcache
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-# 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.
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
- ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
+s/:*\$(srcdir):*/:/;
+s/:*\${srcdir}:*/:/;
+s/:*@srcdir@:*/:/;
+s/^\([^=]*=[ ]*\):*/\1/;
+s/:*$//;
+s/^[^=]*=[ ]*$//;
+}'
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 \
- -e "s/'/'\\\\''/g" \
- -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1='\\2'/p"
- ;;
- *)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
- sed -n 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\2/p'
- ;;
- esac;
-} | sed 's/^/| /' >&5
-echo >&5
-echo "confdefs.h:" >&5
-cat confdefs.h | sed 's/^/| /' >&5
-
: ${CONFIG_STATUS=./config.status}
-trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
-echo creating $CONFIG_STATUS
-cat >$CONFIG_STATUS <<\EOF
-#! /bin/sh
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ echo "$as_me:14377: creating $CONFIG_STATUS" >&5
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
+cat >$CONFIG_STATUS <<_ACEOF
+#! $SHELL
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
-# configure, is in ./config.log if it exists.
+# configure, is in config.log if it exists.
debug=false
-me=`echo "$0" | sed 's,.*/,,'`
-SHELL=${CONFIG_SHELL-/bin/sh}
+as_me=\`echo "\$0" | sed 's,.*/,,'\`
+SHELL=\${CONFIG_SHELL-$SHELL}
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+# Be Bourne compatible
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+ set -o posix
+fi
+
+if expr a : '\(a\)' >/dev/null 2>&1; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 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 conf$$.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 conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.file
+
+as_executable_p="test -f"
+
+# Support unset when possible.
+if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+# NLS nuisances.
+$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
+$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
+$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
+$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
+$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
+$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
+$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
+$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# IFS
+# We need space, tab and new line, in precisely that order.
+as_nl='
+'
+IFS=" $as_nl"
+
+# CDPATH.
+$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
+
+# File descriptor usage:
+# 0 standard input
+# 1 file creation
+# 2 errors and warnings
+# 5 compiler messages saved in config.log
+# 6 checking for... messages and results
+exec 5>>config.log
+exec 6>&1
+
+cat >&5 << EOF
+
+## ----------------------- ##
+## Running config.status. ##
+## ----------------------- ##
+
+This file was extended by $as_me 2.49e, executed with
+ > $0 $@
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
EOF
+_ACEOF
+
# Files that config.status was made for.
if test -n "$ac_config_files"; then
echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
cat >>$CONFIG_STATUS <<\EOF
ac_cs_usage="\
-\`$me' instantiates files from templates according to the
+\`$as_me' instantiates files from templates according to the
current configuration.
-Usage: $0 [OPTIONS] FILE...
+Usage: $0 [OPTIONS] [FILE]...
-h, --help print this help, then exit
-V, --version print version number, then exit
-d, --debug don't remove temporary files
- --recheck update $me by reconfiguring in the same conditions
+ --recheck update $as_me by reconfiguring in the same conditions
--file=FILE[:TEMPLATE]
instantiate the configuration file FILE
--header=FILE[:TEMPLATE]
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
-$CONFIG_STATUS generated by autoconf version 2.49a.
-Configured on host `(hostname || uname -n) 2>/dev/null | sed 1q` by
+$CONFIG_STATUS generated by $as_me (Autoconf 2.49e).
+Configured on host $ac_hostname by
`echo "$0 $ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`"
-
-ac_given_srcdir=$srcdir
-ac_given_INSTALL="$INSTALL"
+srcdir=$srcdir
+INSTALL="$INSTALL"
EOF
cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
- echo "$me: ambiguous option: $ac_option
-Try \`$me --help' for more information."; exit 1 ;;
+ { { echo "$as_me:14564: 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; }; };;
--help | --hel | -h )
echo "$ac_cs_usage"; exit 0 ;;
--debug | --d* | -d )
'config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
# This is an error.
- -*) echo "$me: unrecognized option: $1
-Try \`$me --help' for more information."; exit 1 ;;
- *) echo "$me: invalid argument: $1"; exit 1 ;;
+ -*) { { echo "$as_me:14616: 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:14621: error: invalid argument: $1" >&5
+echo "$as_me: error: invalid argument: $1" >&2;}
+ { (exit 1); exit 1; }; };;
esac
shift
done
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
- : ${CONFIG_FILES=$config_files}
- : ${CONFIG_HEADERS=$config_headers}
- : ${CONFIG_COMMANDS=$config_commands}
+ 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
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 $?' 1 2 13 15
+ trap '{ (exit $?); exit $?; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
test -n "$tmp" && test -d "$tmp"
} ||
{
- tmp=$TMPDIR/cs$$-$RANDOM && (umask 077 && mkdir $tmp)
+ tmp=$TMPDIR/cs$$-$RANDOM
+ (umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
- exit 1;
+ { (exit 1); exit 1; }
}
EOF
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,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
s,@DEFS@,$DEFS,;t t
-s,@LDFLAGS@,$LDFLAGS,;t t
s,@LIBS@,$LIBS,;t t
s,@build@,$build,;t t
s,@build_cpu@,$build_cpu,;t t
s,@MAKEINFO@,$MAKEINFO,;t t
s,@AMTAR@,$AMTAR,;t t
s,@install_sh@,$install_sh,;t t
+s,@STRIP@,$STRIP,;t t
+s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
+s,@INSTALL_STRIP_PROGRAM_ENV@,$INSTALL_STRIP_PROGRAM_ENV,;t t
s,@AWK@,$AWK,;t t
s,@SET_MAKE@,$SET_MAKE,;t t
s,@AMDEP@,$AMDEP,;t t
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
s,@DEPDIR@,$DEPDIR,;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,@EXEEXT@,$EXEEXT,;t t
s,@OBJEXT@,$OBJEXT,;t t
s,@CPP@,$CPP,;t t
+s,@CPPFLAGS@,$CPPFLAGS,;t t
+s,@_am_include@,$_am_include,;t t
s,@CCDEPMODE@,$CCDEPMODE,;t t
s,@LN_S@,$LN_S,;t t
s,@RANLIB@,$RANLIB,;t t
* ) ac_file_in=$ac_file.in ;;
esac
- # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
- ac_dir=`expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$ac_file" : 'X\(//\)[^/]' \| \
- X"$ac_file" : 'X\(//\)$' \| \
- X"$ac_file" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo "X"$ac_file"" | sed '
- /^X\(.*^/\)\/\/*^/^/*\/*$/{ s//\1/p; q; }
- /^X\(\/\/\)^/.*/{ s//\1/p; q; }
- /^X\(\/\/\)$/{ s//\1/p; q; }
- /^X\(\/\).*/{ s//\1/p; q; }
- s/.*/./p; q'`
+ # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
+ ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$ac_file" : 'X\(//\)[^/]' \| \
+ X"$ac_file" : 'X\(//\)$' \| \
+ X"$ac_file" : 'X\(/\)' \| \
+ . : '\(.\)' 2>/dev/null ||
+echo X"$ac_file" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+ /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+ /^X\(\/\/\)$/{ s//\1/; q; }
+ /^X\(\/\).*/{ s//\1/; q; }
+ s/.*/./; q'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
{ case "$ac_dir" in
- [\\/]* | ?:[\\/]* ) ac_incr_dir=;;
- *) ac_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
+ [\\/]* | ?:[\\/]* ) as_incr_dir=;;
+ *) as_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
done; }
ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
ac_dir_suffix= ac_dots=
fi
- case $ac_given_srcdir in
- .) srcdir=.
- if test -z "$ac_dots"; then top_srcdir=.
- else top_srcdir=`echo $ac_dots | sed 's,/$,,'`; 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 ;;
[\\/]* | ?:[\\/]* )
- srcdir=$ac_given_srcdir$ac_dir_suffix;
- top_srcdir=$ac_given_srcdir ;;
+ ac_srcdir=$srcdir$ac_dir_suffix;
+ ac_top_srcdir=$srcdir ;;
*) # Relative path.
- srcdir=$ac_dots$ac_given_srcdir$ac_dir_suffix
- top_srcdir=$ac_dots$ac_given_srcdir ;;
+ ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
+ ac_top_srcdir=$ac_dots$srcdir ;;
esac
- case $ac_given_INSTALL in
- [\\/$]* | ?:[\\/]* ) INSTALL=$ac_given_INSTALL ;;
- *) INSTALL=$ac_dots$ac_given_INSTALL ;;
+ case $INSTALL in
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+ *) ac_INSTALL=$ac_dots$INSTALL ;;
esac
if test x"$ac_file" != x-; then
- echo creating $ac_file
+ { echo "$as_me:14907: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
+ # use $as_me), people would be surprised to read:
+ # /* config.h. Generated automatically by config.status. */
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=:
-) echo $tmp/stdin ;;
[\\/$]* | ?:[\\/]*)
# Absolute
- test -f "$f" || { echo "configure: error: cannot find input file \\\`$f'" >&2; exit 1; }
+ test -f "$f" || { { echo "$as_me:14925: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
- elif test -f "$ac_given_srcdir/$f"; then
+ elif test -f "$srcdir/$f"; then
# Source tree
- echo $ac_given_srcdir/$f
+ echo $srcdir/$f
else
# /dev/null tree
- { echo "configure: error: cannot find input file \\\`$f'" >&2; exit 1; }
+ { { echo "$as_me:14938: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
fi;;
esac
- done`
+ done` || { (exit 1); exit 1; }
EOF
cat >>$CONFIG_STATUS <<EOF
sed "$ac_vpsub
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s,@configure_input@,$configure_input,;t t
-s,@srcdir@,$srcdir,;t t
-s,@top_srcdir@,$top_srcdir,;t t
-s,@INSTALL@,$INSTALL,;t t
+s,@srcdir@,$ac_srcdir,;t t
+s,@top_srcdir@,$ac_top_srcdir,;t t
+s,@INSTALL@,$ac_INSTALL,;t t
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
rm -f $tmp/stdin
if test x"$ac_file" != x-; then
* ) ac_file_in=$ac_file.in ;;
esac
- test x"$ac_file" != x- && echo creating $ac_file
+ test x"$ac_file" != x- && { echo "$as_me:14999: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the
# src tree.
-) echo $tmp/stdin ;;
[\\/$]* | ?:[\\/]*)
# Absolute
- test -f "$f" || { echo "configure: error: cannot find input file \\\`$f'" >&2; exit 1; }
+ test -f "$f" || { { echo "$as_me:15010: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
- elif test -f "$ac_given_srcdir/$f"; then
+ elif test -f "$srcdir/$f"; then
# Source tree
- echo $ac_given_srcdir/$f
+ echo $srcdir/$f
else
# /dev/null tree
- { echo "configure: error: cannot find input file \\\`$f'" >&2; exit 1; }
+ { { echo "$as_me:15023: error: cannot find input file: $f" >&5
+echo "$as_me: error: cannot find input file: $f" >&2;}
+ { (exit 1); exit 1; }; }
fi;;
esac
- done`
+ done` || { (exit 1); exit 1; }
# Remove the trailing spaces.
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
# Using a here document instead of a string reduces the quoting nightmare.
# Putting comments in sed scripts is not portable.
#
-# `cleanup' is used to avoid that the second main sed command (meant for
-# 0-ary CPP macros) applies to n-ary macro definitions. So we use
-# `t cleanup' to jump over the second main sed command when it succeeded.
+# `end' is used to avoid that the second main sed command (meant for
+# 0-ary CPP macros) applies to n-ary macro definitions.
# See the Autoconf documentation for `clear'.
cat >confdef2sed.sed <<\EOF
s/[\\&,]/\\&/g
t clear
: clear
s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
-t cleanup
+t end
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
-: cleanup
+: end
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
rm -f conftest.undefs
cat >>$CONFIG_STATUS <<\EOF
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
+ # use $as_me), people would be surprised to read:
+ # /* config.h. Generated automatically by config.status. */
if test x"$ac_file" = x-; then
echo "/* Generated automatically by configure. */" >$tmp/config.h
else
rm -f $tmp/in
if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
- echo "$ac_file is unchanged"
+ { echo "$as_me:15140: $ac_file is unchanged" >&5
+echo "$as_me: $ac_file is unchanged" >&6;}
else
- ac_dir=`expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$ac_file" : 'X\(//\)[^/]' \| \
- X"$ac_file" : 'X\(//\)$' \| \
- X"$ac_file" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo "X"$ac_file"" | sed '
- /^X\(.*^/\)\/\/*^/^/*\/*$/{ s//\1/p; q; }
- /^X\(\/\/\)^/.*/{ s//\1/p; q; }
- /^X\(\/\/\)$/{ s//\1/p; q; }
- /^X\(\/\).*/{ s//\1/p; q; }
- s/.*/./p; q'`
+ ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$ac_file" : 'X\(//\)[^/]' \| \
+ X"$ac_file" : 'X\(//\)$' \| \
+ X"$ac_file" : 'X\(/\)' \| \
+ . : '\(.\)' 2>/dev/null ||
+echo X"$ac_file" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+ /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+ /^X\(\/\/\)$/{ s//\1/; q; }
+ /^X\(\/\).*/{ s//\1/; q; }
+ s/.*/./; q'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
{ case "$ac_dir" in
- [\\/]* | ?:[\\/]* ) ac_incr_dir=;;
- *) ac_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
+ [\\/]* | ?:[\\/]* ) as_incr_dir=;;
+ *) as_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
done; }
fi
cat >>$CONFIG_STATUS <<\EOF
-exit 0
+{ (exit 0); exit 0; }
EOF
chmod +x $CONFIG_STATUS
-rm -fr confdefs* $ac_clean_files
-trap 'exit 1' 1 2 15
+ac_clean_files=$ac_clean_files_save
-test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
+test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit 1; }
#test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])