freebsd-dev/contrib/ntp/configure

15508 lines
401 KiB
Plaintext
Raw Normal View History

1999-12-09 13:01:21 +00:00
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
2001-08-29 14:35:15 +00:00
# Generated by Autoconf 2.50.
1999-12-09 13:01:21 +00:00
#
2001-08-29 14:35:15 +00:00
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
1999-12-09 13:01:21 +00:00
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
2001-08-29 14:35:15 +00:00
# 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
# Name of the executable.
as_me=`echo "$0" |sed 's,.*[\\/],,'`
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`
exec 6>&1
#
# Initializations.
#
1999-12-09 13:01:21 +00:00
ac_default_prefix=/usr/local
2001-08-29 14:35:15 +00:00
cross_compiling=no
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%[^_$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>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#else
# if HAVE_STRINGS_H
# include <strings.h>
# endif
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif"
1999-12-09 13:01:21 +00:00
# Initialize some variables set by options.
2001-08-29 14:35:15 +00:00
ac_init_help=
ac_init_version=false
1999-12-09 13:01:21 +00:00
# The variables have the same names as the options, with
# dashes changed to underlines.
2001-08-29 14:35:15 +00:00
cache_file=/dev/null
1999-12-09 13:01:21 +00:00
exec_prefix=NONE
no_create=
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
verbose=
x_includes=NONE
x_libraries=NONE
2001-08-29 14:35:15 +00:00
# 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.
1999-12-09 13:01:21 +00:00
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'
2001-08-29 14:35:15 +00:00
# Identity of this package.
PACKAGE_NAME=
PACKAGE_TARNAME=
PACKAGE_VERSION=
PACKAGE_STRING=
PACKAGE_BUGREPORT=
1999-12-09 13:01:21 +00:00
ac_prev=
for ac_option
do
# If the previous option needs an argument, assign it.
if test -n "$ac_prev"; then
eval "$ac_prev=\$ac_option"
ac_prev=
continue
fi
2001-08-29 14:35:15 +00:00
ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
1999-12-09 13:01:21 +00:00
# Accept the important Cygnus configure options, so we can diagnose typos.
2001-08-29 14:35:15 +00:00
case $ac_option in
1999-12-09 13:01:21 +00:00
-bindir | --bindir | --bindi | --bind | --bin | --bi)
ac_prev=bindir ;;
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
2001-08-29 14:35:15 +00:00
bindir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-build | --build | --buil | --bui | --bu)
2001-08-29 14:35:15 +00:00
ac_prev=build_alias ;;
1999-12-09 13:01:21 +00:00
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
2001-08-29 14:35:15 +00:00
build_alias=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-cache-file | --cache-file | --cache-fil | --cache-fi \
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
ac_prev=cache_file ;;
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2001-08-29 14:35:15 +00:00
cache_file=$ac_optarg ;;
--config-cache | -C)
cache_file=config.cache ;;
1999-12-09 13:01:21 +00:00
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
ac_prev=datadir ;;
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
| --da=*)
2001-08-29 14:35:15 +00:00
datadir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-disable-* | --disable-*)
2001-08-29 14:35:15 +00:00
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1999-12-09 13:01:21 +00:00
# Reject names that are not valid shell variable names.
2001-08-29 14:35:15 +00:00
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
{ 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" ;;
1999-12-09 13:01:21 +00:00
-enable-* | --enable-*)
2001-08-29 14:35:15 +00:00
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1999-12-09 13:01:21 +00:00
# Reject names that are not valid shell variable names.
2001-08-29 14:35:15 +00:00
expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
{ 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"`;;
1999-12-09 13:01:21 +00:00
*) ac_optarg=yes ;;
esac
2001-08-29 14:35:15 +00:00
eval "enable_$ac_feature='$ac_optarg'" ;;
1999-12-09 13:01:21 +00:00
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
| --exec | --exe | --ex)
ac_prev=exec_prefix ;;
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
| --exec=* | --exe=* | --ex=*)
2001-08-29 14:35:15 +00:00
exec_prefix=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-gas | --gas | --ga | --g)
# Obsolete; use --with-gas.
with_gas=yes ;;
2001-08-29 14:35:15 +00:00
-help | --help | --hel | --he | -h)
ac_init_help=long ;;
-help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
ac_init_help=recursive ;;
-help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
ac_init_help=short ;;
1999-12-09 13:01:21 +00:00
-host | --host | --hos | --ho)
2001-08-29 14:35:15 +00:00
ac_prev=host_alias ;;
1999-12-09 13:01:21 +00:00
-host=* | --host=* | --hos=* | --ho=*)
2001-08-29 14:35:15 +00:00
host_alias=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-includedir | --includedir | --includedi | --included | --include \
| --includ | --inclu | --incl | --inc)
ac_prev=includedir ;;
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
| --includ=* | --inclu=* | --incl=* | --inc=*)
2001-08-29 14:35:15 +00:00
includedir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-infodir | --infodir | --infodi | --infod | --info | --inf)
ac_prev=infodir ;;
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2001-08-29 14:35:15 +00:00
infodir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-libdir | --libdir | --libdi | --libd)
ac_prev=libdir ;;
-libdir=* | --libdir=* | --libdi=* | --libd=*)
2001-08-29 14:35:15 +00:00
libdir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
| --libexe | --libex | --libe)
ac_prev=libexecdir ;;
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
| --libexe=* | --libex=* | --libe=*)
2001-08-29 14:35:15 +00:00
libexecdir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-localstatedir | --localstatedir | --localstatedi | --localstated \
| --localstate | --localstat | --localsta | --localst \
| --locals | --local | --loca | --loc | --lo)
ac_prev=localstatedir ;;
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
2001-08-29 14:35:15 +00:00
localstatedir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
ac_prev=mandir ;;
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2001-08-29 14:35:15 +00:00
mandir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-nfp | --nfp | --nf)
# Obsolete; use --without-fp.
with_fp=no ;;
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c)
no_create=yes ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
no_recursion=yes ;;
-oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
| --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
| --oldin | --oldi | --old | --ol | --o)
ac_prev=oldincludedir ;;
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
2001-08-29 14:35:15 +00:00
oldincludedir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2001-08-29 14:35:15 +00:00
prefix=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-program-prefix | --program-prefix | --program-prefi | --program-pref \
| --program-pre | --program-pr | --program-p)
ac_prev=program_prefix ;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2001-08-29 14:35:15 +00:00
program_prefix=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-program-suffix | --program-suffix | --program-suffi | --program-suff \
| --program-suf | --program-su | --program-s)
ac_prev=program_suffix ;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
2001-08-29 14:35:15 +00:00
program_suffix=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-program-transform-name | --program-transform-name \
| --program-transform-nam | --program-transform-na \
| --program-transform-n | --program-transform- \
| --program-transform | --program-transfor \
| --program-transfo | --program-transf \
| --program-trans | --program-tran \
| --progr-tra | --program-tr | --program-t)
ac_prev=program_transform_name ;;
-program-transform-name=* | --program-transform-name=* \
| --program-transform-nam=* | --program-transform-na=* \
| --program-transform-n=* | --program-transform-=* \
| --program-transform=* | --program-transfor=* \
| --program-transfo=* | --program-transf=* \
| --program-trans=* | --program-tran=* \
| --progr-tra=* | --program-tr=* | --program-t=*)
2001-08-29 14:35:15 +00:00
program_transform_name=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
| --sbi=* | --sb=*)
2001-08-29 14:35:15 +00:00
sbindir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-sharedstatedir | --sharedstatedir | --sharedstatedi \
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
| --sharedst | --shareds | --shared | --share | --shar \
| --sha | --sh)
ac_prev=sharedstatedir ;;
-sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
| --sha=* | --sh=*)
2001-08-29 14:35:15 +00:00
sharedstatedir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-site | --site | --sit)
ac_prev=site ;;
-site=* | --site=* | --sit=*)
2001-08-29 14:35:15 +00:00
site=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
2001-08-29 14:35:15 +00:00
srcdir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
| --syscon | --sysco | --sysc | --sys | --sy)
ac_prev=sysconfdir ;;
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
2001-08-29 14:35:15 +00:00
sysconfdir=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-target | --target | --targe | --targ | --tar | --ta | --t)
2001-08-29 14:35:15 +00:00
ac_prev=target_alias ;;
1999-12-09 13:01:21 +00:00
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
2001-08-29 14:35:15 +00:00
target_alias=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-v | -verbose | --verbose | --verbos | --verbo | --verb)
verbose=yes ;;
2001-08-29 14:35:15 +00:00
-version | --version | --versio | --versi | --vers | -V)
ac_init_version=: ;;
1999-12-09 13:01:21 +00:00
-with-* | --with-*)
2001-08-29 14:35:15 +00:00
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1999-12-09 13:01:21 +00:00
# Reject names that are not valid shell variable names.
2001-08-29 14:35:15 +00:00
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
{ echo "$as_me: error: invalid package name: $ac_package" >&2
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
ac_package=`echo $ac_package| sed 's/-/_/g'`
2001-08-29 14:35:15 +00:00
case $ac_option in
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
1999-12-09 13:01:21 +00:00
*) ac_optarg=yes ;;
esac
2001-08-29 14:35:15 +00:00
eval "with_$ac_package='$ac_optarg'" ;;
1999-12-09 13:01:21 +00:00
-without-* | --without-*)
2001-08-29 14:35:15 +00:00
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1999-12-09 13:01:21 +00:00
# Reject names that are not valid shell variable names.
2001-08-29 14:35:15 +00:00
expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
{ 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" ;;
1999-12-09 13:01:21 +00:00
--x)
# Obsolete; use --with-x.
with_x=yes ;;
-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
| --x-incl | --x-inc | --x-in | --x-i)
ac_prev=x_includes ;;
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2001-08-29 14:35:15 +00:00
x_includes=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
-x-libraries | --x-libraries | --x-librarie | --x-librari \
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
ac_prev=x_libraries ;;
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2001-08-29 14:35:15 +00:00
x_libraries=$ac_optarg ;;
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
-*) { echo "$as_me: error: unrecognized option: $ac_option
Try \`$0 --help' for more information." >&2
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
;;
2001-08-29 14:35:15 +00:00
*=*)
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
# Reject names that are not valid shell variable names.
expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null &&
{ echo "$as_me: 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 ;;
1999-12-09 13:01:21 +00:00
*)
2001-08-29 14:35:15 +00:00
# FIXME: should be removed in autoconf 3.0.
echo "$as_me: WARNING: you should use --build, --host, --target" >&2
expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null &&
echo "$as_me: WARNING: invalid host type: $ac_option" >&2
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1999-12-09 13:01:21 +00:00
;;
esac
done
if test -n "$ac_prev"; then
2001-08-29 14:35:15 +00:00
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
{ echo "$as_me: error: missing argument to $ac_option" >&2
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
# Be sure to have absolute paths.
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
localstatedir libdir includedir oldincludedir infodir mandir \
exec_prefix prefix
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
eval ac_val=$`echo $ac_var`
case $ac_val in
[\\/$]* | ?:[\\/]* ) ;;
NONE ) ;;
*) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
{ (exit 1); exit 1; }; };;
1999-12-09 13:01:21 +00:00
esac
done
2001-08-29 14:35:15 +00:00
# There might be people who depend on the old broken behavior: `$host'
# used to hold the argument of --host etc.
build=$build_alias
host=$host_alias
target=$target_alias
# FIXME: should be removed in autoconf 3.0.
if test "x$host_alias" != x; then
if test "x$build_alias" = x; then
cross_compiling=maybe
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
fi
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
ac_tool_prefix=
test -n "$host_alias" && ac_tool_prefix=$host_alias-
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
test "$silent" = yes && exec 6>/dev/null
1999-12-09 13:01:21 +00:00
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
2001-08-29 14:35:15 +00:00
ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
1999-12-09 13:01:21 +00:00
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
srcdir=..
fi
else
ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
if test "$ac_srcdir_defaulted" = yes; then
2001-08-29 14:35:15 +00:00
{ echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
{ echo "$as_me: error: cannot find sources in $srcdir" >&2
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
ac_env_build_alias_set=${build_alias+set}
ac_env_build_alias_value=$build_alias
ac_cv_env_build_alias_set=${build_alias+set}
ac_cv_env_build_alias_value=$build_alias
ac_env_host_alias_set=${host_alias+set}
ac_env_host_alias_value=$host_alias
ac_cv_env_host_alias_set=${host_alias+set}
ac_cv_env_host_alias_value=$host_alias
ac_env_target_alias_set=${target_alias+set}
ac_env_target_alias_value=$target_alias
ac_cv_env_target_alias_set=${target_alias+set}
ac_cv_env_target_alias_value=$target_alias
ac_env_CC_set=${CC+set}
ac_env_CC_value=$CC
ac_cv_env_CC_set=${CC+set}
ac_cv_env_CC_value=$CC
ac_env_CFLAGS_set=${CFLAGS+set}
ac_env_CFLAGS_value=$CFLAGS
ac_cv_env_CFLAGS_set=${CFLAGS+set}
ac_cv_env_CFLAGS_value=$CFLAGS
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_CPPFLAGS_set=${CPPFLAGS+set}
ac_env_CPPFLAGS_value=$CPPFLAGS
ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
ac_cv_env_CPPFLAGS_value=$CPPFLAGS
ac_env_CPP_set=${CPP+set}
ac_env_CPP_value=$CPP
ac_cv_env_CPP_set=${CPP+set}
ac_cv_env_CPP_value=$CPP
#
# Report the --help message.
#
if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<EOF
\`configure' configures this package to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print \`checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for \`--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or \`..']
EOF
cat <<EOF
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[$ac_default_prefix]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, \`make install' will install all the files in
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
for instance \`--prefix=\$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]
EOF
cat <<\EOF
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST build programs to run on HOST [BUILD]
--target=TARGET configure for building compilers for TARGET [HOST]
EOF
fi
if test -n "$ac_init_help"; then
cat <<\EOF
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking Speeds up one-time builds
--enable-dependency-tracking Do not reject slow dependency extractors
--enable-debugging + include debugging code
--enable-dst-minutes=60 + minutes per DST adjustment
--enable-HOPFSERIAL + hopf serial clock device
--enable-HOPFPCI + hopf 6039 PCI board
--enable-BANCOMM - Datum/Bancomm bc635/VME interface
--enable-GPSVME - TrueTime GPS receiver/VME interface
--enable-SHM - SHM clock attached thru shared memory
--enable-all-clocks + include all suitable non-PARSE clocks:
--enable-ACTS + ACTS modem service
--enable-ARBITER + Arbiter 1088A/B GPS receiver
--enable-ARCRON-MSF + Arcron MSF receiver
--enable-ATOM s ATOM PPS interface
--enable-AS2201 + Austron 2200A/2201A GPS receiver
--enable-CHU - CHU modem/decoder
--enable-AUDIO-CHU s CHU audio/decoder
--enable-DATUM s Datum Programmable Time System
--enable-FG + Forum Graphic GPS
--enable-HEATH s Heath GC-1000 WWV/WWVH receiver
--enable-HPGPS + HP 58503A GPS receiver
--enable-IRIG s Sun IRIG audio decoder
--enable-LEITCH + Leitch CSD 5300 Master Clock System Driver
--enable-LOCAL-CLOCK + local clock reference
--enable-MSFEES + EES M201 MSF receiver
--enable-MX4200 s Magnavox MX4200 GPS receiver
--enable-NMEA + NMEA GPS receiver
--enable-ONCORE s Motorola VP/UT Oncore GPS receiver
--enable-PALISADE + Palisade clock
--enable-PST + PST/Traconex 1020 WWV/WWVH receiver
--enable-JUPITER s Rockwell Jupiter GPS receiver
--enable-PTBACTS s PTB modem service
--enable-TPRO s KSI/Odetics TPRO/S GPS receiver/IRIG interface
--enable-TRAK + TRAK 8810 GPS receiver
--enable-CHRONOLOG + Chrono-log K-series WWVB receiver
--enable-DUMBCLOCK + Dumb generic hh:mm:ss local clock
--enable-PCF + Conrad parallel port radio clock
--enable-SPECTRACOM + Spectracom 8170/Netclock/2 WWVB receiver
--enable-TRUETIME s Kinemetrics/TrueTime receivers
--enable-ULINK + Ultralink WWVB receiver
--enable-WWV + WWV Audio receiver
--enable-USNO s USNO modem service
--enable-parse-clocks - include all suitable PARSE clocks:
--enable-COMPUTIME s Diem Computime Radio Clock
--enable-DCF7000 s ELV/DCF7000 clock
--enable-HOPF6021 s HOPF 6021 clock
--enable-MEINBERG s Meinberg clocks
--enable-RAWDCF s DCF77 raw time code
--enable-RCC8000 s RCC 8000 clock
--enable-SCHMID s Schmid DCF77 clock
--enable-TRIMTAIP s Trimble GPS receiver/TAIP protocol
--enable-TRIMTSIP s Trimble GPS receiver/TSIP protocol
--enable-WHARTON s WHARTON 400A Series clock
--enable-VARITEXT s VARITEXT clock
--enable-kmem s read /dev/kmem for tick and/or tickadj
--enable-accurate-adjtime
s the adjtime() call is accurate
--enable-tick=VALUE s force a value for 'tick'
--enable-tickadj=VALUE s force a value for 'tickadj'
--enable-udp-wildcard s use UDP wildcard delivery
--enable-slew-always s always slew the time
--enable-step-slew s step and slew the time
--enable-ntpdate-step s if ntpdate should step the time
--enable-hourly-todr-sync
s if we should sync TODR hourly
--enable-kernel-fll-bug s if we should avoid a kernel FLL bug
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-openssl-libdir + =/something/reasonable
--with-openssl-incdir + =/something/reasonable
--with-crypto + ={autokey,rsaref}
--with-electricfence - compile with ElectricFence malloc debugger
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preprocessor
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
EOF
fi
if test "$ac_init_help" = "recursive"; then
# If there are subdirs, report their specific --help.
ac_popdir=`pwd`
for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
cd $ac_subdir
# A "../" for each directory in /$ac_subdir.
ac_dots=`echo $ac_subdir |
sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
case $srcdir in
.) # No --srcdir option. We are building in place.
ac_sub_srcdir=$srcdir ;;
[\\/]* | ?:[\\/]* ) # Absolute path.
ac_sub_srcdir=$srcdir/$ac_subdir ;;
*) # Relative path.
ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
esac
# Check for guested configure; otherwise get Cygnus style configure.
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.ac ||
test -f $ac_sub_srcdir/configure.in; then
echo
$ac_configure --help
else
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
fi
cd $ac_popdir
done
fi
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
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
exec 5>config.log
cat >&5 <<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, which was
generated by GNU Autoconf 2.50. Invocation command line was
$ $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
} >&5
cat >&5 <<EOF
## ------------ ##
## Core tests. ##
## ------------ ##
EOF
# Keep a trace of the command line.
# Strip out --no-create and --no-recursion so they do not pile up.
# Also quote any args containing shell meta-characters.
ac_configure_args=
ac_sep=
for ac_arg
do
case $ac_arg in
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
| --no-cr | --no-c) ;;
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
ac_sep=" " ;;
*) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
ac_sep=" " ;;
esac
# Get rid of the leading space.
done
# When interrupted or exit'd, cleanup temporary files, and complete
# config.log. We remove comments because anyway the quotes in there
# would cause problems or look ugly.
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
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
echo >confdefs.h
# Let the site file select an alternate cache file if it wants to.
1999-12-09 13:01:21 +00:00
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
if test "x$prefix" != xNONE; then
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
else
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
fi
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
2001-08-29 14:35:15 +00:00
{ echo "$as_me:924: loading site script $ac_site_file" >&5
echo "$as_me: loading site script $ac_site_file" >&6;}
cat "$ac_site_file" >&5
1999-12-09 13:01:21 +00:00
. "$ac_site_file"
fi
done
if test -r "$cache_file"; then
2001-08-29 14:35:15 +00:00
# Some versions of bash will fail to source /dev/null (special
# files actually), so we avoid doing that.
if test -f "$cache_file"; then
{ echo "$as_me:935: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . $cache_file;;
*) . ./$cache_file;;
esac
fi
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
{ echo "$as_me:943: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
# Check that the precious variables saved in the cache have kept the same
# value.
ac_suggest_removing_cache=false
for ac_var in `(set) 2>&1 |
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
eval ac_old_set=\$ac_cv_env_${ac_var}_set
eval ac_new_set=\$ac_env_${ac_var}_set
eval ac_old_val="\$ac_cv_env_${ac_var}_value"
eval ac_new_val="\$ac_env_${ac_var}_value"
case $ac_old_set,$ac_new_set in
set,)
{ echo "$as_me:959: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
echo "$as_me: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ac_suggest_removing_cache=: ;;
,set)
{ echo "$as_me:963: WARNING: \`$ac_var' was not set in the previous run" >&5
echo "$as_me: WARNING: \`$ac_var' was not set in the previous run" >&2;}
ac_suggest_removing_cache=: ;;
,);;
*)
if test "x$ac_old_val" != "x$ac_new_val"; then
{ echo "$as_me:969: 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:971: WARNING: former value: $ac_old_val" >&5
echo "$as_me: WARNING: former value: $ac_old_val" >&2;}
{ echo "$as_me:973: WARNING: current value: $ac_new_val" >&5
echo "$as_me: WARNING: current value: $ac_new_val" >&2;}
ac_suggest_removing_cache=:
fi;;
esac
done
if $ac_suggest_removing_cache; then
{ echo "$as_me:980: 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:982: WARNING: consider removing $cache_file and starting over" >&5
echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;}
1999-12-09 13:01:21 +00:00
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
2001-08-29 14:35:15 +00:00
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='
' ECHO_T=' ' ;;
*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:1001: PATH=\".;.\"; conftest.sh") >&5
(PATH=".;."; conftest.sh) 2>&5
ac_status=$?
echo "$as_me:1004: \$? = $ac_status" >&5
(exit $ac_status); }; then
ac_path_separator=';'
else
ac_path_separator=:
fi
PATH_SEPARATOR="$ac_path_separator"
rm -f conftest.sh
1999-12-09 13:01:21 +00:00
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
break
elif test -f $ac_dir/install.sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install.sh -c"
break
2001-08-29 14:35:15 +00:00
elif test -f $ac_dir/shtool; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/shtool install -c"
break
1999-12-09 13:01:21 +00:00
fi
done
if test -z "$ac_aux_dir"; then
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:1030: 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; }; }
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
{ { echo "$as_me:1040: error: cannot run $ac_config_sub" >&5
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
{ (exit 1); exit 1; }; }
echo "$as_me:1044: 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
else
ac_cv_build_alias=$build_alias
test -z "$ac_cv_build_alias" &&
ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
{ { echo "$as_me:1053: 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:1057: error: $ac_config_sub $ac_cv_build_alias failed." >&5
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
{ (exit 1); exit 1; }; }
fi
echo "$as_me:1062: result: $ac_cv_build" >&5
echo "${ECHO_T}$ac_cv_build" >&6
build=$ac_cv_build
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$as_me:1069: 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
else
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` ||
{ { echo "$as_me:1078: error: $ac_config_sub $ac_cv_host_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
{ (exit 1); exit 1; }; }
fi
echo "$as_me:1083: 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 "$as_me:1090: 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
else
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` ||
{ { echo "$as_me:1099: 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 "$as_me:1104: 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/'`
target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1999-12-09 13:01:21 +00:00
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
2001-08-29 14:35:15 +00:00
test -n "$target_alias" &&
1999-12-09 13:01:21 +00:00
test "$program_prefix$program_suffix$program_transform_name" = \
NONENONEs,x,x, &&
program_prefix=${target_alias}-
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define STR_SYSTEM "$target"
EOF
2001-08-29 14:35:15 +00:00
ac_config_headers="$ac_config_headers config.h"
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
ac_config_commands="$ac_config_commands default-1"
1999-12-09 13:01:21 +00:00
if test "$program_transform_name" = s,x,x,; then
program_transform_name=
else
# Double any \ or $. echo might interpret backslashes.
2001-08-29 14:35:15 +00:00
cat <<\EOF >conftest.sed
1999-12-09 13:01:21 +00:00
s,\\,\\\\,g; s,\$,$$,g
2001-08-29 14:35:15 +00:00
EOF
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
rm -f conftest.sed
1999-12-09 13:01:21 +00:00
fi
test "$program_prefix" != NONE &&
2001-08-29 14:35:15 +00:00
program_transform_name="s,^,${program_prefix},;$program_transform_name"
1999-12-09 13:01:21 +00:00
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
2001-08-29 14:35:15 +00:00
program_transform_name="s,\$\$,${program_suffix},;$program_transform_name"
1999-12-09 13:01:21 +00:00
# sed with no file args requires a program.
2001-08-29 14:35:15 +00:00
test -z "$program_transform_name" && program_transform_name="s,x,x,"
1999-12-09 13:01:21 +00:00
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
2001-08-29 14:35:15 +00:00
# AmigaOS /C/install, which installs bootblocks on floppy discs
1999-12-09 13:01:21 +00:00
# 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.
2001-08-29 14:35:15 +00:00
echo "$as_me:1156: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
if test -z "$INSTALL"; then
2001-08-29 14:35:15 +00:00
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
1999-12-09 13:01:21 +00:00
for ac_dir in $PATH; do
2001-08-29 14:35:15 +00:00
IFS=$ac_save_IFS
1999-12-09 13:01:21 +00:00
# Account for people who put trailing slashes in PATH elements.
2001-08-29 14:35:15 +00:00
case $ac_dir/ in
/ | ./ | .// | /cC/* \
| /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
| /usr/ucb/* ) ;;
1999-12-09 13:01:21 +00:00
*)
# 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
2001-08-29 14:35:15 +00:00
if $as_executable_p "$ac_dir/$ac_prog"; then
1999-12-09 13:01:21 +00:00
if test $ac_prog = install &&
2001-08-29 14:35:15 +00:00
grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1999-12-09 13:01:21 +00:00
# AIX install. It has an incompatible calling convention.
:
2001-08-29 14:35:15 +00:00
elif test $ac_prog = install &&
grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
1999-12-09 13:01:21 +00:00
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
fi
fi
done
;;
esac
done
fi
if test "${ac_cv_path_install+set}" = set; then
2001-08-29 14:35:15 +00:00
INSTALL=$ac_cv_path_install
1999-12-09 13:01:21 +00:00
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
2001-08-29 14:35:15 +00:00
INSTALL=$ac_install_sh
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:1205: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
1999-12-09 13:01:21 +00:00
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2001-08-29 14:35:15 +00:00
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1999-12-09 13:01:21 +00:00
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2001-08-29 14:35:15 +00:00
echo "$as_me:1216: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Just in case
sleep 1
2001-08-29 14:35:15 +00:00
echo timestamp > conftest.file
1999-12-09 13:01:21 +00:00
# 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 (
2001-08-29 14:35:15 +00:00
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1999-12-09 13:01:21 +00:00
if test "$*" = "X"; then
# -L didn't work.
2001-08-29 14:35:15 +00:00
set X `ls -t $srcdir/configure conftest.file`
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
if test "$*" != "X $srcdir/configure conftest.file" \
&& test "$*" != "X conftest.file $srcdir/configure"; then
1999-12-09 13:01:21 +00:00
# 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".
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:1239: 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; }; }
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
test "$2" = conftest.file
1999-12-09 13:01:21 +00:00
)
then
# Ok.
:
else
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:1252: 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; }; }
1999-12-09 13:01:21 +00:00
fi
rm -f conftest*
2001-08-29 14:35:15 +00:00
echo "$as_me:1259: result: yes" >&5
echo "${ECHO_T}yes" >&6
test x"${MISSING+set}" = xset ||
MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing"
# Use eval to expand $SHELL
2000-01-28 14:55:50 +00:00
if eval "$MISSING --run :"; then
am_missing_run="$MISSING --run "
else
am_missing_run=
2001-08-29 14:35:15 +00:00
am_backtick='`'
{ echo "$as_me:1269: 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;}
2000-01-28 14:55:50 +00:00
fi
for ac_prog in mawk gawk nawk awk
do
2001-08-29 14:35:15 +00:00
# Extract the first word of "$ac_prog", so it can be a program name with args.
2000-01-28 14:55:50 +00:00
set dummy $ac_prog; ac_word=$2
2001-08-29 14:35:15 +00:00
echo "$as_me:1277: 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
2000-01-28 14:55:50 +00:00
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
2001-08-29 14:35:15 +00:00
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=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
echo "$as_me:1292: found $ac_dir/$ac_word" >&5
break
done
2000-01-28 14:55:50 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
AWK=$ac_cv_prog_AWK
2000-01-28 14:55:50 +00:00
if test -n "$AWK"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:1300: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
2000-01-28 14:55:50 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me:1303: result: no" >&5
echo "${ECHO_T}no" >&6
2000-01-28 14:55:50 +00:00
fi
2001-08-29 14:35:15 +00:00
test -n "$AWK" && break
2000-01-28 14:55:50 +00:00
done
2001-08-29 14:35:15 +00:00
echo "$as_me:1310: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.make <<\EOF
1999-12-09 13:01:21 +00:00
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2001-08-29 14:35:15 +00:00
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1999-12-09 13:01:21 +00:00
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
2001-08-29 14:35:15 +00:00
rm -f conftest.make
1999-12-09 13:01:21 +00:00
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:1330: result: yes" >&5
echo "${ECHO_T}yes" >&6
1999-12-09 13:01:21 +00:00
SET_MAKE=
else
2001-08-29 14:35:15 +00:00
echo "$as_me:1334: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
SET_MAKE="MAKE=${MAKE-make}"
fi
2000-01-28 14:55:50 +00:00
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then
enableval="$enable_dependency_tracking"
2001-08-29 14:35:15 +00:00
fi;
2000-01-28 14:55:50 +00:00
if test "x$enable_dependency_tracking" = xno; then
AMDEP="#"
else
am_depcomp="$ac_aux_dir/depcomp"
if test ! -f "$am_depcomp"; then
AMDEP="#"
else
AMDEP=
fi
fi
if test -z "$AMDEP"; then
AMDEPBACKSLASH='\'
else
AMDEPBACKSLASH=
fi
if test -d .deps || mkdir .deps 2> /dev/null || test -d .deps; then
DEPDIR=.deps
2001-08-29 14:35:15 +00:00
# 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
2000-01-28 14:55:50 +00:00
else
DEPDIR=_deps
fi
2001-08-29 14:35:15 +00:00
# test to see if srcdir already configured
if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
{ { echo "$as_me:1373: 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
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
# Define the identity of the package.
1999-12-09 13:01:21 +00:00
PACKAGE=ntp
2001-08-29 14:35:15 +00:00
VERSION=4.1.0
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define PACKAGE "$PACKAGE"
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define VERSION "$VERSION"
EOF
2001-08-29 14:35:15 +00:00
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# the ones we care about.
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
# Some tools Automake needs.
1999-12-09 13:01:21 +00:00
2000-01-28 14:55:50 +00:00
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
1999-12-09 13:01:21 +00:00
2000-01-28 14:55:50 +00:00
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1999-12-09 13:01:21 +00:00
2000-01-28 14:55:50 +00:00
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
AMTAR=${AMTAR-"${am_missing_run}tar"}
if test -z "$install_sh"; then
2001-08-29 14:35:15 +00:00
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
# some platforms.
2000-01-28 14:55:50 +00:00
1999-12-09 13:01:21 +00:00
ac_cv_var_oncore_ok=no
2001-08-29 14:35:15 +00:00
ac_cv_var_atom_ok=no
1999-12-09 13:01:21 +00:00
iCFLAGS="$CFLAGS"
2001-08-29 14:35:15 +00:00
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
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
echo "$as_me:1465: 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
1999-12-09 13:01:21 +00:00
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
2001-08-29 14:35:15 +00:00
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=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}gcc"
echo "$as_me:1480: found $ac_dir/$ac_word" >&5
break
done
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
CC=$ac_cv_prog_CC
1999-12-09 13:01:21 +00:00
if test -n "$CC"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:1488: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me:1491: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
fi
if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo "$as_me:1500: 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
else
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_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="gcc"
echo "$as_me:1515: found $ac_dir/$ac_word" >&5
break
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:1523: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
echo "$as_me:1526: result: no" >&5
echo "${ECHO_T}no" >&6
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 "$as_me:1539: 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
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
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=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}cc"
echo "$as_me:1554: found $ac_dir/$ac_word" >&5
break
done
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
echo "$as_me:1562: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
else
echo "$as_me:1565: result: no" >&5
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo "$as_me:1574: 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
else
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_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="cc"
echo "$as_me:1589: found $ac_dir/$ac_word" >&5
break
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:1597: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
echo "$as_me:1600: result: no" >&5
echo "${ECHO_T}no" >&6
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 "$as_me:1613: 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
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
1999-12-09 13:01:21 +00:00
else
ac_prog_rejected=no
2001-08-29 14:35:15 +00:00
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=.
$as_executable_p "$ac_dir/$ac_word" || continue
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
fi
ac_cv_prog_CC="cc"
echo "$as_me:1633: found $ac_dir/$ac_word" >&5
break
done
1999-12-09 13:01:21 +00:00
if test $ac_prog_rejected = yes; then
# We found a bogon in the path, so make sure we never use it.
set dummy $ac_cv_prog_CC
shift
2001-08-29 14:35:15 +00:00
if test $# != 0; then
1999-12-09 13:01:21 +00:00
# We chose a different compiler from the bogus one.
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
2001-08-29 14:35:15 +00:00
set dummy "$ac_dir/$ac_word" ${1+"$@"}
1999-12-09 13:01:21 +00:00
shift
ac_cv_prog_CC="$@"
fi
fi
fi
fi
2001-08-29 14:35:15 +00:00
CC=$ac_cv_prog_CC
1999-12-09 13:01:21 +00:00
if test -n "$CC"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:1655: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me:1658: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
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.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
echo "$as_me:1669: 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
1999-12-09 13:01:21 +00:00
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
else
2001-08-29 14:35:15 +00:00
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=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
echo "$as_me:1684: found $ac_dir/$ac_word" >&5
break
done
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
CC=$ac_cv_prog_CC
1999-12-09 13:01:21 +00:00
if test -n "$CC"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:1692: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me:1695: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
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.
set dummy $ac_prog; ac_word=$2
echo "$as_me:1708: 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
else
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_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="$ac_prog"
echo "$as_me:1723: found $ac_dir/$ac_word" >&5
break
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:1731: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
else
echo "$as_me:1734: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
test -n "$ac_ct_CC" && break
done
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
CC=$ac_ct_CC
fi
fi
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
test -z "$CC" && { { echo "$as_me:1746: error: no acceptable cc found in \$PATH" >&5
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 1751 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
int
main ()
{
;
return 0;
}
_ACEOF
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:1767: 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:1770: \"$ac_link_default\"") >&5
(eval $ac_link_default) 2>&5
ac_status=$?
echo "$as_me:1773: \$? = $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:1790: 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:1796: 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:1801: 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='./$ac_file'
{ (eval echo "$as_me:1807: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1810: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
cross_compiling=no
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
if test "$cross_compiling" = maybe; then
cross_compiling=yes
else
{ { echo "$as_me:1817: 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
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:1825: result: yes" >&5
echo "${ECHO_T}yes" >&6
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:1832: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
echo "$as_me:1834: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
echo "$as_me:1837: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
if { (eval echo "$as_me:1839: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:1842: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:1858: 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; }; }
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest$ac_cv_exeext
echo "$as_me:1864: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_ext
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
echo "$as_me:1870: 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 1876 "configure"
#include "confdefs.h"
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.o conftest.obj
if { (eval echo "$as_me:1888: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1891: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
{ { echo "$as_me:1903: error: cannot compute OBJEXT: cannot compile" >&5
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
echo "$as_me:1910: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
echo "$as_me:1914: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 1920 "configure"
#include "confdefs.h"
int
main ()
{
#ifndef __GNUC__
choke me
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1935: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1938: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:1941: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1944: \$? = $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 "$as_me:1956: 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:1962: 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 1968 "configure"
#include "confdefs.h"
int
main ()
{
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1980: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:1983: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:1986: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:1989: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_prog_cc_g=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_prog_cc_g=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:1999: result: $ac_cv_prog_cc_g" >&5
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1999-12-09 13:01:21 +00:00
if test "$ac_test_CFLAGS" = set; then
2001-08-29 14:35:15 +00:00
CFLAGS=$ac_save_CFLAGS
1999-12-09 13:01:21 +00:00
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
2001-08-29 14:35:15 +00:00
# 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:2026: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:2029: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:2032: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:2035: \$? = $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 2047 "configure"
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
int
main ()
{
exit (42);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:2060: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:2063: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:2066: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:2069: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
:
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
continue
fi
rm -f conftest.$ac_objext conftest.$ac_ext
cat >conftest.$ac_ext <<_ACEOF
#line 2079 "configure"
#include "confdefs.h"
$ac_declaration
int
main ()
{
exit (42);
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:2091: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:2094: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:2097: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:2100: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
break
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
done
echo '#ifdef __cplusplus' >>confdefs.h
echo $ac_declaration >>confdefs.h
echo '#endif' >>confdefs.h
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest.$ac_ext
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
ac_config_commands="$ac_config_commands default-2"
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
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:2131: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2000-01-28 14:55:50 +00:00
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
fi
if test -z "$CPP"; then
2001-08-29 14:35:15 +00:00
if test "${ac_cv_prog_CPP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# Double quotes because CPP needs to be expanded
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
do
# break 2 since there is a loop in there.
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
do
# Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works.
2000-01-28 14:55:50 +00:00
# On the NeXT, cc -E runs the code through the compiler's parser,
2001-08-29 14:35:15 +00:00
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
#line 2153 "configure"
2000-01-28 14:55:50 +00:00
#include "confdefs.h"
#include <assert.h>
2001-08-29 14:35:15 +00:00
Syntax error
_ACEOF
if { (eval echo "$as_me:2158: \"$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:2164: \$? = $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
2000-01-28 14:55:50 +00:00
:
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
2000-01-28 14:55:50 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
# Broken: fails on valid input.
continue
fi
rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
#line 2187 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
if { (eval echo "$as_me:2191: \"$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:2197: \$? = $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
# Broken: success on invalid input.
continue
2000-01-28 14:55:50 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
2000-01-28 14:55:50 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
# Passes both tests.
ac_preproc_ok=:
break
fi
rm -f conftest.err conftest.$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
break 2
fi
done
ac_cv_prog_CPP=$CPP
fi
CPP=$ac_cv_prog_CPP
else
ac_cv_prog_CPP=$CPP
fi
echo "$as_me:2234: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
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.
cat >conftest.$ac_ext <<_ACEOF
#line 2244 "configure"
2000-01-28 14:55:50 +00:00
#include "confdefs.h"
#include <assert.h>
2001-08-29 14:35:15 +00:00
Syntax error
_ACEOF
if { (eval echo "$as_me:2249: \"$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:2255: \$? = $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
2000-01-28 14:55:50 +00:00
:
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
2000-01-28 14:55:50 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
# Broken: fails on valid input.
continue
fi
rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
#line 2278 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
if { (eval echo "$as_me:2282: \"$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:2288: \$? = $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
2000-01-28 14:55:50 +00:00
fi
2001-08-29 14:35:15 +00:00
if test -z "$ac_cpp_err"; then
# Broken: success on invalid input.
continue
2000-01-28 14:55:50 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
# Passes both tests.
ac_preproc_ok=:
break
2000-01-28 14:55:50 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
:
else
{ { echo "$as_me:2316: error: C preprocessor \"$CPP\" fails sanity check" >&5
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
fi
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
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:2334: 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
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:2345: result: $_am_include" >&5
echo "${ECHO_T}$_am_include" >&6
rm -f confinc confmf
2000-01-28 14:55:50 +00:00
depcc="$CC"
depcpp="$CPP"
2001-08-29 14:35:15 +00:00
echo "$as_me:2352: 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
# 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
2000-01-28 14:55:50 +00:00
am_cv_CC_dependencies_compiler_type=none
2001-08-29 14:35:15 +00:00
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
2000-01-28 14:55:50 +00:00
case "$depmode" in
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
if test "x$enable_dependency_tracking" = xyes; then
continue
else
break
fi
;;
none) break ;;
esac
2001-08-29 14:35:15 +00:00
# We check with `-c' and `-o' for the sake of the "dashmstdout"
# mode. It turns out that the SunPro C++ compiler does not properly
# handle `-M -o', and we need to detect this.
2000-01-28 14:55:50 +00:00
if depmode="$depmode" \
source=conftest.c object=conftest.o \
depfile=conftest.Po tmpdepfile=conftest.TPo \
2001-08-29 14:35:15 +00:00
$SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
2000-01-28 14:55:50 +00:00
grep conftest.h conftest.Po > /dev/null 2>&1; then
am_cv_CC_dependencies_compiler_type="$depmode"
break
fi
done
2001-08-29 14:35:15 +00:00
cd ..
rm -rf confdir
2000-01-28 14:55:50 +00:00
else
am_cv_CC_dependencies_compiler_type=none
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:2409: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
2000-01-28 14:55:50 +00:00
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
2001-08-29 14:35:15 +00:00
echo "$as_me:2413: 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
cat >conftest.$ac_ext <<_ACEOF
#line 2421 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
char **p;
int i;
{
return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
char *s;
va_list v;
va_start (v,p);
s = g (p, va_arg (v,int));
va_end (v);
return s;
}
int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
int argc;
char **argv;
int
main ()
{
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
;
return 0;
}
_ACEOF
# 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:2470: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:2473: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:2476: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:2479: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_prog_cc_stdc=$ac_arg
break
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext
done
rm -f conftest.$ac_ext conftest.$ac_objext
CC=$ac_save_CC
fi
case "x$ac_cv_prog_cc_stdc" in
x|xno)
echo "$as_me:2496: result: none needed" >&5
echo "${ECHO_T}none needed" >&6 ;;
*)
echo "$as_me:2499: result: $ac_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
CC="$CC $ac_cv_prog_cc_stdc" ;;
esac
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
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:2509: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
fi
if test -z "$CPP"; then
2001-08-29 14:35:15 +00:00
if test "${ac_cv_prog_CPP+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
# Double quotes because CPP needs to be expanded
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
do
# break 2 since there is a loop in there.
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
do
# Use a header file that comes with gcc, so configuring glibc
# with a fresh cross-compiler works.
1999-12-09 13:01:21 +00:00
# On the NeXT, cc -E runs the code through the compiler's parser,
2001-08-29 14:35:15 +00:00
# not just through cpp. "Syntax error" is here to catch this case.
cat >conftest.$ac_ext <<_ACEOF
#line 2531 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <assert.h>
2001-08-29 14:35:15 +00:00
Syntax error
_ACEOF
if { (eval echo "$as_me:2536: \"$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:2542: \$? = $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
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
# Broken: fails on valid input.
continue
fi
rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
#line 2565 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
if { (eval echo "$as_me:2569: \"$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:2575: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
# Broken: success on invalid input.
continue
else
echo "$as_me: failed program was:" >&5
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
# Passes both tests.
ac_preproc_ok=:
break
fi
rm -f conftest.err conftest.$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
break 2
fi
done
ac_cv_prog_CPP=$CPP
fi
CPP=$ac_cv_prog_CPP
else
ac_cv_prog_CPP=$CPP
fi
echo "$as_me:2612: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
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.
cat >conftest.$ac_ext <<_ACEOF
#line 2622 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <assert.h>
2001-08-29 14:35:15 +00:00
Syntax error
_ACEOF
if { (eval echo "$as_me:2627: \"$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:2633: \$? = $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
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
# Broken: fails on valid input.
continue
fi
rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether non-existent headers
# can be detected and how.
cat >conftest.$ac_ext <<_ACEOF
#line 2656 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
_ACEOF
if { (eval echo "$as_me:2660: \"$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:2666: \$? = $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
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
if test -z "$ac_cpp_err"; then
# Broken: success on invalid input.
continue
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
# Passes both tests.
ac_preproc_ok=:
break
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
:
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:2694: error: C preprocessor \"$CPP\" fails sanity check" >&5
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
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
1999-12-09 13:01:21 +00:00
case "$target" in
*-pc-cygwin*)
CFLAGS="$CFLAGS -DSYS_CYGWIN32"
;;
i386-sequent-sysv4)
case "$CC" in
cc)
CFLAGS="$CFLAGS -Wc,+Abi-socket"
;;
esac
2000-01-28 14:55:50 +00:00
;;
alpha*-dec-osf*)
case "$CC" in
cc)
CFLAGS="$CFLAGS -std1"
;;
esac
;;
1999-12-09 13:01:21 +00:00
esac
case "$host" in
$target)
;;
*) case "$target" in
*-*-vxworks*)
# Quick and dirty sanity check
case "$VX_KERNEL" in
2001-08-29 14:35:15 +00:00
'') { { echo "$as_me:2732: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
CFLAGS="$CFLAGS -DSYS_VXWORKS"
;;
esac
;;
esac
for ac_prog in mawk gawk nawk awk
do
2001-08-29 14:35:15 +00:00
# Extract the first word of "$ac_prog", so it can be a program name with args.
1999-12-09 13:01:21 +00:00
set dummy $ac_prog; ac_word=$2
2001-08-29 14:35:15 +00:00
echo "$as_me:2747: 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
1999-12-09 13:01:21 +00:00
else
if test -n "$AWK"; then
ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
2001-08-29 14:35:15 +00:00
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=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
echo "$as_me:2762: found $ac_dir/$ac_word" >&5
break
done
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
AWK=$ac_cv_prog_AWK
1999-12-09 13:01:21 +00:00
if test -n "$AWK"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:2770: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me:2773: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
test -n "$AWK" && break
1999-12-09 13:01:21 +00:00
done
2001-08-29 14:35:15 +00:00
echo "$as_me:2780: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.make <<\EOF
1999-12-09 13:01:21 +00:00
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2001-08-29 14:35:15 +00:00
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1999-12-09 13:01:21 +00:00
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
2001-08-29 14:35:15 +00:00
rm -f conftest.make
1999-12-09 13:01:21 +00:00
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:2800: result: yes" >&5
echo "${ECHO_T}yes" >&6
1999-12-09 13:01:21 +00:00
SET_MAKE=
else
2001-08-29 14:35:15 +00:00
echo "$as_me:2804: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
SET_MAKE="MAKE=${MAKE-make}"
fi
rm -f conftest*
case "$GCC" in
yes)
CFLAGS="$CFLAGS -Wall"
# CFLAGS="$CFLAGS -Wcast-align"
2001-08-29 14:35:15 +00:00
CFLAGS="$CFLAGS -Wcast-qual"
# CFLAGS="$CFLAGS -Wconversion"
# CFLAGS="$CFLAGS -Werror"
CFLAGS="$CFLAGS -Wmissing-prototypes"
CFLAGS="$CFLAGS -Wpointer-arith"
CFLAGS="$CFLAGS -Wshadow"
1999-12-09 13:01:21 +00:00
CFLAGS="$CFLAGS -Wstrict-prototypes"
2001-08-29 14:35:15 +00:00
# CFLAGS="$CFLAGS -Wtraditional"
# CFLAGS="$CFLAGS -Wwrite-strings"
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:2825: 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
1999-12-09 13:01:21 +00:00
else
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -pipe -c conftest.c 2>&1`" -a -s conftest.o; then
ac_cv_prog_cc_pipe=yes
else
ac_cv_prog_cc_pipe=no
fi
rm -f conftest*
2001-08-29 14:35:15 +00:00
fi
echo "$as_me:2839: result: $ac_cv_prog_cc_pipe" >&5
echo "${ECHO_T}$ac_cv_prog_cc_pipe" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_prog_cc_pipe" in
yes)
CFLAGS="$CFLAGS -pipe"
;;
esac
;;
esac
ac_busted_vpath_in_make=no
case "$target" in
2001-08-29 14:35:15 +00:00
*-next-nextstep3)
CFLAGS="$CFLAGS -posix"
;;
1999-12-09 13:01:21 +00:00
*-*-irix6.1*) # 64 bit only
2001-08-29 14:35:15 +00:00
# busted vpath?
1999-12-09 13:01:21 +00:00
;;
*-*-irix6*) # 6.2 (and later?)
ac_busted_vpath_in_make=yes
# don't pass -n32 to gcc, it cannot handle and doesn't need it
if test "$GCC" != yes; then
case "$CFLAGS" in
*-n32*) ;;
*-n64*) ;;
*) case "$iCFLAGS" in
'') CFLAGS="-O2 -g3 -n32" ;;
*) CFLAGS="$CFLAGS -n32" ;;
esac
;;
esac
case "$LDFLAGS" in
*-n32*) ;;
*-n64*) ;;
*) LDFLAGS="$LDFLAGS -n32" ;;
esac
fi
;;
*-*-solaris2.5.1)
ac_busted_vpath_in_make=yes
;;
esac
case "$ac_busted_vpath_in_make$srcdir" in
no*) ;;
yes.) ;;
*) case "`${MAKE-make} -v -f /dev/null 2>/dev/null | sed -e 's/GNU Make version \(1-9.]*\).*/\1/' -e q`" in
'')
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:2889: 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; }; }
1999-12-09 13:01:21 +00:00
;;
*) ;;
esac
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:2898: checking whether ln -s works" >&5
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
echo "$as_me:2902: result: yes" >&5
echo "${ECHO_T}yes" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me:2905: result: no, using $LN_S" >&5
echo "${ECHO_T}no, using $LN_S" >&6
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
if test $ac_cv_c_compiler_gnu = yes; then
echo "$as_me:2910: 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
1999-12-09 13:01:21 +00:00
else
ac_pattern="Autoconf.*'x'"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 2917 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "$ac_pattern" >/dev/null 2>&1; then
ac_cv_prog_gcc_traditional=yes
else
ac_cv_prog_gcc_traditional=no
fi
rm -f conftest*
if test $ac_cv_prog_gcc_traditional = no; then
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 2932 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <termio.h>
Autoconf TCGETA
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
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
2001-08-29 14:35:15 +00:00
echo "$as_me:2945: result: $ac_cv_prog_gcc_traditional" >&5
echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_prog_gcc_traditional = yes; then
CC="$CC -traditional"
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:2952: checking for AIX" >&5
echo $ECHO_N "checking for AIX... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
#line 2955 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#ifdef _AIX
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
2001-08-29 14:35:15 +00:00
echo "$as_me:2964: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define _ALL_SOURCE 1
EOF
else
2001-08-29 14:35:15 +00:00
echo "$as_me:2971: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
fi
rm -f conftest*
2001-08-29 14:35:15 +00:00
echo "$as_me:2976: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 2982 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <minix/config.h>
2001-08-29 14:35:15 +00:00
_ACEOF
if { (eval echo "$as_me:2986: \"$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:2992: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_cpp_err=yes
fi
if test -z "$ac_cpp_err"; then
ac_cv_header_minix_config_h=yes
else
echo "$as_me: failed program was:" >&5
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
ac_cv_header_minix_config_h=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3011: 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
1999-12-09 13:01:21 +00:00
MINIX=yes
else
2001-08-29 14:35:15 +00:00
MINIX=
1999-12-09 13:01:21 +00:00
fi
if test "$MINIX" = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define _POSIX_SOURCE 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define _POSIX_1_SOURCE 2
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define _MINIX 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3035: checking for POSIXized ISC" >&5
echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
if test -d /etc/conf/kconfig.d &&
2001-08-29 14:35:15 +00:00
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
1999-12-09 13:01:21 +00:00
then
2001-08-29 14:35:15 +00:00
echo "$as_me:3040: result: yes" >&5
echo "${ECHO_T}yes" >&6
1999-12-09 13:01:21 +00:00
ISC=yes # If later tests want to check for ISC.
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define _POSIX_SOURCE 1
EOF
if test "$GCC" = yes; then
CC="$CC -posix"
else
CC="$CC -Xp"
fi
else
2001-08-29 14:35:15 +00:00
echo "$as_me:3054: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
ISC=
fi
2001-08-29 14:35:15 +00:00
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
echo "$as_me:3062: 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
1999-12-09 13:01:21 +00:00
else
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
2001-08-29 14:35:15 +00:00
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=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
echo "$as_me:3077: found $ac_dir/$ac_word" >&5
break
done
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
RANLIB=$ac_cv_prog_RANLIB
1999-12-09 13:01:21 +00:00
if test -n "$RANLIB"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:3085: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me:3088: result: no" >&5
echo "${ECHO_T}no" >&6
fi
fi
if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo "$as_me:3097: 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
else
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_path_separator
ac_dummy="$PATH"
for ac_dir in $ac_dummy; do
IFS=$ac_save_IFS
test -z "$ac_dir" && ac_dir=.
$as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
echo "$as_me:3112: found $ac_dir/$ac_word" >&5
break
done
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
echo "$as_me:3121: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
echo "$as_me:3124: result: no" >&5
echo "${ECHO_T}no" >&6
fi
RANLIB=$ac_ct_RANLIB
else
RANLIB="$ac_cv_prog_RANLIB"
1999-12-09 13:01:21 +00:00
fi
# Extract the first word of "sh", so it can be a program name with args.
set dummy sh; ac_word=$2
2001-08-29 14:35:15 +00:00
echo "$as_me:3135: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
case $PATH_SH in
[\\/]* | ?:[\\/]*)
1999-12-09 13:01:21 +00:00
ac_cv_path_PATH_SH="$PATH_SH" # Let the user override the test with a path.
;;
*)
2001-08-29 14:35:15 +00:00
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 $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_PATH_SH="$ac_dir/$ac_word"
echo "$as_me:3152: found $ac_dir/$ac_word" >&5
break
fi
done
1999-12-09 13:01:21 +00:00
;;
esac
fi
2001-08-29 14:35:15 +00:00
PATH_SH=$ac_cv_path_PATH_SH
1999-12-09 13:01:21 +00:00
if test -n "$PATH_SH"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:3163: result: $PATH_SH" >&5
echo "${ECHO_T}$PATH_SH" >&6
else
echo "$as_me:3166: 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 "$as_me:3172: 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
else
case $PATH_PERL in
[\\/]* | ?:[\\/]*)
ac_cv_path_PATH_PERL="$PATH_PERL" # Let the user override the test with a path.
;;
*)
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 $as_executable_p "$ac_dir/$ac_word"; then
ac_cv_path_PATH_PERL="$ac_dir/$ac_word"
echo "$as_me:3189: found $ac_dir/$ac_word" >&5
break
fi
done
;;
esac
fi
PATH_PERL=$ac_cv_path_PATH_PERL
if test -n "$PATH_PERL"; then
echo "$as_me:3200: result: $PATH_PERL" >&5
echo "${ECHO_T}$PATH_PERL" >&6
else
echo "$as_me:3203: result: no" >&5
echo "${ECHO_T}no" >&6
fi
cat >conftest.$ac_ext <<_ACEOF
#line 3208 "configure"
#include "confdefs.h"
#define ACAT(a,b)a ## b
ACAT(Cir,cus)
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "Circus" >/dev/null 2>&1; then
cat >>confdefs.h <<\EOF
#define ULONG_CONST(a) a ## UL
EOF
else
cat >conftest.$ac_ext <<_ACEOF
#line 3222 "configure"
#include "confdefs.h"
#define RCAT(a,b)a/**/b
RCAT(Rei,ser)
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "Reiser" >/dev/null 2>&1; then
cat >>confdefs.h <<\EOF
#define ULONG_CONST(a) a/**/L
EOF
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:3235: 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; }; }
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest*
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
fi
rm -f conftest*
1999-12-09 13:01:21 +00:00
case "$target" in
*-*-vxworks*)
ac_link="$ac_link $VX_KERNEL"
;;
esac
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
2001-08-29 14:35:15 +00:00
# AmigaOS /C/install, which installs bootblocks on floppy discs
1999-12-09 13:01:21 +00:00
# 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.
2001-08-29 14:35:15 +00:00
echo "$as_me:3262: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
if test -z "$INSTALL"; then
2001-08-29 14:35:15 +00:00
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_save_IFS=$IFS; IFS=$ac_path_separator
1999-12-09 13:01:21 +00:00
for ac_dir in $PATH; do
2001-08-29 14:35:15 +00:00
IFS=$ac_save_IFS
1999-12-09 13:01:21 +00:00
# Account for people who put trailing slashes in PATH elements.
2001-08-29 14:35:15 +00:00
case $ac_dir/ in
/ | ./ | .// | /cC/* \
| /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
| /usr/ucb/* ) ;;
1999-12-09 13:01:21 +00:00
*)
# 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
2001-08-29 14:35:15 +00:00
if $as_executable_p "$ac_dir/$ac_prog"; then
1999-12-09 13:01:21 +00:00
if test $ac_prog = install &&
2001-08-29 14:35:15 +00:00
grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
1999-12-09 13:01:21 +00:00
# AIX install. It has an incompatible calling convention.
:
2001-08-29 14:35:15 +00:00
elif test $ac_prog = install &&
grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
1999-12-09 13:01:21 +00:00
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
fi
fi
done
;;
esac
done
fi
if test "${ac_cv_path_install+set}" = set; then
2001-08-29 14:35:15 +00:00
INSTALL=$ac_cv_path_install
1999-12-09 13:01:21 +00:00
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
2001-08-29 14:35:15 +00:00
INSTALL=$ac_install_sh
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3311: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
1999-12-09 13:01:21 +00:00
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2001-08-29 14:35:15 +00:00
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1999-12-09 13:01:21 +00:00
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
case "$target" in
*-pc-cygwin*)
2001-08-29 14:35:15 +00:00
echo "$as_me:3325: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-ladvapi32 $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3333 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
int
main ()
{
main ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3345: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3348: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3351: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3354: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_advapi32_main=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:3365: 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
#define HAVE_LIBADVAPI32 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-ladvapi32 $LIBS"
fi
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:3379: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lelf $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3387 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char nlist ();
int
main ()
{
nlist ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3406: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3409: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3412: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3415: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_elf_nlist=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:3426: 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
#define HAVE_LIBELF 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-lelf $LIBS"
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3437: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lkvm $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3445 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
int
main ()
{
main ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3457: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3460: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3463: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3466: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_kvm_main=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:3477: 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
#define HAVE_LIBKVM 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-lkvm $LIBS"
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3488: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lld $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3496 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char nlist ();
int
main ()
{
nlist ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3515: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3518: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3521: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3524: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_ld_nlist=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:3535: 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
#define HAVE_LIBLD 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-lld $LIBS"
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3546: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lmld $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3554 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char nlist ();
int
main ()
{
nlist ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3573: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3576: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3579: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3582: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_mld_nlist=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:3593: 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
#define HAVE_LIBMLD 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-lmld $LIBS"
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3604: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3610 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char gethostent (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char gethostent ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_gethostent) || defined (__stub___gethostent)
choke me
#else
2001-08-29 14:35:15 +00:00
f = gethostent;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3641: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3644: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3647: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3650: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_gethostent=yes
else
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
fi
echo "$as_me:3660: result: $ac_cv_func_gethostent" >&5
echo "${ECHO_T}$ac_cv_func_gethostent" >&6
if test $ac_cv_func_gethostent = yes; then
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
echo "$as_me:3666: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lnsl -lsocket $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3674 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char gethostent ();
int
main ()
{
gethostent ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3693: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3696: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3699: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3702: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_nsl_gethostent=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:3713: 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
#define HAVE_LIBNSL 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-lnsl $LIBS"
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3726: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3732 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char openlog (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char openlog ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_openlog) || defined (__stub___openlog)
choke me
#else
2001-08-29 14:35:15 +00:00
f = openlog;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3763: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3766: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3769: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3772: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_openlog=yes
else
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
fi
echo "$as_me:3782: result: $ac_cv_func_openlog" >&5
echo "${ECHO_T}$ac_cv_func_openlog" >&6
if test $ac_cv_func_openlog = yes; then
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
echo "$as_me:3788: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lgen $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3796 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char openlog ();
int
main ()
{
openlog ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3815: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3818: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3821: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3824: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_gen_openlog=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:3835: 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
#define HAVE_LIBGEN 1
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
LIBS="-lgen $LIBS"
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3848: 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
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lreadline $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 3856 "configure"
#include "confdefs.h"
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline ();
int
main ()
{
readline ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3875: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3878: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3881: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3884: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_readline_readline=yes
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
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
LIBS=$ac_check_lib_save_LIBS
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:3895: 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
#define HAVE_LIBREADLINE 1
EOF
LIBS="-lreadline $LIBS"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
case "$target" in
*-*-linux*) ;;
*)
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:3910: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lrt $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3918 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char sched_setscheduler ();
int
main ()
{
sched_setscheduler ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3937: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3940: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:3943: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:3946: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_rt_sched_setscheduler=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:3957: 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
#define HAVE_LIBRT 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-lrt $LIBS"
else
2001-08-29 14:35:15 +00:00
echo "$as_me:3968: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lposix4 $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 3976 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char sched_setscheduler ();
int
main ()
{
sched_setscheduler ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3995: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:3998: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:4001: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4004: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_posix4_sched_setscheduler=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:4015: 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
#define HAVE_LIBPOSIX4 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-lposix4 $LIBS"
fi
fi
2001-08-29 14:35:15 +00:00
;;
esac
echo "$as_me:4031: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 4037 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char setsockopt (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char setsockopt ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_setsockopt) || defined (__stub___setsockopt)
choke me
#else
2001-08-29 14:35:15 +00:00
f = setsockopt;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:4068: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:4071: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:4074: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4077: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_func_setsockopt=yes
else
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
fi
echo "$as_me:4087: result: $ac_cv_func_setsockopt" >&5
echo "${ECHO_T}$ac_cv_func_setsockopt" >&6
if test $ac_cv_func_setsockopt = yes; then
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
echo "$as_me:4093: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_check_lib_save_LIBS=$LIBS
1999-12-09 13:01:21 +00:00
LIBS="-lsocket $LIBS"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 4101 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char setsockopt ();
int
main ()
{
setsockopt ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:4120: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:4123: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:4126: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4129: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_socket_setsockopt=yes
else
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
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:4140: 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
#define HAVE_LIBSOCKET 1
1999-12-09 13:01:21 +00:00
EOF
LIBS="-lsocket $LIBS"
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4153: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 4159 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
2001-08-29 14:35:15 +00:00
_ACEOF
if { (eval echo "$as_me:4167: \"$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:4173: \$? = $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
1999-12-09 13:01:21 +00:00
ac_cv_header_stdc=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 4195 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <string.h>
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "memchr" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f conftest*
fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 4213 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <stdlib.h>
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "free" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f conftest*
fi
if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2001-08-29 14:35:15 +00:00
if test "$cross_compiling" = yes; then
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 4234 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <ctype.h>
2001-08-29 14:35:15 +00:00
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#else
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
|| ('j' <= (c) && (c) <= 'r') \
|| ('s' <= (c) && (c) <= 'z'))
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
#endif
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int
main ()
{
int i;
for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i))
|| toupper (i) != TOUPPER (i))
exit(2);
exit (0);
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:4260: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:4263: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:4265: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:4268: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
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
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4281: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_header_stdc = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define STDC_HEADERS 1
EOF
fi
2001-08-29 14:35:15 +00:00
for ac_header in bstring.h errno.h fcntl.h ieeefp.h math.h memory.h netdb.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4294: 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 4300 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4304: \"$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:4310: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4329: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in poll.h resolv.h sched.h sgtty.h stdlib.h string.h termio.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4342: 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 4348 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4352: \"$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:4358: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4377: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in termios.h timepps.h timex.h unistd.h utmp.h utmpx.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4390: 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 4396 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4400: \"$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:4406: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4425: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in arpa/nameser.h net/if.h netinet/in_systm.h netinet/in.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4438: 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 4444 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4448: \"$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:4454: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4473: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in netinfo/ni.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4486: 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 4492 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4496: \"$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:4502: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4521: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_NETINFO 1
EOF
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in sun/audioio.h sys/audioio.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4537: 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 4543 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4547: \"$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:4553: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4572: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in sys/clkdefs.h sys/file.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4585: 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 4591 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4595: \"$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:4601: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4620: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
case "$target" in
*-*-sunos4*) ;;
2001-08-29 14:35:15 +00:00
*)
for ac_header in sys/ioctl.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4636: 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 4642 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4646: \"$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:4652: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4671: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
for ac_header in sys/lock.h sys/mman.h sys/modem.h sys/param.h sys/ppsclock.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4687: 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 4693 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4697: \"$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:4703: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4722: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in sys/ppstime.h sys/proc.h sys/resource.h sys/sched.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4735: 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 4741 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4745: \"$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:4751: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4770: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
case "$target" in
*-*-sco*)
2001-08-29 14:35:15 +00:00
for ac_header in sys/sio.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4786: 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 4792 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4796: \"$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:4802: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4821: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
;;
2000-01-28 14:55:50 +00:00
esac
2001-08-29 14:35:15 +00:00
for ac_header in sys/select.h sys/sockio.h sys/stat.h sys/stream.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4837: 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 4843 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4847: \"$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:4853: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4872: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in sys/stropts.h sys/sysctl.h sys/syssgi.h sys/termios.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4885: 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 4891 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4895: \"$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:4901: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4920: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
for ac_header in sys/time.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4933: 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 4939 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:4943: \"$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:4949: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:4968: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 4979 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/timepps.h>
#ifdef PPS_API_VERS_1
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
2001-08-29 14:35:15 +00:00
for ac_header in sys/timepps.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:4993: 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 4999 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:5003: \"$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:5009: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5028: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
fi
rm -f conftest*
2001-08-29 14:35:15 +00:00
for ac_header in sys/timers.h sys/timex.h sys/tpro.h sys/types.h sys/wait.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:5044: 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 5050 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:5054: \"$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:5060: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5079: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
echo "$as_me:5089: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5095 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
struct tm *tp;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5110: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5113: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5116: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5119: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_header_time=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_time=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5129: result: $ac_cv_header_time" >&5
echo "${ECHO_T}$ac_cv_header_time" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_header_time = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define TIME_WITH_SYS_TIME 1
EOF
fi
case "$target" in
*-convex-*)
2001-08-29 14:35:15 +00:00
for ac_header in /sys/sync/queue.h /sys/sync/sema.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:5145: 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 5151 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:5155: \"$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:5161: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5180: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
;;
*-*-bsdi*)
2001-08-29 14:35:15 +00:00
for ac_header in machine/inline.h sys/pcl720.h sys/i8253.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:5196: 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 5202 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:5206: \"$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:5212: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5231: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:5244: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5250 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <nlist.h>
2001-08-29 14:35:15 +00:00
_ACEOF
if { (eval echo "$as_me:5254: \"$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:5260: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
ac_cv_header_nlist_h=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5279: 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
1999-12-09 13:01:21 +00:00
#define NLIST_STRUCT 1
EOF
2001-08-29 14:35:15 +00:00
echo "$as_me:5286: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5292 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <nlist.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
struct nlist n; n.n_un.n_name = 0;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5304: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5307: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5310: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5313: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_struct_nlist_n_un=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_struct_nlist_n_un=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5323: result: $ac_cv_struct_nlist_n_un" >&5
echo "${ECHO_T}$ac_cv_struct_nlist_n_un" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_struct_nlist_n_un = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NLIST_NAME_UNION 1
EOF
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5334: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5340 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
volatile int x;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5353: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5356: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5359: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5362: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_c_volatile=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_c_volatile=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5373: result: $ac_cv_c_volatile" >&5
echo "${ECHO_T}$ac_cv_c_volatile" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_c_volatile" in
yes)
;;
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<\EOF
#define volatile
1999-12-09 13:01:21 +00:00
EOF
;;
esac
case "$target" in
sparc-*-solaris2*)
# Assume that solaris2 is Ansi C...
;;
*)
2001-08-29 14:35:15 +00:00
echo "$as_me:5391: 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
1999-12-09 13:01:21 +00:00
else
am_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"
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5409 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
char **p;
int i;
{
return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
char *s;
va_list v;
va_start (v,p);
s = g (p, va_arg (v,int));
va_end (v);
return s;
}
int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
int argc;
char **argv;
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5451: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5454: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5457: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5460: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
am_cv_prog_cc_stdc="$ac_arg"; break
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
done
CC="$ac_save_CC"
fi
if test -z "$am_cv_prog_cc_stdc"; then
2001-08-29 14:35:15 +00:00
echo "$as_me:5474: result: none needed" >&5
echo "${ECHO_T}none needed" >&6
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me:5477: result: $am_cv_prog_cc_stdc" >&5
echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6
1999-12-09 13:01:21 +00:00
fi
case "x$am_cv_prog_cc_stdc" in
x|xno) ;;
*) CC="$CC $am_cv_prog_cc_stdc" ;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:5485: checking for function prototypes" >&5
echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
if test "$am_cv_prog_cc_stdc" != no; then
2001-08-29 14:35:15 +00:00
echo "$as_me:5488: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define PROTOTYPES 1
EOF
U= ANSI2KNR=
else
2001-08-29 14:35:15 +00:00
echo "$as_me:5497: result: no" >&5
echo "${ECHO_T}no" >&6
1999-12-09 13:01:21 +00:00
U=_ ANSI2KNR=./ansi2knr
2001-08-29 14:35:15 +00:00
fi
# Ensure some checks needed by ansi2knr itself.
echo "$as_me:5502: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5508 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
2001-08-29 14:35:15 +00:00
_ACEOF
if { (eval echo "$as_me:5516: \"$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:5522: \$? = $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
1999-12-09 13:01:21 +00:00
ac_cv_header_stdc=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
ac_cv_header_stdc=no
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5544 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <string.h>
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "memchr" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f conftest*
fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5562 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <stdlib.h>
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "free" >/dev/null 2>&1; then
:
else
ac_cv_header_stdc=no
fi
rm -f conftest*
fi
if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2001-08-29 14:35:15 +00:00
if test "$cross_compiling" = yes; then
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5583 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <ctype.h>
2001-08-29 14:35:15 +00:00
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#else
# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
|| ('j' <= (c) && (c) <= 'r') \
|| ('s' <= (c) && (c) <= 'z'))
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
#endif
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int
main ()
{
int i;
for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i))
|| toupper (i) != TOUPPER (i))
exit(2);
exit (0);
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:5609: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:5612: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:5614: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5617: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
:
else
2001-08-29 14:35:15 +00:00
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
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5630: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_header_stdc = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define STDC_HEADERS 1
EOF
fi
2001-08-29 14:35:15 +00:00
for ac_header in string.h
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo "$as_me:5643: 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 5649 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:5653: \"$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:5659: \$? = $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
1999-12-09 13:01:21 +00:00
cat conftest.$ac_ext >&5
2001-08-29 14:35:15 +00:00
eval "$ac_ac_Header=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5678: 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
1999-12-09 13:01:21 +00:00
EOF
fi
2001-08-29 14:35:15 +00:00
done
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:5690: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5696 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
extern int foo (short);
int foo(short i) { return i; }
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
int i;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5711: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5714: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5717: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5720: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_have_prototypes=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_have_prototypes=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5731: result: $ac_cv_have_prototypes" >&5
echo "${ECHO_T}$ac_cv_have_prototypes" >&6
1999-12-09 13:01:21 +00:00
if test "$ac_cv_have_prototypes" = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_PROTOTYPES 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5740: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5746 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
int
main ()
{
/* FIXME: Include the comments suggested by Paul. */
#ifndef __cplusplus
/* Ultrix mips cc rejects this. */
typedef int charset[2];
const charset x;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this. */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
It does not let you subtract one const X* pointer from another in
an arm of an if-expression whose if-part is not a constant
expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this. */
char *t;
char const *s = 0 ? (char *) 0 : (char const *) 0;
*t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
int x[] = {25, 17};
const int *foo = &x[0];
++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
typedef const int *iptr;
iptr p = 0;
++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
struct s { int j; const int *ap[3]; };
struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
const int foo = 10;
}
#endif
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
;
return 0;
1999-12-09 13:01:21 +00:00
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5804: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5807: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5810: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5813: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_c_const=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_c_const=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5823: result: $ac_cv_c_const" >&5
echo "${ECHO_T}$ac_cv_c_const" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_c_const = no; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
#define const
1999-12-09 13:01:21 +00:00
EOF
fi
case "$host" in
$target)
2001-08-29 14:35:15 +00:00
echo "$as_me:5835: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5843 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
bogus endian macros
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5860: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5863: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5866: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5869: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
# It does; now see whether it defined to BIG_ENDIAN or not.
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5873 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:5890: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:5893: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:5896: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5899: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_c_bigendian=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_c_bigendian=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
if test $ac_cv_c_bigendian = unknown; then
if test "$cross_compiling" = yes; then
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:5915: 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; }; }
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5920 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* Are we little or big endian? From Harbison&Steele. */
union
{
long l;
char c[sizeof (long)];
} u;
u.l = 1;
exit (u.c[sizeof (long) - 1] == 1);
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:5936: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:5939: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:5941: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:5944: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_c_bigendian=no
else
2001-08-29 14:35:15 +00:00
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
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:5957: result: $ac_cv_c_bigendian" >&5
echo "${ECHO_T}$ac_cv_c_bigendian" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_c_bigendian = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define WORDS_BIGENDIAN 1
EOF
fi
;;
*) case "$target" in
i*86-*-vxworks*)
# LITTLEENDIAN
;;
*-*-vxworks*)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define WORDS_BIGENDIAN 1
EOF
;;
2001-08-29 14:35:15 +00:00
*) { { echo "$as_me:5978: error: Cross-compiling needs explicit byte order" >&5
echo "$as_me: error: Cross-compiling needs explicit byte order" >&2;}
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
;;
esac
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:5985: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 5991 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
#ifdef signal
2001-08-29 14:35:15 +00:00
# undef signal
1999-12-09 13:01:21 +00:00
#endif
#ifdef __cplusplus
extern "C" void (*signal (int, void (*)(int)))(int);
#else
void (*signal ()) ();
#endif
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
int i;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6013: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6016: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6019: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6022: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_type_signal=void
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_type_signal=int
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6032: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define RETSIGTYPE $ac_cv_type_signal
EOF
2001-08-29 14:35:15 +00:00
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:6042: 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 6048 "configure"
#include "confdefs.h"
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:6052: \"$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:6058: \$? = $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:6077: 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
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:6087: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6093 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
{
if ((off_t *) 0)
return 0;
if (sizeof (off_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6108: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6111: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6114: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6117: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
2000-01-28 14:55:50 +00:00
ac_cv_type_off_t=yes
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_type_off_t=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6127: 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
:
else
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define off_t long
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6139: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6145 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
{
if ((size_t *) 0)
return 0;
if (sizeof (size_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6160: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6163: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6166: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6169: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
2000-01-28 14:55:50 +00:00
ac_cv_type_size_t=yes
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_type_size_t=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6179: 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
:
else
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define size_t unsigned
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6191: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6197 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
{
if ((time_t *) 0)
return 0;
if (sizeof (time_t))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6212: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6215: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6218: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6221: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
2000-01-28 14:55:50 +00:00
ac_cv_type_time_t=yes
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_type_time_t=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6231: 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
:
else
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define time_t long
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6243: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6249 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
struct tm *tp; tp->tm_sec;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6263: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6266: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6269: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6272: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_struct_tm=time.h
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_struct_tm=sys/time.h
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6282: result: $ac_cv_struct_tm" >&5
echo "${ECHO_T}$ac_cv_struct_tm" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_struct_tm = sys/time.h; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define TM_IN_SYS_TIME 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6292: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_var_default_hz=100
case "$target" in
alpha*-dec-osf4*|alpha*-dec-osf5*)
ac_cv_var_default_hz=1024
;;
mips-dec-ultrix4*)
ac_cv_var_default_hz=256
;;
esac
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6307: result: $ac_cv_var_default_hz" >&5
echo "${ECHO_T}$ac_cv_var_default_hz" >&6
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define DEFAULT_HZ $ac_cv_var_default_hz
EOF
2001-08-29 14:35:15 +00:00
echo "$as_me:6313: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_var_override_hz=no
case "$target" in
alpha*-dec-osf4*|alpha*-dec-osf5*)
ac_cv_var_override_hz=yes
;;
mips-dec-ultrix4*)
ac_cv_var_override_hz=yes
;;
*-*-freebsd*)
ac_cv_var_override_hz=yes
;;
*-*-sunos4*)
ac_cv_var_override_hz=yes
;;
esac
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6334: result: $ac_cv_var_override_hz" >&5
echo "${ECHO_T}$ac_cv_var_override_hz" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_override_hz" in
yes)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define OVERRIDE_HZ 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:6345: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6352 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <signal.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
struct sigaction act; act.sa_sigaction = 0;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6364: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6367: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6370: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6373: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_struct_sigaction_has_sa_sigaction=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_struct_sigaction_has_sa_sigaction=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
fi
echo "$as_me:6385: result: $ac_cv_struct_sigaction_has_sa_sigaction" >&5
echo "${ECHO_T}$ac_cv_struct_sigaction_has_sa_sigaction" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_struct_sigaction_has_sa_sigaction = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6394: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6400 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TERMIOS_H
# include <sys/termios.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#ifdef HAVE_SYS_PPSCLOCK_H
# include <sys/ppsclock.h>
#endif
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
extern struct ppsclockev *pce;
return pce->serial;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6424: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6427: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6430: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6433: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_struct_ppsclockev=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_struct_ppsclockev=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6444: result: $ac_cv_struct_ppsclockev" >&5
echo "${ECHO_T}$ac_cv_struct_ppsclockev" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_struct_ppsclockev = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_STRUCT_PPSCLOCKEV 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6453: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6459 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
extern struct sockaddr *ps;
return ps->sa_len;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6475: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6478: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6481: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6484: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_struct_sockaddr_has_sa_len=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_struct_sockaddr_has_sa_len=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6495: result: $ac_cv_struct_sockaddr_has_sa_len" >&5
echo "${ECHO_T}$ac_cv_struct_sockaddr_has_sa_len" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_struct_sockaddr_has_sa_len = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_SA_LEN_IN_STRUCT_SOCKADDR 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6504: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6510 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/time.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
extern struct clockinfo *pc;
return pc->hz;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6525: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6528: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6531: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6534: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_struct_clockinfo_has_hz=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_struct_clockinfo_has_hz=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6545: result: $ac_cv_struct_clockinfo_has_hz" >&5
echo "${ECHO_T}$ac_cv_struct_clockinfo_has_hz" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_struct_clockinfo_has_hz = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_HZ_IN_STRUCT_CLOCKINFO 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6554: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6560 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/time.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
extern struct clockinfo *pc;
return pc->tickadj;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6575: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6578: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6581: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6584: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_struct_clockinfo_has_tickadj=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_struct_clockinfo_has_tickadj=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6595: result: $ac_cv_struct_clockinfo_has_tickadj" >&5
echo "${ECHO_T}$ac_cv_struct_clockinfo_has_tickadj" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_struct_clockinfo_has_tickadj = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_TICKADJ_IN_STRUCT_CLOCKINFO 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6604: 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 6610 "configure"
#include "confdefs.h"
#include <sys/time.h>
/* Under SunOS, timespec is in sys/timepps.h, which needs errno.h and FRAC */
#ifdef HAVE_ERRNO_H
# include <errno.h>
#endif
#ifdef HAVE_SYS_TIMEPPS_H
# define FRAC 4294967296
# include <sys/timepps.h>
#endif
int
main ()
{
struct timespec n;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6631: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6634: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6637: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6640: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_struct_timespec=yes
else
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 "$as_me:6650: result: $ac_cv_struct_timespec" >&5
echo "${ECHO_T}$ac_cv_struct_timespec" >&6
if test $ac_cv_struct_timespec = yes; then
cat >>confdefs.h <<\EOF
#define HAVE_STRUCT_TIMESPEC 1
EOF
fi
echo "$as_me:6660: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6666 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/time.h>
#include <sys/timex.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
struct ntptimeval n;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6680: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6683: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6686: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6689: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_struct_ntptimeval=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_struct_ntptimeval=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6699: result: $ac_cv_struct_ntptimeval" >&5
echo "${ECHO_T}$ac_cv_struct_ntptimeval" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_struct_ntptimeval = yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_STRUCT_NTPTIMEVAL 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6709: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6715 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#else
# ifdef HAVE_TIME_H
# include <time.h>
# endif
#endif
#ifdef HAVE_SYS_TIMEX_H
#include <sys/timex.h>
#else
# ifdef HAVE_TIMEX_H
# include <timex.h>
# endif
#endif
2001-08-29 14:35:15 +00:00
int
main ()
{
struct ntptimeval foo;
foo.time.tv_nsec;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6742: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6745: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6748: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6751: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_member_struct_ntptimeval_time_tv_nsec=yes
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_member_struct_ntptimeval_time_tv_nsec=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6761: 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
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<EOF
#define HAVE_STRUCT_NTPTIMEVAL_TIME_TV_NSEC 1
1999-12-09 13:01:21 +00:00
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6771: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6779 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
#ifndef __cplusplus
static $ac_kw int static_foo () {return 0; }
$ac_kw int foo () {return 0; }
#endif
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6788: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6791: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6794: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6797: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_c_inline=$ac_kw; break
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
done
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6808: result: $ac_cv_c_inline" >&5
echo "${ECHO_T}$ac_cv_c_inline" >&6
case $ac_cv_c_inline in
1999-12-09 13:01:21 +00:00
inline | yes) ;;
2001-08-29 14:35:15 +00:00
no)
cat >>confdefs.h <<\EOF
#define inline
1999-12-09 13:01:21 +00:00
EOF
;;
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define inline $ac_cv_c_inline
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:6823: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6829 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !(((char) -1) < 0)]
;
return 0;
1999-12-09 13:01:21 +00:00
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6841: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6844: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6847: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6850: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_c_char_unsigned=no
2001-08-29 14:35:15 +00:00
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_c_char_unsigned=yes
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:6860: result: $ac_cv_c_char_unsigned" >&5
echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define __CHAR_UNSIGNED__ 1
EOF
fi
case "$host" in
$target)
2001-08-29 14:35:15 +00:00
echo "$as_me:6870: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 6876 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((signed char *) 0)
return 0;
if (sizeof (signed char))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6891: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6894: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6897: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6900: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_signed_char=yes
else
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 "$as_me:6910: result: $ac_cv_type_signed_char" >&5
echo "${ECHO_T}$ac_cv_type_signed_char" >&6
echo "$as_me:6913: 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
else
if test "$ac_cv_type_signed_char" = yes; then
1999-12-09 13:01:21 +00:00
if test "$cross_compiling" = yes; then
2001-08-29 14:35:15 +00:00
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
#line 6922 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (signed char)) >= 0)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6934: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6937: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6940: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6943: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
#line 6948 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6960: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:6963: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:6966: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:6969: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
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 6985 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
1999-12-09 13:01:21 +00:00
{
2001-08-29 14:35:15 +00:00
int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_mid)]
;
return 0;
1999-12-09 13:01:21 +00:00
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:6997: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7000: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7003: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7006: \$? = $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
fi
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_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
#line 7022 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7034: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7037: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7040: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7043: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
if test "$cross_compiling" = yes; then
{ { echo "$as_me:7056: 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 7061 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
fprintf (f, "%d", (sizeof (signed char)));
fclose (f);
;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:7077: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7080: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:7082: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7085: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_signed_char=`cat conftest.val`
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.val
else
ac_cv_sizeof_signed_char=0
fi
fi
echo "$as_me:7101: result: $ac_cv_sizeof_signed_char" >&5
echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
EOF
;;
*) case "$target" in
*-*-vxworks*)
2001-08-29 14:35:15 +00:00
echo "$as_me:7110: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 7116 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((signed char *) 0)
return 0;
if (sizeof (signed char))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7131: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7134: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7137: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7140: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_signed_char=yes
else
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 "$as_me:7150: result: $ac_cv_type_signed_char" >&5
echo "${ECHO_T}$ac_cv_type_signed_char" >&6
echo "$as_me:7153: 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
else
if test "$ac_cv_type_signed_char" = yes; then
1999-12-09 13:01:21 +00:00
if test "$cross_compiling" = yes; then
2001-08-29 14:35:15 +00:00
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
#line 7162 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (signed char)) >= 0)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7174: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7177: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7180: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7183: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
#line 7188 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7200: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7203: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7206: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7209: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
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 7225 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
1999-12-09 13:01:21 +00:00
{
2001-08-29 14:35:15 +00:00
int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_mid)]
;
return 0;
1999-12-09 13:01:21 +00:00
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7237: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7240: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7243: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7246: \$? = $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
fi
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_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
#line 7262 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7274: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7277: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7280: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7283: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
if test "$cross_compiling" = yes; then
{ { echo "$as_me:7296: 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 7301 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
fprintf (f, "%d", (sizeof (signed char)));
fclose (f);
;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:7317: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7320: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:7322: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7325: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_signed_char=`cat conftest.val`
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.val
else
ac_cv_sizeof_signed_char=0
fi
fi
echo "$as_me:7341: result: $ac_cv_sizeof_signed_char" >&5
echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
EOF
;;
2001-08-29 14:35:15 +00:00
*) { { echo "$as_me:7348: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
;;
esac
case "$host" in
$target)
2001-08-29 14:35:15 +00:00
echo "$as_me:7358: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 7364 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((int *) 0)
return 0;
if (sizeof (int))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7379: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7382: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7385: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7388: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_int=yes
else
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 "$as_me:7398: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6
echo "$as_me:7401: 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
else
if test "$ac_cv_type_int" = yes; then
1999-12-09 13:01:21 +00:00
if test "$cross_compiling" = yes; then
2001-08-29 14:35:15 +00:00
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
#line 7410 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7422: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7425: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7428: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7431: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
#line 7436 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7448: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7451: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7454: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7457: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
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 7473 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
1999-12-09 13:01:21 +00:00
{
2001-08-29 14:35:15 +00:00
int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
;
return 0;
1999-12-09 13:01:21 +00:00
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7485: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7488: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7491: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7494: \$? = $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
fi
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_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
#line 7510 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7525: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7528: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7531: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
if test "$cross_compiling" = yes; then
{ { echo "$as_me:7544: 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 7549 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
fprintf (f, "%d", (sizeof (int)));
fclose (f);
;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:7565: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7568: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:7570: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7573: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_int=`cat conftest.val`
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.val
else
ac_cv_sizeof_int=0
fi
fi
echo "$as_me:7589: result: $ac_cv_sizeof_int" >&5
echo "${ECHO_T}$ac_cv_sizeof_int" >&6
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define SIZEOF_INT $ac_cv_sizeof_int
EOF
;;
*) case "$target" in
*-*-vxworks*)
2001-08-29 14:35:15 +00:00
echo "$as_me:7598: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 7604 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((int *) 0)
return 0;
if (sizeof (int))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7619: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7622: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7625: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7628: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_int=yes
else
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 "$as_me:7638: result: $ac_cv_type_int" >&5
echo "${ECHO_T}$ac_cv_type_int" >&6
echo "$as_me:7641: 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
else
if test "$ac_cv_type_int" = yes; then
1999-12-09 13:01:21 +00:00
if test "$cross_compiling" = yes; then
2001-08-29 14:35:15 +00:00
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
#line 7650 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7662: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7665: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7668: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7671: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
#line 7676 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7688: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7691: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7694: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7697: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
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 7713 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
1999-12-09 13:01:21 +00:00
{
2001-08-29 14:35:15 +00:00
int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
;
return 0;
1999-12-09 13:01:21 +00:00
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7725: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7728: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7731: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7734: \$? = $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
fi
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_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
#line 7750 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7762: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7765: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7768: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7771: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
if test "$cross_compiling" = yes; then
{ { echo "$as_me:7784: 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 7789 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
fprintf (f, "%d", (sizeof (int)));
fclose (f);
;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:7805: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:7808: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:7810: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7813: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_int=`cat conftest.val`
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.val
else
ac_cv_sizeof_int=0
fi
fi
echo "$as_me:7829: result: $ac_cv_sizeof_int" >&5
echo "${ECHO_T}$ac_cv_sizeof_int" >&6
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define SIZEOF_INT $ac_cv_sizeof_int
EOF
;;
2001-08-29 14:35:15 +00:00
*) { { echo "$as_me:7836: error: Cross-compiling needs explicit SIZEOF_INT" >&5
echo "$as_me: error: Cross-compiling needs explicit SIZEOF_INT" >&2;}
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
;;
esac
;;
esac
case "$host" in
$target)
2001-08-29 14:35:15 +00:00
echo "$as_me:7846: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 7852 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((long *) 0)
return 0;
if (sizeof (long))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7867: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7870: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7873: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7876: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long=yes
else
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 "$as_me:7886: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6
echo "$as_me:7889: 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
else
if test "$ac_cv_type_long" = yes; then
1999-12-09 13:01:21 +00:00
if test "$cross_compiling" = yes; then
2001-08-29 14:35:15 +00:00
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
#line 7898 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7910: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7913: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7916: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7919: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
#line 7924 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7936: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7939: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7942: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7945: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
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 7961 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
1999-12-09 13:01:21 +00:00
{
2001-08-29 14:35:15 +00:00
int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)]
;
return 0;
1999-12-09 13:01:21 +00:00
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:7973: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:7976: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:7979: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:7982: \$? = $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
fi
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_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
#line 7998 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:8010: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:8013: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:8016: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8019: \$? = $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
if test "$cross_compiling" = yes; then
{ { echo "$as_me:8032: 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 8037 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
fprintf (f, "%d", (sizeof (long)));
fclose (f);
;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:8053: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8056: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:8058: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8061: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_long=`cat conftest.val`
else
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 core core.* *.core conftest$ac_exeext conftest.$ac_ext
fi
fi
rm -f conftest.val
1999-12-09 13:01:21 +00:00
else
ac_cv_sizeof_long=0
fi
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:8077: result: $ac_cv_sizeof_long" >&5
echo "${ECHO_T}$ac_cv_sizeof_long" >&6
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define SIZEOF_LONG $ac_cv_sizeof_long
EOF
;;
*) case "$target" in
*-*-vxworks*)
2001-08-29 14:35:15 +00:00
echo "$as_me:8086: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8092 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
if ((long *) 0)
return 0;
if (sizeof (long))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:8107: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:8110: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:8113: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8116: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long=yes
else
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 "$as_me:8126: result: $ac_cv_type_long" >&5
echo "${ECHO_T}$ac_cv_type_long" >&6
echo "$as_me:8129: 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
else
if test "$ac_cv_type_long" = yes; then
1999-12-09 13:01:21 +00:00
if test "$cross_compiling" = yes; then
2001-08-29 14:35:15 +00:00
# Depending upon the size, compute the lo and hi bounds.
cat >conftest.$ac_ext <<_ACEOF
#line 8138 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:8150: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:8153: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:8156: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8159: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_lo=0 ac_mid=0
while :; do
cat >conftest.$ac_ext <<_ACEOF
#line 8164 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:8176: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:8179: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:8182: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8185: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
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 8201 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
1999-12-09 13:01:21 +00:00
{
2001-08-29 14:35:15 +00:00
int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)]
;
return 0;
1999-12-09 13:01:21 +00:00
}
2001-08-29 14:35:15 +00:00
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:8213: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:8216: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:8219: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8222: \$? = $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
fi
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_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cat >conftest.$ac_ext <<_ACEOF
#line 8238 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:8250: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:8253: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:8256: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8259: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
if test "$cross_compiling" = yes; then
{ { echo "$as_me:8272: 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 8277 "configure"
#include "confdefs.h"
$ac_includes_default
int
main ()
{
FILE *f = fopen ("conftest.val", "w");
if (!f)
exit (1);
fprintf (f, "%d", (sizeof (long)));
fclose (f);
;
return 0;
}
_ACEOF
rm -f conftest$ac_exeext
if { (eval echo "$as_me:8293: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8296: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (eval echo "$as_me:8298: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8301: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_sizeof_long=`cat conftest.val`
else
echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.val
else
ac_cv_sizeof_long=0
fi
fi
echo "$as_me:8317: result: $ac_cv_sizeof_long" >&5
echo "${ECHO_T}$ac_cv_sizeof_long" >&6
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define SIZEOF_LONG $ac_cv_sizeof_long
EOF
;;
2001-08-29 14:35:15 +00:00
*) { { echo "$as_me:8324: error: Cross-compiling needs explicit SIZEOF_LONG" >&5
echo "$as_me: error: Cross-compiling needs explicit SIZEOF_LONG" >&2;}
{ (exit 1); exit 1; }; }
1999-12-09 13:01:21 +00:00
;;
esac
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:8332: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8338 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
2001-08-29 14:35:15 +00:00
$ac_includes_default
int
main ()
{
if ((s_char *) 0)
return 0;
if (sizeof (s_char))
return 0;
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:8353: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:8356: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:8359: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8362: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
2000-01-28 14:55:50 +00:00
ac_cv_type_s_char=yes
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_type_s_char=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:8372: 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
cat >>confdefs.h <<EOF
#define HAVE_S_CHAR 1
1999-12-09 13:01:21 +00:00
EOF
fi
case "$ac_cv_c_char_unsigned$ac_cv_sizeof_signed_char$ac_cv_type_s_char" in
*yes)
# We have a typedef for s_char. Might as well believe it...
;;
no0no)
# We have signed chars, can't say 'signed char', no s_char typedef.
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NEED_S_CHAR_TYPEDEF 1
EOF
;;
no1no)
# We have signed chars, can say 'signed char', no s_char typedef.
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NEED_S_CHAR_TYPEDEF 1
EOF
;;
yes0no)
# We have unsigned chars, can't say 'signed char', no s_char typedef.
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:8402: 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; }; }
1999-12-09 13:01:21 +00:00
;;
yes1no)
# We have unsigned chars, can say 'signed char', no s_char typedef.
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NEED_S_CHAR_TYPEDEF 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:8414: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8420 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "uid_t" >/dev/null 2>&1; then
ac_cv_type_uid_t=yes
else
ac_cv_type_uid_t=no
fi
rm -f conftest*
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:8434: result: $ac_cv_type_uid_t" >&5
echo "${ECHO_T}$ac_cv_type_uid_t" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_type_uid_t = no; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define uid_t int
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define gid_t int
EOF
fi
case "$target" in
*-*-linux*)
2001-08-29 14:35:15 +00:00
for ac_func in __adjtimex __ntp_gettime
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:8454: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8460 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8491: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8494: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8497: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8500: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:8510: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
case "$target" in
*-*-aix4*)
# (prr) aix 4.1 doesn't have clock_settime, but in aix 4.3 it's a stub
# (returning ENOSYS). I didn't check 4.2. If, in the future,
# IBM pulls its thumbs out long enough to implement clock_settime,
# this conditional will need to change. Maybe use AC_TRY_RUN
# instead to try to set the time to itself and check errno.
;;
2001-08-29 14:35:15 +00:00
*)
for ac_func in clock_settime
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:8534: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8540 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8571: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8574: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8577: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8580: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:8590: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
for ac_func in daemon
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:8606: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8612 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8643: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8646: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8649: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8652: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:8662: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
2001-08-29 14:35:15 +00:00
for ac_func in finite
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:8675: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8681 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8712: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8715: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8718: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8721: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:8731: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
for ac_func in isfinite
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:8743: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
#line 8749 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
int
main ()
{
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8780: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8783: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8786: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8789: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:8799: 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
else
echo "$as_me:8807: 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 8812 "configure"
#include "confdefs.h"
#include <math.h>
int
main ()
{
float f = 0.0; isfinite(f)
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8824: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8827: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8830: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8833: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
echo "$as_me:8835: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\EOF
#define HAVE_ISFINITE 1
EOF
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
echo "$as_me:8844: result: no" >&5
echo "${ECHO_T}no" >&6
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$_libs
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
done
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
done
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
for ac_func in getbootfile getclock getdtablesize getrusage gettimeofday
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:8858: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8864 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
int
main ()
{
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
f = $ac_func;
#endif
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8895: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8898: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8901: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8904: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:8914: 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
1999-12-09 13:01:21 +00:00
fi
done
case "$target" in
*-pc-cygwin*)
;;
2001-08-29 14:35:15 +00:00
*)
for ac_func in getuid
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:8931: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 8937 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:8968: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:8971: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:8974: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:8977: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:8987: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
for ac_func in hstrerror K_open kvm_open memcpy memmove memset
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9003: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9009 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9040: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9043: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9046: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9049: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9059: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
case "$target" in
*-*-sco3.2v5.0.*)
# Just stubs. Idiots.
;;
2001-08-29 14:35:15 +00:00
*)
for ac_func in mkstemp
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9077: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9083 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9114: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9117: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9120: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9123: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9133: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
for ac_func in mktime
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9149: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9155 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9186: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9189: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9192: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9195: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:9205: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
1999-12-09 13:01:21 +00:00
fi
done
case "$target" in
*-*-aix4*)
# Just a stub. Idiots.
;;
*-*-irix*)
# Just stubs in Irix. Idiots.
;;
*-*-sco3.2v5.0.*)
# Just stubs. Idiots.
;;
alpha*-dec-osf4*|alpha*-dec-osf5*)
# mlockall is there, as a #define calling memlk via <sys/mman.h>
# Not easy to test for - cheat.
2001-08-29 14:35:15 +00:00
for ac_func in memlk
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9234: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9240 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9271: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9274: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9277: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9280: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9290: 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
1999-12-09 13:01:21 +00:00
EOF
ac_cv_func_mlockall='yes'
fi
done
2001-08-29 14:35:15 +00:00
for ac_func in mlockall
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9303: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9309 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9340: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9343: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9346: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9349: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9359: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
2001-08-29 14:35:15 +00:00
*)
for ac_func in mlockall
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9374: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9380 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9411: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9414: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9417: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9420: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9430: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
for ac_func in mrand48 srand48 nice nlist
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9446: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9452 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9483: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9486: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9489: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9492: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9502: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
case "$target" in
*-*-solaris2.6)
# Broken...
;;
2001-08-29 14:35:15 +00:00
*)
for ac_func in ntp_adjtime ntp_gettime
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9521: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9527 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9558: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9561: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9564: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9567: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9577: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
for ac_func in plock pututline pututxline readlink rtprio
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9593: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9599 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9630: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9633: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9636: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9639: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9649: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
2001-08-29 14:35:15 +00:00
case "$ac_cv_func_mrand48" in
yes) ;;
*)
for ac_func in random
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9665: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9671 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9702: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9705: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9708: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9711: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:9721: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
1999-12-09 13:01:21 +00:00
fi
done
2001-08-29 14:35:15 +00:00
;;
esac
1999-12-09 13:01:21 +00:00
case "$target" in
*-*-aix4*)
# Just a stub in AIX 4. Idiots.
;;
*-*-solaris2.5*)
# Just stubs in solaris2.5. Idiots.
;;
2001-08-29 14:35:15 +00:00
*)
for ac_func in sched_setscheduler
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9746: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9752 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9783: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9786: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9789: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9792: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9802: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
for ac_func in setlinebuf
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9818: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9824 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9855: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9858: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9861: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9864: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9874: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
for ac_func in setpgid setpriority setsid settimeofday setvbuf sigaction
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9887: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9893 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9924: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9927: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9930: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:9933: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:9943: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
for ac_func in sigvec sigset sigsuspend stime strchr sysconf sysctl
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:9956: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 9962 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:9993: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:9996: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:9999: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10002: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:10012: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
2001-08-29 14:35:15 +00:00
for ac_func in snprintf strdup strerror
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:10025: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10031 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:10062: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:10065: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:10068: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10071: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10081: 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
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
1999-12-09 13:01:21 +00:00
fi
done
case "$target" in
*-*-aix4*)
# Just stubs. Idiots.
;;
*-*-netbsd*)
# Just stubs. Idiots.
;;
*-*-openbsd*)
# Just stubs. Idiots.
;;
2001-08-29 14:35:15 +00:00
*)
for ac_func in timer_create timer_settime
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:10108: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10114 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:10145: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:10148: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:10151: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10154: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:10164: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
case "$target" in
*-pc-cygwin*)
# I have no idea...
;;
2001-08-29 14:35:15 +00:00
*)
for ac_func in umask
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:10184: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10190 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:10221: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:10224: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:10227: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10230: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:10240: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
;;
esac
2001-08-29 14:35:15 +00:00
1999-12-09 13:01:21 +00:00
for ac_func in uname updwtmp updwtmpx vsprintf
do
2001-08-29 14:35:15 +00:00
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo "$as_me:10256: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10262 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
2001-08-29 14:35:15 +00:00
which can conflict with char $ac_func (); below. */
1999-12-09 13:01:21 +00:00
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
2001-08-29 14:35:15 +00:00
#ifdef __cplusplus
extern "C"
#endif
1999-12-09 13:01:21 +00:00
/* We use char because int might match the return type of a gcc2
2001-08-29 14:35:15 +00:00
builtin and then its argument prototype would still apply. */
char $ac_func ();
char (*f) ();
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
2001-08-29 14:35:15 +00:00
f = $ac_func;
1999-12-09 13:01:21 +00:00
#endif
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:10293: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:10296: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:10299: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10302: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$ac_ac_var=yes"
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
eval "$ac_ac_var=no"
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:10312: 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
1999-12-09 13:01:21 +00:00
EOF
fi
done
2001-08-29 14:35:15 +00:00
echo "$as_me:10322: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10328 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/time.h>
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
gettimeofday((struct timeval*)0,(struct timezone*)0);
settimeofday((struct timeval*)0,(struct timezone*)0);
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:10343: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:10346: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:10349: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10352: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_func_Xettimeofday_nargs=2
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_Xettimeofday_nargs=1
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10363: result: $ac_cv_func_Xettimeofday_nargs" >&5
echo "${ECHO_T}$ac_cv_func_Xettimeofday_nargs" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_func_Xettimeofday_nargs = 1; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define SYSV_TIMEOFDAY 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10372: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10378 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
setpgrp(0,0);
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:10397: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:10400: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:10403: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10406: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_func_setpgrp_nargs=2
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_setpgrp_nargs=0
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10417: result: $ac_cv_func_setpgrp_nargs" >&5
echo "${ECHO_T}$ac_cv_func_setpgrp_nargs" >&6
1999-12-09 13:01:21 +00:00
if test $ac_cv_func_setpgrp_nargs = 0; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_SETPGRP_0 1
EOF
fi
save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS -I$srcdir/include"
2001-08-29 14:35:15 +00:00
echo "$as_me:10429: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10435 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include "l_stdlib.h"
#ifdef HAVE_PROTOTYPES
#define P(x) x
#else
#define P(x) ()
#endif
extern void *base;
extern sortfunc P((const void *, const void *));
int sortfunc(a, b)
const void *a;
const void *b; { return 0; }
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
qsort(base, 2, sizeof(char *), sortfunc);
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:10463: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:10466: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:10469: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10472: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_func_qsort_argtype=void
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_func_qsort_argtype=char
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10483: result: $ac_cv_func_qsort_argtype" >&5
echo "${ECHO_T}$ac_cv_func_qsort_argtype" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_func_qsort_argtype" in
void)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define QSORT_USES_VOID_P 1
EOF
;;
esac
CFLAGS=$save_CFLAGS
2001-08-29 14:35:15 +00:00
echo "$as_me:10496: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10502 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
errno = 0;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:10516: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:10519: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:10522: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10525: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_decl_errno=no
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_decl_errno=yes
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10535: result: $ac_cv_decl_errno" >&5
echo "${ECHO_T}$ac_cv_decl_errno" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_decl_errno" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_ERRNO 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:10544: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10550 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_RESOLV_H
#include <resolv.h>
#endif
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
extern int h_errno;
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:10574: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:10577: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:10580: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10583: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_decl_h_errno=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_decl_h_errno=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10593: result: $ac_cv_decl_h_errno" >&5
echo "${ECHO_T}$ac_cv_decl_h_errno" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_decl_h_errno" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_H_ERRNO 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:10602: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10608 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <stdio.h>
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
2001-08-29 14:35:15 +00:00
int
main ()
{
extern char *sys_errlist[];
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:10624: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:10627: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:10630: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10633: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_decl_sys_errlist=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_decl_sys_errlist=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10643: result: $ac_cv_decl_sys_errlist" >&5
echo "${ECHO_T}$ac_cv_decl_sys_errlist" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_decl_sys_errlist" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CHAR_SYS_ERRLIST 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:10652: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 10658 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_PROTOTYPES
#define P(x) x
#else
#define P(x) ()
#endif
2001-08-29 14:35:15 +00:00
int
main ()
{
1999-12-09 13:01:21 +00:00
extern int syscall P((int, ...));
2001-08-29 14:35:15 +00:00
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:10682: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
echo "$as_me:10685: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:10688: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:10691: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
1999-12-09 13:01:21 +00:00
ac_cv_decl_syscall=yes
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_decl_syscall=no
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
rm -f conftest.$ac_objext conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10701: result: $ac_cv_decl_syscall" >&5
echo "${ECHO_T}$ac_cv_decl_syscall" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_decl_syscall" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SYSCALL 1
EOF
;;
esac
case "$target" in
2001-08-29 14:35:15 +00:00
*-*-aix4.3.*)
cat >>confdefs.h <<\EOF
#define DECL_HSTRERROR_0 1
EOF
# Needed for XLC under AIX 4.3.2
;;
2000-01-28 14:55:50 +00:00
*-*-osf[45]*)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_PLOCK_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
2000-01-28 14:55:50 +00:00
#define DECL_STIME_1 1
1999-12-09 13:01:21 +00:00
EOF
;;
*-*-riscos4*)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_ADJTIME_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_BZERO_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_IOCTL_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_IPC_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MEMMOVE_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MKTEMP_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_RENAME_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SELECT_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SETITIMER_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SETPRIORITY_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_STDIO_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_STRTOL_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SYSLOG_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TIME_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TIMEOFDAY_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TOLOWER_0 1
EOF
;;
*-*-solaris2*)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MKSTEMP_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SETPRIORITY_1 1
EOF
case "$target" in
*-*-solaris2.4)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TIMEOFDAY_0 1
EOF
;;
esac
;;
*-*-sunos4*)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_ADJTIME_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_BCOPY_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_BZERO_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_IOCTL_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_IPC_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MEMMOVE_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MKTEMP_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MKSTEMP_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MRAND48_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_RENAME_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SELECT_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SETITIMER_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SETPRIORITY_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SIGVEC_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SRAND48_0 1
EOF
case "`basename $ac_cv_prog_CC`" in
acc*) ;;
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_STDIO_0 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_STRTOL_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SYSLOG_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TIME_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TIMEOFDAY_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TOLOWER_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TOUPPER_0 1
2001-08-29 14:35:15 +00:00
EOF
cat >>confdefs.h <<\EOF
#define DECL_STRERROR_0 1
1999-12-09 13:01:21 +00:00
EOF
;;
*-*-ultrix4*)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_ADJTIME_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_BZERO_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_CFSETISPEED_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_IOCTL_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_IPC_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MKTEMP_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_MRAND48_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_NLIST_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_PLOCK_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SELECT_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SETITIMER_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SETPRIORITY_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SRAND48_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_STIME_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_SYSLOG_0 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DECL_TIMEOFDAY_0 1
EOF
;;
esac
case "$target" in
*-*-sco3.2*)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define TERMIOS_NEEDS__SVID3 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:10986: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_var_use_streams_device_for_ifconfig=no
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:10993: result: $ac_cv_var_use_streams_device_for_ifconfig" >&5
echo "${ECHO_T}$ac_cv_var_use_streams_device_for_ifconfig" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:10996: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$target" in
*-*-hpux[567]*)
ans=yes
;;
esac
ac_cv_var_rcvbuf_slop=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11009: result: $ac_cv_var_rcvbuf_slop" >&5
echo "${ECHO_T}$ac_cv_var_rcvbuf_slop" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_rcvbuf_slop" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NEED_RCVBUF_SLOP 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11018: 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
1999-12-09 13:01:21 +00:00
else
ans=yes
case "$target" in
*-*-domainos)
ans=no
;;
*-*-linux*)
ans=no
;;
esac
ac_cv_var_open_bcast_socket=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11034: result: $ac_cv_var_open_bcast_socket" >&5
echo "${ECHO_T}$ac_cv_var_open_bcast_socket" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_open_bcast_socket" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define OPEN_BCAST_SOCKET 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11043: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$target" in
*-*-hpux*)
ans=yes
;;
esac
ac_cv_var_hpux_findconfig=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11056: result: $ac_cv_var_hpux_findconfig" >&5
echo "${ECHO_T}$ac_cv_var_hpux_findconfig" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_hpux_findconfig" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NEED_HPUX_FINDCONFIG 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11065: 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
1999-12-09 13:01:21 +00:00
else
case "$target" in
*-*-hpux[567]*)
ans=no
;;
*-*-hpux*)
ans=yes
;;
*-*-linux*)
ans=yes
;;
*-*-sunos3*)
ans=yes
;;
*-*-ultrix2*)
ans=yes
;;
*)
ans=no
;;
esac
ac_cv_arg_setpgrp_negpid=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11092: result: $ac_cv_arg_setpgrp_negpid" >&5
echo "${ECHO_T}$ac_cv_arg_setpgrp_negpid" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_arg_setpgrp_negpid" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define UDP_BACKWARDS_SETOWN 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11101: 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
1999-12-09 13:01:21 +00:00
else
case "$target" in
2001-08-29 14:35:15 +00:00
*-*-bsdi23*)
1999-12-09 13:01:21 +00:00
ans=yes
;;
*-*-freebsd*)
ans=yes
;;
*-*-netbsd*)
ans=yes
;;
2001-08-29 14:35:15 +00:00
*-*-openbsd*)
ans=yes
;;
1999-12-09 13:01:21 +00:00
*-*-osf*)
ans=yes
;;
*) ans=no
;;
esac
ac_cv_func_ctty_for_f_setown=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11127: result: $ac_cv_func_ctty_for_f_setown" >&5
echo "${ECHO_T}$ac_cv_func_ctty_for_f_setown" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_func_ctty_for_f_setown" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define USE_FSETOWNCTTY 1
EOF
;;
esac
ntp_warning='GRONK'
2001-08-29 14:35:15 +00:00
echo "$as_me:11137: 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
1999-12-09 13:01:21 +00:00
case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in
yes*)
ntp_warning=''
ans='clock_settime()'
;;
noyes*)
ntp_warning='But clock_settime() would be better (if we had it)'
ans='settimeofday()'
;;
nonoyes)
ntp_warning='Which is the worst of the three'
ans='stime()'
;;
2001-08-29 14:35:15 +00:00
*)
1999-12-09 13:01:21 +00:00
case "$host" in
$target) ntp_warning='Which leaves us with nothing to use!'
ans=none
;;
esac
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11159: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_warning" in
'') ;;
2001-08-29 14:35:15 +00:00
*) { echo "$as_me:11163: WARNING: *** $ntp_warning ***" >&5
echo "$as_me: WARNING: *** $ntp_warning ***" >&2;}
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11168: 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
1999-12-09 13:01:21 +00:00
else
case "$target" in
*-*-solaris2.4*)
ans=yes
;;
*) ans=no
;;
esac
ac_cv_var_syscall_bug=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11182: result: $ac_cv_var_syscall_bug" >&5
echo "${ECHO_T}$ac_cv_var_syscall_bug" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_syscall_bug" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define SYSCALL_BUG 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11191: 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
1999-12-09 13:01:21 +00:00
else
case "$ac_cv_header_sys_stropts_h" in
yes)
ans=no
# There must be a better way...
case "$target" in
*-*-ptx*)
ans=yes
;;
esac
;;
esac
ac_cv_var_streams_tli=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11209: result: $ac_cv_var_streams_tli" >&5
echo "${ECHO_T}$ac_cv_var_streams_tli" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_streams_tli" in
yes)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define STREAMS_TLI 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11220: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11226 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <signal.h>
#ifdef SIGIO
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ac_cv_hdr_def_sigio=yes
else
ac_cv_hdr_def_sigio=no
fi
rm -f conftest*
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11243: result: $ac_cv_hdr_def_sigio" >&5
echo "${ECHO_T}$ac_cv_hdr_def_sigio" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:11246: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$ac_cv_hdr_def_sigio" in
yes)
ans=yes
case "$target" in
alpha*-dec-osf4*|alpha*-dec-osf5*)
ans=no
;;
*-convex-*)
ans=no
;;
*-dec-*)
ans=no
;;
*-pc-cygwin*)
ans=no
;;
*-sni-sysv*)
ans=no
;;
*-univel-sysv*)
ans=no
;;
*-*-irix6*)
ans=no
;;
*-*-freebsd*)
ans=no
;;
*-*-linux*)
ans=no
;;
esac
;;
esac
ac_cv_var_signalled_io=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11288: result: $ac_cv_var_signalled_io" >&5
echo "${ECHO_T}$ac_cv_var_signalled_io" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_signalled_io" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_SIGNALED_IO 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11297: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11303 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <signal.h>
#ifdef SIGPOLL
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ac_cv_hdr_def_sigpoll=yes
else
ac_cv_hdr_def_sigpoll=no
fi
rm -f conftest*
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11320: result: $ac_cv_hdr_def_sigpoll" >&5
echo "${ECHO_T}$ac_cv_hdr_def_sigpoll" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:11323: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11329 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <signal.h>
#ifdef SIGSYS
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ac_cv_hdr_def_sigsys=yes
else
ac_cv_hdr_def_sigsys=no
fi
rm -f conftest*
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11346: result: $ac_cv_hdr_def_sigsys" >&5
echo "${ECHO_T}$ac_cv_hdr_def_sigsys" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:11349: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$ac_cv_hdr_def_sigpoll" in
yes)
2001-08-29 14:35:15 +00:00
case "$target" in
1999-12-09 13:01:21 +00:00
mips-sgi-irix*)
ans=no
;;
vax-dec-bsd)
ans=no
;;
*-pc-cygwin*)
ans=no
;;
*-sni-sysv*)
ans=no
;;
*-*-aix4*)
ans=no
;;
*-*-hpux*)
ans=no
;;
*-*-linux*)
ans=no
;;
*-*-osf*)
ans=no
;;
*-*-sunos*)
ans=no
;;
*-*-ultrix*)
ans=no
;;
*) ans=yes
;;
esac
2001-08-29 14:35:15 +00:00
;;
1999-12-09 13:01:21 +00:00
esac
ac_cv_var_use_udp_sigpoll=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11395: result: $ac_cv_var_use_udp_sigpoll" >&5
echo "${ECHO_T}$ac_cv_var_use_udp_sigpoll" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_use_udp_sigpoll" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define USE_UDP_SIGPOLL 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11404: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$ac_cv_hdr_def_sigpoll" in
yes)
case "$target" in
mips-sgi-irix*)
ans=no
;;
vax-dec-bsd)
ans=no
;;
*-pc-cygwin*)
ans=no
;;
*-sni-sysv*)
ans=no
;;
*-*-aix4*)
ans=no
;;
*-*-hpux*)
ans=no
;;
*-*-linux*)
ans=no
;;
*-*-osf*)
ans=no
;;
*-*-sunos*)
ans=no
;;
*-*-ultrix*)
ans=no
;;
*) ans=yes
;;
esac
;;
esac
ac_cv_var_use_tty_sigpoll=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11450: result: $ac_cv_var_use_tty_sigpoll" >&5
echo "${ECHO_T}$ac_cv_var_use_tty_sigpoll" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_use_tty_sigpoll" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define USE_TTY_SIGPOLL 1
EOF
;;
esac
case "$ac_cv_header_sys_sio_h" in
yes)
2001-08-29 14:35:15 +00:00
echo "$as_me:11461: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11467 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/sio.h>
#ifdef TIOCDCDTIMESTAMP
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ac_cv_hdr_def_tiocdcdtimestamp=yes
else
ac_cv_hdr_def_tiocdcdtimestamp=no
fi
rm -f conftest*
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11484: result: $ac_cv_hdr_def_tiocdcdtimestamp" >&5
echo "${ECHO_T}$ac_cv_hdr_def_tiocdcdtimestamp" >&6
1999-12-09 13:01:21 +00:00
;;
esac
2000-01-28 14:55:50 +00:00
case "$ac_cv_hdr_def_tiocdcdtimestamp" in
yes)
ac_cv_var_oncore_ok=yes
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11495: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$target" in
*-*-aix*)
ans=yes
;;
esac
ac_cv_var_nlist_extra_indirection=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11508: result: $ac_cv_var_nlist_extra_indirection" >&5
echo "${ECHO_T}$ac_cv_var_nlist_extra_indirection" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_nlist_extra_indirection" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NLIST_EXTRA_INDIRECTION 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11517: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$target" in
*-*-aix*)
ans=40
;;
esac
ac_cv_var_min_rec_tickadj=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11530: result: $ac_cv_var_min_rec_tickadj" >&5
echo "${ECHO_T}$ac_cv_var_min_rec_tickadj" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_min_rec_tickadj" in
''|no) ;;
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define MIN_REC_TICKADJ $ac_cv_var_min_rec_tickadj
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11540: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$target" in
i?86-*-linux*)
ans=yes
;;
mips-sgi-irix*)
ans=yes
;;
esac
ac_cv_var_no_parenb_ignpar=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11556: result: $ac_cv_var_no_parenb_ignpar" >&5
echo "${ECHO_T}$ac_cv_var_no_parenb_ignpar" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_no_parenb_ignpar" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NO_PARENB_IGNPAR 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11565: checking if we're including debugging code" >&5
echo $ECHO_N "checking if we're including debugging code... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-debugging or --disable-debugging was given.
if test "${enable_debugging+set}" = set; then
enableval="$enable_debugging"
ntp_ok=$enableval
else
ntp_ok=yes
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DEBUG 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11580: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:11583: 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
1999-12-09 13:01:21 +00:00
# Check whether --enable-dst_minutes or --disable-dst_minutes was given.
if test "${enable_dst_minutes+set}" = set; then
enableval="$enable_dst_minutes"
ans=$enableval
else
ans=60
2001-08-29 14:35:15 +00:00
fi;
cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define DSTMINUTES $ans
EOF
2001-08-29 14:35:15 +00:00
echo "$as_me:11596: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:11599: 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
1999-12-09 13:01:21 +00:00
else
case "$ac_cv_header_sys_clkdefs_h$ac_cv_hdr_def_tiocdcdtimestamp" in
*yes*) ac_cv_var_tty_clk=yes ;;
esac
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11608: result: $ac_cv_var_tty_clk" >&5
echo "${ECHO_T}$ac_cv_var_tty_clk" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_tty_clk" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define TTYCLK 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11617: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_var_ppsclock=$ac_cv_struct_ppsclockev
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11624: result: $ac_cv_var_ppsclock" >&5
echo "${ECHO_T}$ac_cv_var_ppsclock" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_ppsclock" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define PPS 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11633: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_var_mcast=no
case "$target" in
i386-sequent-sysv4) ;;
2001-08-29 14:35:15 +00:00
*) cat >conftest.$ac_ext <<_ACEOF
#line 11642 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <netinet/in.h>
#ifdef IP_ADD_MEMBERSHIP
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
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
2001-08-29 14:35:15 +00:00
echo "$as_me:11658: result: $ac_cv_var_mcast" >&5
echo "${ECHO_T}$ac_cv_var_mcast" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_mcast" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define MCAST 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11667: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_var_ntp_syscalls=no
case "$ac_cv_func___adjtimex" in
yes)
ac_cv_var_ntp_syscalls=libc
;;
*) case "$ac_cv_func_ntp_adjtime$ac_cv_func_ntp_gettime" in
yesyes)
ac_cv_var_ntp_syscalls=libc
;;
2001-08-29 14:35:15 +00:00
*) cat >conftest.$ac_ext <<_ACEOF
#line 11682 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/syscall.h>
#if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime)
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
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
;;
esac
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11701: result: $ac_cv_var_ntp_syscalls" >&5
echo "${ECHO_T}$ac_cv_var_ntp_syscalls" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_ntp_syscalls" in
libc)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NTP_SYSCALLS_LIBC 1
EOF
;;
kernel)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NTP_SYSCALLS_STD 1
EOF
;;
*)
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11720: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11726 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/timex.h>
#ifdef STA_FLL
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ac_cv_var_sta_fll=yes
else
ac_cv_var_sta_fll=no
fi
rm -f conftest*
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11743: result: $ac_cv_var_sta_fll" >&5
echo "${ECHO_T}$ac_cv_var_sta_fll" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:11746: 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
1999-12-09 13:01:21 +00:00
else
case "$ac_cv_header_sys_timex_h$ac_cv_struct_ntptimeval$ac_cv_var_sta_fll$ac_cv_var_ntp_syscalls" in
*no*)
ac_cv_var_kernel_pll=no
;;
*) ac_cv_var_kernel_pll=yes
;;
esac
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11759: result: $ac_cv_var_kernel_pll" >&5
echo "${ECHO_T}$ac_cv_var_kernel_pll" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_kernel_pll" in
yes)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define KERNEL_PLL 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:11770: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$target" in
*-fujitsu-uxp*)
ans=yes
;;
*-ncr-sysv4*)
ans=yes
;;
*-univel-sysv*)
ans=yes
;;
esac
ac_cv_var_size_returned_in_buffer=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11789: result: $ac_cv_var_size_returned_in_buffer" >&5
echo "${ECHO_T}$ac_cv_var_size_returned_in_buffer" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_size_returned_in_buffer" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define SIZE_RETURNED_IN_BUFFER 1
EOF
;;
esac
# Check for ioctls TIOCGPPSEV
2001-08-29 14:35:15 +00:00
echo "$as_me:11799: checking ioctl TIOCGPPSEV" >&5
echo $ECHO_N "checking ioctl TIOCGPPSEV... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
if test "$ac_cv_header_termios_h" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11803 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <termios.h>
#ifdef TIOCGPPSEV
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=yes
else
ntp_ok=no
fi
rm -f conftest*
else
ntp_ok=no
fi
if test "$ntp_ok" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_TIOCGPPSEV 1
EOF
ac_cv_var_oncore_ok=yes
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11829: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
# Check for ioctls TIOCSPPS
2001-08-29 14:35:15 +00:00
echo "$as_me:11833: checking ioctl TIOCSPPS" >&5
echo $ECHO_N "checking ioctl TIOCSPPS... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
if test "$ac_cv_header_termios_h" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11837 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <termios.h>
#ifdef TIOCSPPS
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=yes
else
ntp_ok=no
fi
rm -f conftest*
else
ntp_ok=no
fi
if test "$ntp_ok" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_TIOCSPPS 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11863: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
# Check for ioctls CIOGETEV
2001-08-29 14:35:15 +00:00
echo "$as_me:11867: checking ioctl CIOGETEV" >&5
echo $ECHO_N "checking ioctl CIOGETEV... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11871 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/ppsclock.h>
#ifdef CIOGETEV
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=yes
else
ntp_ok=no
fi
rm -f conftest*
else
ntp_ok=no
fi
if test "$ntp_ok" = "yes"; then
ac_cv_var_oncore_ok=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_CIOGETEV 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11897: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
# ATOM/PPSAPI stuff.
# ATOM used to require struct timespec, but that's been fixed now.
# case "$ac_cv_struct_timespec" in
# 'yes')
# ac_cv_var_atom_ok=yes
# ;;
# esac
ac_cv_var_atom_ok=yes
1999-12-09 13:01:21 +00:00
# Check for header timepps.h, if found then we have PPS API (Draft RFC) stuff.
2001-08-29 14:35:15 +00:00
# The PPSAPI headers need "inline" ($ac_cv_c_inline='inline')
# The PPSAPI needs ATOM
# The PPSAPI needs struct timespec.
case "$ac_cv_c_inline$ac_cv_struct_timespec$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in
inlineyes*yes*)
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_PPSAPI 1
EOF
ac_cv_var_oncore_ok=yes
;;
esac
# Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG
2001-08-29 14:35:15 +00:00
echo "$as_me:11930: 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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11936 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <linux/serial.h>
2001-08-29 14:35:15 +00:00
_ACEOF
if { (eval echo "$as_me:11940: \"$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:11946: \$? = $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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
ac_cpp_err=yes
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
if test -z "$ac_cpp_err"; then
ac_cv_header_linux_serial_h=yes
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_header_linux_serial_h=no
fi
rm -f conftest.err conftest.$ac_ext
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:11965: result: $ac_cv_header_linux_serial_h" >&5
echo "${ECHO_T}$ac_cv_header_linux_serial_h" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:11968: checking ioctl TIOCGSERIAL" >&5
echo $ECHO_N "checking ioctl TIOCGSERIAL... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in
yesyes)
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 11973 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <sys/time.h>
typedef int u_int;
#include <sys/ppsclock.h>
#include <linux/serial.h>
#ifdef TIOCGSERIAL
#ifdef TIOCSSERIAL
#ifdef ASYNC_PPS_CD_POS
#ifdef ASYNC_PPS_CD_NEG
#ifdef CIOGETEV
yes
#endif
#endif
#endif
#endif
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=yes
fi
rm -f conftest*
;;
*)
ntp_ok=no
;;
esac
if test "$ntp_ok" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define HAVE_TIO_SERIAL_STUFF 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12011: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2000-01-28 14:55:50 +00:00
# Check for SHMEM_STATUS support
2001-08-29 14:35:15 +00:00
echo "$as_me:12015: checking SHMEM_STATUS support" >&5
echo $ECHO_N "checking SHMEM_STATUS support... $ECHO_C" >&6
2000-01-28 14:55:50 +00:00
case "$ac_cv_header_sys_mman_h" in
yes) ntp_ok=yes ;;
*) ntp_ok=no ;;
esac
if test "$ntp_ok" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
2000-01-28 14:55:50 +00:00
#define ONCORE_SHMEM_STATUS 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12027: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
ntp_refclock=no
2001-08-29 14:35:15 +00:00
echo "$as_me:12032: checking for hopf serial clock device" >&5
echo $ECHO_N "checking for hopf serial clock device... $ECHO_C" >&6
# Check whether --enable-HOPFSERIAL or --disable-HOPFSERIAL was given.
if test "${enable_HOPFSERIAL+set}" = set; then
enableval="$enable_HOPFSERIAL"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
#define CLOCK_HOPF_SERIAL 1
EOF
fi
echo "$as_me:12048: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
echo "$as_me:12051: checking for hopf PCI clock 6039" >&5
echo $ECHO_N "checking for hopf PCI clock 6039... $ECHO_C" >&6
# Check whether --enable-HOPFPCI or --disable-HOPFPCI was given.
if test "${enable_HOPFPCI+set}" = set; then
enableval="$enable_HOPFPCI"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
fi;
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
cat >>confdefs.h <<\EOF
#define CLOCK_HOPF_PCI 1
EOF
fi
echo "$as_me:12067: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
# HPUX only, and by explicit request
2001-08-29 14:35:15 +00:00
echo "$as_me:12071: checking Datum/Bancomm bc635/VME interface" >&5
echo $ECHO_N "checking Datum/Bancomm bc635/VME interface... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-BANCOMM or --disable-BANCOMM was given.
if test "${enable_BANCOMM+set}" = set; then
enableval="$enable_BANCOMM"
ntp_ok=$enableval
else
ntp_ok=no
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_BANC 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12087: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$target" in
yes*-*-hpux*) ;;
2001-08-29 14:35:15 +00:00
yes*) { echo "$as_me:12091: WARNING: *** But the expected answer is... no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
1999-12-09 13:01:21 +00:00
esac
#HPUX only, and only by explicit request
2001-08-29 14:35:15 +00:00
echo "$as_me:12096: checking TrueTime GPS receiver/VME interface" >&5
echo $ECHO_N "checking TrueTime GPS receiver/VME interface... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-GPSVME or --disable-GPSVME was given.
if test "${enable_GPSVME+set}" = set; then
enableval="$enable_GPSVME"
ntp_ok=$enableval
else
ntp_ok=no
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_GPSVME 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12112: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$target" in
yes*-*-hpux*) ;;
2001-08-29 14:35:15 +00:00
yes*) { echo "$as_me:12116: WARNING: *** But the expected answer is... no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:12120: checking for PCL720 clock support" >&5
echo $ECHO_N "checking for PCL720 clock support... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in
yesyesyes)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_PPS720 1
EOF
ans=yes
;;
*)
ans=no
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:12134: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12137: checking for SHM clock attached thru shared memory" >&5
echo $ECHO_N "checking for SHM clock attached thru shared memory... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-SHM or --disable-SHM was given.
if test "${enable_SHM+set}" = set; then
enableval="$enable_SHM"
ntp_ok=$enableval
else
ntp_ok=no
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_SHM 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12153: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12156: 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
1999-12-09 13:01:21 +00:00
# Check whether --enable-all-clocks or --disable-all-clocks was given.
if test "${enable_all_clocks+set}" = set; then
enableval="$enable_all_clocks"
ntp_eac=$enableval
else
ntp_eac=yes
2001-08-29 14:35:15 +00:00
fi;
echo "$as_me:12165: result: $ntp_eac" >&5
echo "${ECHO_T}$ntp_eac" >&6
echo "$as_me:12168: 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*)
1999-12-09 13:01:21 +00:00
ntp_canparse=yes
;;
*) ntp_canparse=no
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:12177: result: $ntp_canparse" >&5
echo "${ECHO_T}$ntp_canparse" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12180: checking if we have support for audio clocks" >&5
echo $ECHO_N "checking if we have support for audio clocks... $ECHO_C" >&6
2000-01-28 14:55:50 +00:00
case "$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in
2001-08-29 14:35:15 +00:00
*yes*)
ntp_canaudio=yes
cat >>confdefs.h <<\EOF
#define HAVE_AUDIO
EOF
;;
*) ntp_canaudio=no ;;
2000-01-28 14:55:50 +00:00
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:12193: result: $ntp_canaudio" >&5
echo "${ECHO_T}$ntp_canaudio" >&6
2000-01-28 14:55:50 +00:00
1999-12-09 13:01:21 +00:00
# Requires modem control
2001-08-29 14:35:15 +00:00
echo "$as_me:12197: checking ACTS modem service" >&5
echo $ECHO_N "checking ACTS modem service... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-ACTS or --disable-ACTS was given.
if test "${enable_ACTS+set}" = set; then
enableval="$enable_ACTS"
ntp_ok=$enableval
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 12205 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef TIOCMBIS
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=$ntp_eac
else
ntp_ok=no
fi
rm -f conftest*
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_ACTS 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12232: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12235: checking Arbiter 1088A/B GPS receiver" >&5
echo $ECHO_N "checking Arbiter 1088A/B GPS receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-ARBITER or --disable-ARBITER was given.
if test "${enable_ARBITER+set}" = set; then
enableval="$enable_ARBITER"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_ARBITER 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12251: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12254: checking Arcron MSF receiver" >&5
echo $ECHO_N "checking Arcron MSF receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-ARCRON_MSF or --disable-ARCRON_MSF was given.
if test "${enable_ARCRON_MSF+set}" = set; then
enableval="$enable_ARCRON_MSF"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_ARCRON_MSF 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12270: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12273: 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
enableval="$enable_ATOM"
1999-12-09 13:01:21 +00:00
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
case "$ac_cv_var_atom_ok" in
no) ntp_ok=no ;;
esac
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
#define CLOCK_ATOM 1
1999-12-09 13:01:21 +00:00
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12292: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12295: 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
enableval="$enable_AS2201"
1999-12-09 13:01:21 +00:00
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
#define CLOCK_AS2201 1
1999-12-09 13:01:21 +00:00
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12311: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12314: checking CHU modem/decoder" >&5
echo $ECHO_N "checking CHU modem/decoder... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-CHU or --disable-CHU was given.
if test "${enable_CHU+set}" = set; then
enableval="$enable_CHU"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_CHU 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12330: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
ac_refclock_chu=$ntp_ok
2001-08-29 14:35:15 +00:00
echo "$as_me:12334: checking CHU audio/decoder" >&5
echo $ECHO_N "checking CHU audio/decoder... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-AUDIO-CHU or --disable-AUDIO-CHU was given.
if test "${enable_AUDIO_CHU+set}" = set; then
enableval="$enable_AUDIO_CHU"
ntp_ok=$enableval
else
2000-01-28 14:55:50 +00:00
case "$ntp_eac$ac_refclock_chu$ntp_canaudio" in
*no*) ntp_ok=no ;;
*) ntp_ok=yes ;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define AUDIO_CHU 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12352: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
2000-01-28 14:55:50 +00:00
# We used to check for sunos/solaris target...
case "$ntp_ok$ac_refclock_chu$ntp_canaudio" in
2001-08-29 14:35:15 +00:00
yes*no*) { echo "$as_me:12356: WARNING: *** But the expected answer is...no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is...no ***" >&2;} ;;
1999-12-09 13:01:21 +00:00
esac
# Not under HP-UX
2001-08-29 14:35:15 +00:00
echo "$as_me:12361: checking Datum Programmable Time System" >&5
echo $ECHO_N "checking Datum Programmable Time System... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-DATUM or --disable-DATUM was given.
if test "${enable_DATUM+set}" = set; then
enableval="$enable_DATUM"
ntp_ok=$enableval
else
case "$ac_cv_header_termios_h" in
yes)
ntp_ok=$ntp_eac
;;
*) ntp_ok=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_DATUM 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12383: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12386: checking Forum Graphic GPS" >&5
echo $ECHO_N "checking Forum Graphic GPS... $ECHO_C" >&6
2000-01-28 14:55:50 +00:00
# Check whether --enable-FG or --disable-FG was given.
if test "${enable_FG+set}" = set; then
enableval="$enable_FG"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
2000-01-28 14:55:50 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
2000-01-28 14:55:50 +00:00
#define CLOCK_FG 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12402: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
2000-01-28 14:55:50 +00:00
1999-12-09 13:01:21 +00:00
# Requires modem control
2001-08-29 14:35:15 +00:00
echo "$as_me:12406: checking Heath GC-1000 WWV/WWVH receiver" >&5
echo $ECHO_N "checking Heath GC-1000 WWV/WWVH receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-HEATH or --disable-HEATH was given.
if test "${enable_HEATH+set}" = set; then
enableval="$enable_HEATH"
ntp_ok=$enableval
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 12414 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef TIOCMBIS
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=$ntp_eac
else
ntp_ok=no
fi
rm -f conftest*
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_HEATH 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12441: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12444: checking HP 58503A GPS receiver" >&5
echo $ECHO_N "checking HP 58503A GPS receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-HPGPS or --disable-HPGPS was given.
if test "${enable_HPGPS+set}" = set; then
enableval="$enable_HPGPS"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_HPGPS 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12460: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12463: checking Sun IRIG audio decoder" >&5
echo $ECHO_N "checking Sun IRIG audio decoder... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-IRIG or --disable-IRIG was given.
if test "${enable_IRIG+set}" = set; then
enableval="$enable_IRIG"
ntp_ok=$enableval
else
2000-01-28 14:55:50 +00:00
case "$ntp_eac$ntp_canaudio" in
*no*) ntp_ok=no ;;
*) ntp_ok=yes ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_IRIG 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12482: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
2000-01-28 14:55:50 +00:00
case "$ntp_ok$ntp_canaudio" in
2001-08-29 14:35:15 +00:00
yesno) { echo "$as_me:12485: WARNING: *** But the expected answer is... no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:12489: checking Leitch CSD 5300 Master Clock System Driver" >&5
echo $ECHO_N "checking Leitch CSD 5300 Master Clock System Driver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-LEITCH or --disable-LEITCH was given.
if test "${enable_LEITCH+set}" = set; then
enableval="$enable_LEITCH"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_LEITCH 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12505: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12508: checking local clock reference" >&5
echo $ECHO_N "checking local clock reference... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-LOCAL-CLOCK or --disable-LOCAL-CLOCK was given.
if test "${enable_LOCAL_CLOCK+set}" = set; then
enableval="$enable_LOCAL_CLOCK"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_LOCAL 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12524: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12527: checking EES M201 MSF receiver" >&5
echo $ECHO_N "checking EES M201 MSF receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-MSFEES or --disable-MSFEES was given.
if test "${enable_MSFEES+set}" = set; then
enableval="$enable_MSFEES"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_MSFEES 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12543: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
# Not Ultrix
2001-08-29 14:35:15 +00:00
echo "$as_me:12547: checking Magnavox MX4200 GPS receiver" >&5
echo $ECHO_N "checking Magnavox MX4200 GPS receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-MX4200 or --disable-MX4200 was given.
if test "${enable_MX4200+set}" = set; then
enableval="$enable_MX4200"
ntp_ok=$enableval
else
case "$ac_cv_var_ppsclock" in
yes) ntp_ok=$ntp_eac
;;
*) ntp_ok=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_MX4200 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12568: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$target" in
2001-08-29 14:35:15 +00:00
yes*-*-ultrix*) { echo "$as_me:12571: WARNING: *** But the expected answer is... no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:12575: checking NMEA GPS receiver" >&5
echo $ECHO_N "checking NMEA GPS receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-NMEA or --disable-NMEA was given.
if test "${enable_NMEA+set}" = set; then
enableval="$enable_NMEA"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_NMEA 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12591: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12594: checking for ONCORE Motorola VP/UT Oncore GPS" >&5
echo $ECHO_N "checking for ONCORE Motorola VP/UT Oncore GPS... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-ONCORE or --disable-ONCORE was given.
if test "${enable_ONCORE+set}" = set; then
enableval="$enable_ONCORE"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_oncore_ok" in
no) ntp_ok=no ;;
esac
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_ONCORE 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12613: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12616: checking for Palisade clock" >&5
echo $ECHO_N "checking for Palisade clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-PALISADE or --disable-PALISADE was given.
if test "${enable_PALISADE+set}" = set; then
enableval="$enable_PALISADE"
ntp_ok=$enableval
else
case "$ac_cv_header_termios_h" in
yes)
ntp_ok=$ntp_eac
;;
*) ntp_ok=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_PALISADE 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12639: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12642: checking PST/Traconex 1020 WWV/WWVH receiver" >&5
echo $ECHO_N "checking PST/Traconex 1020 WWV/WWVH receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-PST or --disable-PST was given.
if test "${enable_PST+set}" = set; then
enableval="$enable_PST"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_PST 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12658: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
# Not Ultrix
2001-08-29 14:35:15 +00:00
echo "$as_me:12662: checking Rockwell Jupiter GPS receiver" >&5
echo $ECHO_N "checking Rockwell Jupiter GPS receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-JUPITER or --disable-JUPITER was given.
if test "${enable_JUPITER+set}" = set; then
enableval="$enable_JUPITER"
ntp_ok=$enableval
else
case "$ac_cv_var_ppsclock" in
# yes) ntp_ok=$ntp_eac
# ;;
*) ntp_ok=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_JUPITER 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12683: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$target" in
2001-08-29 14:35:15 +00:00
yes*-*-ultrix*) { echo "$as_me:12686: WARNING: *** But the expected answer is... no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
1999-12-09 13:01:21 +00:00
esac
# Requires modem control
2001-08-29 14:35:15 +00:00
echo "$as_me:12691: checking PTB modem service" >&5
echo $ECHO_N "checking PTB modem service... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-PTBACTS or --disable-PTBACTS was given.
if test "${enable_PTBACTS+set}" = set; then
enableval="$enable_PTBACTS"
ntp_ok=$enableval
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 12699 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef TIOCMBIS
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=$ntp_eac
else
ntp_ok=no
fi
rm -f conftest*
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_PTBACTS 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12726: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12729: 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
1999-12-09 13:01:21 +00:00
# Check whether --enable-TPRO or --disable-TPRO was given.
if test "${enable_TPRO+set}" = set; then
enableval="$enable_TPRO"
ntp_ok=$enableval
else
case "$ac_cv_header_sys_tpro_h" in
yes)
ntp_ok=$ntp_eac
;;
*) ntp_ok=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_TPRO 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12751: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ac_cv_header_sys_tpro" in
2001-08-29 14:35:15 +00:00
yesno) { echo "$as_me:12754: WARNING: *** But the expected answer is... no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:12758: checking TRAK 8810 GPS receiver" >&5
echo $ECHO_N "checking TRAK 8810 GPS receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-TRAK or --disable-TRAK was given.
if test "${enable_TRAK+set}" = set; then
enableval="$enable_TRAK"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_TRAK 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12774: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12777: checking Chrono-log K-series WWVB receiver" >&5
echo $ECHO_N "checking Chrono-log K-series WWVB receiver... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-CHRONOLOG or --disable-CHRONOLOG was given.
if test "${enable_CHRONOLOG+set}" = set; then
enableval="$enable_CHRONOLOG"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_CHRONOLOG 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12793: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12796: checking Dumb generic hh:mm:ss local clock" >&5
echo $ECHO_N "checking Dumb generic hh:mm:ss local clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-DUMBCLOCK or --disable-DUMBCLOCK was given.
if test "${enable_DUMBCLOCK+set}" = set; then
enableval="$enable_DUMBCLOCK"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_DUMBCLOCK 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12812: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12815: checking Conrad parallel port radio clock" >&5
echo $ECHO_N "checking Conrad parallel port radio clock... $ECHO_C" >&6
2000-01-28 14:55:50 +00:00
# Check whether --enable-PCF or --disable-PCF was given.
if test "${enable_PCF+set}" = set; then
enableval="$enable_PCF"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
2000-01-28 14:55:50 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
2000-01-28 14:55:50 +00:00
#define CLOCK_PCF 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12831: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12834: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5
echo $ECHO_N "checking Spectracom 8170/Netclock/2 WWVB receiver... $ECHO_C" >&6
2000-01-28 14:55:50 +00:00
# Check whether --enable-SPECTRACOM or --disable-SPECTRACOM was given.
if test "${enable_SPECTRACOM+set}" = set; then
enableval="$enable_SPECTRACOM"
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
2000-01-28 14:55:50 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
2000-01-28 14:55:50 +00:00
#define CLOCK_SPECTRACOM 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12850: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
2000-01-28 14:55:50 +00:00
1999-12-09 13:01:21 +00:00
# Not on a vax-dec-bsd
2001-08-29 14:35:15 +00:00
echo "$as_me:12854: checking Kinemetrics/TrueTime receivers" >&5
echo $ECHO_N "checking Kinemetrics/TrueTime receivers... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-TRUETIME or --disable-TRUETIME was given.
if test "${enable_TRUETIME+set}" = set; then
enableval="$enable_TRUETIME"
ntp_ok=$enableval
else
case "$target" in
vax-dec-bsd)
ntp_ok=no
;;
*)
ntp_ok=$ntp_eac
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_TRUETIME 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12877: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$target" in
2001-08-29 14:35:15 +00:00
yesvax-dec-bsd) { echo "$as_me:12880: WARNING: *** But the expected answer is... no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:12884: checking Ultralink M320 WWVB receiver" >&5
echo $ECHO_N "checking Ultralink M320 WWVB receiver... $ECHO_C" >&6
2000-01-28 14:55:50 +00:00
# Check whether --enable-ULINK or --disable-ULINK was given.
if test "${enable_ULINK+set}" = set; then
enableval="$enable_ULINK"
1999-12-09 13:01:21 +00:00
ntp_ok=$enableval
else
ntp_ok=$ntp_eac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
2000-01-28 14:55:50 +00:00
#define CLOCK_ULINK 1
1999-12-09 13:01:21 +00:00
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12900: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12903: checking WWV receiver" >&5
echo $ECHO_N "checking WWV receiver... $ECHO_C" >&6
2000-01-28 14:55:50 +00:00
# Check whether --enable-WWV or --disable-WWV was given.
if test "${enable_WWV+set}" = set; then
enableval="$enable_WWV"
1999-12-09 13:01:21 +00:00
ntp_ok=$enableval
else
2000-01-28 14:55:50 +00:00
case "$ntp_eac$ntp_canaudio" in
*no*) ntp_ok=no ;;
*) ntp_ok=yes ;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
2000-01-28 14:55:50 +00:00
#define CLOCK_WWV 1
1999-12-09 13:01:21 +00:00
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12922: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
2000-01-28 14:55:50 +00:00
case "$ntp_ok$ntp_canaudio" in
2001-08-29 14:35:15 +00:00
yesno) { echo "$as_me:12925: WARNING: *** But the expected answer is... no ***" >&5
echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;;
2000-01-28 14:55:50 +00:00
esac
1999-12-09 13:01:21 +00:00
# Requires modem control
2001-08-29 14:35:15 +00:00
echo "$as_me:12930: checking USNO modem service" >&5
echo $ECHO_N "checking USNO modem service... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-USNO or --disable-USNO was given.
if test "${enable_USNO+set}" = set; then
enableval="$enable_USNO"
ntp_ok=$enableval
else
2001-08-29 14:35:15 +00:00
cat >conftest.$ac_ext <<_ACEOF
#line 12938 "configure"
1999-12-09 13:01:21 +00:00
#include "confdefs.h"
#include <termios.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef TIOCMBIS
yes
#endif
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
ntp_ok=$ntp_eac
else
ntp_ok=no
fi
rm -f conftest*
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_USNO 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:12965: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:12968: 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
1999-12-09 13:01:21 +00:00
# Check whether --enable-parse-clocks or --disable-parse-clocks was given.
if test "${enable_parse_clocks+set}" = set; then
enableval="$enable_parse_clocks"
ntp_eapc=$enableval
else
case "$ntp_eac" in
yes) ntp_eapc=$ntp_canparse ;;
*) ntp_eapc=no ;;
esac
ntp_eapc=no
2001-08-29 14:35:15 +00:00
fi;
echo "$as_me:12981: result: $ntp_eapc" >&5
echo "${ECHO_T}$ntp_eapc" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_eac$ntp_eapc$ntp_canparse" in
noyes*)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:12986: 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; }; }
1999-12-09 13:01:21 +00:00
;;
yesyesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:12991: 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; }; }
1999-12-09 13:01:21 +00:00
;;
*) ;;
esac
ntp_libparse=no
ntp_parseutil=no
ntp_rawdcf=no
2001-08-29 14:35:15 +00:00
echo "$as_me:13002: checking Diem Computime Radio Clock" >&5
echo $ECHO_N "checking Diem Computime Radio Clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-COMPUTIME or --disable-COMPUTIME was given.
if test "${enable_COMPUTIME+set}" = set; then
enableval="$enable_COMPUTIME"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_COMPUTIME 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13019: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13023: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13029: checking ELV/DCF7000 clock" >&5
echo $ECHO_N "checking ELV/DCF7000 clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-DCF7000 or --disable-DCF7000 was given.
if test "${enable_DCF7000+set}" = set; then
enableval="$enable_DCF7000"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_DCF7000 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13046: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13050: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13056: checking HOPF 6021 clock" >&5
echo $ECHO_N "checking HOPF 6021 clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-HOPF6021 or --disable-HOPF6021 was given.
if test "${enable_HOPF6021+set}" = set; then
enableval="$enable_HOPF6021"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_HOPF6021 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13073: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13077: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13083: checking Meinberg clocks" >&5
echo $ECHO_N "checking Meinberg clocks... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-MEINBERG or --disable-MEINBERG was given.
if test "${enable_MEINBERG+set}" = set; then
enableval="$enable_MEINBERG"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_MEINBERG 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13100: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13104: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13110: checking DCF77 raw time code" >&5
echo $ECHO_N "checking DCF77 raw time code... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-RAWDCF or --disable-RAWDCF was given.
if test "${enable_RAWDCF+set}" = set; then
enableval="$enable_RAWDCF"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_parseutil=yes
ntp_refclock=yes
ntp_rawdcf=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_RAWDCF 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13129: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13133: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
case "$ntp_rawdcf" in
yes)
2001-08-29 14:35:15 +00:00
echo "$as_me:13141: 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
1999-12-09 13:01:21 +00:00
else
ans=no
case "$target" in
*-*-linux*)
ans=yes
;;
esac
ac_cv_var_rawdcf_parity=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13154: result: $ac_cv_var_rawdcf_parity" >&5
echo "${ECHO_T}$ac_cv_var_rawdcf_parity" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_rawdcf_parity" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define RAWDCF_NO_IGNPAR 1
EOF
;;
esac
;;
*) # HMS: Is this a good idea?
ac_cv_var_rawdcf_parity=no
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13169: checking RCC 8000 clock" >&5
echo $ECHO_N "checking RCC 8000 clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-RCC8000 or --disable-RCC8000 was given.
if test "${enable_RCC8000+set}" = set; then
enableval="$enable_RCC8000"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_RCC8000 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13186: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13190: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13196: checking Schmid DCF77 clock" >&5
echo $ECHO_N "checking Schmid DCF77 clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-SCHMID or --disable-SCHMID was given.
if test "${enable_SCHMID+set}" = set; then
enableval="$enable_SCHMID"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_SCHMID 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13213: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13217: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13223: checking Trimble GPS receiver/TAIP protocol" >&5
echo $ECHO_N "checking Trimble GPS receiver/TAIP protocol... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-TRIMTAIP or --disable-TRIMTAIP was given.
if test "${enable_TRIMTAIP+set}" = set; then
enableval="$enable_TRIMTAIP"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_TRIMTAIP 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13240: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13244: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13250: checking Trimble GPS receiver/TSIP protocol" >&5
echo $ECHO_N "checking Trimble GPS receiver/TSIP protocol... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-TRIMTSIP or --disable-TRIMTSIP was given.
if test "${enable_TRIMTSIP+set}" = set; then
enableval="$enable_TRIMTSIP"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_TRIMTSIP 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13267: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13271: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13277: checking WHARTON 400A Series clock" >&5
echo $ECHO_N "checking WHARTON 400A Series clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-WHARTON or --disable-WHARTON was given.
if test "${enable_WHARTON+set}" = set; then
enableval="$enable_WHARTON"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_WHARTON_400A 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13294: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13298: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13304: checking VARITEXT clock" >&5
echo $ECHO_N "checking VARITEXT clock... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
# Check whether --enable-VARITEXT or --disable-VARITEXT was given.
if test "${enable_VARITEXT+set}" = set; then
enableval="$enable_VARITEXT"
ntp_ok=$enableval
else
ntp_ok=$ntp_eapc
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
if test "$ntp_ok" = "yes"; then
ntp_libparse=yes
ntp_refclock=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_VARITEXT 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13321: result: $ntp_ok" >&5
echo "${ECHO_T}$ntp_ok" >&6
1999-12-09 13:01:21 +00:00
case "$ntp_ok$ntp_canparse" in
yesno)
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:13325: 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; }; }
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13331: 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
1999-12-09 13:01:21 +00:00
ans=no
case "$ntp_libparse" in
yes)
ans=yes
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_PARSE 1
EOF
LIBPARSE=../libparse/libparse.a
MAKE_LIBPARSE=libparse.a
MAKE_CHECK_Y2K=check_y2k
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define PPS_SAMPLE 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define CLOCK_ATOM 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13354: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:13357: checking for openssl library directory" >&5
echo $ECHO_N "checking for openssl library directory... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
# Check whether --with-openssl-libdir or --without-openssl-libdir was given.
if test "${with_openssl_libdir+set}" = set; then
withval="$with_openssl_libdir"
ans=$withval
else
ans=yes
fi;
case "$ans" in
no) ;;
yes) # Look in:
ans="/usr/lib /usr/local/lib /usr/local/ssl/lib"
;;
*) # Look where they said
;;
esac
case "$ans" in
no) ;;
*) # Look for libcrypto.a and libssl.a:
for i in $ans no
do
test -f $i/libcrypto.a -a -f $i/libssl.a && break
done
case "$i" in
no)
ans=no
OPENSSL_LIB=
;;
*) ans=$i
OPENSSL_LIB=$ans
;;
esac
;;
esac
echo "$as_me:13393: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:13396: checking for openssl include directory" >&5
echo $ECHO_N "checking for openssl include directory... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
# Check whether --with-openssl-incdir or --without-openssl-incdir was given.
if test "${with_openssl_incdir+set}" = set; then
withval="$with_openssl_incdir"
ans=$withval
else
ans=yes
fi;
case "$ans" in
no) ;;
yes) # look in:
ans="/usr/include /usr/local/include /usr/local/ssl/include"
;;
*) # Look where they said
;;
esac
case "$ans" in
no) ;;
*) # look for openssl/opensslconf.h:
for i in $ans no
do
test -f $i/openssl/opensslconf.h && break
done
case "$i" in
no)
ans=no
OPENSSL_INC=
;;
*) ans=$i
OPENSSL_INC=$ans
;;
esac
;;
esac
echo "$as_me:13432: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
echo "$as_me:13435: 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.
if test "${with_crypto+set}" = set; then
withval="$with_crypto"
ans=$withval
else
ans=yes
fi;
case "$ans" in
no) ;;
yes|rsaref|openssl)
case "$ans" in
yes|rsaref) # Just "rsaref" when OpenSSL is ready
ans=no
;;
*)
if test -z "$OPENSSL_LIB" -o -z "$OPENSSL_INC"
then
ans=no
else
# We have OpenSSL inc/lib - use them.
ans=openssl
CPPFLAGS="$CPPFLAGS -I$OPENSSL_INC"
LDFLAGS="$LDFLAGS -L$OPENSSL_LIB"
LIBS="$LIBS -lcrypto"
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DES 1
EOF
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
#define OPENSSL
EOF
cat >>confdefs.h <<\EOF
#define PUBKEY
EOF
fi
;;
esac
case "$ans" in
no)
if test -f $srcdir/rsaref2/source/digit.c
then
ans=rsaref
RSAOBJS=digit.o
RSASRCS="digit.c digit.h"
RSADIR=rsaref2
fi
if test -f $srcdir/rsaeuro1/source/rsaeuro.h
then
ans=rsaref
RSAOBJS="md4c.o shsc.o"
RSASRCS="md4c.c shsc.c"
RSADIR=rsaeuro1
fi
if test "$ans" = "rsaref"; then
LIBRSAREF=../librsaref/librsaref.a
MAKE_LIBRSAREF=librsaref.a
cat >>confdefs.h <<\EOF
#define DES 1
EOF
cat >>confdefs.h <<\EOF
#define PUBKEY 1
EOF
cat >>confdefs.h <<\EOF
#define RSAREF
EOF
fi
;;
esac
;;
esac
case "$ans" in
no) ;;
*)
cat >>confdefs.h <<\EOF
#define AUTOKEY
EOF
AUTOKEY=1
;;
esac
echo "$as_me:13526: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
echo "$as_me:13529: checking if we want to compile with ElectricFence" >&5
echo $ECHO_N "checking if we want to compile with ElectricFence... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
# Check whether --with-electricfence or --without-electricfence was given.
if test "${with_electricfence+set}" = set; then
withval="$with_electricfence"
ans=$withval
else
ans=no
fi;
case "$ans" in
no) ;;
*)
LIBS="$LIBS \${top_builddir}/ElectricFence/libefence.a"
EF_PROGS="eftest tstheap"
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
EF_LIBS=libefence.a
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
ans=yes
;;
esac
echo "$as_me:13550: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:13553: checking if we can make dcf parse utilities" >&5
echo $ECHO_N "checking if we can make dcf parse utilities... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
ans=no
if test "$ntp_parseutil" = "yes"; then
case "$target" in
*-*-sunos4*|*-*-solaris2*|*-*-linux*)
ans="dcfd testdcf"
DCFD=dcfd
TESTDCF=testdcf
;;
esac
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13565: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:13568: 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
1999-12-09 13:01:21 +00:00
ans=no
case "$ntp_parseutil$ac_cv_header_sys_stropts_h" in
yesyes)
case "$target" in
sparc-*-sunos4*)
case "$ac_cv_var_kernel_pll" in
yes)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define PPS_SYNC 1
EOF
;;
esac
ans=parsestreams
MAKE_PARSEKMODULE=parsestreams.loadable_module.o
;;
sparc-*-solaris2*)
ans=parsesolaris
MAKE_PARSEKMODULE=parse
;;
esac
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13593: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:13596: checking if we need basic refclock support" >&5
echo $ECHO_N "checking if we need basic refclock support... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
if test "$ntp_refclock" = "yes"; then
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define REFCLOCK 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13604: result: $ntp_refclock" >&5
echo "${ECHO_T}$ntp_refclock" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:13607: checking if we want HP-UX adjtimed support" >&5
echo $ECHO_N "checking if we want HP-UX adjtimed support... $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
case "$target" in
*-*-hpux[56789]*)
ans=yes
;;
*) ans=no
;;
esac
if test "$ans" = "yes"; then
MAKE_ADJTIMED=adjtimed
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NEED_HPUX_ADJTIME 1
EOF
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13623: result: $ans" >&5
echo "${ECHO_T}$ans" >&6
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
echo "$as_me:13626: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-kmem or --disable-kmem was given.
if test "${enable_kmem+set}" = set; then
enableval="$enable_kmem"
ans=$enableval
else
2001-08-29 14:35:15 +00:00
case "$ac_cv_func_nlist$ac_cv_func_K_open$ac_cv_func_kvm_open" in
1999-12-09 13:01:21 +00:00
*yes*)
ans=yes
;;
*) ans=no
;;
esac
case "$target" in
*-*-aix*)
#ans=no
;;
*-*-domainos) # Won't be found...
ans=no
;;
*-*-hpux*)
#ans=no
;;
*-*-irix[456]*)
ans=no
;;
*-*-linux*)
ans=no
;;
*-*-winnt3.5)
ans=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_can_kmem=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13667: result: $ac_cv_var_can_kmem" >&5
echo "${ECHO_T}$ac_cv_var_can_kmem" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_can_kmem" in
*yes*) ;;
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define NOKMEM 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13678: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-accurate-adjtime or --disable-accurate-adjtime was given.
if test "${enable_accurate_adjtime+set}" = set; then
enableval="$enable_accurate_adjtime"
ans=$enableval
else
2001-08-29 14:35:15 +00:00
case "$target" in
1999-12-09 13:01:21 +00:00
i386-sequent-ptx*)
ans=no
;;
i386-unknown-osf1*)
ans=yes
;;
mips-sgi-irix[456]*)
ans=yes
;;
*-fujitsu-uxp*)
ans=yes
;;
*-ibm-aix4*)
ans=yes
;;
*-*-linux*)
ans=yes
;;
*-*-solaris2.[01]*)
ans=no
;;
*-*-solaris2*)
ans=yes
;;
*) ans=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_adjtime_is_accurate=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13720: result: $ac_cv_var_adjtime_is_accurate" >&5
echo "${ECHO_T}$ac_cv_var_adjtime_is_accurate" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_adjtime_is_accurate" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define ADJTIME_IS_ACCURATE 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13729: 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
1999-12-09 13:01:21 +00:00
else
ans=_tick
case "$target" in
m68*-hp-hpux*) # HP9000/300?
ans=_old_tick
;;
*-apple-aux[23]*)
ans=tick
;;
*-hp-hpux*)
ans=old_tick
;;
*-ibm-aix[34]*)
ans=no
;;
*-*-ptx*)
ans=tick
;;
*-*-sco3.2v[45]*)
ans=no
;;
*-*-solaris2*)
ans=nsec_per_tick
;;
*-*-sysv4*)
ans=tick
;;
esac
ac_cv_var_nlist_tick=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13763: result: $ac_cv_var_nlist_tick" >&5
echo "${ECHO_T}$ac_cv_var_nlist_tick" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_nlist_tick" in
''|no) ;; # HMS: I think we can only get 'no' here...
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define K_TICK_NAME "$ac_cv_var_nlist_tick"
EOF
;;
esac
#
2001-08-29 14:35:15 +00:00
echo "$as_me:13773: 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
1999-12-09 13:01:21 +00:00
else
ans=usec
case "$target" in
*-*-solaris2*)
ans=nsec
;;
esac
ac_cv_var_tick_nano=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13786: result: $ac_cv_var_tick_nano" >&5
echo "${ECHO_T}$ac_cv_var_tick_nano" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_tick_nano" in
nsec)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define TICK_NANO 1
EOF
;;
esac
#
2001-08-29 14:35:15 +00:00
echo "$as_me:13797: 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
1999-12-09 13:01:21 +00:00
else
ans=_tickadj
case "$target" in
m68*-hp-hpux*) # HP9000/300?
ans=_tickadj
;;
*-apple-aux[23]*)
ans=tickadj
;;
*-hp-hpux10*)
ans=no
;;
*-hp-hpux9*)
ans=no
;;
*-hp-hpux*)
ans=tickadj
;;
*-*-aix*)
ans=tickadj
;;
*-*-ptx*)
ans=tickadj
;;
*-*-sco3.2v4*)
ans=no
;;
*-*-sco3.2v5.0*)
ans=clock_drift
;;
*-*-solaris2*)
ans=no # hrestime_adj
;;
*-*-sysv4*)
ans=tickadj
;;
esac
ac_cv_var_nlist_tickadj=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13840: result: $ac_cv_var_nlist_tickadj" >&5
echo "${ECHO_T}$ac_cv_var_nlist_tickadj" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_nlist_tickadj" in
''|no) ;; # HMS: I think we can only get 'no' here...
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define K_TICKADJ_NAME "$ac_cv_var_nlist_tickadj"
EOF
;;
esac
#
2001-08-29 14:35:15 +00:00
echo "$as_me:13850: 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
1999-12-09 13:01:21 +00:00
else
ans=usec
case "$target" in
*-*-solaris2*)
ans=nsec
;;
esac
ac_cv_var_tickadj_nano=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13863: result: $ac_cv_var_tickadj_nano" >&5
echo "${ECHO_T}$ac_cv_var_tickadj_nano" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_tickadj_nano" in
nsec)
2001-08-29 14:35:15 +00:00
cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define TICKADJ_NANO 1
EOF
;;
esac
#
2001-08-29 14:35:15 +00:00
echo "$as_me:13874: 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
1999-12-09 13:01:21 +00:00
else
case "$target" in
*-apple-aux[23]*)
ans=no
;;
*-sni-sysv*)
ans=dosynctodr
;;
*-*-aix*)
ans=dosynctodr
;;
*-*-hpux*)
ans=no
;;
*-*-nextstep*)
ans=_dosynctodr
;;
*-*-ptx*)
ans=doresettodr
;;
*-*-sco3.2v4*)
ans=no
;;
*-*-sco3.2v5*)
ans=track_rtc
;;
*-*-solaris2*)
ans=dosynctodr
;;
*-*-sysv4*)
ans=doresettodr
;;
*)
ans=_dosynctodr
;;
esac
ac_cv_var_nlist_dosynctodr=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13916: result: $ac_cv_var_nlist_dosynctodr" >&5
echo "${ECHO_T}$ac_cv_var_nlist_dosynctodr" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_nlist_dosynctodr" in
no) ;;
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define K_DOSYNCTODR_NAME "$ac_cv_var_nlist_dosynctodr"
EOF
;;
esac
#
2001-08-29 14:35:15 +00:00
echo "$as_me:13927: 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
1999-12-09 13:01:21 +00:00
else
case "$target" in
*-apple-aux[23]*)
ans=no
;;
*-sni-sysv*)
ans=noprintf
;;
*-*-aix*)
ans=noprintf
;;
*-*-hpux*)
ans=no
;;
*-*-ptx*)
ans=noprintf
;;
*-*-nextstep*)
ans=_noprintf
;;
*-*-solaris2*)
ans=noprintf
;;
*-*-sysv4*)
ans=noprintf
;;
*)
ans=_noprintf
;;
esac
ac_cv_var_nlist_noprintf=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:13963: result: $ac_cv_var_nlist_noprintf" >&5
echo "${ECHO_T}$ac_cv_var_nlist_noprintf" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_nlist_noprintf" in
no) ;;
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define K_NOPRINTF_NAME "$ac_cv_var_nlist_noprintf"
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:13974: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-tick or --disable-tick was given.
if test "${enable_tick+set}" = set; then
enableval="$enable_tick"
ans=$enableval
else
ans=no
case "$target" in
XXX-*-pc-cygwin*)
;;
*-univel-sysv*)
ans=10000
;;
*-*-irix*)
ans=10000
;;
*-*-linux*)
ans=txc.tick
;;
*-*-winnt3.5)
ans='(every / 10)'
;;
*)
ans='1000000L/hz'
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_tick=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14007: result: $ac_cv_var_tick" >&5
echo "${ECHO_T}$ac_cv_var_tick" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_tick" in
''|no) ;; # HMS: I think we can only get 'no' here...
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define PRESET_TICK $ac_cv_var_tick
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14017: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-tickadj or --disable-tickadj was given.
if test "${enable_tickadj+set}" = set; then
enableval="$enable_tickadj"
ans=$enableval
else
ans='500/hz'
case "$target" in
*-fujitsu-uxp*)
case "$ac_cv_var_adjtime_is_accurate" in
yes) ans='tick/16' ;;
esac
;;
XXX-*-pc-cygwin*)
ans=no
;;
*-univel-sysv*)
ans=80
;;
*-*-aix*)
case "$ac_cv_var_can_kmem" in
no) ans=1000 ;;
esac
;;
*-*-domainos) # Skippy: won't be found...
case "$ac_cv_var_can_kmem" in
no) ans=668 ;;
esac
;;
*-*-hpux*)
case "$ac_cv_var_adjtime_is_accurate" in
yes) ans='tick/16' ;;
esac
;;
*-*-irix*)
ans=150
;;
*-*-sco3.2v5.0*)
ans=10000L/hz
;;
*-*-solaris2*)
case "$ac_cv_var_adjtime_is_accurate" in
yes)
#ans='tick/16'
;;
esac
;;
*-*-winnt3.5)
ans=50
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_tickadj=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14075: result: $ac_cv_var_tickadj" >&5
echo "${ECHO_T}$ac_cv_var_tickadj" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_tickadj" in
''|no) ;; # HMS: I think we can only get 'no' here...
2001-08-29 14:35:15 +00:00
*) cat >>confdefs.h <<EOF
1999-12-09 13:01:21 +00:00
#define PRESET_TICKADJ $ac_cv_var_tickadj
EOF
;;
esac
# Newer versions of ReliantUNIX round adjtime() values down to
# 1/100s (system tick). Sigh ...
# Unfortunately, there is no easy way to know if particular release
# has this "feature" or any obvious way to test for it.
case "$target" in
2001-08-29 14:35:15 +00:00
mips-sni-sysv4*) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define RELIANTUNIX_CLOCK 1
EOF
;;
esac
case "$target" in
2001-08-29 14:35:15 +00:00
*-*-sco3.2v5*) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define SCO5_CLOCK 1
EOF
;;
esac
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.
2001-08-29 14:35:15 +00:00
{ echo "$as_me:14106: WARNING: Can't read kmem" >&5
echo "$as_me: WARNING: Can't read kmem" >&2;}
1999-12-09 13:01:21 +00:00
ac_cv_make_tickadj=no
;;
nono*) # Don't read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
2001-08-29 14:35:15 +00:00
{ echo "$as_me:14111: 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;}
1999-12-09 13:01:21 +00:00
ac_cv_make_tickadj=no
;;
no*no) # Don't read KMEM, PRESET_TICK but no PRESET_TICKADJ. Bogus.
2001-08-29 14:35:15 +00:00
{ echo "$as_me:14116: 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;}
1999-12-09 13:01:21 +00:00
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.
2001-08-29 14:35:15 +00:00
{ echo "$as_me:14125: 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;}
1999-12-09 13:01:21 +00:00
;;
yes*no) # Read KMEM, PRESET_TICK but no PRESET_TICKADJ. Cool.
;;
yes*) # READ KMEM, PRESET_TICK and PRESET_TICKADJ.
;;
*) # Generally bogus.
2001-08-29 14:35:15 +00:00
{ { echo "$as_me:14133: error: This shouldn't happen." >&5
echo "$as_me: error: This shouldn't happen." >&2;}
{ (exit 1); exit 1; }; }
;;
esac
echo "$as_me:14139: 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
else
case "$target" in
*) case "$ac_cv_struct_ntptimeval$ac_cv_var_kernel_pll" in
yesyes)
ans=yes
;;
*)
ans=no
;;
esac
;;
esac
ac_cv_make_ntptime=$ans
fi
echo "$as_me:14157: result: $ac_cv_make_ntptime" >&5
echo "${ECHO_T}$ac_cv_make_ntptime" >&6
case "$ac_cv_make_ntptime" in
yes)
MAKE_NTPTIME=ntptime
1999-12-09 13:01:21 +00:00
;;
esac
case "$target" in
mips-sni-sysv4*)
# tickadj is pretty useless on newer versions of ReliantUNIX
# Do not bother
ac_cv_make_tickadj=no
2001-08-29 14:35:15 +00:00
;;
*-*-irix*)
ac_cv_make_tickadj=no
;;
1999-12-09 13:01:21 +00:00
*-*-solaris2*)
# DLM says tickadj is a no-no starting with solaris2.5
case "$target" in
*-*-solaris2.0-4*) ;;
*) ac_cv_make_tickadj=no ;;
esac
2001-08-29 14:35:15 +00:00
;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14182: 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
1999-12-09 13:01:21 +00:00
else
ac_cv_make_tickadj=yes
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14189: result: $ac_cv_make_tickadj" >&5
echo "${ECHO_T}$ac_cv_make_tickadj" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_make_tickadj" in
yes)
MAKE_TICKADJ=tickadj
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14197: checking if we want and can make the timetrim utility" >&5
echo $ECHO_N "checking if we want and can make the timetrim utility... $ECHO_C" >&6
if test "${ac_cv_make_timetrim+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
1999-12-09 13:01:21 +00:00
else
case "$target" in
2001-08-29 14:35:15 +00:00
*-*-irix*)
ac_cv_make_timetrim=yes
;;
*)
ac_cv_make_timetrim=no
1999-12-09 13:01:21 +00:00
;;
esac
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14211: result: $ac_cv_make_timetrim" >&5
echo "${ECHO_T}$ac_cv_make_timetrim" >&6
case "$ac_cv_make_timetrim" in
1999-12-09 13:01:21 +00:00
yes)
2001-08-29 14:35:15 +00:00
MAKE_TIMETRIM=timetrim
1999-12-09 13:01:21 +00:00
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14219: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-udp-wildcard or --disable-udp-wildcard was given.
if test "${enable_udp_wildcard+set}" = set; then
enableval="$enable_udp_wildcard"
ans=$enableval
else
ans=no
case "$target" in
*-fujitsu-uxp*)
ans=yes
;;
*-univel-sysv*)
ans=yes
;;
*-*-aix3.2*)
ans=yes
;;
*-*-aix4*)
ans=yes
;;
*-*-bsdi*)
ans=yes
;;
*-*-domainos)
ans=yes
;;
*-*-freebsd*)
ans=yes
;;
*-*-hpux*)
ans=yes
;;
*-*-irix6*)
ans=yes
;;
*-*-linux*)
ans=yes
;;
*-*-osf*)
ans=yes
;;
*-*-ptx*)
ans=yes
;;
*-*-solaris2*)
ans=yes
;;
*-*-sunos4*)
ans=yes
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_udp_wildcard_delivery=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14277: result: $ac_cv_var_udp_wildcard_delivery" >&5
echo "${ECHO_T}$ac_cv_var_udp_wildcard_delivery" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_udp_wildcard_delivery" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define UDP_WILDCARD_DELIVERY 1
EOF
;;
esac
case "$host" in
$target)
;;
*) case "$target" in
*-*-vxworks*)
LDFLAGS="$LDFLAGS -r"
;;
esac
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14297: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-slew-always or --disable-slew-always was given.
if test "${enable_slew_always+set}" = set; then
enableval="$enable_slew_always"
ans=$enableval
else
2001-08-29 14:35:15 +00:00
case "$target" in
1999-12-09 13:01:21 +00:00
*-apple-aux[23]*)
ans=yes
;;
*-*-bsdi[012]*)
ans=no
;;
*-*-bsdi*)
ans=yes
;;
*-*-openvms*) # HMS: won't be found
ans=yes
;;
*) ans=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_slew_always=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14327: result: $ac_cv_var_slew_always" >&5
echo "${ECHO_T}$ac_cv_var_slew_always" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_slew_always" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define SLEWALWAYS 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14336: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-step-slew or --disable-step-slew was given.
if test "${enable_step_slew+set}" = set; then
enableval="$enable_step_slew"
ans=$enableval
else
2001-08-29 14:35:15 +00:00
case "$target" in
1999-12-09 13:01:21 +00:00
*-sni-sysv*)
ans=yes
;;
*-univel-sysv*)
ans=no
;;
*-*-ptx*)
ans=yes
;;
*-*-solaris2.[012]*)
ans=yes
;;
*-*-sysv4*) # HMS: Does this catch Fujitsu UXP?
ans=yes
;;
*) ans=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_step_slew=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14369: result: $ac_cv_var_step_slew" >&5
echo "${ECHO_T}$ac_cv_var_step_slew" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_step_slew" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define STEP_SLEW 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14378: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-ntpdate-step or --disable-ntpdate-step was given.
if test "${enable_ntpdate_step+set}" = set; then
enableval="$enable_ntpdate_step"
ans=$enableval
else
2001-08-29 14:35:15 +00:00
case "$target" in
1999-12-09 13:01:21 +00:00
*-apple-aux[23]*)
ans=yes
;;
*) ans=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_ntpdate_step=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14399: result: $ac_cv_var_ntpdate_step" >&5
echo "${ECHO_T}$ac_cv_var_ntpdate_step" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_ntpdate_step" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define FORCE_NTPDATE_STEP 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14408: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-hourly-todr-sync or --disable-hourly-todr-sync was given.
if test "${enable_hourly_todr_sync+set}" = set; then
enableval="$enable_hourly_todr_sync"
ans=$enableval
else
case "$target" in
*-*-nextstep*)
ans=yes
;;
*-*-openvms*) # HMS: won't be found
ans=yes
;;
*) ans=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_sync_todr=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14431: result: $ac_cv_var_sync_todr" >&5
echo "${ECHO_T}$ac_cv_var_sync_todr" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_sync_todr" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define DOSYNCTODR 1
EOF
;;
esac
2001-08-29 14:35:15 +00:00
echo "$as_me:14440: 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
1999-12-09 13:01:21 +00:00
else
# Check whether --enable-kernel-fll-bug or --disable-kernel-fll-bug was given.
if test "${enable_kernel_fll_bug+set}" = set; then
enableval="$enable_kernel_fll_bug"
ans=$enableval
else
2001-08-29 14:35:15 +00:00
case "$target" in
1999-12-09 13:01:21 +00:00
*-*-solaris2.6)
2001-08-29 14:35:15 +00:00
unamev=`uname -v`
case "$unamev" in
Generic_105181-*)
old_IFS="$IFS"
IFS="-"
set $unamev
IFS="$old_IFS"
if test "$2" -ge 17
then
# Generic_105181-17 and higher
ans=no
else
ans=yes
fi
;;
*) ans=yes
;;
esac
1999-12-09 13:01:21 +00:00
;;
*-*-solaris2.7)
2001-08-29 14:35:15 +00:00
unamev=`uname -v`
case "$unamev" in
Generic_106541-*)
old_IFS="$IFS"
IFS="-"
set $unamev
IFS="$old_IFS"
if test "$2" -ge 07
then
# Generic_106541-07 and higher
ans=no
else
ans=yes
fi
1999-12-09 13:01:21 +00:00
;;
*) ans=yes
;;
esac
;;
*) ans=no
;;
esac
2001-08-29 14:35:15 +00:00
fi;
1999-12-09 13:01:21 +00:00
ac_cv_var_kernel_fll_bug=$ans
fi
2001-08-29 14:35:15 +00:00
echo "$as_me:14498: result: $ac_cv_var_kernel_fll_bug" >&5
echo "${ECHO_T}$ac_cv_var_kernel_fll_bug" >&6
1999-12-09 13:01:21 +00:00
case "$ac_cv_var_kernel_fll_bug" in
2001-08-29 14:35:15 +00:00
yes) cat >>confdefs.h <<\EOF
1999-12-09 13:01:21 +00:00
#define KERNEL_FLL_BUG 1
EOF
;;
esac
case "$host" in
$target)
;;
*) case "$target" in
*-*-vxworks*)
LDFLAGS="$LDFLAGS -r"
;;
esac
;;
esac
2001-08-29 14:35:15 +00:00
ac_expanded=`(
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
eval echo \""$sysconfdir"\"
)`
cat >>confdefs.h <<EOF
#define NTP_KEYSDIR "$ac_expanded"
EOF
1999-12-09 13:01:21 +00:00
# This is necessary so that .o files in LIBOBJS are also built via
# the ANSI2KNR-filtering rules.
LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
2001-08-29 14:35:15 +00:00
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"
cat >confcache <<\_ACEOF
1999-12-09 13:01:21 +00:00
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
2001-08-29 14:35:15 +00:00
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems. If it contains results you don't
# want to keep, you may remove or edit it.
1999-12-09 13:01:21 +00:00
#
2001-08-29 14:35:15 +00:00
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
1999-12-09 13:01:21 +00:00
#
2001-08-29 14:35:15 +00:00
# `ac_cv_env_foo' variables (set or unset) will be overriden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.
_ACEOF
1999-12-09 13:01:21 +00:00
# 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.
2001-08-29 14:35:15 +00:00
{
(set) 2>&1 |
case `(ac_space=' '; set | grep ac_space) 2>&1` in
*ac_space=\ *)
# `set' does not quote correctly, so add quotes (double-quote
# substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
;;
*)
# `set' quotes correctly as required by POSIX, so do not add quotes.
sed -n \
"s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
;;
esac;
} |
sed '
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
1999-12-09 13:01:21 +00:00
if test -w $cache_file; then
2001-08-29 14:35:15 +00:00
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
cat confcache >$cache_file
1999-12-09 13:01:21 +00:00
else
echo "not updating unwritable cache $cache_file"
fi
fi
rm -f confcache
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2001-08-29 14:35:15 +00:00
# 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).
1999-12-09 13:01:21 +00:00
if test "x$srcdir" = x.; then
2001-08-29 14:35:15 +00:00
ac_vpsub='/^[ ]*VPATH[ ]*=/{
s/:*\$(srcdir):*/:/;
s/:*\${srcdir}:*/:/;
s/:*@srcdir@:*/:/;
s/^\([^=]*=[ ]*\):*/\1/;
s/:*$//;
s/^[^=]*=[ ]*$//;
}'
1999-12-09 13:01:21 +00:00
fi
DEFS=-DHAVE_CONFIG_H
: ${CONFIG_STATUS=./config.status}
2001-08-29 14:35:15 +00:00
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ echo "$as_me:14615: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
1999-12-09 13:01:21 +00:00
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
2001-08-29 14:35:15 +00:00
# configure, is in config.log if it exists.
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
debug=false
SHELL=\${CONFIG_SHELL-$SHELL}
ac_cs_invocation="\$0 \$@"
_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
# Name of the executable.
as_me=`echo "$0" |sed 's,.*[\\/],,'`
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; }
exec 6>&1
_ACEOF
# Files that config.status was made for.
if test -n "$ac_config_files"; then
echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
fi
if test -n "$ac_config_headers"; then
echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
fi
if test -n "$ac_config_links"; then
echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
fi
if test -n "$ac_config_commands"; then
echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
fi
cat >>$CONFIG_STATUS <<\EOF
ac_cs_usage="\
\`$as_me' instantiates files from templates according to the
current configuration.
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 $as_me by reconfiguring in the same conditions
--file=FILE[:TEMPLATE]
instantiate the configuration file FILE
--header=FILE[:TEMPLATE]
instantiate the configuration header FILE
Configuration files:
$config_files
Configuration headers:
$config_headers
Configuration commands:
$config_commands
Report bugs to <bug-autoconf@gnu.org>."
EOF
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
config.status
configured by $0, generated by GNU Autoconf 2.50,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
srcdir=$srcdir
INSTALL="$INSTALL"
EOF
cat >>$CONFIG_STATUS <<\EOF
# If no file are specified by the user, then we need to provide default
# value. By we need to know if files were specified by the user.
ac_need_defaults=:
while test $# != 0
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
case $1 in
--*=*)
ac_option=`expr "x$1" : 'x\([^=]*\)='`
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
shift
set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
shift
;;
-*);;
*) # This is not an option, so the user has probably given explicit
# arguments.
ac_need_defaults=false;;
esac
case $1 in
# Handling of the options.
EOF
cat >>$CONFIG_STATUS <<EOF
1999-12-09 13:01:21 +00:00
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2001-08-29 14:35:15 +00:00
echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
EOF
cat >>$CONFIG_STATUS <<\EOF
--version | --vers* | -V )
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
{ { echo "$as_me:14791: 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 )
debug=: ;;
--file | --fil | --fi | --f )
shift
CONFIG_FILES="$CONFIG_FILES $1"
ac_need_defaults=false;;
--header | --heade | --head | --hea )
shift
CONFIG_HEADERS="$CONFIG_HEADERS $1"
ac_need_defaults=false;;
# Handling of arguments.
'Makefile' ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
'adjtimed/Makefile' ) CONFIG_FILES="$CONFIG_FILES adjtimed/Makefile" ;;
'clockstuff/Makefile' ) CONFIG_FILES="$CONFIG_FILES clockstuff/Makefile" ;;
'ElectricFence/Makefile' ) CONFIG_FILES="$CONFIG_FILES ElectricFence/Makefile" ;;
'include/Makefile' ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
'kernel/Makefile' ) CONFIG_FILES="$CONFIG_FILES kernel/Makefile" ;;
'kernel/sys/Makefile' ) CONFIG_FILES="$CONFIG_FILES kernel/sys/Makefile" ;;
'libntp/Makefile' ) CONFIG_FILES="$CONFIG_FILES libntp/Makefile" ;;
'libparse/Makefile' ) CONFIG_FILES="$CONFIG_FILES libparse/Makefile" ;;
'librsaref/Makefile' ) CONFIG_FILES="$CONFIG_FILES librsaref/Makefile" ;;
'ntpd/Makefile' ) CONFIG_FILES="$CONFIG_FILES ntpd/Makefile" ;;
'ntpdc/Makefile' ) CONFIG_FILES="$CONFIG_FILES ntpdc/Makefile" ;;
'ntpdate/Makefile' ) CONFIG_FILES="$CONFIG_FILES ntpdate/Makefile" ;;
'ntpq/Makefile' ) CONFIG_FILES="$CONFIG_FILES ntpq/Makefile" ;;
'ntptrace/Makefile' ) CONFIG_FILES="$CONFIG_FILES ntptrace/Makefile" ;;
'parseutil/Makefile' ) CONFIG_FILES="$CONFIG_FILES parseutil/Makefile" ;;
'scripts/Makefile' ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
'scripts/calc_tickadj' ) CONFIG_FILES="$CONFIG_FILES scripts/calc_tickadj" ;;
'scripts/checktime' ) CONFIG_FILES="$CONFIG_FILES scripts/checktime" ;;
'scripts/freq_adj' ) CONFIG_FILES="$CONFIG_FILES scripts/freq_adj" ;;
'scripts/mkver' ) CONFIG_FILES="$CONFIG_FILES scripts/mkver" ;;
'scripts/ntp-wait' ) CONFIG_FILES="$CONFIG_FILES scripts/ntp-wait" ;;
'scripts/ntpsweep' ) CONFIG_FILES="$CONFIG_FILES scripts/ntpsweep" ;;
'scripts/ntpver' ) CONFIG_FILES="$CONFIG_FILES scripts/ntpver" ;;
'scripts/plot_summary' ) CONFIG_FILES="$CONFIG_FILES scripts/plot_summary" ;;
'scripts/summary' ) CONFIG_FILES="$CONFIG_FILES scripts/summary" ;;
'util/Makefile' ) CONFIG_FILES="$CONFIG_FILES util/Makefile" ;;
'default-1' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
'default-2' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
'default' ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
'config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
# This is an error.
-*) { { echo "$as_me:14843: 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:14848: error: invalid argument: $1" >&5
echo "$as_me: error: invalid argument: $1" >&2;}
{ (exit 1); exit 1; }; };;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
shift
1999-12-09 13:01:21 +00:00
done
2001-08-29 14:35:15 +00:00
exec 5>>config.log
cat >&5 << _ACEOF
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by $as_me 2.50, executed with
> $ac_cs_invocation
on `(hostname || uname -n) 2>/dev/null | sed 1q`
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
_ACEOF
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
cat >>$CONFIG_STATUS <<\EOF
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
# Create a temporary directory, and hook for its removal unless debugging.
$debug ||
{
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
trap '{ (exit $?); exit $?; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
: ${TMPDIR=/tmp}
{
tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
test -n "$tmp" && test -d "$tmp"
} ||
{
tmp=$TMPDIR/cs$$-$RANDOM
(umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in $TMPDIR" >&2
{ (exit 1); exit 1; }
}
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
cat >>$CONFIG_STATUS <<EOF
#
# INIT-COMMANDS section.
#
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
am_indx=1
for am_file in config.h; do
case " $CONFIG_HEADERS " in
*" $am_file "*)
echo timestamp > `echo $am_file | sed 's%:.*%%;s%[^/]*$%%'`stamp-h$am_indx
;;
esac
am_indx=\`expr \$am_indx + 1\`
done
AMDEP="$AMDEP"
ac_aux_dir="$ac_aux_dir"
EOF
cat >>$CONFIG_STATUS <<EOF
#
# CONFIG_FILES section.
#
# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "\$CONFIG_FILES"; then
# Protect against being on the right side of a sed subst in config.status.
sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
s,@SHELL@,$SHELL,;t t
s,@exec_prefix@,$exec_prefix,;t t
s,@prefix@,$prefix,;t t
s,@program_transform_name@,$program_transform_name,;t t
s,@bindir@,$bindir,;t t
s,@sbindir@,$sbindir,;t t
s,@libexecdir@,$libexecdir,;t t
s,@datadir@,$datadir,;t t
s,@sysconfdir@,$sysconfdir,;t t
s,@sharedstatedir@,$sharedstatedir,;t t
s,@localstatedir@,$localstatedir,;t t
s,@libdir@,$libdir,;t t
s,@includedir@,$includedir,;t t
s,@oldincludedir@,$oldincludedir,;t t
s,@infodir@,$infodir,;t t
s,@mandir@,$mandir,;t t
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
s,@ECHO_C@,$ECHO_C,;t t
s,@ECHO_N@,$ECHO_N,;t t
s,@ECHO_T@,$ECHO_T,;t t
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
s,@DEFS@,$DEFS,;t t
s,@LIBS@,$LIBS,;t t
s,@build@,$build,;t t
s,@build_cpu@,$build_cpu,;t t
s,@build_vendor@,$build_vendor,;t t
s,@build_os@,$build_os,;t t
s,@host@,$host,;t t
s,@host_cpu@,$host_cpu,;t t
s,@host_vendor@,$host_vendor,;t t
s,@host_os@,$host_os,;t t
s,@target@,$target,;t t
s,@target_cpu@,$target_cpu,;t t
s,@target_vendor@,$target_vendor,;t t
s,@target_os@,$target_os,;t t
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
s,@PACKAGE@,$PACKAGE,;t t
s,@VERSION@,$VERSION,;t t
s,@ACLOCAL@,$ACLOCAL,;t t
s,@AUTOCONF@,$AUTOCONF,;t t
s,@AUTOMAKE@,$AUTOMAKE,;t t
s,@AUTOHEADER@,$AUTOHEADER,;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,@CPPFLAGS@,$CPPFLAGS,;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,@_am_include@,$_am_include,;t t
s,@CCDEPMODE@,$CCDEPMODE,;t t
s,@LN_S@,$LN_S,;t t
s,@RANLIB@,$RANLIB,;t t
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
s,@PATH_SH@,$PATH_SH,;t t
s,@PATH_PERL@,$PATH_PERL,;t t
s,@U@,$U,;t t
s,@ANSI2KNR@,$ANSI2KNR,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@LIBPARSE@,$LIBPARSE,;t t
s,@MAKE_LIBPARSE@,$MAKE_LIBPARSE,;t t
s,@MAKE_LIBPARSE_KERNEL@,$MAKE_LIBPARSE_KERNEL,;t t
s,@MAKE_CHECK_Y2K@,$MAKE_CHECK_Y2K,;t t
s,@RSAOBJS@,$RSAOBJS,;t t
s,@RSASRCS@,$RSASRCS,;t t
s,@RSADIR@,$RSADIR,;t t
s,@RSAREF@,$RSAREF,;t t
s,@LIBRSAREF@,$LIBRSAREF,;t t
s,@MAKE_LIBRSAREF@,$MAKE_LIBRSAREF,;t t
s,@OPENSSL@,$OPENSSL,;t t
s,@OPENSSL_INC@,$OPENSSL_INC,;t t
s,@OPENSSL_LIB@,$OPENSSL_LIB,;t t
s,@MAKE_NTP_GENKEYS@,$MAKE_NTP_GENKEYS,;t t
s,@AUTOKEY@,$AUTOKEY,;t t
s,@EF_PROGS@,$EF_PROGS,;t t
s,@EF_LIBS@,$EF_LIBS,;t t
s,@TESTDCF@,$TESTDCF,;t t
s,@DCFD@,$DCFD,;t t
s,@MAKE_PARSEKMODULE@,$MAKE_PARSEKMODULE,;t t
s,@PROPDELAY@,$PROPDELAY,;t t
s,@CHUTEST@,$CHUTEST,;t t
s,@CLKTEST@,$CLKTEST,;t t
s,@MAKE_ADJTIMED@,$MAKE_ADJTIMED,;t t
s,@MAKE_NTPTIME@,$MAKE_NTPTIME,;t t
s,@MAKE_TICKADJ@,$MAKE_TICKADJ,;t t
s,@MAKE_TIMETRIM@,$MAKE_TIMETRIM,;t t
CEOF
EOF
cat >>$CONFIG_STATUS <<\EOF
# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_lines=48
ac_sed_frag=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_lines # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=
while $ac_more_lines; do
if test $ac_beg -gt 1; then
sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
if test ! -s $tmp/subs.frag; then
ac_more_lines=false
else
# The purpose of the label and of the branching condition is to
# speed up the sed processing (if there are no `@' at all, there
# is no need to browse any of the substitutions).
# These are the two extra sed commands mentioned above.
(echo ':t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
if test -z "$ac_sed_cmds"; then
ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
else
ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
fi
ac_sed_frag=`expr $ac_sed_frag + 1`
ac_beg=$ac_end
ac_end=`expr $ac_end + $ac_max_sed_lines`
fi
done
if test -z "$ac_sed_cmds"; then
ac_sed_cmds=cat
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
fi # test -n "$CONFIG_FILES"
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
cat >>$CONFIG_STATUS <<\EOF
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
1999-12-09 13:01:21 +00:00
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2001-08-29 14:35:15 +00:00
case $ac_file in
- | *:- | *:-:* ) # input from stdin
cat >$tmp/stdin
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
* ) ac_file_in=$ac_file.in ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
# 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'`
1999-12-09 13:01:21 +00:00
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2001-08-29 14:35:15 +00:00
{ case "$ac_dir" in
[\\/]* | ?:[\\/]* ) 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,^\./,,'`"
1999-12-09 13:01:21 +00:00
# A "../" for each directory in $ac_dir_suffix.
2001-08-29 14:35:15 +00:00
ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
1999-12-09 13:01:21 +00:00
else
ac_dir_suffix= ac_dots=
fi
2001-08-29 14:35:15 +00:00
case $srcdir in
.) ac_srcdir=.
if test -z "$ac_dots"; then
ac_top_srcdir=.
else
ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
fi ;;
[\\/]* | ?:[\\/]* )
ac_srcdir=$srcdir$ac_dir_suffix;
ac_top_srcdir=$srcdir ;;
1999-12-09 13:01:21 +00:00
*) # Relative path.
2001-08-29 14:35:15 +00:00
ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
ac_top_srcdir=$ac_dots$srcdir ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
case $INSTALL in
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
*) ac_INSTALL=$ac_dots$INSTALL ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
if test x"$ac_file" != x-; then
{ echo "$as_me:15153: 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."
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs=`IFS=:
for f in $ac_file_in; do
case $f in
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
test -f "$f" || { { echo "$as_me:15171: 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 "$srcdir/$f"; then
# Source tree
echo $srcdir/$f
else
# /dev/null tree
{ { echo "$as_me:15184: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
esac
done` || { (exit 1); exit 1; }
EOF
cat >>$CONFIG_STATUS <<EOF
sed "$ac_vpsub
$extrasub
EOF
cat >>$CONFIG_STATUS <<\EOF
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s,@configure_input@,$configure_input,;t t
s,@srcdir@,$ac_srcdir,;t t
s,@top_srcdir@,$ac_top_srcdir,;t t
s,@INSTALL@,$ac_INSTALL,;t t
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
rm -f $tmp/stdin
if test x"$ac_file" != x-; then
mv $tmp/out $ac_file
else
cat $tmp/out
rm -f $tmp/out
fi
done
EOF
cat >>$CONFIG_STATUS <<\EOF
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
#
# CONFIG_HEADER section.
#
1999-12-09 13:01:21 +00:00
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
2001-08-29 14:35:15 +00:00
ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
ac_dB='[ ].*$,\1#\2'
ac_dC=' '
ac_dD=',;t'
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ac_uB='$,\1#\2define\3'
1999-12-09 13:01:21 +00:00
ac_uC=' '
2001-08-29 14:35:15 +00:00
ac_uD=',;t'
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
1999-12-09 13:01:21 +00:00
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2001-08-29 14:35:15 +00:00
case $ac_file in
- | *:- | *:-:* ) # input from stdin
cat >$tmp/stdin
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
* ) ac_file_in=$ac_file.in ;;
1999-12-09 13:01:21 +00:00
esac
2001-08-29 14:35:15 +00:00
test x"$ac_file" != x- && { echo "$as_me:15245: 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.
ac_file_inputs=`IFS=:
for f in $ac_file_in; do
case $f in
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
test -f "$f" || { { echo "$as_me:15256: 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 "$srcdir/$f"; then
# Source tree
echo $srcdir/$f
else
# /dev/null tree
{ { echo "$as_me:15269: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
esac
done` || { (exit 1); exit 1; }
# Remove the trailing spaces.
sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
EOF
# Transform confdefs.h into two sed scripts, `conftest.defines' and
# `conftest.undefs', that substitutes the proper values into
# config.h.in to produce config.h. The first handles `#define'
# templates, and the second `#undef' templates.
# And first: Protect against being on the right side of a sed subst in
# config.status. Protect against being in an unquoted here document
# in config.status.
rm -f conftest.defines conftest.undefs
# Using a here document instead of a string reduces the quoting nightmare.
# Putting comments in sed scripts is not portable.
#
# `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
s,[\\$`],\\&,g
t clear
: clear
s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
t end
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
: 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.
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
1999-12-09 13:01:21 +00:00
# This sed command replaces #undef with comments. This is necessary, for
# example, in the case of _POSIX_SOURCE, which is predefined and required
# on some systems where configure will not decide to define it.
2001-08-29 14:35:15 +00:00
cat >>conftest.undefs <<\EOF
s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
# Break up conftest.defines because some shells have a limit on the size
# of here documents, and old seds have small limits too (100 cmds).
echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
echo ' :' >>$CONFIG_STATUS
rm -f conftest.tail
while grep . conftest.defines >/dev/null
do
# Write a limited-size here document to $tmp/defines.sed.
echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
# Speed up: don't consider the non `#define' lines.
echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
# Work around the forget-to-reset-the-flag bug.
echo 't clr' >>$CONFIG_STATUS
echo ': clr' >>$CONFIG_STATUS
sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
echo 'CEOF
sed -f $tmp/defines.sed $tmp/in >$tmp/out
rm -f $tmp/in
mv $tmp/out $tmp/in
' >>$CONFIG_STATUS
sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
rm -f conftest.defines
mv conftest.tail conftest.defines
done
rm -f conftest.defines
echo ' fi # egrep' >>$CONFIG_STATUS
echo >>$CONFIG_STATUS
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
# Break up conftest.undefs because some shells have a limit on the size
# of here documents, and old seds have small limits too (100 cmds).
echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
1999-12-09 13:01:21 +00:00
rm -f conftest.tail
2001-08-29 14:35:15 +00:00
while grep . conftest.undefs >/dev/null
1999-12-09 13:01:21 +00:00
do
2001-08-29 14:35:15 +00:00
# Write a limited-size here document to $tmp/undefs.sed.
echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
# Speed up: don't consider the non `#undef'
echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
# Work around the forget-to-reset-the-flag bug.
echo 't clr' >>$CONFIG_STATUS
echo ': clr' >>$CONFIG_STATUS
sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
1999-12-09 13:01:21 +00:00
echo 'CEOF
2001-08-29 14:35:15 +00:00
sed -f $tmp/undefs.sed $tmp/in >$tmp/out
rm -f $tmp/in
mv $tmp/out $tmp/in
' >>$CONFIG_STATUS
sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
rm -f conftest.undefs
mv conftest.tail conftest.undefs
1999-12-09 13:01:21 +00:00
done
2001-08-29 14:35:15 +00:00
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
1999-12-09 13:01:21 +00:00
else
2001-08-29 14:35:15 +00:00
echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h
fi
cat $tmp/in >>$tmp/config.h
rm -f $tmp/in
if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
{ echo "$as_me:15386: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
else
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'`
1999-12-09 13:01:21 +00:00
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2001-08-29 14:35:15 +00:00
{ case "$ac_dir" in
[\\/]* | ?:[\\/]* ) 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
rm -f $ac_file
mv $tmp/config.h $ac_file
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
else
cat $tmp/config.h
rm -f $tmp/config.h
1999-12-09 13:01:21 +00:00
fi
2001-08-29 14:35:15 +00:00
done
1999-12-09 13:01:21 +00:00
EOF
2001-08-29 14:35:15 +00:00
cat >>$CONFIG_STATUS <<\EOF
1999-12-09 13:01:21 +00:00
2001-08-29 14:35:15 +00:00
#
# CONFIG_COMMANDS section.
#
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
case $ac_dest in
default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
default-2 )
2000-01-28 14:55:50 +00:00
test x"$AMDEP" != x"" ||
for mf in $CONFIG_FILES; do
case "$mf" in
Makefile) dirpart=.;;
*/Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
*) continue;;
esac
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
# Extract the definition of DEP_FILES from the Makefile without
# running `make'.
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
test -z "$DEPDIR" && continue
# When using ansi2knr, U may be empty or an underscore; expand it
U=`sed -n -e '/^U = / s///p' < "$mf"`
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
# We invoke sed twice because it is the simplest approach to
# changing $(DEPDIR) to its actual value in the expansion.
for file in `sed -n -e '
/^DEP_FILES = .*\\\\$/ {
s/^DEP_FILES = //
:loop
s/\\\\$//
p
n
/\\\\$/ b loop
p
}
/^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
# Make sure the directory exists.
test -f "$dirpart/$file" && continue
fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
$ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done
done
2001-08-29 14:35:15 +00:00
;;
default ) chmod +x scripts/calc_tickadj scripts/checktime scripts/freq_adj scripts/mkver scripts/ntp-wait scripts/ntpsweep scripts/ntpver scripts/plot_summary scripts/summary ;;
esac
done
EOF
2000-01-28 14:55:50 +00:00
2001-08-29 14:35:15 +00:00
cat >>$CONFIG_STATUS <<\EOF
{ (exit 0); exit 0; }
1999-12-09 13:01:21 +00:00
EOF
chmod +x $CONFIG_STATUS
2001-08-29 14:35:15 +00:00
ac_clean_files=$ac_clean_files_save
# configure is writing to config.log, and then calls config.status.
# config.status does its own redirection, appending to config.log.
# Unfortunately, on DOS this fails, as config.log is still kept open
# by configure, so config.status won't be able to write to it; its
# output is simply discarded. So we exec the FD to /dev/null,
# effectively closing config.log, so it can be properly (re)opened and
# appended to by config.status. When coming back to configure, we
# need to make the FD available again.
if test "$no_create" != yes; then
ac_cs_success=:
exec 5>/dev/null
$SHELL $CONFIG_STATUS || ac_cs_success=false
exec 5>>config.log
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
# would make configure fail if this is the last instruction.
$ac_cs_success || { (exit 1); exit 1; }
fi
1999-12-09 13:01:21 +00:00
#test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])