From: Harlan Stenn Date: Sat, 22 Jan 2000 12:34:05 +0000 (-0000) Subject: Many files: X-Git-Tag: NTP_4_0_99_C~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945e2577111480fd7f01633b74cfbe45edadb78e;p=thirdparty%2Fntp.git Many files: * scripts/Makefile.am (EXTRA_DIST): Need to explicitly distribute mkver.in and ntpver.in now, apparently. * configure.in: Search for the various audio_info members so the printing in audio_show is less of a circus. This required an autoconf upgrade. Major sigh. * libntp/audio.c (audio_show): Clean up (more) properly. bk: 3889a3bdr6ahkE8DpJiLOPMH0douGQ --- diff --git a/ChangeLog b/ChangeLog index 20dff1a14..8a4a5a58e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-01-22 Harlan Stenn + + * scripts/Makefile.am (EXTRA_DIST): Need to explicitly distribute + mkver.in and ntpver.in now, apparently. + * configure.in: Search for the various audio_info members so the + printing in audio_show is less of a circus. This required an + autoconf upgrade. Major sigh. + * libntp/audio.c (audio_show): Clean up (more) properly. + 2000-01-21 Sven Dietrich * Add pointer to html/hints/winnt.htm to INSTALL file diff --git a/config.h.in b/config.h.in index 24fedb1c1..7acd46d2a 100644 --- a/config.h.in +++ b/config.h.in @@ -1,67 +1,5 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* Define if on AIX 3. - System headers sometimes define this. - We just want to avoid a redefinition error message. */ -#ifndef _ALL_SOURCE -#undef _ALL_SOURCE -#endif - -/* Define if type char is unsigned and you are not using gcc. */ -#ifndef __CHAR_UNSIGNED__ -#undef __CHAR_UNSIGNED__ -#endif - -/* Define to empty if the keyword does not work. */ -#undef const - -/* Define to `int' if doesn't define. */ -#undef gid_t - -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline - -/* Define if on MINIX. */ -#undef _MINIX - -/* Define if your struct nlist has an n_un member. */ -#undef NLIST_NAME_UNION - -/* Define if you have . */ -#undef NLIST_STRUCT - -/* Define to `long' if doesn't define. */ -#undef off_t - -/* Define if the system does not provide POSIX.1 features except - with this defined. */ -#undef _POSIX_1_SOURCE - -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - -/* Define as the return type of signal handlers (int or void). */ -#undef RETSIGTYPE - -/* Define to `unsigned' if doesn't define. */ -#undef size_t - -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define if you can safely include both and . */ -#undef TIME_WITH_SYS_TIME - -/* Define if your declares struct tm. */ -#undef TM_IN_SYS_TIME - -/* Define to `int' if doesn't define. */ -#undef uid_t - -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN - /* debugging code */ #undef DEBUG @@ -518,387 +456,470 @@ /* toupper()? */ #undef DECL_TOUPPER_0 -/* The number of bytes in a int. */ -#undef SIZEOF_INT - -/* The number of bytes in a long. */ -#undef SIZEOF_LONG - -/* The number of bytes in a signed char. */ -#undef SIZEOF_SIGNED_CHAR - -/* Define if you have the K_open function. */ -#undef HAVE_K_OPEN - -/* Define if you have the __adjtimex function. */ -#undef HAVE___ADJTIMEX +/* Define if you have the header file. */ +#undef HAVE_ARPA_NAMESER_H -/* Define if you have the __ntp_gettime function. */ -#undef HAVE___NTP_GETTIME +/* Define if you have the header file. */ +#undef HAVE_BSTRING_H -/* Define if you have the clock_settime function. */ +/* Define if you have the `clock_settime' function. */ #undef HAVE_CLOCK_SETTIME -/* Define if you have the daemon function. */ +/* Define if you have the `daemon' function. */ #undef HAVE_DAEMON -/* Define if you have the getbootfile function. */ +/* Define if you have the header file. */ +#undef HAVE_ERRNO_H + +/* Define if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define if you have the `getbootfile' function. */ #undef HAVE_GETBOOTFILE -/* Define if you have the getdtablesize function. */ +/* Define if you have the `getdtablesize' function. */ #undef HAVE_GETDTABLESIZE -/* Define if you have the getrusage function. */ +/* Define if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE -/* Define if you have the gettimeofday function. */ +/* Define if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY -/* Define if you have the getuid function. */ +/* Define if you have the `getuid' function. */ #undef HAVE_GETUID -/* Define if you have the kvm_open function. */ +/* Define if you have the `kvm_open' function. */ #undef HAVE_KVM_OPEN -/* Define if you have the memcpy function. */ +/* Define if you have the `K_open' function. */ +#undef HAVE_K_OPEN + +/* Define if you have the `advapi32' library (-ladvapi32). */ +#undef HAVE_LIBADVAPI32 + +/* Define if you have the `elf' library (-lelf). */ +#undef HAVE_LIBELF + +/* Define if you have the `gen' library (-lgen). */ +#undef HAVE_LIBGEN + +/* Define if you have the `kvm' library (-lkvm). */ +#undef HAVE_LIBKVM + +/* Define if you have the `ld' library (-lld). */ +#undef HAVE_LIBLD + +/* Define if you have the `mld' library (-lmld). */ +#undef HAVE_LIBMLD + +/* Define if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define if you have the `posix4' library (-lposix4). */ +#undef HAVE_LIBPOSIX4 + +/* Define if you have the `rt' library (-lrt). */ +#undef HAVE_LIBRT + +/* Define if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + +/* Define if you have the header file. */ +#undef HAVE_MACHINE_INLINE_H + +/* Define if you have the `memcpy' function. */ #undef HAVE_MEMCPY -/* Define if you have the memlk function. */ +/* Define if you have the `memlk' function. */ #undef HAVE_MEMLK -/* Define if you have the memmove function. */ +/* Define if you have the `memmove' function. */ #undef HAVE_MEMMOVE -/* Define if you have the memset function. */ +/* Define if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if you have the `memset' function. */ #undef HAVE_MEMSET -/* Define if you have the mkstemp function. */ +/* Define if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP -/* Define if you have the mktime function. */ +/* Define if you have the `mktime' function. */ #undef HAVE_MKTIME -/* Define if you have the mlockall function. */ +/* Define if you have the `mlockall' function. */ #undef HAVE_MLOCKALL -/* Define if you have the mrand48 function. */ +/* Define if you have the `mrand48' function. */ #undef HAVE_MRAND48 -/* Define if you have the nice function. */ +/* Define if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define if you have the header file. */ +#undef HAVE_NETINET_IN_H + +/* Define if you have the header file. */ +#undef HAVE_NETINET_IN_SYSTM_H + +/* Define if you have the header file. */ +#undef HAVE_NETINFO_NI_H + +/* Define if you have the header file. */ +#undef HAVE_NET_IF_H + +/* Define if you have the `nice' function. */ #undef HAVE_NICE -/* Define if you have the nlist function. */ +/* Define if you have the `nlist' function. */ #undef HAVE_NLIST -/* Define if you have the ntp_adjtime function. */ +/* Define if you have the `ntp_adjtime' function. */ #undef HAVE_NTP_ADJTIME -/* Define if you have the ntp_gettime function. */ +/* Define if you have the `ntp_gettime' function. */ #undef HAVE_NTP_GETTIME -/* Define if you have the plock function. */ +/* Define if you have the `plock' function. */ #undef HAVE_PLOCK -/* Define if you have the pututline function. */ +/* Define if you have the header file. */ +#undef HAVE_POLL_H + +/* Define if you have the `pututline' function. */ #undef HAVE_PUTUTLINE -/* Define if you have the pututxline function. */ +/* Define if you have the `pututxline' function. */ #undef HAVE_PUTUTXLINE -/* Define if you have the random function. */ +/* Define if you have the `random' function. */ #undef HAVE_RANDOM -/* Define if you have the rtprio function. */ +/* Define if you have the header file. */ +#undef HAVE_RESOLV_H + +/* Define if you have the `rtprio' function. */ #undef HAVE_RTPRIO -/* Define if you have the sched_setscheduler function. */ +/* Define if you have the header file. */ +#undef HAVE_SCHED_H + +/* Define if you have the `sched_setscheduler' function. */ #undef HAVE_SCHED_SETSCHEDULER -/* Define if you have the setlinebuf function. */ +/* Define if you have the `setlinebuf' function. */ #undef HAVE_SETLINEBUF -/* Define if you have the setpgid function. */ +/* Define if you have the `setpgid' function. */ #undef HAVE_SETPGID -/* Define if you have the setpriority function. */ +/* Define if you have the `setpriority' function. */ #undef HAVE_SETPRIORITY -/* Define if you have the setsid function. */ +/* Define if you have the `setsid' function. */ #undef HAVE_SETSID -/* Define if you have the settimeofday function. */ +/* Define if you have the `settimeofday' function. */ #undef HAVE_SETTIMEOFDAY -/* Define if you have the setvbuf function. */ +/* Define if you have the `setvbuf' function. */ #undef HAVE_SETVBUF -/* Define if you have the sigaction function. */ +/* Define if you have the header file. */ +#undef HAVE_SGTTY_H + +/* Define if you have the `sigaction' function. */ #undef HAVE_SIGACTION -/* Define if you have the sigset function. */ +/* Define if you have the `sigset' function. */ #undef HAVE_SIGSET -/* Define if you have the sigsuspend function. */ +/* Define if you have the `sigsuspend' function. */ #undef HAVE_SIGSUSPEND -/* Define if you have the sigvec function. */ +/* Define if you have the `sigvec' function. */ #undef HAVE_SIGVEC -/* Define if you have the srand48 function. */ +/* Define if you have the `srand48' function. */ #undef HAVE_SRAND48 -/* Define if you have the srandom function. */ +/* Define if you have the `srandom' function. */ #undef HAVE_SRANDOM -/* Define if you have the stime function. */ +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the `stime' function. */ #undef HAVE_STIME -/* Define if you have the strchr function. */ +/* Define if you have the `strchr' function. */ #undef HAVE_STRCHR -/* Define if you have the strerror function. */ +/* Define if you have the `strerror' function. */ #undef HAVE_STRERROR -/* Define if you have the sysconf function. */ -#undef HAVE_SYSCONF - -/* Define if you have the sysctl function. */ -#undef HAVE_SYSCTL - -/* Define if you have the timer_create function. */ -#undef HAVE_TIMER_CREATE - -/* Define if you have the timer_settime function. */ -#undef HAVE_TIMER_SETTIME - -/* Define if you have the umask function. */ -#undef HAVE_UMASK - -/* Define if you have the uname function. */ -#undef HAVE_UNAME - -/* Define if you have the updwtmp function. */ -#undef HAVE_UPDWTMP - -/* Define if you have the updwtmpx function. */ -#undef HAVE_UPDWTMPX - -/* Define if you have the vsprintf function. */ -#undef HAVE_VSPRINTF - -/* Define if you have the header file. */ -#undef HAVE__SYS_SYNC_QUEUE_H - -/* Define if you have the header file. */ -#undef HAVE__SYS_SYNC_SEMA_H - -/* Define if you have the header file. */ -#undef HAVE_ARPA_NAMESER_H - -/* Define if you have the header file. */ -#undef HAVE_BSTRING_H - -/* Define if you have the header file. */ -#undef HAVE_ERRNO_H - -/* Define if you have the header file. */ -#undef HAVE_FCNTL_H - -/* Define if you have the header file. */ -#undef HAVE_MACHINE_INLINE_H - -/* Define if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define if you have the header file. */ -#undef HAVE_NET_IF_H - -/* Define if you have the header file. */ -#undef HAVE_NETDB_H +/* Define if you have the header file. */ +#undef HAVE_STRING_H -/* Define if you have the header file. */ -#undef HAVE_NETINET_IN_H +/* Define if `blocksize' is member of `struct audio_info'. */ +#undef HAVE_STRUCT_AUDIO_INFO_BLOCKSIZE -/* Define if you have the header file. */ -#undef HAVE_NETINET_IN_SYSTM_H +/* Define if `hiwat' is member of `struct audio_info'. */ +#undef HAVE_STRUCT_AUDIO_INFO_HIWAT -/* Define if you have the header file. */ -#undef HAVE_NETINFO_NI_H +/* Define if `lowat' is member of `struct audio_info'. */ +#undef HAVE_STRUCT_AUDIO_INFO_LOWAT -/* Define if you have the header file. */ -#undef HAVE_POLL_H +/* Define if `mode' is member of `struct audio_info'. */ +#undef HAVE_STRUCT_AUDIO_INFO_MODE -/* Define if you have the header file. */ -#undef HAVE_RESOLV_H +/* Define if `monitor_gain' is member of `struct audio_info'. */ +#undef HAVE_STRUCT_AUDIO_INFO_MONITOR_GAIN -/* Define if you have the header file. */ -#undef HAVE_SCHED_H +/* Define if `output_muted' is member of `struct audio_info'. */ +#undef HAVE_STRUCT_AUDIO_INFO_OUTPUT_MUTED -/* Define if you have the header file. */ -#undef HAVE_SGTTY_H +/* Do we have struct ntptimeval? */ +#undef HAVE_STRUCT_NTPTIMEVAL -/* Define if you have the header file. */ -#undef HAVE_STDLIB_H +/* Define if you have the header file. */ +#undef HAVE_SUN_AUDIOIO_H -/* Define if you have the header file. */ -#undef HAVE_STRING_H +/* Define if you have the `sysconf' function. */ +#undef HAVE_SYSCONF -/* Define if you have the header file. */ -#undef HAVE_SUN_AUDIOIO_H +/* Define if you have the `sysctl' function. */ +#undef HAVE_SYSCTL -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_AUDIOIO_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_CLKDEFS_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_FILE_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_I8253_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_IOCTL_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_LOCK_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_MMAN_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_MODEM_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_PCL720_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_PPSCLOCK_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_PPSTIME_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_PROC_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_SCHED_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_SIO_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_SOCKIO_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_STAT_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_STREAM_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_STROPTS_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_SYSCTL_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_SYSSGI_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_TERMIOS_H -/* Define if you have the header file. */ -#undef HAVE_SYS_TIME_H - -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_TIMEPPS_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_TIMERS_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_TIMEX_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define if you have the header file. */ #undef HAVE_SYS_TPRO_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_SYS_WAIT_H -/* Define if you have the header file. */ -#undef HAVE_TERMIO_H - -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_TERMIOS_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ +#undef HAVE_TERMIO_H + +/* Define if you have the header file. */ #undef HAVE_TIMEPPS_H -/* Define if you have the header file. */ +/* Define if you have the `timer_create' function. */ +#undef HAVE_TIMER_CREATE + +/* Define if you have the `timer_settime' function. */ +#undef HAVE_TIMER_SETTIME + +/* Define if you have the header file. */ #undef HAVE_TIMEX_H -/* Define if you have the header file. */ -#undef HAVE_UNISTD_H +/* Define if you have the `umask' function. */ +#undef HAVE_UMASK -/* Define if you have the header file. */ -#undef HAVE_UTMP_H +/* Define if you have the `uname' function. */ +#undef HAVE_UNAME -/* Define if you have the header file. */ -#undef HAVE_UTMPX_H +/* Define if you have the header file. */ +#undef HAVE_UNISTD_H -/* Define if you have the advapi32 library (-ladvapi32). */ -#undef HAVE_LIBADVAPI32 +/* Define if you have the `updwtmp' function. */ +#undef HAVE_UPDWTMP -/* Define if you have the elf library (-lelf). */ -#undef HAVE_LIBELF +/* Define if you have the `updwtmpx' function. */ +#undef HAVE_UPDWTMPX -/* Define if you have the gen library (-lgen). */ -#undef HAVE_LIBGEN +/* Define if you have the header file. */ +#undef HAVE_UTMPX_H -/* Define if you have the kvm library (-lkvm). */ -#undef HAVE_LIBKVM +/* Define if you have the header file. */ +#undef HAVE_UTMP_H -/* Define if you have the ld library (-lld). */ -#undef HAVE_LIBLD +/* Define if you have the `vsprintf' function. */ +#undef HAVE_VSPRINTF -/* Define if you have the mld library (-lmld). */ -#undef HAVE_LIBMLD +/* Define if you have the header file. */ +#undef HAVE__SYS_SYNC_QUEUE_H -/* Define if you have the nsl library (-lnsl). */ -#undef HAVE_LIBNSL +/* Define if you have the header file. */ +#undef HAVE__SYS_SYNC_SEMA_H -/* Define if you have the rt library (-lrt). */ -#undef HAVE_LIBRT +/* Define if you have the `__adjtimex' function. */ +#undef HAVE___ADJTIMEX -/* Define if you have the socket library (-lsocket). */ -#undef HAVE_LIBSOCKET +/* Define if you have the `__ntp_gettime' function. */ +#undef HAVE___NTP_GETTIME /* Name of package */ #undef PACKAGE -/* Version number of package */ -#undef VERSION - /* Define if compiler has function prototypes */ #undef PROTOTYPES -/* Do we have struct ntptimeval? */ -#undef HAVE_STRUCT_NTPTIMEVAL +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE + +/* The number of bytes in a `int'. */ +#undef SIZEOF_INT + +/* The number of bytes in a `long'. */ +#undef SIZEOF_LONG + +/* The number of bytes in a `signed char'. */ +#undef SIZEOF_SIGNED_CHAR + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS /* Does ntptimeval use struct timespec? */ #undef TIMESPEC_IN_NTPTIMEVAL +/* Define if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Define if your declares `struct tm'. */ +#undef TM_IN_SYS_TIME + +/* Version number of package */ +#undef VERSION + +/* Define if your processor stores words with the most significant byte first + (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + +/* Define if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif + +/* Define if on MINIX. */ +#undef _MINIX + +/* Define if the system does not provide POSIX.1 features except with this + defined. */ +#undef _POSIX_1_SOURCE + +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + +/* Define if type `char' is unsigned and you are not using gcc. */ +#ifndef __CHAR_UNSIGNED__ +# undef __CHAR_UNSIGNED__ +#endif + +/* Define to empty if the keyword `const' is not conform to ANSI C. */ +#undef const + +/* Define to `int' if doesn't define. */ +#undef gid_t + +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +#undef inline + +/* Define to `long' if does not define. */ +#undef off_t + +/* Define to `signed char' if does not define. */ +#undef s_char + +/* Define to `unsigned' if does not define. */ +#undef size_t + +/* Define to `long' if does not define. */ +#undef time_t + +/* Define to `int' if doesn't define. */ +#undef uid_t diff --git a/configure b/configure index fd25f498a..43218a65f 100755 --- a/configure +++ b/configure @@ -1,142 +1,170 @@ #! /bin/sh - # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.13 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Generated automatically using Autoconf version 2.14a +# Copyright (C) 1992, 93, 94, 95, 96, 98, 1999 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. # Defaults: -ac_help= +ac_arg_with_help= +ac_arg_enable_help= +ac_arg_var_help= ac_default_prefix=/usr/local +# Factorizing default headers for most tests. +ac_includes_default="\ +#include +#include +#if STDC_HEADERS +# include +# include +#else +# if HAVE_STDLIB_H +# include +# endif +#endif +#if HAVE_STRING_H +# if !STDC_HEADERS && HAVE_MEMORY_H +# include +# endif +# include +#else +# if HAVE_STRINGS_H +# include +# endif +#endif +#if HAVE_UNISTD_H +# include +#endif" # Any additions from configure.in: -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --disable-dependency-tracking Speeds up one-time builds --enable-dependency-tracking Do not reject slow dependency extractors" -ac_help="$ac_help +ac_arg_var_help="$ac_arg_var_help + CFLAGS Extra flags for the C compiler" +ac_arg_enable_help="$ac_arg_enable_help --enable-debugging + include debugging code" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-dst-minutes=60 + minutes per DST adjustment" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-md5 + include support for MD5 keys" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-BANCOMM - Datum/Bancomm bc635/VME interface" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-GPSVME - TrueTime GPS receiver/VME interface" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-SHM - SHM clock attached thru shared memory" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-all-clocks + include all suitable non-PARSE clocks:" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-ACTS + ACTS modem service" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-ARBITER + Arbiter 1088A/B GPS receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-ARCRON-MSF + Arcron MSF receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-AS2201 + Austron 2200A/2201A GPS receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-ATOM + PPS interface" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-CHU - CHU modem/decoder" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-AUDIO-CHU s CHU audio/decoder" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-DATUM s Datum Programmable Time System" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-FG + Forum Graphic GPS" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-HEATH s Heath GC-1000 WWV/WWVH receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-HPGPS + HP 58503A GPS receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-IRIG s Sun IRIG audio decoder" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-LEITCH + Leitch CSD 5300 Master Clock System Driver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-LOCAL-CLOCK + local clock reference" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-MSFEES + EES M201 MSF receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-MX4200 s Magnavox MX4200 GPS receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-NMEA + NMEA GPS receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-ONCORE + Motorola VP/UT Oncore GPS receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-PALISADE + Palisade clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-PST + PST/Traconex 1020 WWV/WWVH receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-JUPITER s Rockwell Jupiter GPS receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-PTBACTS s PTB modem service" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-TPRO s KSI/Odetics TPRO/S GPS receiver/IRIG interface" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-TRAK + TRAK 8810 GPS receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-CHRONOLOG + Chrono-log K-series WWVB receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-DUMBCLOCK + Dumb generic hh:mm:ss local clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-PCF + Conrad parallel port radio clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-SPECTRACOM + Spectracom 8170/Netclock/2 WWVB receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-TRUETIME s Kinemetrics/TrueTime receivers" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-ULINK + Ultralink WWVB receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-WWV + WWV Audio receiver" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-USNO s USNO modem service" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-parse-clocks - include all suitable PARSE clocks:" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-COMPUTIME s Diem Computime Radio Clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-DCF7000 s ELV/DCF7000 clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-HOPF6021 s HOPF 6021 clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-MEINBERG s Meinberg clocks" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-RAWDCF s DCF77 raw time code" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-RCC8000 s RCC 8000 clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-SCHMID s Schmid DCF77 clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-TRIMTAIP s Trimble GPS receiver/TAIP protocol" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-TRIMTSIP s Trimble GPS receiver/TSIP protocol" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-WHARTON s WHARTON 400A Series clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-VARITEXT s VARITEXT clock" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-kmem s read /dev/kmem for tick and/or tickadj" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-accurate-adjtime s the adjtime() call is accurate" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-tick=VALUE s force a value for 'tick'" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-tickadj=VALUE s force a value for 'tickadj'" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-udp-wildcard s use UDP wildcard delivery" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-slew-always s always slew the time" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-step-slew s step and slew the time" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-ntpdate-step s if ntpdate should step the time" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-hourly-todr-sync s if we should sync TODR hourly" -ac_help="$ac_help +ac_arg_enable_help="$ac_arg_enable_help --enable-kernel-fll-bug s if we should avoid a kernel FLL bug" # Initialize some variables set by options. @@ -178,12 +206,14 @@ subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Maximum number of lines to put in a shell here document. -ac_max_here_lines=12 +: ${ac_max_here_lines=12} +# Sed expression to map a string onto a valid sh and CPP variable names. +ac_tr_sh='sed -e y%*+%pp%;s%[^a-zA-Z0-9_]%_%g' +ac_tr_cpp='sed -e y%*abcdefghijklmnopqrstuvwxyz%PABCDEFGHIJKLMNOPQRSTUVWXYZ%;s%[^A-Z0-9_]%_%g' 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" @@ -191,10 +221,7 @@ do continue fi - case "$ac_option" in - -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; - *) ac_optarg= ;; - esac + ac_optarg=`echo "$ac_option" | sed -n 's/^[^=]*=//p'` # Accept the important Cygnus configure options, so we can diagnose typos. @@ -224,23 +251,23 @@ do datadir="$ac_optarg" ;; -disable-* | --disable-*) - ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` + ac_feature=`echo "$ac_option"|sed -e 's/-*disable-//'` # Reject names that are not valid shell variable names. - if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then + if echo "$ac_feature" | grep '[^-a-zA-Z0-9_]' >/dev/null 2>&1; then { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } fi ac_feature=`echo $ac_feature| sed 's/-/_/g'` eval "enable_${ac_feature}=no" ;; -enable-* | --enable-*) - ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` + ac_feature=`echo "$ac_option"|sed -e 's/-*enable-//' -e 's/=.*//'` # Reject names that are not valid shell variable names. - if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then + if echo "$ac_feature" | grep '[^-a-zA-Z0-9_]' >/dev/null 2>&1; then { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } fi ac_feature=`echo $ac_feature| sed 's/-/_/g'` case "$ac_option" in - *=*) ;; + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "enable_${ac_feature}='$ac_optarg'" ;; @@ -258,19 +285,28 @@ do # Obsolete; use --with-gas. with_gas=yes ;; - -help | --help | --hel | --he) + -help | --help | --hel | --he | -h) # 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 -Usage: configure [options] [host] -Options: [defaults in brackets after descriptions] + cat <<\EOF +`configure' configures software source code packages to adapt to many kinds +of systems. + +Usage: configure [OPTION]... [VAR=VALUE]... [HOST] + +To safely assign special values to environment variables (e.g., CC, +CFLAGS...), give to `configure' the definition as VAR=VALUE. + +Defaults for the options are specified in brackets. + Configuration: - --cache-file=FILE cache test results in FILE - --help print this message - --no-create do not create output files - --quiet, --silent do not print \`checking...' messages - --version print the version of autoconf that created configure -Directory and file names: + -h, --help print this message + --version print the version of autoconf that created configure + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE + -n, --no-create do not create output files + +Directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX @@ -290,27 +326,36 @@ Directory and file names: --infodir=DIR info documentation in DIR [PREFIX/info] --mandir=DIR man documentation in DIR [PREFIX/man] --srcdir=DIR find the sources in DIR [configure dir or ..] + +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 + EOF - cat << EOF + cat <<\EOF Host type: - --build=BUILD configure for building on BUILD [BUILD=HOST] - --host=HOST configure for HOST [guessed] - --target=TARGET configure for TARGET [TARGET=HOST] -Features and packages: + --build=BUILD configure for building on BUILD [BUILD=HOST] + --host=HOST configure for HOST [guessed] + --target=TARGET configure for TARGET [TARGET=HOST] + +X features: + --x-includes=DIR X include files are in DIR + --x-libraries=DIR X library files are in DIR +EOF + test -n "$ac_arg_enable_help" && echo " +Optional features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-FEATURE[=ARG] include FEATURE [ARG=yes]\ +$ac_arg_enable_help" + test -n "$ac_arg_with_help" && echo " +Optional packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] - --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --x-includes=DIR X include files are in DIR - --x-libraries=DIR X library files are in DIR -EOF - if test -n "$ac_help"; then - echo "--enable and --with options recognized:$ac_help" - fi + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)\ +$ac_arg_with_help" + test -n "$ac_arg_var_help" && echo " +Some influent environment variables:$ac_arg_var_help" exit 0 ;; -host | --host | --hos | --ho) @@ -460,26 +505,26 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.13" + echo "configure generated by autoconf version 2.14a" exit 0 ;; -with-* | --with-*) - ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` + ac_package=`echo "$ac_option"|sed -e 's/-*with-//' -e 's/=.*//'` # Reject names that are not valid shell variable names. - if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then + if echo "$ac_feature" | grep '[^-a-zA-Z0-9_]' >/dev/null 2>&1; then { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } fi ac_package=`echo $ac_package| sed 's/-/_/g'` case "$ac_option" in - *=*) ;; + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "with_${ac_package}='$ac_optarg'" ;; -without-* | --without-*) - ac_package=`echo $ac_option|sed -e 's/-*without-//'` + ac_package=`echo "$ac_option"|sed -e 's/-*without-//'` # Reject names that are not valid shell variable names. - if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then + if echo "$ac_feature" | grep '[^-a-zA-Z0-9_]' >/dev/null 2>&1; then { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } fi ac_package=`echo $ac_package| sed 's/-/_/g'` @@ -506,8 +551,18 @@ EOF -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } ;; + *=*) + ac_envvar=`echo "$ac_option" | sed -e 's/=.*//'` + # Reject names that are not valid shell variable names. + if echo "$ac_envvar" | grep '[^a-zA-Z0-9_]' >/dev/null 2>&1; then + { echo "configure: error: $ac_envvar: invalid variable name" 1>&2; exit 1; } + fi + ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` + eval "$ac_envvar='$ac_optarg'" + export $ac_envvar ;; + *) - if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then + if echo "$ac_feature" | grep '[^-a-zA-Z0-9.]' >/dev/null 2>&1; then echo "configure: warning: $ac_option: invalid host type" 1>&2 fi if test "x$nonopt" != xNONE; then @@ -520,7 +575,7 @@ EOF done if test -n "$ac_prev"; then - { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } + { echo "configure: error: missing argument to --\`echo $ac_prev | sed 's/_/-/g'\`" 1>&2; exit 1; } fi trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 @@ -546,7 +601,7 @@ running configure, to aid debugging if configure makes a mistake. " 1>&5 # Strip out --no-create and --no-recursion so they do not pile up. -# Also quote any args containing shell metacharacters. +# Also quote any args containing shell meta-characters. ac_configure_args= for ac_arg do @@ -555,7 +610,8 @@ do | --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_arg'" ;; *) ac_configure_args="$ac_configure_args $ac_arg" ;; esac @@ -574,7 +630,7 @@ if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi # 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 +echo >confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. @@ -585,7 +641,7 @@ if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then its parent. ac_prog=$0 - ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` + ac_confdir=`echo "$ac_prog"|sed 's%/[^/][^/]*$%%'` test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. srcdir=$ac_confdir if test ! -r $srcdir/$ac_unique_file; then @@ -596,9 +652,9 @@ else fi if test ! -r $srcdir/$ac_unique_file; then if test "$ac_srcdir_defaulted" = yes; then - { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } + { echo "configure: error: cannot find sources in $ac_confdir or .." 1>&2; exit 1; } else - { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } + { echo "configure: error: cannot find sources in $srcdir" 1>&2; exit 1; } fi fi srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` @@ -620,10 +676,10 @@ done if test -r "$cache_file"; then echo "loading cache $cache_file" - . $cache_file + test -f "$cache_file" && . $cache_file else echo "creating cache $cache_file" - > $cache_file + >$cache_file fi ac_ext=c @@ -636,7 +692,7 @@ cross_compiling=$ac_cv_prog_cc_cross ac_exeext= ac_objext=o if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then - # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. + # Stardent Vistra SVR4 grep lacks -e, says Kaveh Ghazi if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then ac_n= ac_c=' ' ac_t=' ' @@ -647,7 +703,6 @@ else ac_n= ac_c='\c' ac_t= fi - ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then @@ -658,15 +713,124 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break + elif test -f $ac_dir/shtool; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break fi done if test -z "$ac_aux_dir"; then - { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } + { echo "configure: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } +fi +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. + +echo $ac_n "checking host system type... $ac_c" 1>&6 +echo "configure:731: checking host system type" 1>&5 +if test "x$ac_cv_host" = "x" || (test "x$host" != "xNONE" && test "x$host" != "x$ac_cv_host_alias"); then + + # Make sure we can run config.sub. + if $ac_config_sub sun4 >/dev/null 2>&1; then :; else + { echo "configure: error: cannot run $ac_config_sub" 1>&2; exit 1; } + fi + + ac_cv_host_alias=$host + case "$ac_cv_host_alias" in + NONE) + case $nonopt in + NONE) + if ac_cv_host_alias=`$ac_config_guess`; then : + else { echo "configure: error: cannot guess host type; you must specify one" 1>&2; exit 1; } + fi ;; *) ac_cv_host_alias=$nonopt ;; + esac ;; + esac + + ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || exit 1 + ac_cv_host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` + ac_cv_host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` + ac_cv_host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` +else + echo $ac_n "(cached) $ac_c" 1>&6 +fi + +echo "$ac_t""$ac_cv_host" 1>&6 + +host=$ac_cv_host +host_alias=$ac_cv_host_alias +host_cpu=$ac_cv_host_cpu +host_vendor=$ac_cv_host_vendor +host_os=$ac_cv_host_os + +echo $ac_n "checking target system type... $ac_c" 1>&6 +echo "configure:767: checking target system type" 1>&5 +if test "x$ac_cv_target" = "x" || (test "x$target" != "xNONE" && test "x$target" != "x$ac_cv_target_alias"); then + + # Make sure we can run config.sub. + if $ac_config_sub sun4 >/dev/null 2>&1; then :; else + { echo "configure: error: cannot run $ac_config_sub" 1>&2; exit 1; } + fi + + ac_cv_target_alias=$target + case "$ac_cv_target_alias" in + NONE) + case $nonopt in + NONE) + ac_cv_target_alias=$host_alias ;; + *) ac_cv_target_alias=$nonopt ;; + esac ;; + esac + + ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || exit 1 + ac_cv_target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` + ac_cv_target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` + ac_cv_target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` +else + echo $ac_n "(cached) $ac_c" 1>&6 +fi + +echo "$ac_t""$ac_cv_target" 1>&6 + +target=$ac_cv_target +target_alias=$ac_cv_target_alias +target_cpu=$ac_cv_target_cpu +target_vendor=$ac_cv_target_vendor +target_os=$ac_cv_target_os + +echo $ac_n "checking build system type... $ac_c" 1>&6 +echo "configure:802: checking build system type" 1>&5 +if test "x$ac_cv_build" = "x" || (test "x$build" != "xNONE" && test "x$build" != "x$ac_cv_build_alias"); then + + # Make sure we can run config.sub. + if $ac_config_sub sun4 >/dev/null 2>&1; then :; else + { echo "configure: error: cannot run $ac_config_sub" 1>&2; exit 1; } + fi + + ac_cv_build_alias=$build + case "$ac_cv_build_alias" in + NONE) + case $nonopt in + NONE) + ac_cv_build_alias=$host_alias ;; + *) ac_cv_build_alias=$nonopt ;; + esac ;; + esac + + ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || exit 1 + ac_cv_build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` + ac_cv_build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` + ac_cv_build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` +else + echo $ac_n "(cached) $ac_c" 1>&6 fi -ac_config_guess=$ac_aux_dir/config.guess -ac_config_sub=$ac_aux_dir/config.sub -ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. +echo "$ac_t""$ac_cv_build" 1>&6 + +build=$ac_cv_build +build_alias=$ac_cv_build_alias +build_cpu=$ac_cv_build_cpu +build_vendor=$ac_cv_build_vendor +build_os=$ac_cv_build_os # Do some error checking and defaulting for the host and target type. # The inputs are: @@ -688,96 +852,30 @@ NONE---*---* | *---NONE---* | *---*---NONE) ;; *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;; esac - -# Make sure we can run config.sub. -if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : -else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } -fi - -echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:699: checking host system type" >&5 - -host_alias=$host -case "$host_alias" in -NONE) - case $nonopt in - NONE) - if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : - else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } - fi ;; - *) host_alias=$nonopt ;; - esac ;; -esac - -host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` -host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$ac_t""$host" 1>&6 - -echo $ac_n "checking target system type""... $ac_c" 1>&6 -echo "configure:720: checking target system type" >&5 - -target_alias=$target -case "$target_alias" in -NONE) - case $nonopt in - NONE) target_alias=$host_alias ;; - *) target_alias=$nonopt ;; - esac ;; -esac - -target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias` -target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$ac_t""$target" 1>&6 - -echo $ac_n "checking build system type""... $ac_c" 1>&6 -echo "configure:738: checking build system type" >&5 - -build_alias=$build -case "$build_alias" in -NONE) - case $nonopt in - NONE) build_alias=$host_alias ;; - *) build_alias=$nonopt ;; - esac ;; -esac - -build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` -build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$ac_t""$build" 1>&6 - test "$host_alias" != "$target_alias" && test "$program_prefix$program_suffix$program_transform_name" = \ NONENONEs,x,x, && program_prefix=${target_alias}- -cat >> confdefs.h <>confdefs.h < conftestsed + cat <<\EOF_SED >conftestsed s,\\,\\\\,g; s,\$,$$,g EOF_SED - program_transform_name="`echo $program_transform_name|sed -f conftestsed`" + program_transform_name=`echo $program_transform_name|sed -f conftestsed` rm -f conftestsed fi test "$program_prefix" != NONE && - program_transform_name="s,^,${program_prefix},; $program_transform_name" + program_transform_name="s,^,${program_prefix},;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && - program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" + program_transform_name="s,\$\$,${program_suffix},;$program_transform_name" # sed with no file args requires a program. test "$program_transform_name" = "" && program_transform_name="s,x,x," @@ -793,10 +891,10 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x," # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:798: checking for a BSD compatible install" >&5 +echo $ac_n "checking for a BSD compatible install... $ac_c" 1>&6 +echo "configure:896: checking for a BSD compatible install" 1>&5 if test -z "$INSTALL"; then -if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then +if test "${ac_cv_path_install+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" @@ -814,6 +912,10 @@ else grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : + elif test $ac_prog = install && + grep pwplus $ac_dir/$ac_prog >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : else ac_cv_path_install="$ac_dir/$ac_prog -c" break 2 @@ -842,12 +944,12 @@ echo "$ac_t""$INSTALL" 1>&6 # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:851: checking whether build environment is sane" >&5 +echo $ac_n "checking whether build environment is sane... $ac_c" 1>&6 +echo "configure:953: checking whether build environment is sane" 1>&5 # Just in case sleep 1 echo timestamp > conftestfile @@ -898,9 +1000,9 @@ for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:903: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then +echo $ac_n "checking for $ac_word... $ac_c" 1>&6 +echo "configure:1005: checking for $ac_word" 1>&5 +if test "${ac_cv_prog_AWK+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$AWK"; then @@ -928,13 +1030,13 @@ fi test -n "$AWK" && break done -echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:933: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}... $ac_c" 1>&6 +echo "configure:1035: checking whether ${MAKE-make} sets \${MAKE}" 1>&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftestmake <<\EOF + cat >conftestmake <<\EOF all: @echo 'ac_maketemp="${MAKE}"' EOF @@ -955,7 +1057,6 @@ else SET_MAKE="MAKE=${MAKE-make}" fi - # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then enableval="$enable_dependency_tracking" @@ -979,19 +1080,12 @@ else AMDEPBACKSLASH= fi - - - - if test -d .deps || mkdir .deps 2> /dev/null || test -d .deps; then DEPDIR=.deps else DEPDIR=_deps fi - - - PACKAGE=ntp VERSION=4.0.99b @@ -1000,42 +1094,26 @@ if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } fi -cat >> confdefs.h <>confdefs.h <> confdefs.h <>confdefs.h <&6 -echo "configure:1065: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then +echo $ac_n "checking for $ac_word... $ac_c" 1>&6 +echo "configure:1141: checking for $ac_word" 1>&5 +if test "${ac_cv_prog_CC+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$CC"; then @@ -1087,12 +1163,12 @@ else echo "$ac_t""no" 1>&6 fi -if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. + 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1095: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then +echo $ac_n "checking for $ac_word... $ac_c" 1>&6 +echo "configure:1171: checking for $ac_word" 1>&5 +if test "${ac_cv_prog_CC+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$CC"; then @@ -1136,14 +1212,14 @@ else echo "$ac_t""no" 1>&6 fi - if test -z "$CC"; then - case "`uname -s`" in - *win32* | *WIN32*) - # Extract the first word of "cl", so it can be a program name with args. -set dummy cl; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1146: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + if test -z "$CC"; then + 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 $ac_n "checking for $ac_word... $ac_c" 1>&6 +echo "configure:1222: checking for $ac_word" 1>&5 +if test "${ac_cv_prog_CC+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$CC"; then @@ -1154,7 +1230,7 @@ else for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then - ac_cv_prog_CC="cl" + ac_cv_prog_CC="$ac_prog" break fi done @@ -1167,14 +1243,17 @@ if test -n "$CC"; then else echo "$ac_t""no" 1>&6 fi - ;; - esac + +test -n "$CC" && break +done + + fi fi - test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } -fi -echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1178: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } + +echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works... $ac_c" 1>&6 +echo "configure:1257: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" 1>&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1183,14 +1262,14 @@ ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cc_cross -cat > conftest.$ac_ext << EOF +cat >conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1213,30 +1292,29 @@ cross_compiling=$ac_cv_prog_cc_cross echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 if test $ac_cv_prog_cc_works = no; then - { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } + { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 77; } fi -echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1220: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler... $ac_c" 1>&6 +echo "configure:1299: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" 1>&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross -echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1225: checking whether we are using GNU C" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then +echo $ac_n "checking whether we are using GNU C... $ac_c" 1>&6 +echo "configure:1304: checking whether we are using GNU C" 1>&5 +if test "${ac_cv_prog_gcc+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.c <conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1313: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no fi fi - echo "$ac_t""$ac_cv_prog_gcc" 1>&6 if test $ac_cv_prog_gcc = yes; then @@ -1248,12 +1326,12 @@ fi ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= -echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1253: checking whether ${CC-cc} accepts -g" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then +echo $ac_n "checking whether ${CC-cc} accepts -g... $ac_c" 1>&6 +echo "configure:1331: checking whether ${CC-cc} accepts -g" 1>&5 +if test "${ac_cv_prog_cc_g+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - echo 'void f(){}' > conftest.c + echo 'void f(){}' >conftest.c if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then ac_cv_prog_cc_g=yes else @@ -1262,7 +1340,6 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 if test "$ac_test_CFLAGS" = set; then CFLAGS="$ac_save_CFLAGS" @@ -1280,15 +1357,14 @@ else fi fi - -echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1286: checking how to run the C preprocessor" >&5 +echo $ac_n "checking how to run the C preprocessor... $ac_c" 1>&6 +echo "configure:1362: checking how to run the C preprocessor" 1>&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then -if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then +if test "${ac_cv_prog_CPP+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # This must be in double quotes, not single quotes, because CPP may get @@ -1296,14 +1372,14 @@ else CPP="${CC-cc} -E" # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. - cat > conftest.$ac_ext <conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1383: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1313,14 +1389,14 @@ else cat conftest.$ac_ext >&5 rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" - cat > conftest.$ac_ext <conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1400: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1330,14 +1406,14 @@ else cat conftest.$ac_ext >&5 rm -rf conftest* CPP="${CC-cc} -nologo -E" - cat > conftest.$ac_ext <conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1417: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1361,17 +1437,11 @@ else fi echo "$ac_t""$CPP" 1>&6 - - - - - - depcc="$CC" depcpp="$CPP" -echo $ac_n "checking dependency style of $depcc""... $ac_c" 1>&6 -echo "configure:1374: checking dependency style of $depcc" >&5 -if eval "test \"`echo '$''{'am_cv_CC_dependencies_compiler_type'+set}'`\" = set"; then +echo $ac_n "checking dependency style of $depcc... $ac_c" 1>&6 +echo "configure:1444: checking dependency style of $depcc" 1>&5 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1413,15 +1483,14 @@ fi echo "$ac_t""$am_cv_CC_dependencies_compiler_type" 1>&6 CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type" - -echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1419: checking how to run the C preprocessor" >&5 +echo $ac_n "checking how to run the C preprocessor... $ac_c" 1>&6 +echo "configure:1488: checking how to run the C preprocessor" 1>&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then -if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then +if test "${ac_cv_prog_CPP+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # This must be in double quotes, not single quotes, because CPP may get @@ -1429,14 +1498,14 @@ else CPP="${CC-cc} -E" # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. - cat > conftest.$ac_ext <conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1509: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1446,14 +1515,14 @@ else cat conftest.$ac_ext >&5 rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" - cat > conftest.$ac_ext <conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1457: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1463,14 +1532,14 @@ else cat conftest.$ac_ext >&5 rm -rf conftest* CPP="${CC-cc} -nologo -E" - cat > conftest.$ac_ext <conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1543: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1494,7 +1563,6 @@ else fi echo "$ac_t""$CPP" 1>&6 - case "$target" in *-pc-cygwin*) CFLAGS="$CFLAGS -DSYS_CYGWIN32" @@ -1535,9 +1603,9 @@ for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1540: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then +echo $ac_n "checking for $ac_word... $ac_c" 1>&6 +echo "configure:1608: checking for $ac_word" 1>&5 +if test "${ac_cv_prog_AWK+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$AWK"; then @@ -1565,13 +1633,13 @@ fi test -n "$AWK" && break done -echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:1570: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}... $ac_c" 1>&6 +echo "configure:1638: checking whether ${MAKE-make} sets \${MAKE}" 1>&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftestmake <<\EOF + cat >conftestmake <<\EOF all: @echo 'ac_maketemp="${MAKE}"' EOF @@ -1592,7 +1660,6 @@ else SET_MAKE="MAKE=${MAKE-make}" fi - rm -f conftest* case "$GCC" in @@ -1607,9 +1674,9 @@ case "$GCC" in # CFLAGS="$CFLAGS -Wcast-align" CFLAGS="$CFLAGS -Wstrict-prototypes" - echo $ac_n "checking whether ${CC-cc} -pipe works""... $ac_c" 1>&6 -echo "configure:1612: checking whether ${CC-cc} -pipe works" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_cc_pipe'+set}'`\" = set"; then + echo $ac_n "checking whether ${CC-cc} -pipe works... $ac_c" 1>&6 +echo "configure:1679: checking whether ${CC-cc} -pipe works" 1>&5 +if test "${ac_cv_prog_cc_pipe+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else echo 'void f(){}' > conftest.c @@ -1621,7 +1688,6 @@ else rm -f conftest* fi - echo "$ac_t""$ac_cv_prog_cc_pipe" 1>&6 case "$ac_cv_prog_cc_pipe" in @@ -1676,10 +1742,9 @@ case "$ac_busted_vpath_in_make$srcdir" in ;; esac - -echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1682: checking whether ln -s works" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then +echo $ac_n "checking whether ln -s works... $ac_c" 1>&6 +echo "configure:1747: checking whether ln -s works" 1>&5 +if test "${ac_cv_prog_LN_S+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else rm -f conftestdata @@ -1699,14 +1764,14 @@ else fi if test $ac_cv_prog_gcc = yes; then - echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 -echo "configure:1704: checking whether ${CC-cc} needs -traditional" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then + echo $ac_n "checking whether ${CC-cc} needs -traditional... $ac_c" 1>&6 +echo "configure:1769: checking whether ${CC-cc} needs -traditional" 1>&5 +if test "${ac_cv_prog_gcc_traditional+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_pattern="Autoconf.*'x'" - cat > conftest.$ac_ext <conftest.$ac_ext < Autoconf TIOCGETP @@ -1721,10 +1786,9 @@ else fi rm -f conftest* - if test $ac_cv_prog_gcc_traditional = no; then - cat > conftest.$ac_ext <conftest.$ac_ext < Autoconf TCGETA @@ -1738,17 +1802,16 @@ rm -f conftest* fi fi - echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6 if test $ac_cv_prog_gcc_traditional = yes; then CC="$CC -traditional" fi fi -echo $ac_n "checking for AIX""... $ac_c" 1>&6 -echo "configure:1750: checking for AIX" >&5 -cat > conftest.$ac_ext <&6 +echo "configure:1813: checking for AIX" 1>&5 +cat >conftest.$ac_ext <&5 | egrep "yes" >/dev/null 2>&1; then rm -rf conftest* - echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF + echo "$ac_t""yes" 1>&6 +cat >>confdefs.h <<\EOF #define _ALL_SOURCE 1 EOF @@ -1768,64 +1832,62 @@ else fi rm -f conftest* - -ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6 -echo "configure:1775: checking for minix/config.h" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +echo $ac_n "checking for minix/config.h... $ac_c" 1>&6 +echo "configure:1837: checking for minix/config.h" 1>&5 +if test "${ac_cv_header_minix_config_h+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1785: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1848: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + ac_cv_header_minix_config_h=yes else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + ac_cv_header_minix_config_h=no fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 +echo "$ac_t""$ac_cv_header_minix_config_h" 1>&6 +if test $ac_cv_header_minix_config_h = yes; then MINIX=yes else - echo "$ac_t""no" 1>&6 -MINIX= + MINIX= fi if test "$MINIX" = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define _POSIX_SOURCE 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define _POSIX_1_SOURCE 2 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define _MINIX 1 EOF fi -echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 -echo "configure:1823: checking for POSIXized ISC" >&5 +echo $ac_n "checking for POSIXized ISC... $ac_c" 1>&6 +echo "configure:1885: checking for POSIXized ISC" 1>&5 if test -d /etc/conf/kconfig.d && - grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 + grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then echo "$ac_t""yes" 1>&6 ISC=yes # If later tests want to check for ISC. - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define _POSIX_SOURCE 1 EOF @@ -1841,9 +1903,9 @@ fi # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1846: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then +echo $ac_n "checking for $ac_word... $ac_c" 1>&6 +echo "configure:1908: checking for $ac_word" 1>&5 +if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$RANLIB"; then @@ -1871,24 +1933,21 @@ fi # Extract the first word of "sh", so it can be a program name with args. set dummy sh; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1876: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_PATH_SH'+set}'`\" = set"; then +echo $ac_n "checking for $ac_word... $ac_c" 1>&6 +echo "configure:1938: checking for $ac_word" 1>&5 +if test "${ac_cv_path_PATH_SH+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$PATH_SH" in - /*) + /* | ?:/*) ac_cv_path_PATH_SH="$PATH_SH" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_PATH_SH="$PATH_SH" # Let the user override the test with a dos path. - ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" ac_dummy="$PATH" - for ac_dir in $ac_dummy; do + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then + if test -f "$ac_dir/$ac_word"; then ac_cv_path_PATH_SH="$ac_dir/$ac_word" break fi @@ -1904,7 +1963,6 @@ else echo "$ac_t""no" 1>&6 fi - case "$target" in *-*-vxworks*) ac_link="$ac_link $VX_KERNEL" @@ -1922,10 +1980,10 @@ esac # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:1927: checking for a BSD compatible install" >&5 +echo $ac_n "checking for a BSD compatible install... $ac_c" 1>&6 +echo "configure:1985: checking for a BSD compatible install" 1>&5 if test -z "$INSTALL"; then -if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then +if test "${ac_cv_path_install+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" @@ -1943,6 +2001,10 @@ else grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : + elif test $ac_prog = install && + grep pwplus $ac_dir/$ac_prog >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : else ac_cv_path_install="$ac_dir/$ac_prog -c" break 2 @@ -1971,248 +2033,242 @@ echo "$ac_t""$INSTALL" 1>&6 # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - case "$target" in *-pc-cygwin*) - echo $ac_n "checking for main in -ladvapi32""... $ac_c" 1>&6 -echo "configure:1983: checking for main in -ladvapi32" >&5 -ac_lib_var=`echo advapi32'_'main | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "checking for main in -ladvapi32... $ac_c" 1>&6 +echo "configure:2044: checking for main in -ladvapi32" 1>&5 +if test "${ac_cv_lib_advapi32_main+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-ladvapi32 $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_advapi32_main=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_advapi32_main=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo advapi32 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_advapi32_main = yes; then + cat >>confdefs.h <&6 fi ;; esac -echo $ac_n "checking for nlist in -lelf""... $ac_c" 1>&6 -echo "configure:2028: checking for nlist in -lelf" >&5 -ac_lib_var=`echo elf'_'nlist | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then +echo $ac_n "checking for nlist in -lelf... $ac_c" 1>&6 +echo "configure:2088: checking for nlist in -lelf" 1>&5 +if test "${ac_cv_lib_elf_nlist+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lelf $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_elf_nlist=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_elf_nlist=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_elf_nlist = yes; then + cat >>confdefs.h <&6 fi -echo $ac_n "checking for main in -lkvm""... $ac_c" 1>&6 -echo "configure:2075: checking for main in -lkvm" >&5 -ac_lib_var=`echo kvm'_'main | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then +echo $ac_n "checking for main in -lkvm... $ac_c" 1>&6 +echo "configure:2134: checking for main in -lkvm" 1>&5 +if test "${ac_cv_lib_kvm_main+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lkvm $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_kvm_main=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_kvm_main=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo kvm | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_kvm_main = yes; then + cat >>confdefs.h <&6 fi - echo $ac_n "checking for nlist in -lld""... $ac_c" 1>&6 -echo "configure:2117: checking for nlist in -lld" >&5 -ac_lib_var=`echo ld'_'nlist | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "checking for nlist in -lld... $ac_c" 1>&6 +echo "configure:2175: checking for nlist in -lld" 1>&5 +if test "${ac_cv_lib_ld_nlist+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lld $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_ld_nlist=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_ld_nlist=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo ld | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_ld_nlist = yes; then + cat >>confdefs.h <&6 fi -echo $ac_n "checking for nlist in -lmld""... $ac_c" 1>&6 -echo "configure:2164: checking for nlist in -lmld" >&5 -ac_lib_var=`echo mld'_'nlist | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then +echo $ac_n "checking for nlist in -lmld... $ac_c" 1>&6 +echo "configure:2221: checking for nlist in -lmld" 1>&5 +if test "${ac_cv_lib_mld_nlist+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lmld $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_mld_nlist=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_mld_nlist=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo mld | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_mld_nlist = yes; then + cat >>confdefs.h <&6 fi -echo $ac_n "checking for gethostent""... $ac_c" 1>&6 -echo "configure:2211: checking for gethostent" >&5 -if eval "test \"`echo '$''{'ac_cv_func_gethostent'+set}'`\" = set"; then +echo $ac_n "checking for gethostent... $ac_c" 1>&6 +echo "configure:2267: checking for gethostent" 1>&5 +if test "${ac_cv_func_gethostent+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_gethostent=yes" + ac_cv_func_gethostent=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_gethostent=no" + ac_cv_func_gethostent=no fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'gethostent`\" = yes"; then - echo "$ac_t""yes" 1>&6 +fi +echo "$ac_t""$ac_cv_func_gethostent" 1>&6 +if test $ac_cv_func_gethostent = yes; then : else - echo "$ac_t""no" 1>&6 -echo $ac_n "checking for gethostent in -lnsl""... $ac_c" 1>&6 -echo "configure:2257: checking for gethostent in -lnsl" >&5 -ac_lib_var=`echo nsl'_'gethostent | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "checking for gethostent in -lnsl... $ac_c" 1>&6 +echo "configure:2317: checking for gethostent in -lnsl" 1>&5 +if test "${ac_cv_lib_nsl_gethostent+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lnsl -lsocket $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_nsl_gethostent=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_nsl_gethostent=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_nsl_gethostent = yes; then + cat >>confdefs.h <&6 fi fi -echo $ac_n "checking for openlog""... $ac_c" 1>&6 -echo "configure:2306: checking for openlog" >&5 -if eval "test \"`echo '$''{'ac_cv_func_openlog'+set}'`\" = set"; then +echo $ac_n "checking for openlog... $ac_c" 1>&6 +echo "configure:2365: checking for openlog" 1>&5 +if test "${ac_cv_func_openlog+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_openlog=yes" + ac_cv_func_openlog=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_openlog=no" + ac_cv_func_openlog=no fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'openlog`\" = yes"; then - echo "$ac_t""yes" 1>&6 +fi +echo "$ac_t""$ac_cv_func_openlog" 1>&6 +if test $ac_cv_func_openlog = yes; then : else - echo "$ac_t""no" 1>&6 -echo $ac_n "checking for openlog in -lgen""... $ac_c" 1>&6 -echo "configure:2352: checking for openlog in -lgen" >&5 -ac_lib_var=`echo gen'_'openlog | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "checking for openlog in -lgen... $ac_c" 1>&6 +echo "configure:2415: checking for openlog in -lgen" 1>&5 +if test "${ac_cv_lib_gen_openlog+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lgen $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_gen_openlog=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_gen_openlog=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo gen | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_gen_openlog = yes; then + cat >>confdefs.h <&6 fi fi - -echo $ac_n "checking for sched_setscheduler in -lrt""... $ac_c" 1>&6 -echo "configure:2402: checking for sched_setscheduler in -lrt" >&5 -ac_lib_var=`echo rt'_'sched_setscheduler | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then +echo $ac_n "checking for sched_setscheduler in -lrt... $ac_c" 1>&6 +echo "configure:2463: checking for sched_setscheduler in -lrt" 1>&5 +if test "${ac_cv_lib_rt_sched_setscheduler+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lrt $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_rt_sched_setscheduler=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_rt_sched_setscheduler=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo rt | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_rt_sched_setscheduler = yes; then + cat >>confdefs.h <&6 -echo $ac_n "checking for sched_setscheduler in -lposix4""... $ac_c" 1>&6 -echo "configure:2447: checking for sched_setscheduler in -lposix4" >&5 -ac_lib_var=`echo posix4'_'sched_setscheduler | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "checking for sched_setscheduler in -lposix4... $ac_c" 1>&6 +echo "configure:2508: checking for sched_setscheduler in -lposix4" 1>&5 +if test "${ac_cv_lib_posix4_sched_setscheduler+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lposix4 $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_posix4_sched_setscheduler=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_posix4_sched_setscheduler=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo posix4 | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_posix4_sched_setscheduler = yes; then + cat >>confdefs.h <&6 fi fi -echo $ac_n "checking for setsockopt""... $ac_c" 1>&6 -echo "configure:2496: checking for setsockopt" >&5 -if eval "test \"`echo '$''{'ac_cv_func_setsockopt'+set}'`\" = set"; then +echo $ac_n "checking for setsockopt... $ac_c" 1>&6 +echo "configure:2556: checking for setsockopt" 1>&5 +if test "${ac_cv_func_setsockopt+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_setsockopt=yes" + ac_cv_func_setsockopt=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_setsockopt=no" + ac_cv_func_setsockopt=no fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'setsockopt`\" = yes"; then - echo "$ac_t""yes" 1>&6 +fi +echo "$ac_t""$ac_cv_func_setsockopt" 1>&6 +if test $ac_cv_func_setsockopt = yes; then : else - echo "$ac_t""no" 1>&6 -echo $ac_n "checking for setsockopt in -lsocket""... $ac_c" 1>&6 -echo "configure:2542: checking for setsockopt in -lsocket" >&5 -ac_lib_var=`echo socket'_'setsockopt | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "checking for setsockopt in -lsocket... $ac_c" 1>&6 +echo "configure:2606: checking for setsockopt in -lsocket" 1>&5 +if test "${ac_cv_lib_socket_setsockopt+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" + ac_cv_lib_socket_setsockopt=yes else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" + ac_cv_lib_socket_setsockopt=no fi rm -f conftest* -LIBS="$ac_save_LIBS" +LIBS="$ac_save_LIBS" fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 +if test $ac_cv_lib_socket_setsockopt = yes; then + cat >>confdefs.h <&6 fi fi - -echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:2592: checking for ANSI C header files" >&5 -if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then +echo $ac_n "checking for ANSI C header files... $ac_c" 1>&6 +echo "configure:2654: checking for ANSI C header files" 1>&5 +if test "${ac_cv_header_stdc+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #include #include #include + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2668: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -2617,10 +2680,11 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. -cat > conftest.$ac_ext <conftest.$ac_ext < + EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "memchr" >/dev/null 2>&1; then @@ -2635,10 +2699,11 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. -cat > conftest.$ac_ext <conftest.$ac_ext < + EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "free" >/dev/null 2>&1; then @@ -2656,19 +2721,33 @@ if test $ac_cv_header_stdc = yes; then if test "$cross_compiling" = yes; then : else - cat > conftest.$ac_ext <conftest.$ac_ext < -#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#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); } +#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 +#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); +} EOF -if { (eval echo configure:2672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -2678,592 +2757,564 @@ else ac_cv_header_stdc=no fi rm -fr conftest* + fi fi fi - echo "$ac_t""$ac_cv_header_stdc" 1>&6 if test $ac_cv_header_stdc = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define STDC_HEADERS 1 EOF fi -for ac_hdr in bstring.h errno.h fcntl.h memory.h netdb.h poll.h resolv.h +for ac_header in bstring.h errno.h fcntl.h memory.h netdb.h poll.h resolv.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2699: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:2778: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -for ac_hdr in sched.h sgtty.h stdlib.h string.h termio.h termios.h +for ac_header in sched.h sgtty.h stdlib.h string.h termio.h termios.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2739: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:2816: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -for ac_hdr in timepps.h timex.h unistd.h utmp.h utmpx.h +for ac_header in timepps.h timex.h unistd.h utmp.h utmpx.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2779: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:2854: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -for ac_hdr in arpa/nameser.h net/if.h netinet/in_systm.h netinet/in.h +for ac_header in arpa/nameser.h net/if.h netinet/in_systm.h netinet/in.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2819: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:2892: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2903: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -for ac_hdr in netinfo/ni.h +for ac_header in netinfo/ni.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2859: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:2930: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_NETINFO 1 EOF -else - echo "$ac_t""no" 1>&6 fi done -for ac_hdr in sun/audioio.h sys/audioio.h +for ac_header in sun/audioio.h sys/audioio.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2902: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:2971: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2912: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -for ac_hdr in sys/clkdefs.h sys/file.h +for ac_header in sys/clkdefs.h sys/file.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2942: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3009: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2952: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done case "$target" in *-*-sunos4*) ;; - *) for ac_hdr in sys/ioctl.h + *) for ac_header in sys/ioctl.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2984: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3049: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2994: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done ;; esac -for ac_hdr in sys/lock.h sys/mman.h sys/modem.h sys/param.h sys/ppsclock.h +for ac_header in sys/lock.h sys/mman.h sys/modem.h sys/param.h sys/ppsclock.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3026: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3089: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3036: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -for ac_hdr in sys/ppstime.h sys/proc.h sys/resource.h sys/sched.h +for ac_header in sys/ppstime.h sys/proc.h sys/resource.h sys/sched.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3066: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3127: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3138: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done case "$target" in *-*-sco*) - for ac_hdr in sys/sio.h + for ac_header in sys/sio.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3108: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3167: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3118: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done ;; esac -for ac_hdr in sys/select.h sys/sockio.h sys/stat.h sys/stream.h +for ac_header in sys/select.h sys/sockio.h sys/stat.h sys/stream.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3150: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3207: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -for ac_hdr in sys/stropts.h sys/sysctl.h sys/syssgi.h sys/termios.h +for ac_header in sys/stropts.h sys/sysctl.h sys/syssgi.h sys/termios.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3190: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3245: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3200: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -for ac_hdr in sys/time.h +for ac_header in sys/time.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3230: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3283: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef PPS_API_VERS_1 @@ -3274,105 +3325,106 @@ EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "yes" >/dev/null 2>&1; then rm -rf conftest* - for ac_hdr in sys/timepps.h + for ac_header in sys/timepps.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3282: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3333: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3344: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done fi rm -f conftest* -for ac_hdr in sys/timers.h sys/timex.h sys/tpro.h sys/types.h sys/wait.h +for ac_header in sys/timers.h sys/timex.h sys/tpro.h sys/types.h sys/wait.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3325: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3374: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3335: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done -echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 -echo "configure:3362: checking whether time.h and sys/time.h may both be included" >&5 -if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then +echo $ac_n "checking whether time.h and sys/time.h may both be included... $ac_c" 1>&6 +echo "configure:3409: checking whether time.h and sys/time.h may both be included" 1>&5 +if test "${ac_cv_header_time+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #include #include -int main() { + +int +main () +{ struct tm *tp; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:3376: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_time=yes else @@ -3383,10 +3435,9 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_header_time" 1>&6 if test $ac_cv_header_time = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define TIME_WITH_SYS_TIME 1 EOF @@ -3394,137 +3445,137 @@ fi case "$target" in *-convex-*) - for ac_hdr in /sys/sync/queue.h /sys/sync/sema.h + for ac_header in /sys/sync/queue.h /sys/sync/sema.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3402: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3453: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3412: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3464: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done ;; *-*-bsdi*) - for ac_hdr in machine/inline.h sys/pcl720.h sys/i8253.h + for ac_header in machine/inline.h sys/pcl720.h sys/i8253.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3444: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3493: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done ;; esac -ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 -echo "configure:3485: checking for nlist.h" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +echo $ac_n "checking for nlist.h... $ac_c" 1>&6 +echo "configure:3531: checking for nlist.h" 1>&5 +if test "${ac_cv_header_nlist_h+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3542: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + ac_cv_header_nlist_h=yes else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + ac_cv_header_nlist_h=no fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - cat >> confdefs.h <<\EOF +echo "$ac_t""$ac_cv_header_nlist_h" 1>&6 +if test $ac_cv_header_nlist_h = yes; then + cat >>confdefs.h <<\EOF #define NLIST_STRUCT 1 EOF -echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 -echo "configure:3516: checking for n_un in struct nlist" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then +echo $ac_n "checking for n_un in struct nlist... $ac_c" 1>&6 +echo "configure:3563: checking for n_un in struct nlist" 1>&5 +if test "${ac_cv_struct_nlist_n_un+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -int main() { +int +main () +{ struct nlist n; n.n_un.n_name = 0; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:3528: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_nlist_n_un=yes else @@ -3535,34 +3586,35 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_nlist_n_un" 1>&6 if test $ac_cv_struct_nlist_n_un = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define NLIST_NAME_UNION 1 EOF fi -else - echo "$ac_t""no" 1>&6 fi -echo $ac_n "checking for basic volatile support""... $ac_c" 1>&6 -echo "configure:3553: checking for basic volatile support" >&5 -if eval "test \"`echo '$''{'ac_cv_c_volatile'+set}'`\" = set"; then +echo $ac_n "checking for basic volatile support... $ac_c" 1>&6 +echo "configure:3601: checking for basic volatile support" 1>&5 +if test "${ac_cv_c_volatile+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_volatile=yes else @@ -3574,12 +3626,11 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_c_volatile" 1>&6 case "$ac_cv_c_volatile" in yes) ;; - *) cat >> confdefs.h <<\EOF + *) cat >>confdefs.h <<\EOF #define volatile EOF @@ -3593,10 +3644,9 @@ case "$target" in *) - -echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 -echo "configure:3599: checking for ${CC-cc} option to accept ANSI C" >&5 -if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then +echo $ac_n "checking for ${CC-cc} option to accept ANSI C... $ac_c" 1>&6 +echo "configure:3649: checking for ${CC-cc} option to accept ANSI C" 1>&5 +if test "${am_cv_prog_cc_stdc+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else am_cv_prog_cc_stdc=no @@ -3611,8 +3661,8 @@ ac_save_CC="$CC" for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" - cat > conftest.$ac_ext <conftest.$ac_ext < #include @@ -3643,13 +3693,17 @@ int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, i int argc; char **argv; -int main() { +int +main () +{ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:3653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* am_cv_prog_cc_stdc="$ac_arg"; break else @@ -3672,13 +3726,11 @@ case "x$am_cv_prog_cc_stdc" in *) CC="$CC $am_cv_prog_cc_stdc" ;; esac - - -echo $ac_n "checking for function prototypes""... $ac_c" 1>&6 -echo "configure:3679: checking for function prototypes" >&5 +echo $ac_n "checking for function prototypes... $ac_c" 1>&6 +echo "configure:3731: checking for function prototypes" 1>&5 if test "$am_cv_prog_cc_stdc" != no; then echo "$ac_t""yes" 1>&6 - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define PROTOTYPES 1 EOF @@ -3687,21 +3739,22 @@ else echo "$ac_t""no" 1>&6 U=_ ANSI2KNR=./ansi2knr # Ensure some checks needed by ansi2knr itself. - echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:3692: checking for ANSI C header files" >&5 -if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then + echo $ac_n "checking for ANSI C header files... $ac_c" 1>&6 +echo "configure:3744: checking for ANSI C header files" 1>&5 +if test "${ac_cv_header_stdc+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #include #include #include + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3758: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3717,10 +3770,11 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. -cat > conftest.$ac_ext <conftest.$ac_ext < + EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "memchr" >/dev/null 2>&1; then @@ -3735,10 +3789,11 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. -cat > conftest.$ac_ext <conftest.$ac_ext < + EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "free" >/dev/null 2>&1; then @@ -3756,19 +3811,33 @@ if test $ac_cv_header_stdc = yes; then if test "$cross_compiling" = yes; then : else - cat > conftest.$ac_ext <conftest.$ac_ext < -#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#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); } +#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 +#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); +} EOF -if { (eval echo configure:3772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -3778,56 +3847,54 @@ else ac_cv_header_stdc=no fi rm -fr conftest* + fi fi fi - echo "$ac_t""$ac_cv_header_stdc" 1>&6 if test $ac_cv_header_stdc = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define STDC_HEADERS 1 EOF fi - for ac_hdr in string.h + for ac_header in string.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3799: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` +echo $ac_n "checking for $ac_header... $ac_c" 1>&6 +echo "configure:3868: checking for $ac_header" 1>&5 +if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include <$ac_header> + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3809: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3879: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + eval "$ac_ac_Header=yes" else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + eval "$ac_ac_Header=no" fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_Header'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -3835,23 +3902,27 @@ fi ;; esac -echo $ac_n "checking if C compiler permits function prototypes""... $ac_c" 1>&6 -echo "configure:3840: checking if C compiler permits function prototypes" >&5 -if eval "test \"`echo '$''{'ac_cv_have_prototypes'+set}'`\" = set"; then +echo $ac_n "checking if C compiler permits function prototypes... $ac_c" 1>&6 +echo "configure:3907: checking if C compiler permits function prototypes" 1>&5 +if test "${ac_cv_have_prototypes+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3926: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_prototypes=yes else @@ -3863,71 +3934,155 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_have_prototypes" 1>&6 if test "$ac_cv_have_prototypes" = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_PROTOTYPES 1 EOF fi -echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:3877: checking for working const" >&5 -if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then +echo $ac_n "checking for ${CC-cc} option to accept ANSI C... $ac_c" 1>&6 +echo "configure:3947: checking for ${CC-cc} option to accept ANSI C" 1>&5 +if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < +#include +#include +#include +/* 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]; } -{ /* 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; +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; } -{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ - const int foo = 10; +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; } +EOF +if { (eval echo configure:4002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_prog_cc_stdc="$ac_arg"; break +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 +fi +rm -f conftest* +done +CC="$ac_save_CC" + +fi -; return 0; } +case "x$ac_cv_prog_cc_stdc" in + x|xno) + echo "$ac_t""none needed" 1>&6 ;; + *) + echo "$ac_t""$ac_cv_prog_cc_stdc" 1>&6 + CC="$CC $ac_cv_prog_cc_stdc" ;; +esac + +echo $ac_n "checking for an ANSI C conforming const... $ac_c" 1>&6 +echo "configure:4024: checking for an ANSI C conforming const" 1>&5 +if test "${ac_cv_c_const+set}" = set; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat >conftest.$ac_ext <j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + } +#endif + + ; + return 0; +} EOF -if { (eval echo configure:3931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4086: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -3938,10 +4093,9 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_c_const" 1>&6 if test $ac_cv_c_const = no; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define const EOF @@ -3949,41 +4103,51 @@ fi case "$host" in $target) - echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 -echo "configure:3954: checking whether byte ordering is bigendian" >&5 -if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then + echo $ac_n "checking whether byte ordering is bigendian... $ac_c" 1>&6 +echo "configure:4108: checking whether byte ordering is bigendian" 1>&5 +if test "${ac_cv_c_bigendian+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_bigendian=unknown # See if sys/param.h defines the BYTE_ORDER macro. -cat > conftest.$ac_ext <conftest.$ac_ext < #include -int main() { +int +main () +{ #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN bogus endian macros #endif -; return 0; } + + ; + return 0; +} EOF -if { (eval echo configure:3972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4131: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* # It does; now see whether it defined to BIG_ENDIAN or not. -cat > conftest.$ac_ext <conftest.$ac_ext < #include -int main() { +int +main () +{ #if BYTE_ORDER != BIG_ENDIAN not big endian #endif -; return 0; } + + ; + return 0; +} EOF -if { (eval echo configure:3987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_bigendian=yes else @@ -4000,12 +4164,14 @@ fi rm -f conftest* if test $ac_cv_c_bigendian = unknown; then if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; } else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_bigendian=no else @@ -4026,14 +4192,14 @@ else ac_cv_c_bigendian=yes fi rm -fr conftest* + fi fi fi - echo "$ac_t""$ac_cv_c_bigendian" 1>&6 if test $ac_cv_c_bigendian = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define WORDS_BIGENDIAN 1 EOF @@ -4045,7 +4211,7 @@ fi # LITTLEENDIAN ;; *-*-vxworks*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define WORDS_BIGENDIAN 1 EOF @@ -4055,18 +4221,18 @@ EOF esac ;; esac -echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 -echo "configure:4060: checking return type of signal handlers" >&5 -if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then +echo $ac_n "checking return type of signal handlers... $ac_c" 1>&6 +echo "configure:4226: checking return type of signal handlers" 1>&5 +if test "${ac_cv_type_signal+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #include #ifdef signal -#undef signal +# undef signal #endif #ifdef __cplusplus extern "C" void (*signal (int, void (*)(int)))(int); @@ -4074,11 +4240,15 @@ extern "C" void (*signal (int, void (*)(int)))(int); void (*signal ()) (); #endif -int main() { +int +main () +{ int i; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void else @@ -4089,127 +4259,154 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_type_signal" 1>&6 -cat >> confdefs.h <>confdefs.h <&6 -echo "configure:4101: checking for off_t" >&5 -if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then +echo $ac_n "checking for off_t... $ac_c" 1>&6 +echo "configure:4269: checking for off_t" 1>&5 +if test "${ac_cv_type_off_t+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -#if STDC_HEADERS -#include -#include -#endif +$ac_includes_default +int +main () +{ +if ((off_t *) 0) + return 0; +if (sizeof (off_t)) + return 0; + ; + return 0; +} EOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then +if { (eval echo configure:4288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_off_t=yes else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 rm -rf conftest* ac_cv_type_off_t=no fi rm -f conftest* - fi echo "$ac_t""$ac_cv_type_off_t" 1>&6 -if test $ac_cv_type_off_t = no; then - cat >> confdefs.h <<\EOF +if test $ac_cv_type_off_t = yes; then + : +else + cat >>confdefs.h <&6 -echo "configure:4134: checking for size_t" >&5 -if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then +echo $ac_n "checking for size_t... $ac_c" 1>&6 +echo "configure:4310: checking for size_t" 1>&5 +if test "${ac_cv_type_size_t+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -#if STDC_HEADERS -#include -#include -#endif +$ac_includes_default +int +main () +{ +if ((size_t *) 0) + return 0; +if (sizeof (size_t)) + return 0; + ; + return 0; +} EOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then +if { (eval echo configure:4329: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_size_t=yes else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 rm -rf conftest* ac_cv_type_size_t=no fi rm -f conftest* - fi echo "$ac_t""$ac_cv_type_size_t" 1>&6 -if test $ac_cv_type_size_t = no; then - cat >> confdefs.h <<\EOF +if test $ac_cv_type_size_t = yes; then + : +else + cat >>confdefs.h <&6 -echo "configure:4167: checking for time_t" >&5 -if eval "test \"`echo '$''{'ac_cv_type_time_t'+set}'`\" = set"; then +echo $ac_n "checking for time_t... $ac_c" 1>&6 +echo "configure:4351: checking for time_t" 1>&5 +if test "${ac_cv_type_time_t+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -#if STDC_HEADERS -#include -#include -#endif +$ac_includes_default +int +main () +{ +if ((time_t *) 0) + return 0; +if (sizeof (time_t)) + return 0; + ; + return 0; +} EOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])time_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then +if { (eval echo configure:4370: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_time_t=yes else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 rm -rf conftest* ac_cv_type_time_t=no fi rm -f conftest* - fi echo "$ac_t""$ac_cv_type_time_t" 1>&6 -if test $ac_cv_type_time_t = no; then - cat >> confdefs.h <<\EOF +if test $ac_cv_type_time_t = yes; then + : +else + cat >>confdefs.h <&6 -echo "configure:4200: checking whether struct tm is in sys/time.h or time.h" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then +echo $ac_n "checking whether struct tm is in sys/time.h or time.h... $ac_c" 1>&6 +echo "configure:4392: checking whether struct tm is in sys/time.h or time.h" 1>&5 +if test "${ac_cv_struct_tm+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #include -int main() { + +int +main () +{ struct tm *tp; tp->tm_sec; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_tm=time.h else @@ -4220,19 +4417,17 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_tm" 1>&6 if test $ac_cv_struct_tm = sys/time.h; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define TM_IN_SYS_TIME 1 EOF fi - -echo $ac_n "checking for a fallback value for HZ""... $ac_c" 1>&6 -echo "configure:4235: checking for a fallback value for HZ" >&5 -if eval "test \"`echo '$''{'ac_cv_var_default_hz'+set}'`\" = set"; then +echo $ac_n "checking for a fallback value for HZ... $ac_c" 1>&6 +echo "configure:4430: checking for a fallback value for HZ" 1>&5 +if test "${ac_cv_var_default_hz+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_var_default_hz=100 @@ -4245,16 +4440,14 @@ case "$target" in ;; esac fi - echo "$ac_t""$ac_cv_var_default_hz" 1>&6 -cat >> confdefs.h <>confdefs.h <&6 -echo "configure:4257: checking if we need to override the system's value for HZ" >&5 -if eval "test \"`echo '$''{'ac_cv_var_override_hz'+set}'`\" = set"; then +echo $ac_n "checking if we need to override the system's value for HZ... $ac_c" 1>&6 +echo "configure:4450: checking if we need to override the system's value for HZ" 1>&5 +if test "${ac_cv_var_override_hz+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_var_override_hz=no @@ -4273,34 +4466,35 @@ case "$target" in ;; esac fi - echo "$ac_t""$ac_cv_var_override_hz" 1>&6 case "$ac_cv_var_override_hz" in yes) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define OVERRIDE_HZ 1 EOF ;; esac - - -echo $ac_n "checking struct sigaction for sa_sigaction""... $ac_c" 1>&6 -echo "configure:4291: checking struct sigaction for sa_sigaction" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_sigaction_has_sa_sigaction'+set}'`\" = set"; then +echo $ac_n "checking struct sigaction for sa_sigaction... $ac_c" 1>&6 +echo "configure:4481: checking struct sigaction for sa_sigaction" 1>&5 +if test "${ac_cv_struct_sigaction_has_sa_sigaction+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -int main() { +int +main () +{ struct sigaction act; act.sa_sigaction = 0; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4304: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4498: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_sigaction_has_sa_sigaction=yes else @@ -4314,22 +4508,21 @@ rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_sigaction_has_sa_sigaction" 1>&6 if test $ac_cv_struct_sigaction_has_sa_sigaction = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1 EOF fi -echo $ac_n "checking for struct ppsclockev""... $ac_c" 1>&6 -echo "configure:4328: checking for struct ppsclockev" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_ppsclockev'+set}'`\" = set"; then +echo $ac_n "checking for struct ppsclockev... $ac_c" 1>&6 +echo "configure:4521: checking for struct ppsclockev" 1>&5 +if test "${ac_cv_struct_ppsclockev+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < @@ -4342,13 +4535,17 @@ else #ifdef HAVE_SYS_PPSCLOCK_H # include #endif -int main() { +int +main () +{ extern struct ppsclockev *pce; return pce->serial; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4549: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_ppsclockev=yes else @@ -4360,33 +4557,36 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_ppsclockev" 1>&6 if test $ac_cv_struct_ppsclockev = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_STRUCT_PPSCLOCKEV 1 EOF fi -echo $ac_n "checking struct sockaddr for sa_len""... $ac_c" 1>&6 -echo "configure:4374: checking struct sockaddr for sa_len" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_sockaddr_has_sa_len'+set}'`\" = set"; then +echo $ac_n "checking struct sockaddr for sa_len... $ac_c" 1>&6 +echo "configure:4570: checking struct sockaddr for sa_len" 1>&5 +if test "${ac_cv_struct_sockaddr_has_sa_len+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #include -int main() { +int +main () +{ extern struct sockaddr *ps; return ps->sa_len; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4390: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_sockaddr_has_sa_len=yes else @@ -4398,32 +4598,35 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_sockaddr_has_sa_len" 1>&6 if test $ac_cv_struct_sockaddr_has_sa_len = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_SA_LEN_IN_STRUCT_SOCKADDR 1 EOF fi -echo $ac_n "checking struct clockinfo for hz""... $ac_c" 1>&6 -echo "configure:4412: checking struct clockinfo for hz" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_clockinfo_has_hz'+set}'`\" = set"; then +echo $ac_n "checking struct clockinfo for hz... $ac_c" 1>&6 +echo "configure:4611: checking struct clockinfo for hz" 1>&5 +if test "${ac_cv_struct_clockinfo_has_hz+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -int main() { +int +main () +{ extern struct clockinfo *pc; return pc->hz; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4630: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_clockinfo_has_hz=yes else @@ -4435,32 +4638,35 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_clockinfo_has_hz" 1>&6 if test $ac_cv_struct_clockinfo_has_hz = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_HZ_IN_STRUCT_CLOCKINFO 1 EOF fi -echo $ac_n "checking struct clockinfo for tickadj""... $ac_c" 1>&6 -echo "configure:4449: checking struct clockinfo for tickadj" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_clockinfo_has_tickadj'+set}'`\" = set"; then +echo $ac_n "checking struct clockinfo for tickadj... $ac_c" 1>&6 +echo "configure:4651: checking struct clockinfo for tickadj" 1>&5 +if test "${ac_cv_struct_clockinfo_has_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -int main() { +int +main () +{ extern struct clockinfo *pc; return pc->tickadj; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_clockinfo_has_tickadj=yes else @@ -4472,31 +4678,34 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_clockinfo_has_tickadj" 1>&6 if test $ac_cv_struct_clockinfo_has_tickadj = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_TICKADJ_IN_STRUCT_CLOCKINFO 1 EOF fi -echo $ac_n "checking for struct ntptimeval""... $ac_c" 1>&6 -echo "configure:4486: checking for struct ntptimeval" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_ntptimeval'+set}'`\" = set"; then +echo $ac_n "checking for struct ntptimeval... $ac_c" 1>&6 +echo "configure:4691: checking for struct ntptimeval" 1>&5 +if test "${ac_cv_struct_ntptimeval+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #include -int main() { +int +main () +{ struct ntptimeval n; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_ntptimeval=yes else @@ -4507,22 +4716,21 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_ntptimeval" 1>&6 if test $ac_cv_struct_ntptimeval = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_STRUCT_NTPTIMEVAL 1 EOF fi -echo $ac_n "checking struct ntptimeval for time.tv_nsec""... $ac_c" 1>&6 -echo "configure:4521: checking struct ntptimeval for time.tv_nsec" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_ntptimeval_tv_nsec'+set}'`\" = set"; then +echo $ac_n "checking struct ntptimeval for time.tv_nsec... $ac_c" 1>&6 +echo "configure:4729: checking struct ntptimeval for time.tv_nsec" 1>&5 +if test "${ac_cv_struct_ntptimeval_tv_nsec+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < # endif #endif -int main() { +int +main () +{ extern struct ntptimeval *ntv; return ntv->time.tv_nsec; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4549: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4761: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_ntptimeval_tv_nsec=yes else @@ -4557,30 +4769,33 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_ntptimeval_tv_nsec" 1>&6 if test "$ac_cv_struct_ntptimeval_tv_nsec" = "yes"; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_TV_NSEC_IN_NTPTIMEVAL 1 EOF fi -echo $ac_n "checking for struct timespec in struct ntptimeval""... $ac_c" 1>&6 -echo "configure:4571: checking for struct timespec in struct ntptimeval" >&5 -if eval "test \"`echo '$''{'ac_cv_struct_ntptimeval_timespec'+set}'`\" = set"; then +echo $ac_n "checking for struct timespec in struct ntptimeval... $ac_c" 1>&6 +echo "configure:4782: checking for struct timespec in struct ntptimeval" 1>&5 +if test "${ac_cv_struct_ntptimeval_timespec+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #include -int main() { +int +main () +{ struct ntptimeval n; n.time.tv_nsec = 0; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:4584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_struct_ntptimeval_timespec=yes else @@ -4591,31 +4806,37 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_struct_ntptimeval_timespec" 1>&6 if test $ac_cv_struct_ntptimeval_timespec = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define TIMESPEC_IN_NTPTIMEVAL 1 EOF fi -echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:4605: checking for inline" >&5 -if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then +echo $ac_n "checking for inline... $ac_c" 1>&6 +echo "configure:4819: checking for inline" 1>&5 +if test "${ac_cv_c_inline+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4840: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -4626,29 +4847,28 @@ rm -f conftest* done fi - echo "$ac_t""$ac_cv_c_inline" 1>&6 case "$ac_cv_c_inline" in inline | yes) ;; - no) cat >> confdefs.h <<\EOF + no) cat >>confdefs.h <<\EOF #define inline EOF ;; - *) cat >> confdefs.h <>confdefs.h <&6 -echo "configure:4645: checking whether char is unsigned" >&5 -if eval "test \"`echo '$''{'ac_cv_c_char_unsigned'+set}'`\" = set"; then +echo $ac_n "checking whether char is unsigned... $ac_c" 1>&6 +echo "configure:4865: checking whether char is unsigned" 1>&5 +if test "${ac_cv_c_char_unsigned+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$GCC" = yes; then # GCC predefines this symbol on systems where it applies. -cat > conftest.$ac_ext <conftest.$ac_ext <&2; exit 1; } + { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; } else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_char_unsigned=yes else @@ -4690,41 +4913,43 @@ else ac_cv_c_char_unsigned=no fi rm -fr conftest* + fi fi fi - echo "$ac_t""$ac_cv_c_char_unsigned" 1>&6 if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define __CHAR_UNSIGNED__ 1 EOF fi case "$host" in $target) - echo $ac_n "checking size of signed char""... $ac_c" 1>&6 -echo "configure:4709: checking size of signed char" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_signed_char'+set}'`\" = set"; then + echo $ac_n "checking size of signed char... $ac_c" 1>&6 +echo "configure:4932: checking size of signed char" 1>&5 +if test "${ac_cv_sizeof_signed_char+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; } else - cat > conftest.$ac_ext <conftest.$ac_ext < -main() +$ac_includes_default +int +main () { - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(signed char)); - exit(0); + FILE *f = fopen ("conftestval", "w"); + if (!f) + exit (1); + fprintf (f, "%d\n", sizeof (signed char)); + exit (0); } EOF -if { (eval echo configure:4728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_signed_char=`cat conftestval` else @@ -4734,39 +4959,41 @@ else ac_cv_sizeof_signed_char=0 fi rm -fr conftest* + fi fi echo "$ac_t""$ac_cv_sizeof_signed_char" 1>&6 -cat >> confdefs.h <>confdefs.h <&6 -echo "configure:4751: checking size of signed char" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_signed_char'+set}'`\" = set"; then + echo $ac_n "checking size of signed char... $ac_c" 1>&6 +echo "configure:4976: checking size of signed char" 1>&5 +if test "${ac_cv_sizeof_signed_char+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$cross_compiling" = yes; then ac_cv_sizeof_signed_char=1 else - cat > conftest.$ac_ext <conftest.$ac_ext < -main() +$ac_includes_default +int +main () { - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(signed char)); - exit(0); + FILE *f = fopen ("conftestval", "w"); + if (!f) + exit (1); + fprintf (f, "%d\n", sizeof (signed char)); + exit (0); } EOF -if { (eval echo configure:4770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_signed_char=`cat conftestval` else @@ -4776,15 +5003,15 @@ else ac_cv_sizeof_signed_char=0 fi rm -fr conftest* + fi fi echo "$ac_t""$ac_cv_sizeof_signed_char" 1>&6 -cat >> confdefs.h <>confdefs.h <&2; exit 1; } ;; @@ -4794,27 +5021,29 @@ esac case "$host" in $target) - echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:4799: checking size of int" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then + echo $ac_n "checking size of int... $ac_c" 1>&6 +echo "configure:5026: checking size of int" 1>&5 +if test "${ac_cv_sizeof_int+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; } else - cat > conftest.$ac_ext <conftest.$ac_ext < -main() +$ac_includes_default +int +main () { - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(int)); - exit(0); + FILE *f = fopen ("conftestval", "w"); + if (!f) + exit (1); + fprintf (f, "%d\n", sizeof (int)); + exit (0); } EOF -if { (eval echo configure:4818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_int=`cat conftestval` else @@ -4824,39 +5053,41 @@ else ac_cv_sizeof_int=0 fi rm -fr conftest* + fi fi echo "$ac_t""$ac_cv_sizeof_int" 1>&6 -cat >> confdefs.h <>confdefs.h <&6 -echo "configure:4841: checking size of int" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then + echo $ac_n "checking size of int... $ac_c" 1>&6 +echo "configure:5070: checking size of int" 1>&5 +if test "${ac_cv_sizeof_int+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$cross_compiling" = yes; then ac_cv_sizeof_int=4 else - cat > conftest.$ac_ext <conftest.$ac_ext < -main() +$ac_includes_default +int +main () { - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(int)); - exit(0); + FILE *f = fopen ("conftestval", "w"); + if (!f) + exit (1); + fprintf (f, "%d\n", sizeof (int)); + exit (0); } EOF -if { (eval echo configure:4860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_int=`cat conftestval` else @@ -4866,15 +5097,15 @@ else ac_cv_sizeof_int=0 fi rm -fr conftest* + fi fi echo "$ac_t""$ac_cv_sizeof_int" 1>&6 -cat >> confdefs.h <>confdefs.h <&2; exit 1; } ;; @@ -4884,27 +5115,29 @@ esac case "$host" in $target) - echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:4889: checking size of long" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then + echo $ac_n "checking size of long... $ac_c" 1>&6 +echo "configure:5120: checking size of long" 1>&5 +if test "${ac_cv_sizeof_long+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; } else - cat > conftest.$ac_ext < -main() + cat >conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long=`cat conftestval` else @@ -4914,39 +5147,41 @@ else ac_cv_sizeof_long=0 fi rm -fr conftest* + fi fi echo "$ac_t""$ac_cv_sizeof_long" 1>&6 -cat >> confdefs.h <>confdefs.h <&6 -echo "configure:4931: checking size of long" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then + echo $ac_n "checking size of long... $ac_c" 1>&6 +echo "configure:5164: checking size of long" 1>&5 +if test "${ac_cv_sizeof_long+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else if test "$cross_compiling" = yes; then ac_cv_sizeof_long=4 else - cat > conftest.$ac_ext <conftest.$ac_ext < -main() +$ac_includes_default +int +main () { - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(long)); - exit(0); + FILE *f = fopen ("conftestval", "w"); + if (!f) + exit (1); + fprintf (f, "%d\n", sizeof (long)); + exit (0); } EOF -if { (eval echo configure:4950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long=`cat conftestval` else @@ -4956,15 +5191,15 @@ else ac_cv_sizeof_long=0 fi rm -fr conftest* + fi fi echo "$ac_t""$ac_cv_sizeof_long" 1>&6 -cat >> confdefs.h <>confdefs.h <&2; exit 1; } ;; @@ -4972,34 +5207,42 @@ EOF ;; esac -echo $ac_n "checking for s_char""... $ac_c" 1>&6 -echo "configure:4977: checking for s_char" >&5 -if eval "test \"`echo '$''{'ac_cv_type_s_char'+set}'`\" = set"; then +echo $ac_n "checking for s_char... $ac_c" 1>&6 +echo "configure:5212: checking for s_char" 1>&5 +if test "${ac_cv_type_s_char+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -#if STDC_HEADERS -#include -#include -#endif +$ac_includes_default +int +main () +{ +if ((s_char *) 0) + return 0; +if (sizeof (s_char)) + return 0; + ; + return 0; +} EOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])s_char[^a-zA-Z_0-9]" >/dev/null 2>&1; then +if { (eval echo configure:5231: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_s_char=yes else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 rm -rf conftest* ac_cv_type_s_char=no fi rm -f conftest* - fi echo "$ac_t""$ac_cv_type_s_char" 1>&6 -if test $ac_cv_type_s_char = no; then - cat >> confdefs.h <<\EOF +if test $ac_cv_type_s_char = yes; then + : +else + cat >>confdefs.h <> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define NEED_S_CHAR_TYPEDEF 1 EOF ;; no1no) # We have signed chars, can say 'signed char', no s_char typedef. - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define NEED_S_CHAR_TYPEDEF 1 EOF @@ -5029,21 +5272,22 @@ EOF ;; yes1no) # We have unsigned chars, can say 'signed char', no s_char typedef. - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define NEED_S_CHAR_TYPEDEF 1 EOF ;; esac -echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:5040: checking for uid_t in sys/types.h" >&5 -if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then +echo $ac_n "checking for uid_t in sys/types.h... $ac_c" 1>&6 +echo "configure:5283: checking for uid_t in sys/types.h" 1>&5 +if test "${ac_cv_type_uid_t+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < + EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "uid_t" >/dev/null 2>&1; then @@ -5056,31 +5300,30 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_type_uid_t" 1>&6 if test $ac_cv_type_uid_t = no; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define uid_t int EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define gid_t int EOF fi - case "$target" in *-*-linux*) for ac_func in __adjtimex __ntp_gettime do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5079: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5322: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5139,13 +5384,14 @@ case "$target" in ;; *) for ac_func in clock_settime do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5144: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5390: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5196,13 +5444,14 @@ done esac for ac_func in daemon getbootfile getdtablesize getrusage do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5201: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5450: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done for ac_func in gettimeofday do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5256: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5508: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5309,13 +5563,14 @@ case "$target" in ;; *) for ac_func in getuid do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5314: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5569: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5366,13 +5623,14 @@ done esac for ac_func in K_open kvm_open memcpy memmove memset do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5371: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5629: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5425,13 +5685,14 @@ case "$target" in ;; *) for ac_func in mkstemp do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5430: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5691: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5482,13 +5745,14 @@ done esac for ac_func in mktime do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5487: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5751: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 -LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}" + LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}" fi done - case "$target" in *-*-aix4*) # Just a stub. Idiots. @@ -5552,13 +5818,14 @@ case "$target" in # Not easy to test for - cheat. for ac_func in memlk do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5557: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5824: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done for ac_func in mlockall do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5612: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5882: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done ;; *) for ac_func in mlockall do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5668: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:5941: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5720,13 +5995,14 @@ done esac for ac_func in nice nlist do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5725: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6001: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5779,13 +6057,14 @@ case "$target" in ;; *) for ac_func in ntp_adjtime ntp_gettime do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5784: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6063: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5836,13 +6117,14 @@ done esac for ac_func in plock pututline pututxline rtprio do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5841: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6123: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done for ac_func in random srandom mrand48 srand48 do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5896: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6181: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -5953,13 +6240,14 @@ case "$target" in ;; *) for ac_func in sched_setscheduler do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5958: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6246: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -6010,13 +6300,14 @@ done esac for ac_func in setlinebuf do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6015: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6306: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done for ac_func in setpgid setpriority setsid settimeofday setvbuf sigaction do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6070: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6364: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done for ac_func in sigvec sigset sigsuspend stime strchr sysconf sysctl do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6125: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6422: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done for ac_func in strerror do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6180: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6480: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 -LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}" + LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}" fi done - case "$target" in *-*-aix4*) # Just stubs. Idiots. @@ -6242,13 +6544,14 @@ case "$target" in ;; *) for ac_func in timer_create timer_settime do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6247: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6550: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -6303,13 +6608,14 @@ case "$target" in ;; *) for ac_func in umask do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6308: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6614: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done @@ -6360,13 +6668,14 @@ done esac for ac_func in uname updwtmp updwtmpx vsprintf do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6365: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then +ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` +echo $ac_n "checking for $ac_func... $ac_c" 1>&6 +echo "configure:6674: checking for $ac_func" 1>&5 +if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" + eval "$ac_ac_var=yes" else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_func_$ac_func=no" + eval "$ac_ac_var=no" fi rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 +if test `eval echo '${'$ac_ac_var'}'` = yes; then + cat >>confdefs.h <&6 fi done - -echo $ac_n "checking number of arguments to gettimeofday()""... $ac_c" 1>&6 -echo "configure:6419: checking number of arguments to gettimeofday()" >&5 -if eval "test \"`echo '$''{'ac_cv_func_Xettimeofday_nargs'+set}'`\" = set"; then +echo $ac_n "checking number of arguments to gettimeofday()... $ac_c" 1>&6 +echo "configure:6729: checking number of arguments to gettimeofday()" 1>&5 +if test "${ac_cv_func_Xettimeofday_nargs+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < -int main() { +int +main () +{ gettimeofday((struct timeval*)0,(struct timezone*)0); settimeofday((struct timeval*)0,(struct timezone*)0); -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:6434: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6748: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_func_Xettimeofday_nargs=2 else @@ -6442,22 +6756,21 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_func_Xettimeofday_nargs" 1>&6 if test $ac_cv_func_Xettimeofday_nargs = 1; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define SYSV_TIMEOFDAY 1 EOF fi -echo $ac_n "checking number of arguments taken by setpgrp()""... $ac_c" 1>&6 -echo "configure:6456: checking number of arguments taken by setpgrp()" >&5 -if eval "test \"`echo '$''{'ac_cv_func_setpgrp_nargs'+set}'`\" = set"; then +echo $ac_n "checking number of arguments taken by setpgrp()... $ac_c" 1>&6 +echo "configure:6769: checking number of arguments taken by setpgrp()" 1>&5 +if test "${ac_cv_func_setpgrp_nargs+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #endif -int main() { +int +main () +{ setpgrp(0,0); -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:6475: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_func_setpgrp_nargs=2 else @@ -6483,10 +6800,9 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_func_setpgrp_nargs" 1>&6 if test $ac_cv_func_setpgrp_nargs = 0; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_SETPGRP_0 1 EOF @@ -6495,13 +6811,13 @@ fi save_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -I$srcdir/include" -echo $ac_n "checking argument pointer type of qsort()'s compare function and base""... $ac_c" 1>&6 -echo "configure:6500: checking argument pointer type of qsort()'s compare function and base" >&5 -if eval "test \"`echo '$''{'ac_cv_func_qsort_argtype'+set}'`\" = set"; then +echo $ac_n "checking argument pointer type of qsort()'s compare function and base... $ac_c" 1>&6 +echo "configure:6816: checking argument pointer type of qsort()'s compare function and base" 1>&5 +if test "${ac_cv_func_qsort_argtype+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6848: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_func_qsort_argtype=void else @@ -6536,11 +6856,10 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_func_qsort_argtype" 1>&6 case "$ac_cv_func_qsort_argtype" in void) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define QSORT_USES_VOID_P 1 EOF @@ -6549,22 +6868,26 @@ esac CFLAGS=$save_CFLAGS -echo $ac_n "checking if we need to declare 'errno'""... $ac_c" 1>&6 -echo "configure:6554: checking if we need to declare 'errno'" >&5 -if eval "test \"`echo '$''{'ac_cv_decl_errno'+set}'`\" = set"; then +echo $ac_n "checking if we need to declare 'errno'... $ac_c" 1>&6 +echo "configure:6873: checking if we need to declare 'errno'" 1>&5 +if test "${ac_cv_decl_errno+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #endif -int main() { +int +main () +{ errno = 0; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:6568: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_errno=no else @@ -6575,22 +6898,21 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_decl_errno" 1>&6 case "$ac_cv_decl_errno" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define DECL_ERRNO 1 EOF ;; esac -echo $ac_n "checking if we may declare 'h_errno'""... $ac_c" 1>&6 -echo "configure:6589: checking if we may declare 'h_errno'" >&5 -if eval "test \"`echo '$''{'ac_cv_decl_h_errno'+set}'`\" = set"; then +echo $ac_n "checking if we may declare 'h_errno'... $ac_c" 1>&6 +echo "configure:6911: checking if we may declare 'h_errno'" 1>&5 +if test "${ac_cv_decl_h_errno+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef HAVE_NETINET_IN_H @@ -6605,11 +6927,15 @@ else #ifdef HAVE_RESOLV_H #include #endif -int main() { +int +main () +{ extern int h_errno; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:6613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_h_errno=yes else @@ -6620,33 +6946,36 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_decl_h_errno" 1>&6 case "$ac_cv_decl_h_errno" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define DECL_H_ERRNO 1 EOF ;; esac -echo $ac_n "checking if declaring 'char *sys_errlist[]' is ok""... $ac_c" 1>&6 -echo "configure:6634: checking if declaring 'char *sys_errlist[]' is ok" >&5 -if eval "test \"`echo '$''{'ac_cv_decl_sys_errlist'+set}'`\" = set"; then +echo $ac_n "checking if declaring 'char *sys_errlist[]' is ok... $ac_c" 1>&6 +echo "configure:6959: checking [if declaring 'char *sys_errlist[]' is ok]" 1>&5 +if test "${ac_cv_decl_sys_errlist+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef HAVE_ERRNO_H #include #endif -int main() { +int +main () +{ extern char *sys_errlist[]; -; return 0; } + ; + return 0; +} EOF -if { (eval echo configure:6650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_sys_errlist=yes else @@ -6657,22 +6986,21 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_decl_sys_errlist" 1>&6 case "$ac_cv_decl_sys_errlist" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define CHAR_SYS_ERRLIST 1 EOF ;; esac -echo $ac_n "checking if declaring 'syscall()' is ok""... $ac_c" 1>&6 -echo "configure:6671: checking if declaring 'syscall()' is ok" >&5 -if eval "test \"`echo '$''{'ac_cv_decl_syscall'+set}'`\" = set"; then +echo $ac_n "checking if declaring 'syscall()' is ok... $ac_c" 1>&6 +echo "configure:6999: checking if declaring 'syscall()' is ok" 1>&5 +if test "${ac_cv_decl_syscall+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:7027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_decl_syscall=yes else @@ -6702,10 +7034,9 @@ else fi rm -f conftest* fi - echo "$ac_t""$ac_cv_decl_syscall" 1>&6 case "$ac_cv_decl_syscall" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define DECL_SYSCALL 1 EOF ;; @@ -6713,93 +7044,93 @@ esac case "$target" in *-*-osf[45]*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_PLOCK_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_STIME_1 1 EOF ;; *-*-riscos4*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_ADJTIME_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_BZERO_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_IOCTL_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_IPC_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MEMMOVE_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MKTEMP_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_RENAME_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SELECT_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SETITIMER_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SETPRIORITY_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_STDIO_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_STRTOL_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SYSLOG_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TIME_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TIMEOFDAY_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TOLOWER_0 1 EOF ;; *-*-solaris2*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MKSTEMP_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SETPRIORITY_1 1 EOF case "$target" in *-*-solaris2.4) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TIMEOFDAY_0 1 EOF @@ -6807,161 +7138,161 @@ EOF esac ;; *-*-sunos4*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_ADJTIME_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_BCOPY_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_BZERO_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_IOCTL_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_IPC_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MEMMOVE_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MKTEMP_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MKSTEMP_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MRAND48_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_RENAME_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SELECT_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SETITIMER_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SETPRIORITY_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SIGVEC_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SRAND48_0 1 EOF case "`basename $ac_cv_prog_CC`" in acc*) ;; - *) cat >> confdefs.h <<\EOF + *) cat >>confdefs.h <<\EOF #define DECL_STDIO_0 1 EOF ;; esac - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_STRTOL_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SYSLOG_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TIME_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TIMEOFDAY_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TOLOWER_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TOUPPER_0 1 EOF ;; *-*-ultrix4*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_ADJTIME_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_BZERO_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_CFSETISPEED_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_IOCTL_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_IPC_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MKTEMP_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_MRAND48_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_NLIST_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_PLOCK_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SELECT_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SETITIMER_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SETPRIORITY_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SRAND48_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_STIME_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_SYSLOG_0 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DECL_TIMEOFDAY_0 1 EOF @@ -6970,26 +7301,25 @@ esac case "$target" in *-*-sco3.2*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define TERMIOS_NEEDS__SVID3 1 EOF ;; esac -echo $ac_n "checking if we should use a streams device for ifconfig""... $ac_c" 1>&6 -echo "configure:6982: checking if we should use a streams device for ifconfig" >&5 -if eval "test \"`echo '$''{'ac_cv_var_use_streams_device_for_ifconfig'+set}'`\" = set"; then +echo $ac_n "checking if we should use a streams device for ifconfig... $ac_c" 1>&6 +echo "configure:7313: checking if we should use a streams device for ifconfig" 1>&5 +if test "${ac_cv_var_use_streams_device_for_ifconfig+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_var_use_streams_device_for_ifconfig=no fi - echo "$ac_t""$ac_cv_var_use_streams_device_for_ifconfig" 1>&6 -echo $ac_n "checking if we need extra room for SO_RCVBUF""... $ac_c" 1>&6 -echo "configure:6992: checking if we need extra room for SO_RCVBUF" >&5 -if eval "test \"`echo '$''{'ac_cv_var_rcvbuf_slop'+set}'`\" = set"; then +echo $ac_n "checking if we need extra room for SO_RCVBUF... $ac_c" 1>&6 +echo "configure:7322: checking if we need extra room for SO_RCVBUF" 1>&5 +if test "${ac_cv_var_rcvbuf_slop+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7000,18 +7330,17 @@ case "$target" in esac ac_cv_var_rcvbuf_slop=$ans fi - echo "$ac_t""$ac_cv_var_rcvbuf_slop" 1>&6 case "$ac_cv_var_rcvbuf_slop" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define NEED_RCVBUF_SLOP 1 EOF ;; esac -echo $ac_n "checking if we will open the broadcast socket""... $ac_c" 1>&6 -echo "configure:7014: checking if we will open the broadcast socket" >&5 -if eval "test \"`echo '$''{'ac_cv_var_open_bcast_socket'+set}'`\" = set"; then +echo $ac_n "checking if we will open the broadcast socket... $ac_c" 1>&6 +echo "configure:7343: checking if we will open the broadcast socket" 1>&5 +if test "${ac_cv_var_open_bcast_socket+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=yes @@ -7025,18 +7354,17 @@ case "$target" in esac ac_cv_var_open_bcast_socket=$ans fi - echo "$ac_t""$ac_cv_var_open_bcast_socket" 1>&6 case "$ac_cv_var_open_bcast_socket" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define OPEN_BCAST_SOCKET 1 EOF ;; esac -echo $ac_n "checking if we want the HPUX version of FindConfig()""... $ac_c" 1>&6 -echo "configure:7039: checking if we want the HPUX version of FindConfig()" >&5 -if eval "test \"`echo '$''{'ac_cv_var_hpux_findconfig'+set}'`\" = set"; then +echo $ac_n "checking if we want the HPUX version of FindConfig()... $ac_c" 1>&6 +echo "configure:7367: checking if we want the HPUX version of FindConfig()" 1>&5 +if test "${ac_cv_var_hpux_findconfig+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7047,18 +7375,17 @@ case "$target" in esac ac_cv_var_hpux_findconfig=$ans fi - echo "$ac_t""$ac_cv_var_hpux_findconfig" 1>&6 case "$ac_cv_var_hpux_findconfig" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define NEED_HPUX_FINDCONFIG 1 EOF ;; esac -echo $ac_n "checking if process groups are set with -pid""... $ac_c" 1>&6 -echo "configure:7061: checking if process groups are set with -pid" >&5 -if eval "test \"`echo '$''{'ac_cv_arg_setpgrp_negpid'+set}'`\" = set"; then +echo $ac_n "checking if process groups are set with -pid... $ac_c" 1>&6 +echo "configure:7388: checking if process groups are set with -pid" 1>&5 +if test "${ac_cv_arg_setpgrp_negpid+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$target" in @@ -7083,18 +7410,17 @@ else esac ac_cv_arg_setpgrp_negpid=$ans fi - echo "$ac_t""$ac_cv_arg_setpgrp_negpid" 1>&6 case "$ac_cv_arg_setpgrp_negpid" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define UDP_BACKWARDS_SETOWN 1 EOF ;; esac -echo $ac_n "checking if we need a ctty for F_SETOWN""... $ac_c" 1>&6 -echo "configure:7097: checking if we need a ctty for F_SETOWN" >&5 -if eval "test \"`echo '$''{'ac_cv_func_ctty_for_f_setown'+set}'`\" = set"; then +echo $ac_n "checking if we need a ctty for F_SETOWN... $ac_c" 1>&6 +echo "configure:7423: checking if we need a ctty for F_SETOWN" 1>&5 +if test "${ac_cv_func_ctty_for_f_setown+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$target" in @@ -7115,18 +7441,17 @@ else esac ac_cv_func_ctty_for_f_setown=$ans fi - echo "$ac_t""$ac_cv_func_ctty_for_f_setown" 1>&6 case "$ac_cv_func_ctty_for_f_setown" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define USE_FSETOWNCTTY 1 EOF ;; esac ntp_warning='GRONK' -echo $ac_n "checking if we'll use clock_settime or settimeofday or stime""... $ac_c" 1>&6 -echo "configure:7130: checking if we'll use clock_settime or settimeofday or stime" >&5 +echo $ac_n "checking if we'll use clock_settime or settimeofday or stime... $ac_c" 1>&6 +echo "configure:7455: checking if we'll use clock_settime or settimeofday or stime" 1>&5 case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in yes*) ntp_warning='' @@ -7154,9 +7479,9 @@ case "$ntp_warning" in ;; esac -echo $ac_n "checking if we have a losing syscall()""... $ac_c" 1>&6 -echo "configure:7159: checking if we have a losing syscall()" >&5 -if eval "test \"`echo '$''{'ac_cv_var_syscall_bug'+set}'`\" = set"; then +echo $ac_n "checking if we have a losing syscall()... $ac_c" 1>&6 +echo "configure:7484: checking if we have a losing syscall()" 1>&5 +if test "${ac_cv_var_syscall_bug+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$target" in @@ -7168,18 +7493,17 @@ else esac ac_cv_var_syscall_bug=$ans fi - echo "$ac_t""$ac_cv_var_syscall_bug" 1>&6 case "$ac_cv_var_syscall_bug" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define SYSCALL_BUG 1 EOF ;; esac -echo $ac_n "checking for Streams/TLI""... $ac_c" 1>&6 -echo "configure:7182: checking for Streams/TLI" >&5 -if eval "test \"`echo '$''{'ac_cv_var_streams_tli'+set}'`\" = set"; then +echo $ac_n "checking for Streams/TLI... $ac_c" 1>&6 +echo "configure:7506: checking for Streams/TLI" 1>&5 +if test "${ac_cv_var_streams_tli+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$ac_cv_header_sys_stropts_h" in @@ -7195,24 +7519,23 @@ else esac ac_cv_var_streams_tli=$ans fi - echo "$ac_t""$ac_cv_var_streams_tli" 1>&6 case "$ac_cv_var_streams_tli" in yes) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define STREAMS_TLI 1 EOF ;; esac -echo $ac_n "checking for SIGIO""... $ac_c" 1>&6 -echo "configure:7211: checking for SIGIO" >&5 -if eval "test \"`echo '$''{'ac_cv_hdr_def_sigio'+set}'`\" = set"; then +echo $ac_n "checking for SIGIO... $ac_c" 1>&6 +echo "configure:7534: checking for SIGIO" 1>&5 +if test "${ac_cv_hdr_def_sigio+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef SIGIO @@ -7231,12 +7554,11 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_hdr_def_sigio" 1>&6 -echo $ac_n "checking if we want to use signalled IO""... $ac_c" 1>&6 -echo "configure:7239: checking if we want to use signalled IO" >&5 -if eval "test \"`echo '$''{'ac_cv_var_signalled_io'+set}'`\" = set"; then +echo $ac_n "checking if we want to use signalled IO... $ac_c" 1>&6 +echo "configure:7561: checking if we want to use signalled IO" 1>&5 +if test "${ac_cv_var_signalled_io+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7276,22 +7598,21 @@ case "$ac_cv_hdr_def_sigio" in esac ac_cv_var_signalled_io=$ans fi - echo "$ac_t""$ac_cv_var_signalled_io" 1>&6 case "$ac_cv_var_signalled_io" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define HAVE_SIGNALED_IO 1 EOF ;; esac -echo $ac_n "checking for SIGPOLL""... $ac_c" 1>&6 -echo "configure:7290: checking for SIGPOLL" >&5 -if eval "test \"`echo '$''{'ac_cv_hdr_def_sigpoll'+set}'`\" = set"; then +echo $ac_n "checking for SIGPOLL... $ac_c" 1>&6 +echo "configure:7611: checking for SIGPOLL" 1>&5 +if test "${ac_cv_hdr_def_sigpoll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef SIGPOLL @@ -7310,16 +7631,15 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_hdr_def_sigpoll" 1>&6 -echo $ac_n "checking for SIGSYS""... $ac_c" 1>&6 -echo "configure:7318: checking for SIGSYS" >&5 -if eval "test \"`echo '$''{'ac_cv_hdr_def_sigsys'+set}'`\" = set"; then +echo $ac_n "checking for SIGSYS... $ac_c" 1>&6 +echo "configure:7638: checking for SIGSYS" 1>&5 +if test "${ac_cv_hdr_def_sigsys+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef SIGSYS @@ -7338,12 +7658,11 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_hdr_def_sigsys" 1>&6 -echo $ac_n "checking if we can use SIGPOLL for UDP I/O""... $ac_c" 1>&6 -echo "configure:7346: checking if we can use SIGPOLL for UDP I/O" >&5 -if eval "test \"`echo '$''{'ac_cv_var_use_udp_sigpoll'+set}'`\" = set"; then +echo $ac_n "checking if we can use SIGPOLL for UDP I/O... $ac_c" 1>&6 +echo "configure:7665: checking if we can use SIGPOLL for UDP I/O" 1>&5 +if test "${ac_cv_var_use_udp_sigpoll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7387,18 +7706,17 @@ case "$ac_cv_hdr_def_sigpoll" in esac ac_cv_var_use_udp_sigpoll=$ans fi - echo "$ac_t""$ac_cv_var_use_udp_sigpoll" 1>&6 case "$ac_cv_var_use_udp_sigpoll" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define USE_UDP_SIGPOLL 1 EOF ;; esac -echo $ac_n "checking if we can use SIGPOLL for TTY I/O""... $ac_c" 1>&6 -echo "configure:7401: checking if we can use SIGPOLL for TTY I/O" >&5 -if eval "test \"`echo '$''{'ac_cv_var_use_tty_sigpoll'+set}'`\" = set"; then +echo $ac_n "checking if we can use SIGPOLL for TTY I/O... $ac_c" 1>&6 +echo "configure:7719: checking if we can use SIGPOLL for TTY I/O" 1>&5 +if test "${ac_cv_var_use_tty_sigpoll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7442,10 +7760,9 @@ case "$ac_cv_hdr_def_sigpoll" in esac ac_cv_var_use_tty_sigpoll=$ans fi - echo "$ac_t""$ac_cv_var_use_tty_sigpoll" 1>&6 case "$ac_cv_var_use_tty_sigpoll" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define USE_TTY_SIGPOLL 1 EOF ;; @@ -7453,13 +7770,13 @@ esac case "$ac_cv_header_sys_sio_h" in yes) - echo $ac_n "checking sys/sio.h for TIOCDCDTIMESTAMP""... $ac_c" 1>&6 -echo "configure:7458: checking sys/sio.h for TIOCDCDTIMESTAMP" >&5 -if eval "test \"`echo '$''{'ac_cv_hdr_def_tiocdcdtimestamp'+set}'`\" = set"; then + echo $ac_n "checking sys/sio.h for TIOCDCDTIMESTAMP... $ac_c" 1>&6 +echo "configure:7775: checking sys/sio.h for TIOCDCDTIMESTAMP" 1>&5 +if test "${ac_cv_hdr_def_tiocdcdtimestamp+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef TIOCDCDTIMESTAMP @@ -7478,7 +7795,6 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_hdr_def_tiocdcdtimestamp" 1>&6 ;; esac @@ -7489,9 +7805,9 @@ case "$ac_cv_hdr_def_tiocdcdtimestamp" in ;; esac -echo $ac_n "checking if nlist() values might require extra indirection""... $ac_c" 1>&6 -echo "configure:7494: checking if nlist() values might require extra indirection" >&5 -if eval "test \"`echo '$''{'ac_cv_var_nlist_extra_indirection'+set}'`\" = set"; then +echo $ac_n "checking if nlist() values might require extra indirection... $ac_c" 1>&6 +echo "configure:7810: checking if nlist() values might require extra indirection" 1>&5 +if test "${ac_cv_var_nlist_extra_indirection+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7502,18 +7818,17 @@ case "$target" in esac ac_cv_var_nlist_extra_indirection=$ans fi - echo "$ac_t""$ac_cv_var_nlist_extra_indirection" 1>&6 case "$ac_cv_var_nlist_extra_indirection" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define NLIST_EXTRA_INDIRECTION 1 EOF ;; esac -echo $ac_n "checking for a minimum recommended value of tickadj""... $ac_c" 1>&6 -echo "configure:7516: checking for a minimum recommended value of tickadj" >&5 -if eval "test \"`echo '$''{'ac_cv_var_min_rec_tickadj'+set}'`\" = set"; then +echo $ac_n "checking for a minimum recommended value of tickadj... $ac_c" 1>&6 +echo "configure:7831: checking for a minimum recommended value of tickadj" 1>&5 +if test "${ac_cv_var_min_rec_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7524,19 +7839,18 @@ case "$target" in esac ac_cv_var_min_rec_tickadj=$ans fi - echo "$ac_t""$ac_cv_var_min_rec_tickadj" 1>&6 case "$ac_cv_var_min_rec_tickadj" in ''|no) ;; - *) cat >> confdefs.h <>confdefs.h <&6 -echo "configure:7539: checking if the TTY code permits PARENB and IGNPAR" >&5 -if eval "test \"`echo '$''{'ac_cv_var_no_parenb_ignpar'+set}'`\" = set"; then +echo $ac_n "checking if the TTY code permits PARENB and IGNPAR... $ac_c" 1>&6 +echo "configure:7853: checking if the TTY code permits PARENB and IGNPAR" 1>&5 +if test "${ac_cv_var_no_parenb_ignpar+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7550,17 +7864,16 @@ case "$target" in esac ac_cv_var_no_parenb_ignpar=$ans fi - echo "$ac_t""$ac_cv_var_no_parenb_ignpar" 1>&6 case "$ac_cv_var_no_parenb_ignpar" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define NO_PARENB_IGNPAR 1 EOF ;; esac -echo $ac_n "checking if we're including debugging code""... $ac_c" 1>&6 -echo "configure:7564: checking if we're including debugging code" >&5 +echo $ac_n "checking if we're including debugging code... $ac_c" 1>&6 +echo "configure:7877: checking if we're including debugging code" 1>&5 # Check whether --enable-debugging or --disable-debugging was given. if test "${enable_debugging+set}" = set; then enableval="$enable_debugging" @@ -7570,15 +7883,15 @@ else fi if test "$ntp_ok" = "yes"; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DEBUG 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking for a the number of minutes in a DST adjustment""... $ac_c" 1>&6 -echo "configure:7582: checking for a the number of minutes in a DST adjustment" >&5 +echo $ac_n "checking for a the number of minutes in a DST adjustment... $ac_c" 1>&6 +echo "configure:7895: checking for a the number of minutes in a DST adjustment" 1>&5 # Check whether --enable-dst_minutes or --disable-dst_minutes was given. if test "${enable_dst_minutes+set}" = set; then enableval="$enable_dst_minutes" @@ -7587,56 +7900,54 @@ else ans=60 fi -cat >> confdefs.h <>confdefs.h <&6 -echo $ac_n "checking if we have the tty_clk line discipline/streams module""... $ac_c" 1>&6 -echo "configure:7598: checking if we have the tty_clk line discipline/streams module" >&5 -if eval "test \"`echo '$''{'ac_cv_var_tty_clk'+set}'`\" = set"; then +echo $ac_n "checking if we have the tty_clk line discipline/streams module... $ac_c" 1>&6 +echo "configure:7911: checking if we have the tty_clk line discipline/streams module" 1>&5 +if test "${ac_cv_var_tty_clk+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$ac_cv_header_sys_clkdefs_h$ac_cv_hdr_def_tiocdcdtimestamp" in *yes*) ac_cv_var_tty_clk=yes ;; esac fi - echo "$ac_t""$ac_cv_var_tty_clk" 1>&6 case "$ac_cv_var_tty_clk" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define TTYCLK 1 EOF ;; esac -echo $ac_n "checking for the ppsclock streams module""... $ac_c" 1>&6 -echo "configure:7616: checking for the ppsclock streams module" >&5 -if eval "test \"`echo '$''{'ac_cv_var_ppsclock'+set}'`\" = set"; then +echo $ac_n "checking for the ppsclock streams module... $ac_c" 1>&6 +echo "configure:7928: checking for the ppsclock streams module" 1>&5 +if test "${ac_cv_var_ppsclock+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_var_ppsclock=$ac_cv_struct_ppsclockev fi - echo "$ac_t""$ac_cv_var_ppsclock" 1>&6 case "$ac_cv_var_ppsclock" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define PPS 1 EOF ;; esac -echo $ac_n "checking for kernel multicast support""... $ac_c" 1>&6 -echo "configure:7632: checking for kernel multicast support" >&5 -if eval "test \"`echo '$''{'ac_cv_var_mcast'+set}'`\" = set"; then +echo $ac_n "checking for kernel multicast support... $ac_c" 1>&6 +echo "configure:7943: checking for kernel multicast support" 1>&5 +if test "${ac_cv_var_mcast+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_var_mcast=no case "$target" in i386-sequent-sysv4) ;; - *) cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef IP_ADD_MEMBERSHIP @@ -7653,18 +7964,17 @@ rm -f conftest* ;; esac fi - echo "$ac_t""$ac_cv_var_mcast" 1>&6 case "$ac_cv_var_mcast" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define MCAST 1 EOF ;; esac -echo $ac_n "checking availability of ntp_{adj,get}time()""... $ac_c" 1>&6 -echo "configure:7667: checking availability of ntp_{adj,get}time()" >&5 -if eval "test \"`echo '$''{'ac_cv_var_ntp_syscalls'+set}'`\" = set"; then +echo $ac_n "checking availability of ntp_{adj$ac_c" 1>&6 +echo "configure:7977: checking availability of ntp_{adj,get}time()" 1>&5 +if test "${ac_cv_var_ntp_syscalls+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_var_ntp_syscalls=no @@ -7676,8 +7986,8 @@ else yesyes) ac_cv_var_ntp_syscalls=libc ;; - *) cat > conftest.$ac_ext <conftest.$ac_ext < #if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime) @@ -7697,17 +8007,16 @@ rm -f conftest* ;; esac fi - echo "$ac_t""$ac_cv_var_ntp_syscalls" 1>&6 case "$ac_cv_var_ntp_syscalls" in libc) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define NTP_SYSCALLS_LIBC 1 EOF ;; kernel) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define NTP_SYSCALLS_STD 1 EOF @@ -7716,13 +8025,13 @@ EOF ;; esac -echo $ac_n "checking if sys/timex.h has STA_FLL""... $ac_c" 1>&6 -echo "configure:7721: checking if sys/timex.h has STA_FLL" >&5 -if eval "test \"`echo '$''{'ac_cv_var_sta_fll'+set}'`\" = set"; then +echo $ac_n "checking if sys/timex.h has STA_FLL... $ac_c" 1>&6 +echo "configure:8030: checking if sys/timex.h has STA_FLL" 1>&5 +if test "${ac_cv_var_sta_fll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef STA_FLL @@ -7741,12 +8050,11 @@ fi rm -f conftest* fi - echo "$ac_t""$ac_cv_var_sta_fll" 1>&6 -echo $ac_n "checking if we have kernel PLL support""... $ac_c" 1>&6 -echo "configure:7749: checking if we have kernel PLL support" >&5 -if eval "test \"`echo '$''{'ac_cv_var_kernel_pll'+set}'`\" = set"; then +echo $ac_n "checking if we have kernel PLL support... $ac_c" 1>&6 +echo "configure:8057: checking if we have kernel PLL support" 1>&5 +if test "${ac_cv_var_kernel_pll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$ac_cv_header_sys_timex_h$ac_cv_struct_ntptimeval$ac_cv_var_sta_fll$ac_cv_var_ntp_syscalls" in @@ -7757,20 +8065,19 @@ else ;; esac fi - echo "$ac_t""$ac_cv_var_kernel_pll" 1>&6 case "$ac_cv_var_kernel_pll" in yes) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define KERNEL_PLL 1 EOF ;; esac -echo $ac_n "checking if SIOCGIFCONF returns buffer size in the buffer""... $ac_c" 1>&6 -echo "configure:7773: checking if SIOCGIFCONF returns buffer size in the buffer" >&5 -if eval "test \"`echo '$''{'ac_cv_var_size_returned_in_buffer'+set}'`\" = set"; then +echo $ac_n "checking if SIOCGIFCONF returns buffer size in the buffer... $ac_c" 1>&6 +echo "configure:8080: checking if SIOCGIFCONF returns buffer size in the buffer" 1>&5 +if test "${ac_cv_var_size_returned_in_buffer+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -7787,19 +8094,17 @@ else esac ac_cv_var_size_returned_in_buffer=$ans fi - echo "$ac_t""$ac_cv_var_size_returned_in_buffer" 1>&6 case "$ac_cv_var_size_returned_in_buffer" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define SIZE_RETURNED_IN_BUFFER 1 EOF ;; esac - -echo $ac_n "checking if we want to use MD5 authentication""... $ac_c" 1>&6 -echo "configure:7802: checking if we want to use MD5 authentication" >&5 -if eval "test \"`echo '$''{'ac_cv_var_use_md5'+set}'`\" = set"; then +echo $ac_n "checking if we want to use MD5 authentication... $ac_c" 1>&6 +echo "configure:8107: checking if we want to use MD5 authentication" 1>&5 +if test "${ac_cv_var_use_md5+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-md5 or --disable-md5 was given. @@ -7812,21 +8117,20 @@ fi ac_cv_var_use_md5=$ans fi - echo "$ac_t""$ac_cv_var_use_md5" 1>&6 case "$ac_cv_var_use_md5" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define MD5 1 EOF ;; esac # Check for ioctls TIOCGPPSEV -echo $ac_n "checking ioctl TIOCGPPSEV""... $ac_c" 1>&6 -echo "configure:7827: checking ioctl TIOCGPPSEV" >&5 +echo $ac_n "checking ioctl TIOCGPPSEV... $ac_c" 1>&6 +echo "configure:8131: checking ioctl TIOCGPPSEV" 1>&5 if test "$ac_cv_header_termios_h" = "yes"; then - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef TIOCGPPSEV @@ -7848,7 +8152,7 @@ else ntp_ok=no fi if test "$ntp_ok" = "yes"; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_TIOCGPPSEV 1 EOF @@ -7857,11 +8161,11 @@ fi echo "$ac_t""$ntp_ok" 1>&6 # Check for ioctls TIOCSPPS -echo $ac_n "checking ioctl TIOCSPPS""... $ac_c" 1>&6 -echo "configure:7862: checking ioctl TIOCSPPS" >&5 +echo $ac_n "checking ioctl TIOCSPPS... $ac_c" 1>&6 +echo "configure:8166: checking ioctl TIOCSPPS" 1>&5 if test "$ac_cv_header_termios_h" = "yes"; then - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef TIOCSPPS @@ -7884,7 +8188,7 @@ else fi if test "$ntp_ok" = "yes"; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_TIOCSPPS 1 EOF @@ -7892,11 +8196,11 @@ fi echo "$ac_t""$ntp_ok" 1>&6 # Check for ioctls CIOGETEV -echo $ac_n "checking ioctl CIOGETEV""... $ac_c" 1>&6 -echo "configure:7897: checking ioctl CIOGETEV" >&5 +echo $ac_n "checking ioctl CIOGETEV... $ac_c" 1>&6 +echo "configure:8201: checking ioctl CIOGETEV" 1>&5 if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef CIOGETEV @@ -7919,7 +8223,7 @@ ntp_ok=no fi if test "$ntp_ok" = "yes"; then ac_cv_var_oncore_ok=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_CIOGETEV 1 EOF @@ -7932,12 +8236,12 @@ echo "$ac_t""$ntp_ok" 1>&6 case "$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in *yes*) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_PPSAPI 1 EOF ac_cv_var_oncore_ok=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_TIMESPEC 1 EOF @@ -7945,45 +8249,40 @@ EOF esac # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG -ac_safe=`echo "linux/serial.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for linux/serial.h""... $ac_c" 1>&6 -echo "configure:7951: checking for linux/serial.h" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +echo $ac_n "checking for linux/serial.h... $ac_c" 1>&6 +echo "configure:8254: checking for linux/serial.h" 1>&5 +if test "${ac_cv_header_linux_serial_h+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else - cat > conftest.$ac_ext <conftest.$ac_ext < + EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7961: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8265: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" + ac_cv_header_linux_serial_h=yes else echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" + ac_cv_header_linux_serial_h=no fi rm -f conftest* fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - : -else - echo "$ac_t""no" 1>&6 -fi +echo "$ac_t""$ac_cv_header_linux_serial_h" 1>&6 -echo $ac_n "checking ioctl TIOCGSERIAL""... $ac_c" 1>&6 -echo "configure:7983: checking ioctl TIOCGSERIAL" >&5 +echo $ac_n "checking ioctl TIOCGSERIAL... $ac_c" 1>&6 +echo "configure:8282: checking ioctl TIOCGSERIAL" 1>&5 case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in yesyes) - cat > conftest.$ac_ext <conftest.$ac_ext < typedef int u_int; @@ -8017,7 +8316,7 @@ rm -f conftest* ;; esac if test "$ntp_ok" = "yes"; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define HAVE_TIO_SERIAL_STUFF 1 EOF @@ -8025,26 +8324,25 @@ fi echo "$ac_t""$ntp_ok" 1>&6 # Check for SHMEM_STATUS support -echo $ac_n "checking SHMEM_STATUS support""... $ac_c" 1>&6 -echo "configure:8030: checking SHMEM_STATUS support" >&5 +echo $ac_n "checking SHMEM_STATUS support... $ac_c" 1>&6 +echo "configure:8329: checking SHMEM_STATUS support" 1>&5 case "$ac_cv_header_sys_mman_h" in yes) ntp_ok=yes ;; *) ntp_ok=no ;; esac if test "$ntp_ok" = "yes"; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define ONCORE_SHMEM_STATUS 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 - ntp_refclock=no # HPUX only, and by explicit request -echo $ac_n "checking Datum/Bancomm bc635/VME interface""... $ac_c" 1>&6 -echo "configure:8048: checking Datum/Bancomm bc635/VME interface" >&5 +echo $ac_n "checking Datum/Bancomm bc635/VME interface... $ac_c" 1>&6 +echo "configure:8346: checking Datum/Bancomm bc635/VME interface" 1>&5 # Check whether --enable-BANCOMM or --disable-BANCOMM was given. if test "${enable_BANCOMM+set}" = set; then enableval="$enable_BANCOMM" @@ -8055,7 +8353,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_BANC 1 EOF @@ -8067,8 +8365,8 @@ case "$ntp_ok$target" in esac #HPUX only, and only by explicit request -echo $ac_n "checking TrueTime GPS receiver/VME interface""... $ac_c" 1>&6 -echo "configure:8072: checking TrueTime GPS receiver/VME interface" >&5 +echo $ac_n "checking TrueTime GPS receiver/VME interface... $ac_c" 1>&6 +echo "configure:8370: checking TrueTime GPS receiver/VME interface" 1>&5 # Check whether --enable-GPSVME or --disable-GPSVME was given. if test "${enable_GPSVME+set}" = set; then enableval="$enable_GPSVME" @@ -8079,7 +8377,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_GPSVME 1 EOF @@ -8090,11 +8388,11 @@ case "$ntp_ok$target" in yes*) echo "configure: warning: *** But the expected answer is... no ***" 1>&2 ;; esac -echo $ac_n "checking for PCL720 clock support""... $ac_c" 1>&6 -echo "configure:8095: checking for PCL720 clock support" >&5 +echo $ac_n "checking for PCL720 clock support... $ac_c" 1>&6 +echo "configure:8393: checking for PCL720 clock support" 1>&5 case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in yesyesyes) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_PPS720 1 EOF @@ -8106,8 +8404,8 @@ EOF esac echo "$ac_t""$ans" 1>&6 -echo $ac_n "checking for SHM clock attached thru shared memory""... $ac_c" 1>&6 -echo "configure:8111: checking for SHM clock attached thru shared memory" >&5 +echo $ac_n "checking for SHM clock attached thru shared memory... $ac_c" 1>&6 +echo "configure:8409: checking for SHM clock attached thru shared memory" 1>&5 # Check whether --enable-SHM or --disable-SHM was given. if test "${enable_SHM+set}" = set; then enableval="$enable_SHM" @@ -8118,15 +8416,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_SHM 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking for default inclusion of all suitable non-PARSE clocks""... $ac_c" 1>&6 -echo "configure:8130: checking for default inclusion of all suitable non-PARSE clocks" >&5 +echo $ac_n "checking for default inclusion of all suitable non-PARSE clocks... $ac_c" 1>&6 +echo "configure:8428: checking for default inclusion of all suitable non-PARSE clocks" 1>&5 # Check whether --enable-all-clocks or --disable-all-clocks was given. if test "${enable_all_clocks+set}" = set; then enableval="$enable_all_clocks" @@ -8137,8 +8435,8 @@ fi echo "$ac_t""$ntp_eac" 1>&6 -echo $ac_n "checking if we have support for PARSE clocks""... $ac_c" 1>&6 -echo "configure:8142: checking if we have support for PARSE clocks" >&5 +echo $ac_n "checking if we have support for PARSE clocks... $ac_c" 1>&6 +echo "configure:8440: checking if we have support for PARSE clocks" 1>&5 case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in *yes*) ntp_canparse=yes @@ -8148,24 +8446,282 @@ case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in esac echo "$ac_t""$ntp_canparse" 1>&6 -echo $ac_n "checking if we have support for audio clocks""... $ac_c" 1>&6 -echo "configure:8153: checking if we have support for audio clocks" >&5 +echo $ac_n "checking if we have support for audio clocks... $ac_c" 1>&6 +echo "configure:8451: checking if we have support for audio clocks" 1>&5 case "$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in *yes*) ntp_canaudio=yes ;; *) ntp_canaudio=no ;; esac echo "$ac_t""$ntp_canaudio" 1>&6 +echo $ac_n "checking for struct audio_info.monitor_gain... $ac_c" 1>&6 +echo "configure:8459: checking for struct audio_info.monitor_gain" 1>&5 +if test "${ac_cv_member_struct_audio_info_monitor_gain+set}" = set; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat >conftest.$ac_ext < +#endif +#ifdef HAVE_SYS_AUDIOIO_H +#include +#endif + +int +main () +{ +struct audio_info foo; +foo.monitor_gain; + ; + return 0; +} +EOF +if { (eval echo configure:8482: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_member_struct_audio_info_monitor_gain=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + ac_cv_member_struct_audio_info_monitor_gain=no +fi +rm -f conftest* +fi +echo "$ac_t""$ac_cv_member_struct_audio_info_monitor_gain" 1>&6 +if test $ac_cv_member_struct_audio_info_monitor_gain = yes; then + cat >>confdefs.h <&6 +echo "configure:8502: checking for struct audio_info.output_muted" 1>&5 +if test "${ac_cv_member_struct_audio_info_output_muted+set}" = set; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat >conftest.$ac_ext < +#endif +#ifdef HAVE_SYS_AUDIOIO_H +#include +#endif + +int +main () +{ +struct audio_info foo; +foo.output_muted; + ; + return 0; +} +EOF +if { (eval echo configure:8525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_member_struct_audio_info_output_muted=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + ac_cv_member_struct_audio_info_output_muted=no +fi +rm -f conftest* +fi +echo "$ac_t""$ac_cv_member_struct_audio_info_output_muted" 1>&6 +if test $ac_cv_member_struct_audio_info_output_muted = yes; then + cat >>confdefs.h <&6 +echo "configure:8545: checking for struct audio_info.blocksize" 1>&5 +if test "${ac_cv_member_struct_audio_info_blocksize+set}" = set; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat >conftest.$ac_ext < +#endif +#ifdef HAVE_SYS_AUDIOIO_H +#include +#endif + +int +main () +{ +struct audio_info foo; +foo.blocksize; + ; + return 0; +} +EOF +if { (eval echo configure:8568: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_member_struct_audio_info_blocksize=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + ac_cv_member_struct_audio_info_blocksize=no +fi +rm -f conftest* +fi +echo "$ac_t""$ac_cv_member_struct_audio_info_blocksize" 1>&6 +if test $ac_cv_member_struct_audio_info_blocksize = yes; then + cat >>confdefs.h <&6 +echo "configure:8588: checking for struct audio_info.hiwat" 1>&5 +if test "${ac_cv_member_struct_audio_info_hiwat+set}" = set; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat >conftest.$ac_ext < +#endif +#ifdef HAVE_SYS_AUDIOIO_H +#include +#endif + +int +main () +{ +struct audio_info foo; +foo.hiwat; + ; + return 0; +} +EOF +if { (eval echo configure:8611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_member_struct_audio_info_hiwat=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + ac_cv_member_struct_audio_info_hiwat=no +fi +rm -f conftest* +fi +echo "$ac_t""$ac_cv_member_struct_audio_info_hiwat" 1>&6 +if test $ac_cv_member_struct_audio_info_hiwat = yes; then + cat >>confdefs.h <&6 +echo "configure:8631: checking for struct audio_info.lowat" 1>&5 +if test "${ac_cv_member_struct_audio_info_lowat+set}" = set; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat >conftest.$ac_ext < +#endif +#ifdef HAVE_SYS_AUDIOIO_H +#include +#endif + +int +main () +{ +struct audio_info foo; +foo.lowat; + ; + return 0; +} +EOF +if { (eval echo configure:8654: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_member_struct_audio_info_lowat=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + ac_cv_member_struct_audio_info_lowat=no +fi +rm -f conftest* +fi +echo "$ac_t""$ac_cv_member_struct_audio_info_lowat" 1>&6 +if test $ac_cv_member_struct_audio_info_lowat = yes; then + cat >>confdefs.h <&6 +echo "configure:8674: checking for struct audio_info.mode" 1>&5 +if test "${ac_cv_member_struct_audio_info_mode+set}" = set; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + cat >conftest.$ac_ext < +#endif +#ifdef HAVE_SYS_AUDIOIO_H +#include +#endif + +int +main () +{ +struct audio_info foo; +foo.mode; + ; + return 0; +} +EOF +if { (eval echo configure:8697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_member_struct_audio_info_mode=yes +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + ac_cv_member_struct_audio_info_mode=no +fi +rm -f conftest* +fi +echo "$ac_t""$ac_cv_member_struct_audio_info_mode" 1>&6 +if test $ac_cv_member_struct_audio_info_mode = yes; then + cat >>confdefs.h <&6 -echo "configure:8162: checking ACTS modem service" >&5 +echo $ac_n "checking ACTS modem service... $ac_c" 1>&6 +echo "configure:8718: checking ACTS modem service" 1>&5 # Check whether --enable-ACTS or --disable-ACTS was given. if test "${enable_ACTS+set}" = set; then enableval="$enable_ACTS" ntp_ok=$enableval else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -8190,15 +8746,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_ACTS 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Arbiter 1088A/B GPS receiver""... $ac_c" 1>&6 -echo "configure:8202: checking Arbiter 1088A/B GPS receiver" >&5 +echo $ac_n "checking Arbiter 1088A/B GPS receiver... $ac_c" 1>&6 +echo "configure:8758: checking Arbiter 1088A/B GPS receiver" 1>&5 # Check whether --enable-ARBITER or --disable-ARBITER was given. if test "${enable_ARBITER+set}" = set; then enableval="$enable_ARBITER" @@ -8209,15 +8765,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_ARBITER 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Arcron MSF receiver""... $ac_c" 1>&6 -echo "configure:8221: checking Arcron MSF receiver" >&5 +echo $ac_n "checking Arcron MSF receiver... $ac_c" 1>&6 +echo "configure:8777: checking Arcron MSF receiver" 1>&5 # Check whether --enable-ARCRON_MSF or --disable-ARCRON_MSF was given. if test "${enable_ARCRON_MSF+set}" = set; then enableval="$enable_ARCRON_MSF" @@ -8228,15 +8784,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_ARCRON_MSF 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Austron 2200A/2201A GPS receiver""... $ac_c" 1>&6 -echo "configure:8240: checking Austron 2200A/2201A GPS receiver" >&5 +echo $ac_n "checking Austron 2200A/2201A GPS receiver... $ac_c" 1>&6 +echo "configure:8796: checking Austron 2200A/2201A GPS receiver" 1>&5 # Check whether --enable-AS2201 or --disable-AS2201 was given. if test "${enable_AS2201+set}" = set; then enableval="$enable_AS2201" @@ -8247,15 +8803,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_AS2201 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking PPS interface""... $ac_c" 1>&6 -echo "configure:8259: checking PPS interface" >&5 +echo $ac_n "checking PPS interface... $ac_c" 1>&6 +echo "configure:8815: checking PPS interface" 1>&5 # Check whether --enable-ATOM or --disable-ATOM was given. if test "${enable_ATOM+set}" = set; then enableval="$enable_ATOM" @@ -8266,15 +8822,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_ATOM 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking CHU modem/decoder""... $ac_c" 1>&6 -echo "configure:8278: checking CHU modem/decoder" >&5 +echo $ac_n "checking CHU modem/decoder... $ac_c" 1>&6 +echo "configure:8834: checking CHU modem/decoder" 1>&5 # Check whether --enable-CHU or --disable-CHU was given. if test "${enable_CHU+set}" = set; then enableval="$enable_CHU" @@ -8285,7 +8841,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_CHU 1 EOF @@ -8293,8 +8849,8 @@ fi echo "$ac_t""$ntp_ok" 1>&6 ac_refclock_chu=$ntp_ok -echo $ac_n "checking CHU audio/decoder""... $ac_c" 1>&6 -echo "configure:8298: checking CHU audio/decoder" >&5 +echo $ac_n "checking CHU audio/decoder... $ac_c" 1>&6 +echo "configure:8854: checking CHU audio/decoder" 1>&5 # Check whether --enable-AUDIO-CHU or --disable-AUDIO-CHU was given. if test "${enable_AUDIO_CHU+set}" = set; then enableval="$enable_AUDIO_CHU" @@ -8307,7 +8863,7 @@ esac fi if test "$ntp_ok" = "yes"; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define AUDIO_CHU 1 EOF @@ -8319,8 +8875,8 @@ case "$ntp_ok$ac_refclock_chu$ntp_canaudio" in esac # Not under HP-UX -echo $ac_n "checking Datum Programmable Time System""... $ac_c" 1>&6 -echo "configure:8324: checking Datum Programmable Time System" >&5 +echo $ac_n "checking Datum Programmable Time System... $ac_c" 1>&6 +echo "configure:8880: checking Datum Programmable Time System" 1>&5 # Check whether --enable-DATUM or --disable-DATUM was given. if test "${enable_DATUM+set}" = set; then enableval="$enable_DATUM" @@ -8337,15 +8893,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_DATUM 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Forum Graphic GPS""... $ac_c" 1>&6 -echo "configure:8349: checking Forum Graphic GPS" >&5 +echo $ac_n "checking Forum Graphic GPS... $ac_c" 1>&6 +echo "configure:8905: checking Forum Graphic GPS" 1>&5 # Check whether --enable-FG or --disable-FG was given. if test "${enable_FG+set}" = set; then enableval="$enable_FG" @@ -8356,7 +8912,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_FG 1 EOF @@ -8364,15 +8920,15 @@ fi echo "$ac_t""$ntp_ok" 1>&6 # Requires modem control -echo $ac_n "checking Heath GC-1000 WWV/WWVH receiver""... $ac_c" 1>&6 -echo "configure:8369: checking Heath GC-1000 WWV/WWVH receiver" >&5 +echo $ac_n "checking Heath GC-1000 WWV/WWVH receiver... $ac_c" 1>&6 +echo "configure:8925: checking Heath GC-1000 WWV/WWVH receiver" 1>&5 # Check whether --enable-HEATH or --disable-HEATH was given. if test "${enable_HEATH+set}" = set; then enableval="$enable_HEATH" ntp_ok=$enableval else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -8397,15 +8953,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_HEATH 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking HP 58503A GPS receiver""... $ac_c" 1>&6 -echo "configure:8409: checking HP 58503A GPS receiver" >&5 +echo $ac_n "checking HP 58503A GPS receiver... $ac_c" 1>&6 +echo "configure:8965: checking HP 58503A GPS receiver" 1>&5 # Check whether --enable-HPGPS or --disable-HPGPS was given. if test "${enable_HPGPS+set}" = set; then enableval="$enable_HPGPS" @@ -8416,15 +8972,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_HPGPS 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Sun IRIG audio decoder""... $ac_c" 1>&6 -echo "configure:8428: checking Sun IRIG audio decoder" >&5 +echo $ac_n "checking Sun IRIG audio decoder... $ac_c" 1>&6 +echo "configure:8984: checking Sun IRIG audio decoder" 1>&5 # Check whether --enable-IRIG or --disable-IRIG was given. if test "${enable_IRIG+set}" = set; then enableval="$enable_IRIG" @@ -8438,7 +8994,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_IRIG 1 EOF @@ -8448,8 +9004,8 @@ case "$ntp_ok$ntp_canaudio" in yesno) echo "configure: warning: *** But the expected answer is... no ***" 1>&2 ;; esac -echo $ac_n "checking Leitch CSD 5300 Master Clock System Driver""... $ac_c" 1>&6 -echo "configure:8453: checking Leitch CSD 5300 Master Clock System Driver" >&5 +echo $ac_n "checking Leitch CSD 5300 Master Clock System Driver... $ac_c" 1>&6 +echo "configure:9009: checking Leitch CSD 5300 Master Clock System Driver" 1>&5 # Check whether --enable-LEITCH or --disable-LEITCH was given. if test "${enable_LEITCH+set}" = set; then enableval="$enable_LEITCH" @@ -8460,15 +9016,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_LEITCH 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking local clock reference""... $ac_c" 1>&6 -echo "configure:8472: checking local clock reference" >&5 +echo $ac_n "checking local clock reference... $ac_c" 1>&6 +echo "configure:9028: checking local clock reference" 1>&5 # Check whether --enable-LOCAL-CLOCK or --disable-LOCAL-CLOCK was given. if test "${enable_LOCAL_CLOCK+set}" = set; then enableval="$enable_LOCAL_CLOCK" @@ -8479,15 +9035,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_LOCAL 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking EES M201 MSF receiver""... $ac_c" 1>&6 -echo "configure:8491: checking EES M201 MSF receiver" >&5 +echo $ac_n "checking EES M201 MSF receiver... $ac_c" 1>&6 +echo "configure:9047: checking EES M201 MSF receiver" 1>&5 # Check whether --enable-MSFEES or --disable-MSFEES was given. if test "${enable_MSFEES+set}" = set; then enableval="$enable_MSFEES" @@ -8498,7 +9054,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_MSFEES 1 EOF @@ -8506,8 +9062,8 @@ fi echo "$ac_t""$ntp_ok" 1>&6 # Not Ultrix -echo $ac_n "checking Magnavox MX4200 GPS receiver""... $ac_c" 1>&6 -echo "configure:8511: checking Magnavox MX4200 GPS receiver" >&5 +echo $ac_n "checking Magnavox MX4200 GPS receiver... $ac_c" 1>&6 +echo "configure:9067: checking Magnavox MX4200 GPS receiver" 1>&5 # Check whether --enable-MX4200 or --disable-MX4200 was given. if test "${enable_MX4200+set}" = set; then enableval="$enable_MX4200" @@ -8523,7 +9079,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_MX4200 1 EOF @@ -8533,8 +9089,8 @@ case "$ntp_ok$target" in yes*-*-ultrix*) echo "configure: warning: *** But the expected answer is... no ***" 1>&2 ;; esac -echo $ac_n "checking NMEA GPS receiver""... $ac_c" 1>&6 -echo "configure:8538: checking NMEA GPS receiver" >&5 +echo $ac_n "checking NMEA GPS receiver... $ac_c" 1>&6 +echo "configure:9094: checking NMEA GPS receiver" 1>&5 # Check whether --enable-NMEA or --disable-NMEA was given. if test "${enable_NMEA+set}" = set; then enableval="$enable_NMEA" @@ -8545,15 +9101,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_NMEA 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking for ONCORE Motorola VP/UT Oncore GPS""... $ac_c" 1>&6 -echo "configure:8557: checking for ONCORE Motorola VP/UT Oncore GPS" >&5 +echo $ac_n "checking for ONCORE Motorola VP/UT Oncore GPS... $ac_c" 1>&6 +echo "configure:9113: checking for ONCORE Motorola VP/UT Oncore GPS" 1>&5 # Check whether --enable-ONCORE or --disable-ONCORE was given. if test "${enable_ONCORE+set}" = set; then enableval="$enable_ONCORE" @@ -8567,15 +9123,15 @@ case "$ac_cv_var_oncore_ok" in esac if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_ONCORE 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking for Palisade clock""... $ac_c" 1>&6 -echo "configure:8579: checking for Palisade clock" >&5 +echo $ac_n "checking for Palisade clock... $ac_c" 1>&6 +echo "configure:9135: checking for Palisade clock" 1>&5 # Check whether --enable-PALISADE or --disable-PALISADE was given. if test "${enable_PALISADE+set}" = set; then enableval="$enable_PALISADE" @@ -8590,18 +9146,17 @@ else esac fi - if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_PALISADE 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking PST/Traconex 1020 WWV/WWVH receiver""... $ac_c" 1>&6 -echo "configure:8605: checking PST/Traconex 1020 WWV/WWVH receiver" >&5 +echo $ac_n "checking PST/Traconex 1020 WWV/WWVH receiver... $ac_c" 1>&6 +echo "configure:9160: checking PST/Traconex 1020 WWV/WWVH receiver" 1>&5 # Check whether --enable-PST or --disable-PST was given. if test "${enable_PST+set}" = set; then enableval="$enable_PST" @@ -8612,7 +9167,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_PST 1 EOF @@ -8620,8 +9175,8 @@ fi echo "$ac_t""$ntp_ok" 1>&6 # Not Ultrix -echo $ac_n "checking Rockwell Jupiter GPS receiver""... $ac_c" 1>&6 -echo "configure:8625: checking Rockwell Jupiter GPS receiver" >&5 +echo $ac_n "checking Rockwell Jupiter GPS receiver... $ac_c" 1>&6 +echo "configure:9180: checking Rockwell Jupiter GPS receiver" 1>&5 # Check whether --enable-JUPITER or --disable-JUPITER was given. if test "${enable_JUPITER+set}" = set; then enableval="$enable_JUPITER" @@ -8637,7 +9192,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_JUPITER 1 EOF @@ -8648,15 +9203,15 @@ case "$ntp_ok$target" in esac # Requires modem control -echo $ac_n "checking PTB modem service""... $ac_c" 1>&6 -echo "configure:8653: checking PTB modem service" >&5 +echo $ac_n "checking PTB modem service... $ac_c" 1>&6 +echo "configure:9208: checking PTB modem service" 1>&5 # Check whether --enable-PTBACTS or --disable-PTBACTS was given. if test "${enable_PTBACTS+set}" = set; then enableval="$enable_PTBACTS" ntp_ok=$enableval else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -8681,15 +9236,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_PTBACTS 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface""... $ac_c" 1>&6 -echo "configure:8693: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5 +echo $ac_n "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... $ac_c" 1>&6 +echo "configure:9248: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" 1>&5 # Check whether --enable-TPRO or --disable-TPRO was given. if test "${enable_TPRO+set}" = set; then enableval="$enable_TPRO" @@ -8706,7 +9261,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_TPRO 1 EOF @@ -8716,8 +9271,8 @@ case "$ntp_ok$ac_cv_header_sys_tpro" in yesno) echo "configure: warning: *** But the expected answer is... no ***" 1>&2 ;; esac -echo $ac_n "checking TRAK 8810 GPS receiver""... $ac_c" 1>&6 -echo "configure:8721: checking TRAK 8810 GPS receiver" >&5 +echo $ac_n "checking TRAK 8810 GPS receiver... $ac_c" 1>&6 +echo "configure:9276: checking TRAK 8810 GPS receiver" 1>&5 # Check whether --enable-TRAK or --disable-TRAK was given. if test "${enable_TRAK+set}" = set; then enableval="$enable_TRAK" @@ -8728,15 +9283,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_TRAK 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Chrono-log K-series WWVB receiver""... $ac_c" 1>&6 -echo "configure:8740: checking Chrono-log K-series WWVB receiver" >&5 +echo $ac_n "checking Chrono-log K-series WWVB receiver... $ac_c" 1>&6 +echo "configure:9295: checking Chrono-log K-series WWVB receiver" 1>&5 # Check whether --enable-CHRONOLOG or --disable-CHRONOLOG was given. if test "${enable_CHRONOLOG+set}" = set; then enableval="$enable_CHRONOLOG" @@ -8747,15 +9302,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_CHRONOLOG 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Dumb generic hh:mm:ss local clock""... $ac_c" 1>&6 -echo "configure:8759: checking Dumb generic hh:mm:ss local clock" >&5 +echo $ac_n "checking Dumb generic hh:mm:ss local clock... $ac_c" 1>&6 +echo "configure:9314: checking Dumb generic hh:mm:ss local clock" 1>&5 # Check whether --enable-DUMBCLOCK or --disable-DUMBCLOCK was given. if test "${enable_DUMBCLOCK+set}" = set; then enableval="$enable_DUMBCLOCK" @@ -8766,15 +9321,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_DUMBCLOCK 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Conrad parallel port radio clock""... $ac_c" 1>&6 -echo "configure:8778: checking Conrad parallel port radio clock" >&5 +echo $ac_n "checking Conrad parallel port radio clock... $ac_c" 1>&6 +echo "configure:9333: checking Conrad parallel port radio clock" 1>&5 # Check whether --enable-PCF or --disable-PCF was given. if test "${enable_PCF+set}" = set; then enableval="$enable_PCF" @@ -8785,15 +9340,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_PCF 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking Spectracom 8170/Netclock/2 WWVB receiver""... $ac_c" 1>&6 -echo "configure:8797: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5 +echo $ac_n "checking Spectracom 8170/Netclock/2 WWVB receiver... $ac_c" 1>&6 +echo "configure:9352: checking Spectracom 8170/Netclock/2 WWVB receiver" 1>&5 # Check whether --enable-SPECTRACOM or --disable-SPECTRACOM was given. if test "${enable_SPECTRACOM+set}" = set; then enableval="$enable_SPECTRACOM" @@ -8804,7 +9359,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_SPECTRACOM 1 EOF @@ -8812,8 +9367,8 @@ fi echo "$ac_t""$ntp_ok" 1>&6 # Not on a vax-dec-bsd -echo $ac_n "checking Kinemetrics/TrueTime receivers""... $ac_c" 1>&6 -echo "configure:8817: checking Kinemetrics/TrueTime receivers" >&5 +echo $ac_n "checking Kinemetrics/TrueTime receivers... $ac_c" 1>&6 +echo "configure:9372: checking Kinemetrics/TrueTime receivers" 1>&5 # Check whether --enable-TRUETIME or --disable-TRUETIME was given. if test "${enable_TRUETIME+set}" = set; then enableval="$enable_TRUETIME" @@ -8831,7 +9386,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_TRUETIME 1 EOF @@ -8841,8 +9396,8 @@ case "$ntp_ok$target" in yesvax-dec-bsd) echo "configure: warning: *** But the expected answer is... no ***" 1>&2 ;; esac -echo $ac_n "checking Ultralink M320 WWVB receiver""... $ac_c" 1>&6 -echo "configure:8846: checking Ultralink M320 WWVB receiver" >&5 +echo $ac_n "checking Ultralink M320 WWVB receiver... $ac_c" 1>&6 +echo "configure:9401: checking Ultralink M320 WWVB receiver" 1>&5 # Check whether --enable-ULINK or --disable-ULINK was given. if test "${enable_ULINK+set}" = set; then enableval="$enable_ULINK" @@ -8853,15 +9408,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_ULINK 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking WWV receiver""... $ac_c" 1>&6 -echo "configure:8865: checking WWV receiver" >&5 +echo $ac_n "checking WWV receiver... $ac_c" 1>&6 +echo "configure:9420: checking WWV receiver" 1>&5 # Check whether --enable-WWV or --disable-WWV was given. if test "${enable_WWV+set}" = set; then enableval="$enable_WWV" @@ -8875,7 +9430,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_WWV 1 EOF @@ -8886,15 +9441,15 @@ case "$ntp_ok$ntp_canaudio" in esac # Requires modem control -echo $ac_n "checking USNO modem service""... $ac_c" 1>&6 -echo "configure:8891: checking USNO modem service" >&5 +echo $ac_n "checking USNO modem service... $ac_c" 1>&6 +echo "configure:9446: checking USNO modem service" 1>&5 # Check whether --enable-USNO or --disable-USNO was given. if test "${enable_USNO+set}" = set; then enableval="$enable_USNO" ntp_ok=$enableval else - cat > conftest.$ac_ext <conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -8919,15 +9474,15 @@ fi if test "$ntp_ok" = "yes"; then ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_USNO 1 EOF fi echo "$ac_t""$ntp_ok" 1>&6 -echo $ac_n "checking for default inclusion of all suitable PARSE clocks""... $ac_c" 1>&6 -echo "configure:8931: checking for default inclusion of all suitable PARSE clocks" >&5 +echo $ac_n "checking for default inclusion of all suitable PARSE clocks... $ac_c" 1>&6 +echo "configure:9486: checking for default inclusion of all suitable PARSE clocks" 1>&5 # Check whether --enable-parse-clocks or --disable-parse-clocks was given. if test "${enable_parse_clocks+set}" = set; then enableval="$enable_parse_clocks" @@ -8956,8 +9511,8 @@ ntp_libparse=no ntp_parseutil=no ntp_rawdcf=no -echo $ac_n "checking Diem Computime Radio Clock""... $ac_c" 1>&6 -echo "configure:8961: checking Diem Computime Radio Clock" >&5 +echo $ac_n "checking Diem Computime Radio Clock... $ac_c" 1>&6 +echo "configure:9516: checking Diem Computime Radio Clock" 1>&5 # Check whether --enable-COMPUTIME or --disable-COMPUTIME was given. if test "${enable_COMPUTIME+set}" = set; then enableval="$enable_COMPUTIME" @@ -8969,7 +9524,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_COMPUTIME 1 EOF @@ -8981,8 +9536,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking ELV/DCF7000 clock""... $ac_c" 1>&6 -echo "configure:8986: checking ELV/DCF7000 clock" >&5 +echo $ac_n "checking ELV/DCF7000 clock... $ac_c" 1>&6 +echo "configure:9541: checking ELV/DCF7000 clock" 1>&5 # Check whether --enable-DCF7000 or --disable-DCF7000 was given. if test "${enable_DCF7000+set}" = set; then enableval="$enable_DCF7000" @@ -8994,7 +9549,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_DCF7000 1 EOF @@ -9006,8 +9561,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking HOPF 6021 clock""... $ac_c" 1>&6 -echo "configure:9011: checking HOPF 6021 clock" >&5 +echo $ac_n "checking HOPF 6021 clock... $ac_c" 1>&6 +echo "configure:9566: checking HOPF 6021 clock" 1>&5 # Check whether --enable-HOPF6021 or --disable-HOPF6021 was given. if test "${enable_HOPF6021+set}" = set; then enableval="$enable_HOPF6021" @@ -9019,7 +9574,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_HOPF6021 1 EOF @@ -9031,8 +9586,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking Meinberg clocks""... $ac_c" 1>&6 -echo "configure:9036: checking Meinberg clocks" >&5 +echo $ac_n "checking Meinberg clocks... $ac_c" 1>&6 +echo "configure:9591: checking Meinberg clocks" 1>&5 # Check whether --enable-MEINBERG or --disable-MEINBERG was given. if test "${enable_MEINBERG+set}" = set; then enableval="$enable_MEINBERG" @@ -9044,7 +9599,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_MEINBERG 1 EOF @@ -9056,8 +9611,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking DCF77 raw time code""... $ac_c" 1>&6 -echo "configure:9061: checking DCF77 raw time code" >&5 +echo $ac_n "checking DCF77 raw time code... $ac_c" 1>&6 +echo "configure:9616: checking DCF77 raw time code" 1>&5 # Check whether --enable-RAWDCF or --disable-RAWDCF was given. if test "${enable_RAWDCF+set}" = set; then enableval="$enable_RAWDCF" @@ -9071,7 +9626,7 @@ if test "$ntp_ok" = "yes"; then ntp_parseutil=yes ntp_refclock=yes ntp_rawdcf=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_RAWDCF 1 EOF @@ -9085,9 +9640,9 @@ esac case "$ntp_rawdcf" in yes) - echo $ac_n "checking if we must enable parity for RAWDCF""... $ac_c" 1>&6 -echo "configure:9090: checking if we must enable parity for RAWDCF" >&5 -if eval "test \"`echo '$''{'ac_cv_var_rawdcf_parity'+set}'`\" = set"; then + echo $ac_n "checking if we must enable parity for RAWDCF... $ac_c" 1>&6 +echo "configure:9645: checking if we must enable parity for RAWDCF" 1>&5 +if test "${ac_cv_var_rawdcf_parity+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=no @@ -9098,10 +9653,9 @@ else esac ac_cv_var_rawdcf_parity=$ans fi - echo "$ac_t""$ac_cv_var_rawdcf_parity" 1>&6 case "$ac_cv_var_rawdcf_parity" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define RAWDCF_NO_IGNPAR 1 EOF ;; @@ -9113,8 +9667,8 @@ EOF ;; esac -echo $ac_n "checking RCC 8000 clock""... $ac_c" 1>&6 -echo "configure:9118: checking RCC 8000 clock" >&5 +echo $ac_n "checking RCC 8000 clock... $ac_c" 1>&6 +echo "configure:9672: checking RCC 8000 clock" 1>&5 # Check whether --enable-RCC8000 or --disable-RCC8000 was given. if test "${enable_RCC8000+set}" = set; then enableval="$enable_RCC8000" @@ -9126,7 +9680,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_RCC8000 1 EOF @@ -9138,8 +9692,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking Schmid DCF77 clock""... $ac_c" 1>&6 -echo "configure:9143: checking Schmid DCF77 clock" >&5 +echo $ac_n "checking Schmid DCF77 clock... $ac_c" 1>&6 +echo "configure:9697: checking Schmid DCF77 clock" 1>&5 # Check whether --enable-SCHMID or --disable-SCHMID was given. if test "${enable_SCHMID+set}" = set; then enableval="$enable_SCHMID" @@ -9151,7 +9705,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_SCHMID 1 EOF @@ -9163,8 +9717,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking Trimble GPS receiver/TAIP protocol""... $ac_c" 1>&6 -echo "configure:9168: checking Trimble GPS receiver/TAIP protocol" >&5 +echo $ac_n "checking Trimble GPS receiver/TAIP protocol... $ac_c" 1>&6 +echo "configure:9722: checking Trimble GPS receiver/TAIP protocol" 1>&5 # Check whether --enable-TRIMTAIP or --disable-TRIMTAIP was given. if test "${enable_TRIMTAIP+set}" = set; then enableval="$enable_TRIMTAIP" @@ -9176,7 +9730,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_TRIMTAIP 1 EOF @@ -9188,8 +9742,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking Trimble GPS receiver/TSIP protocol""... $ac_c" 1>&6 -echo "configure:9193: checking Trimble GPS receiver/TSIP protocol" >&5 +echo $ac_n "checking Trimble GPS receiver/TSIP protocol... $ac_c" 1>&6 +echo "configure:9747: checking Trimble GPS receiver/TSIP protocol" 1>&5 # Check whether --enable-TRIMTSIP or --disable-TRIMTSIP was given. if test "${enable_TRIMTSIP+set}" = set; then enableval="$enable_TRIMTSIP" @@ -9201,7 +9755,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_TRIMTSIP 1 EOF @@ -9213,8 +9767,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking WHARTON 400A Series clock""... $ac_c" 1>&6 -echo "configure:9218: checking WHARTON 400A Series clock" >&5 +echo $ac_n "checking WHARTON 400A Series clock... $ac_c" 1>&6 +echo "configure:9772: checking WHARTON 400A Series clock" 1>&5 # Check whether --enable-WHARTON or --disable-WHARTON was given. if test "${enable_WHARTON+set}" = set; then enableval="$enable_WHARTON" @@ -9226,7 +9780,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_WHARTON_400A 1 EOF @@ -9238,8 +9792,8 @@ case "$ntp_ok$ntp_canparse" in ;; esac -echo $ac_n "checking VARITEXT clock""... $ac_c" 1>&6 -echo "configure:9243: checking VARITEXT clock" >&5 +echo $ac_n "checking VARITEXT clock... $ac_c" 1>&6 +echo "configure:9797: checking VARITEXT clock" 1>&5 # Check whether --enable-VARITEXT or --disable-VARITEXT was given. if test "${enable_VARITEXT+set}" = set; then enableval="$enable_VARITEXT" @@ -9251,7 +9805,7 @@ fi if test "$ntp_ok" = "yes"; then ntp_libparse=yes ntp_refclock=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_VARITEXT 1 EOF @@ -9263,27 +9817,24 @@ case "$ntp_ok$ntp_canparse" in ;; esac - - - -echo $ac_n "checking if we need to make and use the parse libraries""... $ac_c" 1>&6 -echo "configure:9271: checking if we need to make and use the parse libraries" >&5 +echo $ac_n "checking if we need to make and use the parse libraries... $ac_c" 1>&6 +echo "configure:9822: checking if we need to make and use the parse libraries" 1>&5 ans=no case "$ntp_libparse" in yes) ans=yes - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_PARSE 1 EOF LIBPARSE=../libparse/libparse.a MAKE_LIBPARSE=libparse.a MAKE_CHECK_Y2K=check_y2k - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define PPS_SAMPLE 1 EOF - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define CLOCK_ATOM 1 EOF @@ -9291,29 +9842,23 @@ EOF esac echo "$ac_t""$ans" 1>&6 - - - -echo $ac_n "checking if we need to make and use the RSAREF library""... $ac_c" 1>&6 -echo "configure:9299: checking if we need to make and use the RSAREF library" >&5 +echo $ac_n "checking if we need to make and use the RSAREF library... $ac_c" 1>&6 +echo "configure:9847: checking if we need to make and use the RSAREF library" 1>&5 ans=no if test -f $srcdir/rsaref2/source/rsa.c then ans=yes LIBRSAREF=../librsaref/librsaref.a MAKE_LIBRSAREF=librsaref.a - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define DES 1 EOF fi echo "$ac_t""$ans" 1>&6 - - - -echo $ac_n "checking if we can make dcf parse utilities""... $ac_c" 1>&6 -echo "configure:9317: checking if we can make dcf parse utilities" >&5 +echo $ac_n "checking if we can make dcf parse utilities... $ac_c" 1>&6 +echo "configure:9862: checking if we can make dcf parse utilities" 1>&5 ans=no if test "$ntp_parseutil" = "yes"; then case "$target" in @@ -9326,9 +9871,8 @@ if test "$ntp_parseutil" = "yes"; then fi echo "$ac_t""$ans" 1>&6 - -echo $ac_n "checking if we can build kernel streams modules for parse""... $ac_c" 1>&6 -echo "configure:9332: checking if we can build kernel streams modules for parse" >&5 +echo $ac_n "checking if we can build kernel streams modules for parse... $ac_c" 1>&6 +echo "configure:9876: checking if we can build kernel streams modules for parse" 1>&5 ans=no case "$ntp_parseutil$ac_cv_header_sys_stropts_h" in yesyes) @@ -9336,7 +9880,7 @@ case "$ntp_parseutil$ac_cv_header_sys_stropts_h" in sparc-*-sunos4*) case "$ac_cv_var_kernel_pll" in yes) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define PPS_SYNC 1 EOF @@ -9354,10 +9898,10 @@ EOF esac echo "$ac_t""$ans" 1>&6 -echo $ac_n "checking if we need basic refclock support""... $ac_c" 1>&6 -echo "configure:9359: checking if we need basic refclock support" >&5 +echo $ac_n "checking if we need basic refclock support... $ac_c" 1>&6 +echo "configure:9903: checking if we need basic refclock support" 1>&5 if test "$ntp_refclock" = "yes"; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define REFCLOCK 1 EOF @@ -9366,8 +9910,8 @@ echo "$ac_t""$ntp_refclock" 1>&6 -echo $ac_n "checking if we want HP-UX adjtimed support""... $ac_c" 1>&6 -echo "configure:9371: checking if we want HP-UX adjtimed support" >&5 +echo $ac_n "checking if we want HP-UX adjtimed support... $ac_c" 1>&6 +echo "configure:9915: checking if we want HP-UX adjtimed support" 1>&5 case "$target" in *-*-hpux[56789]*) ans=yes @@ -9377,16 +9921,16 @@ case "$target" in esac if test "$ans" = "yes"; then MAKE_ADJTIMED=adjtimed - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define NEED_HPUX_ADJTIME 1 EOF fi echo "$ac_t""$ans" 1>&6 -echo $ac_n "checking if we can read kmem""... $ac_c" 1>&6 -echo "configure:9389: checking if we can read kmem" >&5 -if eval "test \"`echo '$''{'ac_cv_var_can_kmem'+set}'`\" = set"; then +echo $ac_n "checking if we can read kmem... $ac_c" 1>&6 +echo "configure:9933: checking if we can read kmem" 1>&5 +if test "${ac_cv_var_can_kmem+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-kmem or --disable-kmem was given. @@ -9426,20 +9970,19 @@ fi ac_cv_var_can_kmem=$ans fi - echo "$ac_t""$ac_cv_var_can_kmem" 1>&6 case "$ac_cv_var_can_kmem" in *yes*) ;; - *) cat >> confdefs.h <<\EOF + *) cat >>confdefs.h <<\EOF #define NOKMEM 1 EOF ;; esac -echo $ac_n "checking if adjtime is accurate""... $ac_c" 1>&6 -echo "configure:9442: checking if adjtime is accurate" >&5 -if eval "test \"`echo '$''{'ac_cv_var_adjtime_is_accurate'+set}'`\" = set"; then +echo $ac_n "checking if adjtime is accurate... $ac_c" 1>&6 +echo "configure:9985: checking if adjtime is accurate" 1>&5 +if test "${ac_cv_var_adjtime_is_accurate+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-accurate-adjtime or --disable-accurate-adjtime was given. @@ -9480,18 +10023,17 @@ fi ac_cv_var_adjtime_is_accurate=$ans fi - echo "$ac_t""$ac_cv_var_adjtime_is_accurate" 1>&6 case "$ac_cv_var_adjtime_is_accurate" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define ADJTIME_IS_ACCURATE 1 EOF ;; esac -echo $ac_n "checking the name of 'tick' in the kernel""... $ac_c" 1>&6 -echo "configure:9494: checking the name of 'tick' in the kernel" >&5 -if eval "test \"`echo '$''{'ac_cv_var_nlist_tick'+set}'`\" = set"; then +echo $ac_n "checking the name of 'tick' in the kernel... $ac_c" 1>&6 +echo "configure:10036: checking the name of 'tick' in the kernel" 1>&5 +if test "${ac_cv_var_nlist_tick+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=_tick @@ -9523,19 +10065,18 @@ case "$target" in esac ac_cv_var_nlist_tick=$ans fi - echo "$ac_t""$ac_cv_var_nlist_tick" 1>&6 case "$ac_cv_var_nlist_tick" in ''|no) ;; # HMS: I think we can only get 'no' here... - *) cat >> confdefs.h <>confdefs.h <&6 -echo "configure:9538: checking for the units of 'tick'" >&5 -if eval "test \"`echo '$''{'ac_cv_var_tick_nano'+set}'`\" = set"; then +echo $ac_n "checking for the units of 'tick'... $ac_c" 1>&6 +echo "configure:10079: checking for the units of 'tick'" 1>&5 +if test "${ac_cv_var_tick_nano+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=usec @@ -9546,20 +10087,19 @@ case "$target" in esac ac_cv_var_tick_nano=$ans fi - echo "$ac_t""$ac_cv_var_tick_nano" 1>&6 case "$ac_cv_var_tick_nano" in nsec) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define TICK_NANO 1 EOF ;; esac # -echo $ac_n "checking the name of 'tickadj' in the kernel""... $ac_c" 1>&6 -echo "configure:9562: checking the name of 'tickadj' in the kernel" >&5 -if eval "test \"`echo '$''{'ac_cv_var_nlist_tickadj'+set}'`\" = set"; then +echo $ac_n "checking the name of 'tickadj' in the kernel... $ac_c" 1>&6 +echo "configure:10102: checking the name of 'tickadj' in the kernel" 1>&5 +if test "${ac_cv_var_nlist_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=_tickadj @@ -9600,19 +10140,18 @@ case "$target" in esac ac_cv_var_nlist_tickadj=$ans fi - echo "$ac_t""$ac_cv_var_nlist_tickadj" 1>&6 case "$ac_cv_var_nlist_tickadj" in ''|no) ;; # HMS: I think we can only get 'no' here... - *) cat >> confdefs.h <>confdefs.h <&6 -echo "configure:9615: checking for the units of 'tickadj'" >&5 -if eval "test \"`echo '$''{'ac_cv_var_tickadj_nano'+set}'`\" = set"; then +echo $ac_n "checking for the units of 'tickadj'... $ac_c" 1>&6 +echo "configure:10154: checking for the units of 'tickadj'" 1>&5 +if test "${ac_cv_var_tickadj_nano+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ans=usec @@ -9623,20 +10162,19 @@ case "$target" in esac ac_cv_var_tickadj_nano=$ans fi - echo "$ac_t""$ac_cv_var_tickadj_nano" 1>&6 case "$ac_cv_var_tickadj_nano" in nsec) - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\EOF #define TICKADJ_NANO 1 EOF ;; esac # -echo $ac_n "checking half-heartedly for 'dosynctodr' in the kernel""... $ac_c" 1>&6 -echo "configure:9639: checking half-heartedly for 'dosynctodr' in the kernel" >&5 -if eval "test \"`echo '$''{'ac_cv_var_nlist_dosynctodr'+set}'`\" = set"; then +echo $ac_n "checking half-heartedly for 'dosynctodr' in the kernel... $ac_c" 1>&6 +echo "configure:10177: checking half-heartedly for 'dosynctodr' in the kernel" 1>&5 +if test "${ac_cv_var_nlist_dosynctodr+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$target" in @@ -9676,20 +10214,19 @@ else esac ac_cv_var_nlist_dosynctodr=$ans fi - echo "$ac_t""$ac_cv_var_nlist_dosynctodr" 1>&6 case "$ac_cv_var_nlist_dosynctodr" in no) ;; - *) cat >> confdefs.h <>confdefs.h <&6 -echo "configure:9692: checking half-heartedly for 'noprintf' in the kernel" >&5 -if eval "test \"`echo '$''{'ac_cv_var_nlist_noprintf'+set}'`\" = set"; then +echo $ac_n "checking half-heartedly for 'noprintf' in the kernel... $ac_c" 1>&6 +echo "configure:10229: checking half-heartedly for 'noprintf' in the kernel" 1>&5 +if test "${ac_cv_var_nlist_noprintf+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$target" in @@ -9723,23 +10260,19 @@ else esac ac_cv_var_nlist_noprintf=$ans fi - echo "$ac_t""$ac_cv_var_nlist_noprintf" 1>&6 case "$ac_cv_var_nlist_noprintf" in no) ;; - *) cat >> confdefs.h <>confdefs.h <&6 -echo "configure:9742: checking for a default value for 'tick'" >&5 -if eval "test \"`echo '$''{'ac_cv_var_tick'+set}'`\" = set"; then +echo $ac_n "checking for a default value for 'tick'... $ac_c" 1>&6 +echo "configure:10275: checking for a default value for 'tick'" 1>&5 +if test "${ac_cv_var_tick+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-tick or --disable-tick was given. @@ -9771,19 +10304,18 @@ fi ac_cv_var_tick=$ans fi - echo "$ac_t""$ac_cv_var_tick" 1>&6 case "$ac_cv_var_tick" in ''|no) ;; # HMS: I think we can only get 'no' here... - *) cat >> confdefs.h <>confdefs.h <&6 -echo "configure:9786: checking for a default value for 'tickadj'" >&5 -if eval "test \"`echo '$''{'ac_cv_var_tickadj'+set}'`\" = set"; then +echo $ac_n "checking for a default value for 'tickadj'... $ac_c" 1>&6 +echo "configure:10318: checking for a default value for 'tickadj'" 1>&5 +if test "${ac_cv_var_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-tickadj or --disable-tickadj was given. @@ -9840,11 +10372,10 @@ fi ac_cv_var_tickadj=$ans fi - echo "$ac_t""$ac_cv_var_tickadj" 1>&6 case "$ac_cv_var_tickadj" in ''|no) ;; # HMS: I think we can only get 'no' here... - *) cat >> confdefs.h <>confdefs.h <> confdefs.h <<\EOF + mips-sni-sysv4*) cat >>confdefs.h <<\EOF #define RELIANTUNIX_CLOCK 1 EOF ;; esac case "$target" in - *-*-sco3.2v5*) cat >> confdefs.h <<\EOF + *-*-sco3.2v5*) cat >>confdefs.h <<\EOF #define SCO5_CLOCK 1 EOF ;; @@ -9913,15 +10444,13 @@ case "$target" in ;; esac - -echo $ac_n "checking if we want and can make the tickadj utility""... $ac_c" 1>&6 -echo "configure:9919: checking if we want and can make the tickadj utility" >&5 -if eval "test \"`echo '$''{'ac_cv_make_tickadj'+set}'`\" = set"; then +echo $ac_n "checking if we want and can make the tickadj utility... $ac_c" 1>&6 +echo "configure:10449: checking if we want and can make the tickadj utility" 1>&5 +if test "${ac_cv_make_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_make_tickadj=yes fi - echo "$ac_t""$ac_cv_make_tickadj" 1>&6 case "$ac_cv_make_tickadj" in yes) @@ -9929,10 +10458,9 @@ case "$ac_cv_make_tickadj" in ;; esac - -echo $ac_n "checking if we want and can make the ntptime utility""... $ac_c" 1>&6 -echo "configure:9935: checking if we want and can make the ntptime utility" >&5 -if eval "test \"`echo '$''{'ac_cv_make_ntptime'+set}'`\" = set"; then +echo $ac_n "checking if we want and can make the ntptime utility... $ac_c" 1>&6 +echo "configure:10463: checking if we want and can make the ntptime utility" 1>&5 +if test "${ac_cv_make_ntptime+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else case "$target" in @@ -9948,7 +10476,6 @@ else esac ac_cv_make_ntptime=$ans fi - echo "$ac_t""$ac_cv_make_ntptime" 1>&6 case "$ac_cv_make_ntptime" in yes) @@ -9956,9 +10483,9 @@ case "$ac_cv_make_ntptime" in ;; esac -echo $ac_n "checking if we want UDP wildcard delivery""... $ac_c" 1>&6 -echo "configure:9961: checking if we want UDP wildcard delivery" >&5 -if eval "test \"`echo '$''{'ac_cv_var_udp_wildcard_delivery'+set}'`\" = set"; then +echo $ac_n "checking if we want UDP wildcard delivery... $ac_c" 1>&6 +echo "configure:10488: checking if we want UDP wildcard delivery" 1>&5 +if test "${ac_cv_var_udp_wildcard_delivery+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-udp-wildcard or --disable-udp-wildcard was given. @@ -10015,10 +10542,9 @@ fi ac_cv_var_udp_wildcard_delivery=$ans fi - echo "$ac_t""$ac_cv_var_udp_wildcard_delivery" 1>&6 case "$ac_cv_var_udp_wildcard_delivery" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define UDP_WILDCARD_DELIVERY 1 EOF ;; @@ -10035,9 +10561,9 @@ case "$host" in ;; esac -echo $ac_n "checking if we should always slew the time""... $ac_c" 1>&6 -echo "configure:10040: checking if we should always slew the time" >&5 -if eval "test \"`echo '$''{'ac_cv_var_slew_always'+set}'`\" = set"; then +echo $ac_n "checking if we should always slew the time... $ac_c" 1>&6 +echo "configure:10566: checking if we should always slew the time" 1>&5 +if test "${ac_cv_var_slew_always+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-slew-always or --disable-slew-always was given. @@ -10066,18 +10592,17 @@ fi ac_cv_var_slew_always=$ans fi - echo "$ac_t""$ac_cv_var_slew_always" 1>&6 case "$ac_cv_var_slew_always" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define SLEWALWAYS 1 EOF ;; esac -echo $ac_n "checking if we should step and slew the time""... $ac_c" 1>&6 -echo "configure:10080: checking if we should step and slew the time" >&5 -if eval "test \"`echo '$''{'ac_cv_var_step_slew'+set}'`\" = set"; then +echo $ac_n "checking if we should step and slew the time... $ac_c" 1>&6 +echo "configure:10605: checking if we should step and slew the time" 1>&5 +if test "${ac_cv_var_step_slew+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-step-slew or --disable-step-slew was given. @@ -10109,18 +10634,17 @@ fi ac_cv_var_step_slew=$ans fi - echo "$ac_t""$ac_cv_var_step_slew" 1>&6 case "$ac_cv_var_step_slew" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define STEP_SLEW 1 EOF ;; esac -echo $ac_n "checking if ntpdate should step the time""... $ac_c" 1>&6 -echo "configure:10123: checking if ntpdate should step the time" >&5 -if eval "test \"`echo '$''{'ac_cv_var_ntpdate_step'+set}'`\" = set"; then +echo $ac_n "checking if ntpdate should step the time... $ac_c" 1>&6 +echo "configure:10647: checking if ntpdate should step the time" 1>&5 +if test "${ac_cv_var_ntpdate_step+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-ntpdate-step or --disable-ntpdate-step was given. @@ -10140,18 +10664,17 @@ fi ac_cv_var_ntpdate_step=$ans fi - echo "$ac_t""$ac_cv_var_ntpdate_step" 1>&6 case "$ac_cv_var_ntpdate_step" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define FORCE_NTPDATE_STEP 1 EOF ;; esac -echo $ac_n "checking if we should sync TODR clock every hour""... $ac_c" 1>&6 -echo "configure:10154: checking if we should sync TODR clock every hour" >&5 -if eval "test \"`echo '$''{'ac_cv_var_sync_todr'+set}'`\" = set"; then +echo $ac_n "checking if we should sync TODR clock every hour... $ac_c" 1>&6 +echo "configure:10677: checking if we should sync TODR clock every hour" 1>&5 +if test "${ac_cv_var_sync_todr+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-hourly-todr-sync or --disable-hourly-todr-sync was given. @@ -10173,18 +10696,17 @@ fi ac_cv_var_sync_todr=$ans fi - echo "$ac_t""$ac_cv_var_sync_todr" 1>&6 case "$ac_cv_var_sync_todr" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define DOSYNCTODR 1 EOF ;; esac -echo $ac_n "checking if we should avoid kernel FLL bug""... $ac_c" 1>&6 -echo "configure:10187: checking if we should avoid kernel FLL bug" >&5 -if eval "test \"`echo '$''{'ac_cv_var_kernel_fll_bug'+set}'`\" = set"; then +echo $ac_n "checking if we should avoid kernel FLL bug... $ac_c" 1>&6 +echo "configure:10709: checking if we should avoid kernel FLL bug" 1>&5 +if test "${ac_cv_var_kernel_fll_bug+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else # Check whether --enable-kernel-fll-bug or --disable-kernel-fll-bug was given. @@ -10213,10 +10735,9 @@ fi ac_cv_var_kernel_fll_bug=$ans fi - echo "$ac_t""$ac_cv_var_kernel_fll_bug" 1>&6 case "$ac_cv_var_kernel_fll_bug" in - yes) cat >> confdefs.h <<\EOF + yes) cat >>confdefs.h <<\EOF #define KERNEL_FLL_BUG 1 EOF ;; @@ -10238,7 +10759,7 @@ esac LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'` trap '' 1 2 15 -cat > confcache <<\EOF +cat >confcache <<\EOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs. It is not useful on other systems. @@ -10272,13 +10793,11 @@ EOF # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' ;; - esac >> confcache -if cmp -s $cache_file confcache; then - : -else + esac >>confcache +if cmp -s $cache_file confcache; then :; else if test -w $cache_file; then echo "updating cache $cache_file" - cat confcache > $cache_file + cat confcache >$cache_file else echo "not updating unwritable cache $cache_file" fi @@ -10298,16 +10817,12 @@ if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' fi -trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 - DEFS=-DHAVE_CONFIG_H -# Without the "./", some shells look in PATH for config.status. : ${CONFIG_STATUS=./config.status} - +trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 echo creating $CONFIG_STATUS -rm -f $CONFIG_STATUS -cat > $CONFIG_STATUS <$CONFIG_STATUS < $CONFIG_STATUS <>$CONFIG_STATUS <> $CONFIG_STATUS < conftest.subs <<\\CEOF -$ac_vpsub -$extrasub -s%@SHELL@%$SHELL%g -s%@CFLAGS@%$CFLAGS%g -s%@CPPFLAGS@%$CPPFLAGS%g -s%@CXXFLAGS@%$CXXFLAGS%g -s%@FFLAGS@%$FFLAGS%g -s%@DEFS@%$DEFS%g -s%@LDFLAGS@%$LDFLAGS%g -s%@LIBS@%$LIBS%g -s%@exec_prefix@%$exec_prefix%g -s%@prefix@%$prefix%g -s%@program_transform_name@%$program_transform_name%g -s%@bindir@%$bindir%g -s%@sbindir@%$sbindir%g -s%@libexecdir@%$libexecdir%g -s%@datadir@%$datadir%g -s%@sysconfdir@%$sysconfdir%g -s%@sharedstatedir@%$sharedstatedir%g -s%@localstatedir@%$localstatedir%g -s%@libdir@%$libdir%g -s%@includedir@%$includedir%g -s%@oldincludedir@%$oldincludedir%g -s%@infodir@%$infodir%g -s%@mandir@%$mandir%g -s%@host@%$host%g -s%@host_alias@%$host_alias%g -s%@host_cpu@%$host_cpu%g -s%@host_vendor@%$host_vendor%g -s%@host_os@%$host_os%g -s%@target@%$target%g -s%@target_alias@%$target_alias%g -s%@target_cpu@%$target_cpu%g -s%@target_vendor@%$target_vendor%g -s%@target_os@%$target_os%g -s%@build@%$build%g -s%@build_alias@%$build_alias%g -s%@build_cpu@%$build_cpu%g -s%@build_vendor@%$build_vendor%g -s%@build_os@%$build_os%g -s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g -s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -s%@INSTALL_DATA@%$INSTALL_DATA%g -s%@PACKAGE@%$PACKAGE%g -s%@VERSION@%$VERSION%g -s%@ACLOCAL@%$ACLOCAL%g -s%@AUTOCONF@%$AUTOCONF%g -s%@AUTOMAKE@%$AUTOMAKE%g -s%@AUTOHEADER@%$AUTOHEADER%g -s%@MAKEINFO@%$MAKEINFO%g -s%@AMTAR@%$AMTAR%g -s%@install_sh@%$install_sh%g -s%@AWK@%$AWK%g -s%@SET_MAKE@%$SET_MAKE%g -s%@AMDEP@%$AMDEP%g -s%@AMDEPBACKSLASH@%$AMDEPBACKSLASH%g -s%@DEPDIR@%$DEPDIR%g -s%@CC@%$CC%g -s%@CPP@%$CPP%g -s%@CCDEPMODE@%$CCDEPMODE%g -s%@LN_S@%$LN_S%g -s%@RANLIB@%$RANLIB%g -s%@PATH_SH@%$PATH_SH%g -s%@U@%$U%g -s%@ANSI2KNR@%$ANSI2KNR%g -s%@LIBOBJS@%$LIBOBJS%g -s%@LIBPARSE@%$LIBPARSE%g -s%@MAKE_LIBPARSE@%$MAKE_LIBPARSE%g -s%@MAKE_LIBPARSE_KERNEL@%$MAKE_LIBPARSE_KERNEL%g -s%@MAKE_CHECK_Y2K@%$MAKE_CHECK_Y2K%g -s%@RSAREF@%$RSAREF%g -s%@LIBRSAREF@%$LIBRSAREF%g -s%@MAKE_LIBRSAREF@%$MAKE_LIBRSAREF%g -s%@TESTDCF@%$TESTDCF%g -s%@DCFD@%$DCFD%g -s%@MAKE_PARSEKMODULE@%$MAKE_PARSEKMODULE%g -s%@PROPDELAY@%$PROPDELAY%g -s%@CHUTEST@%$CHUTEST%g -s%@CLKTEST@%$CLKTEST%g -s%@MAKE_ADJTIMED@%$MAKE_ADJTIMED%g -s%@MAKE_TICKADJ@%$MAKE_TICKADJ%g -s%@MAKE_NTPTIME@%$MAKE_NTPTIME%g +cat >>$CONFIG_STATUS <> $CONFIG_STATUS <<\EOF +cat >>$CONFIG_STATUS < conftest.s$ac_file - else - sed "${ac_end}q" conftest.subs > conftest.s$ac_file - fi - if test ! -s conftest.s$ac_file; then - ac_more_lines=false - rm -f conftest.s$ac_file - else - if test -z "$ac_sed_cmds"; then - ac_sed_cmds="sed -f conftest.s$ac_file" +# +# 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/' >\$ac_cs_root.subs <<\\CEOF +s%@SHELL@%$SHELL%;t t +s%@CFLAGS@%$CFLAGS%;t t +s%@CPPFLAGS@%$CPPFLAGS%;t t +s%@CXXFLAGS@%$CXXFLAGS%;t t +s%@FFLAGS@%$FFLAGS%;t t +s%@DEFS@%$DEFS%;t t +s%@LDFLAGS@%$LDFLAGS%;t t +s%@LIBS@%$LIBS%;t t +s%@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%@host@%$host%;t t +s%@host_alias@%$host_alias%;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_alias@%$target_alias%;t t +s%@target_cpu@%$target_cpu%;t t +s%@target_vendor@%$target_vendor%;t t +s%@target_os@%$target_os%;t t +s%@build@%$build%;t t +s%@build_alias@%$build_alias%;t t +s%@build_cpu@%$build_cpu%;t t +s%@build_vendor@%$build_vendor%;t t +s%@build_os@%$build_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%@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%@CPP@%$CPP%;t t +s%@CCDEPMODE@%$CCDEPMODE%;t t +s%@LN_S@%$LN_S%;t t +s%@RANLIB@%$RANLIB%;t t +s%@PATH_SH@%$PATH_SH%;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%@RSAREF@%$RSAREF%;t t +s%@LIBRSAREF@%$LIBRSAREF%;t t +s%@MAKE_LIBRSAREF@%$MAKE_LIBRSAREF%;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_TICKADJ@%$MAKE_TICKADJ%;t t +s%@MAKE_NTPTIME@%$MAKE_NTPTIME%;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" $ac_cs_root.subs >$ac_cs_root.sfrag else - ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" + sed "${ac_end}q" $ac_cs_root.subs >$ac_cs_root.sfrag + fi + if test ! -s $ac_cs_root.sfrag; then + ac_more_lines=false + rm -f $ac_cs_root.sfrag + 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 $ac_cs_root.sfrag) >$ac_cs_root.s$ac_sed_frag + if test -z "$ac_sed_cmds"; then + ac_sed_cmds="sed -f $ac_cs_root.s$ac_sed_frag" + else + ac_sed_cmds="$ac_sed_cmds | sed -f $ac_cs_root.s$ac_sed_frag" + fi + ac_sed_frag=`expr $ac_sed_frag + 1` + ac_beg=$ac_end + ac_end=`expr $ac_end + $ac_max_sed_lines` fi - ac_file=`expr $ac_file + 1` - ac_beg=$ac_end - ac_end=`expr $ac_end + $ac_max_sed_cmds` + done + if test -z "$ac_sed_cmds"; then + ac_sed_cmds=cat fi -done -if test -z "$ac_sed_cmds"; then - ac_sed_cmds=cat -fi -EOF +fi # test -n "$CONFIG_FILES" -cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF +cat >>$CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case "$ac_file" in @@ -10518,49 +11157,62 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then echo creating "$ac_file" rm -f "$ac_file" - configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." + configure_input="Generated automatically from `echo $ac_file_in | + sed 's%.*/%%'` by configure." case "$ac_file" in - *Makefile*) ac_comsub="1i\\ + *[Mm]akefile*) ac_comsub="1i\\ # $configure_input" ;; *) ac_comsub= ;; esac - ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` + # Don't redirect the output to AC_FILE directly: use `mv' so that updating + # is atomic, and doesn't need trapping. + ac_file_inputs=`echo $ac_file_in | + sed -e "s%^%$ac_given_srcdir/%;s%:% $ac_given_srcdir/%g"` + for ac_file_input in $ac_file_inputs; + do + test -f "$ac_file_input" || + { echo "configure: error: cannot find input file \`$ac_file_input'" 1>&2; exit 1; } + done +EOF +cat >>$CONFIG_STATUS < $ac_file +$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@%$srcdir%;t t +s%@top_srcdir@%$top_srcdir%;t t +s%@INSTALL@%$INSTALL%;t t +" $ac_file_inputs | (eval "$ac_sed_cmds") >$ac_cs_root.out + mv $ac_cs_root.out $ac_file + fi; done -rm -f conftest.s* +rm -f $ac_cs_root.s* +EOF +cat >>$CONFIG_STATUS <<\EOF + +# +# CONFIG_HEADER section. +# # 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. -ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' +ac_dA='s%^\([ ]*\)#\([ ]*<>[ ][ ]*\)' ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' ac_dC='\3' -ac_dD='%g' -# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". +ac_dD='%;t t' +# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' -ac_uB='\([ ]\)%\1#\2define\3' +ac_uB='$%\1#\2define\3' ac_uC=' ' -ac_uD='\4%g' -# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". -ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' -ac_eB='$%\1#\2define\3' -ac_eC=' ' -ac_eD='%g' +ac_uD='%;t t' -if test "${CONFIG_HEADERS+set}" != set; then -EOF -cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -fi for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case "$ac_file" in @@ -10571,65 +11223,108 @@ for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then echo creating $ac_file - rm -f conftest.frag conftest.in conftest.out - ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` - cat $ac_file_inputs > conftest.in + rm -f $ac_cs_root.frag $ac_cs_root.in $ac_cs_root.out + ac_file_inputs=`echo $ac_file_in | + sed -e "s%^%$ac_given_srcdir/%;s%:% $ac_given_srcdir/%g"` + for ac_file_input in $ac_file_inputs; + do + test -f "$ac_file_input" || + { echo "configure: error: cannot find input file \`$ac_file_input'" 1>&2; exit 1; } + done + # Remove the trailing spaces. + sed -e 's/[ ]*$//' $ac_file_inputs >$ac_cs_root.in EOF -# Transform confdefs.h into a sed script conftest.vals that substitutes -# the proper values into config.h.in to produce config.h. 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.vals -cat > conftest.hdr <<\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 +cat >$ac_cs_root.hdr <<\EOF s/[\\&%]/\\&/g s%[\\$`]%\\&%g -s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp -s%ac_d%ac_u%gp -s%ac_u%ac_e%gp -EOF -sed -n -f conftest.hdr confdefs.h > conftest.vals -rm -f conftest.hdr +t clear +: clear +s%^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$%${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD}%gp +t cleanup +s%^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp +: cleanup +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 $ac_cs_root.hdr >conftest.defines +sed -e 's/ac_d/ac_u/g' conftest.defines >conftest.undefs +rm -f $ac_cs_root.hdr # 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. -cat >> conftest.vals <<\EOF +cat >>conftest.undefs <<\EOF s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% EOF -# Break up conftest.vals because some shells have a limit on -# the size of here documents, and old seds have small limits too. +# 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" $ac_cs_root.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 $ac_cs_root.frag. + echo ' cat >$ac_cs_root.frag <>$CONFIG_STATUS + echo ': t' >>$CONFIG_STATUS + echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS + sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS + echo 'CEOF + sed -f $ac_cs_root.frag $ac_cs_root.in >$ac_cs_root.out + rm -f $ac_cs_root.in + mv $ac_cs_root.out $ac_cs_root.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 +# 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 rm -f conftest.tail -while : +while grep . conftest.undefs >/dev/null do - ac_lines=`grep -c . conftest.vals` - # grep -c gives empty output for an empty file on some AIX systems. - if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi - # Write a limited-size here document to conftest.frag. - echo ' cat > conftest.frag <> $CONFIG_STATUS - sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS + # Write a limited-size here document to $ac_cs_root.frag. + echo ' cat >$ac_cs_root.frag <>$CONFIG_STATUS + echo ': t' >>$CONFIG_STATUS + echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS + sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS echo 'CEOF - sed -f conftest.frag conftest.in > conftest.out - rm -f conftest.in - mv conftest.out conftest.in -' >> $CONFIG_STATUS - sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail - rm -f conftest.vals - mv conftest.tail conftest.vals + sed -f $ac_cs_root.frag $ac_cs_root.in >$ac_cs_root.out + rm -f $ac_cs_root.in + mv $ac_cs_root.out $ac_cs_root.in +' >>$CONFIG_STATUS + sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail + rm -f conftest.undefs + mv conftest.tail conftest.undefs done -rm -f conftest.vals - -cat >> $CONFIG_STATUS <<\EOF - rm -f conftest.frag conftest.h - echo "/* $ac_file. Generated automatically by configure. */" > conftest.h - cat conftest.in >> conftest.h - rm -f conftest.in - if cmp -s $ac_file conftest.h 2>/dev/null; then +rm -f conftest.undefs + +cat >>$CONFIG_STATUS <<\EOF + rm -f $ac_cs_root.frag $ac_cs_root.h + echo "/* $ac_file. Generated automatically by configure. */" >$ac_cs_root.h + cat $ac_cs_root.in >>$ac_cs_root.h + rm -f $ac_cs_root.in + if cmp -s $ac_file $ac_cs_root.h 2>/dev/null; then echo "$ac_file is unchanged" - rm -f conftest.h + rm -f $ac_cs_root.h else # Remove last slash and all that follows it. Not all systems have dirname. ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` @@ -10638,20 +11333,23 @@ cat >> $CONFIG_STATUS <<\EOF test ! -d "$ac_dir" && mkdir "$ac_dir" fi rm -f $ac_file - mv conftest.h $ac_file + mv $ac_cs_root.h $ac_file fi fi; done - -EOF -cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h +cat >>$CONFIG_STATUS <<\EOF +# +# CONFIG_COMMANDS section. +# +for ac_file in .. $CONFIG_COMMANDS; do if test "x$ac_file" != x..; then + ac_dest=`echo "$ac_file"|sed 's%:.*%%'` + ac_source=`echo "$ac_file"|sed 's%[^:]*:%%'` + + echo "executing commands of $ac_dest" + case "$ac_dest" in + default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;; + default-2 ) test x"$AMDEP" != x"" || for mf in $CONFIG_FILES; do case "$mf" in @@ -10689,12 +11387,24 @@ for mf in $CONFIG_FILES; do echo '# dummy' > "$dirpart/$file" done done + ;; + default ) chmod +x scripts/ntpver scripts/mkver ;; + esac +fi;done +EOF + +cat >>$CONFIG_STATUS <<\EOF + +# +# CONFIG_COMMANDS section. +# -chmod +x scripts/ntpver scripts/mkver exit 0 EOF chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files -test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 +trap 'exit 1' 1 2 15 + +test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1 #test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h]) diff --git a/configure.in b/configure.in index c8cf3da26..bdc9600e4 100644 --- a/configure.in +++ b/configure.in @@ -1495,7 +1495,7 @@ fi AC_MSG_RESULT($ntp_ok) case "$ntp_ok$target" in yes*-*-hpux*) ;; - yes*) AC_WARN(*** But the expected answer is... no ***) ;; + yes*) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac #HPUX only, and only by explicit request @@ -1509,7 +1509,7 @@ fi AC_MSG_RESULT($ntp_ok) case "$ntp_ok$target" in yes*-*-hpux*) ;; - yes*) AC_WARN(*** But the expected answer is... no ***) ;; + yes*) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac AC_MSG_CHECKING(for PCL720 clock support) @@ -1555,6 +1555,39 @@ case "$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in esac AC_MSG_RESULT($ntp_canaudio) +dnl AC_MSG_CHECKING([struct audio_info for monitor_gain]) +dnl AC_C_STRUCT_MEMBER(ai_monitor_gain, +dnl [#ifdef HAVE_SUN_AUDIO_H +dnl #include +dnl #endif +dnl #ifdef HAVE_SYS_AUDIOIO_H +dnl #include +dnl #endif], [struct audio_info], monitor_gain) +dnl case "$ai_monitor_gain" in +dnl *yes*) +dnl AC_DEFINE(HAVE_AI_MONITOR_GAIN, [struct audio_info.monitor_gain?]) +dnl ans=yes +dnl ;; +dnl *) ans=no ;; +dnl esac +dnl AC_MSG_RESULT($ans) + +dnl AC_CHECK_MEMBERS ((AGGREGATE.MEMBER, ...), [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND], [INCLUDES]) + +AC_CHECK_MEMBERS((struct audio_info.monitor_gain, + struct audio_info.output_muted, + struct audio_info.blocksize, + struct audio_info.hiwat, + struct audio_info.lowat, + struct audio_info.mode), , , +[#ifdef HAVE_SUN_AUDIO_H +#include +#endif +#ifdef HAVE_SYS_AUDIOIO_H +#include +#endif]) + # Requires modem control AC_MSG_CHECKING(ACTS modem service) AC_ARG_ENABLE(ACTS, [ --enable-ACTS + ACTS modem service], @@ -1633,7 +1666,7 @@ fi AC_MSG_RESULT($ntp_ok) # We used to check for sunos/solaris target... case "$ntp_ok$ac_refclock_chu$ntp_canaudio" in - yes*no*) AC_WARN(*** But the expected answer is...no ***) ;; + yes*no*) AC_MSG_WARN(*** But the expected answer is...no ***) ;; esac # Not under HP-UX @@ -1703,7 +1736,7 @@ if test "$ntp_ok" = "yes"; then fi AC_MSG_RESULT($ntp_ok) case "$ntp_ok$ntp_canaudio" in - yesno) AC_WARN(*** But the expected answer is... no ***) ;; + yesno) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac AC_MSG_CHECKING(Leitch CSD 5300 Master Clock System Driver) @@ -1749,7 +1782,7 @@ if test "$ntp_ok" = "yes"; then fi AC_MSG_RESULT($ntp_ok) case "$ntp_ok$target" in - yes*-*-ultrix*) AC_WARN(*** But the expected answer is... no ***) ;; + yes*-*-ultrix*) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac AC_MSG_CHECKING(NMEA GPS receiver) @@ -1815,7 +1848,7 @@ if test "$ntp_ok" = "yes"; then fi AC_MSG_RESULT($ntp_ok) case "$ntp_ok$target" in - yes*-*-ultrix*) AC_WARN(*** But the expected answer is... no ***) ;; + yes*-*-ultrix*) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac # Requires modem control @@ -1853,7 +1886,7 @@ if test "$ntp_ok" = "yes"; then fi AC_MSG_RESULT($ntp_ok) case "$ntp_ok$ac_cv_header_sys_tpro" in - yesno) AC_WARN(*** But the expected answer is... no ***) ;; + yesno) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac AC_MSG_CHECKING(TRAK 8810 GPS receiver) @@ -1919,7 +1952,7 @@ if test "$ntp_ok" = "yes"; then fi AC_MSG_RESULT($ntp_ok) case "$ntp_ok$target" in - yesvax-dec-bsd) AC_WARN(*** But the expected answer is... no ***) ;; + yesvax-dec-bsd) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac AC_MSG_CHECKING(Ultralink M320 WWVB receiver) @@ -1944,7 +1977,7 @@ if test "$ntp_ok" = "yes"; then fi AC_MSG_RESULT($ntp_ok) case "$ntp_ok$ntp_canaudio" in - yesno) AC_WARN(*** But the expected answer is... no ***) ;; + yesno) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac # Requires modem control @@ -2947,10 +2980,11 @@ esac # the ANSI2KNR-filtering rules. LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'` -AC_OUTPUT(Makefile adjtimed/Makefile clockstuff/Makefile \ +AC_CONFIG_FILES(Makefile adjtimed/Makefile clockstuff/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/mkver scripts/ntpver util/Makefile, -[chmod +x scripts/ntpver scripts/mkver]) +scripts/Makefile scripts/mkver scripts/ntpver util/Makefile) +AC_CONFIG_COMMANDS(default, [[chmod +x scripts/ntpver scripts/mkver]], []) +AC_OUTPUT #test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h]) diff --git a/libntp/audio.c b/libntp/audio.c index 3228bba62..27e919b61 100644 --- a/libntp/audio.c +++ b/libntp/audio.c @@ -144,11 +144,42 @@ audio_show(void) info.record.samples, info.record.eof, info.record.pause, info.record.error, info.record.waiting, info.record.balance); - printf("audio: monitor %d, muted %d\n", - info.monitor_gain, info.output_muted); + + { + int cnt = 0; /* this will handle clean line wraps someday */ + /* Right now, I think we're under 75 columns... */ + + printf("audio: monitor %d", info.monitor_gain); + cnt += 17; + +#ifdef HAVE_STRUCT_AUDIO_INFO_OUTPUT_MUTED + printf(", muted %d", info.output_muted); + cnt += 9; +#endif + +#ifdef HAVE_STRUCT_AUDIO_INFO_BLOCKSIZE + printf(", blocksize %d", info.blocksize); + cnt += 16; +#endif + +#ifdef HAVE_STRUCT_AUDIO_INFO_HIWAT + printf(", hiwat %d", info.hiwat); + cnt += 11; +#endif + +#ifdef HAVE_STRUCT_AUDIO_INFO_LOWAT + printf(", lowat %d", info.lowat); + cnt += 11; +#endif + +#ifdef HAVE_STRUCT_AUDIO_INFO_MODE + printf(", mode %d", info.mode); + cnt += 8; +#endif + if (cnt) { + printf("\n"); + cnt = 0; + } + } #endif /* HAVE_SYS_AUDIOIO_H */ -#ifdef __NetBSD__ - printf("audio: monitor %d, blocksize %d, hiwat %d, lowat %d, mode %d\n", - info.monitor_gain, info.blocksize, info.hiwat, info.lowat, info.mode); -#endif /* __NetBSD__ */ } diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c3bb68415..31a0e0fda 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1 +1,2 @@ noinst_SCRIPTS = mkver ntpver +EXTRA_DIST = mkver.in ntpver.in \ No newline at end of file diff --git a/scripts/Makefile.in b/scripts/Makefile.in index bc662fbe0..befe0c501 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -100,14 +100,15 @@ install_sh = @install_sh@ noinst_SCRIPTS = mkver ntpver +EXTRA_DIST = mkver.in ntpver.in subdir = scripts mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h -CONFIG_CLEAN_FILES = mkver ntpver +CONFIG_CLEAN_FILES = SCRIPTS = $(noinst_SCRIPTS) DIST_SOURCES = -DIST_COMMON = README Makefile.am Makefile.in mkver.in ntpver.in +DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -122,10 +123,6 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -mkver: $(top_builddir)/config.status mkver.in - cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -ntpver: $(top_builddir)/config.status ntpver.in - cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status tags: TAGS TAGS: