]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Many files:
authorHarlan Stenn <stenn@ntp.org>
Sun, 14 May 2000 03:58:14 +0000 (03:58 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 14 May 2000 03:58:14 +0000 (03:58 -0000)
  * libntp/gpstolfp.c (GPSORIGIN): Try new ULONG_CONST macro

bk: 391e2456E23ZB9DImzVhPR897E_2yw

ChangeLog
Makefile.in
acconfig.h
acinclude.m4 [new file with mode: 0644]
aclocal.m4
config.h.in
configure
configure.in
libntp/gpstolfp.c
ntpd/ntp_request.c

index edde1bb273441a3de85104fd3be190b6d65d5da6..bd07628432b6108e43962ad32933d2b912e64d5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-05-13  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * libntp/gpstolfp.c (GPSORIGIN): Try new ULONG_CONST macro
+
        * ntpdate/ntptimeset.c: 
        * ntpdate/ntpdate.h: 
        * ntpd/refclock_oncore.c (oncore_msg_En): 
index 88ed2e5a188119dc300c03bc4b987cd246312319..672ce5a3b11c18392874e1891fcece87a6874603 100644 (file)
@@ -172,9 +172,9 @@ CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = 
 DIST_SOURCES = 
 DIST_COMMON =  README ./stamp-h.in ChangeLog INSTALL Makefile.am \
-Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess config.h.in \
-config.sub configure configure.in depcomp install-sh missing \
-mkinstalldirs
+Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \
+config.h.in config.sub configure configure.in depcomp install-sh \
+missing mkinstalldirs
 
 
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -189,7 +189,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4):  configure.in 
+$(ACLOCAL_M4):  configure.in  acinclude.m4
        cd $(srcdir) && $(ACLOCAL)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index a46ca673a0ba3a9ee37ff43db46b6c0ea647adcd..e17835c5216f20ed9b48e2435588dd2de5c79b9e 100644 (file)
 
 /* toupper()? */
 #undef DECL_TOUPPER_0
+
+#undef ULONG_CONST
diff --git a/acinclude.m4 b/acinclude.m4
new file mode 100644 (file)
index 0000000..9a5941c
--- /dev/null
@@ -0,0 +1,10 @@
+AC_DEFUN(hs_ULONG_CONST,
+[ AC_EGREP_CPP(Circus,
+ [#define ACAT(a,b)a ## b
+ACAT(Cir,cus)
+], AC_DEFINE([ULONG_CONST(a)], [a ## UL]),
+    AC_EGREP_CPP(Reiser,
+[#define RCAT(a,b)a/**/b
+RCAT(Rei,ser)
+], AC_DEFINE([ULONG_CONST(a)], [a/**/U]),
+    AC_MSG_ERROR([How do we create an unsigned long constant?])))])
index c8b20a4d883f47b734493ef00d9bfa0fde5e6208..fb02bfcb61e2cbd46281d0acfb034f962285cc80 100644 (file)
@@ -10,6 +10,17 @@ dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 dnl PARTICULAR PURPOSE.
 
+AC_DEFUN(hs_ULONG_CONST,
+[ AC_EGREP_CPP(Circus,
+ [#define ACAT(a,b)a ## b
+ACAT(Cir,cus)
+], AC_DEFINE([ULONG_CONST(a)], [a ## UL]),
+    AC_EGREP_CPP(Reiser,
+[#define RCAT(a,b)a/**/b
+RCAT(Rei,ser)
+], AC_DEFINE([ULONG_CONST(a)], [a/**/U]),
+    AC_MSG_ERROR([How do we create an unsigned long constant?])))])
+
 # Like AC_CONFIG_HEADER, but automatically create stamp file.
 
 AC_DEFUN(AM_CONFIG_HEADER,
index 129a4ab44d5ce00e5763d8be5cd328c6a0a11c6e..034d7fdff9a39fe90b84765f6c6db787cbd915db 100644 (file)
 /* toupper()? */
 #undef DECL_TOUPPER_0
 
+#undef ULONG_CONST
+
 /* Autokey? */
 #undef AUTOKEY
 
 # undef __CHAR_UNSIGNED__
 #endif
 
-/* Define to empty if the keyword `const' is not conform to ANSI C. */
+/* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 
 /* Define to `int' if <sys/types.h> doesn't define. */
index 9988a48aef9b68fc0b7698179230dc46475767f8..615555f8981f6267aaba6318a9ae6438baf7d16b 100755 (executable)
--- a/configure
+++ b/configure
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using Autoconf version 2.14a
-# Copyright (C) 1992, 93, 94, 95, 96, 98, 1999 Free Software Foundation, Inc.
+# Generated automatically using Autoconf version 2.14a.
+# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
+# 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_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 <stdio.h>
-#include <sys/types.h>
-#if STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# if HAVE_STDLIB_H
-#  include <stdlib.h>
-# endif
-#endif
-#if HAVE_STRING_H
-# if !STDC_HEADERS && HAVE_MEMORY_H
-#  include <memory.h>
-# endif
-# include <string.h>
-#else
-# if HAVE_STRINGS_H
-#  include <strings.h>
-# endif
-#endif
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
 # Any additions from configure.in:
-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_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_arg_enable_help="$ac_arg_enable_help
-  --enable-dst-minutes=60 + minutes per DST adjustment"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-BANCOMM        - Datum/Bancomm bc635/VME interface"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-GPSVME         - TrueTime GPS receiver/VME interface"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-SHM            - SHM clock attached thru shared memory"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-all-clocks     + include all suitable non-PARSE clocks:"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-ACTS           + ACTS modem service"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-ARBITER        + Arbiter 1088A/B GPS receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-ARCRON-MSF     + Arcron MSF receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-AS2201         + Austron 2200A/2201A GPS receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-ATOM           + PPS interface"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-CHU            - CHU modem/decoder"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-AUDIO-CHU      s CHU audio/decoder"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-DATUM          s Datum Programmable Time System"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-FG             + Forum Graphic GPS"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-HEATH          s Heath GC-1000 WWV/WWVH receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-HPGPS          + HP 58503A GPS receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-IRIG           s Sun IRIG audio decoder"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-LEITCH         + Leitch CSD 5300 Master Clock System Driver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-LOCAL-CLOCK    + local clock reference"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-MSFEES         + EES M201 MSF receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-MX4200         s Magnavox MX4200 GPS receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-NMEA           + NMEA GPS receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-ONCORE         + Motorola VP/UT Oncore GPS receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-PALISADE       + Palisade clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-PST            + PST/Traconex 1020 WWV/WWVH receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-JUPITER        s Rockwell Jupiter GPS receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-PTBACTS        s PTB modem service"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-TPRO           s KSI/Odetics TPRO/S GPS receiver/IRIG interface"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-TRAK           + TRAK 8810 GPS receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-CHRONOLOG      + Chrono-log K-series WWVB receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-DUMBCLOCK      + Dumb generic hh:mm:ss local clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-PCF            + Conrad parallel port radio clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-SPECTRACOM     + Spectracom 8170/Netclock/2 WWVB receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-TRUETIME       s Kinemetrics/TrueTime receivers"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-ULINK          + Ultralink WWVB receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-WWV            + WWV Audio receiver"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-USNO           s USNO modem service"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-parse-clocks   - include all suitable PARSE clocks:"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-COMPUTIME      s Diem Computime Radio Clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-DCF7000        s ELV/DCF7000 clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-HOPF6021       s HOPF 6021 clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-MEINBERG       s Meinberg clocks"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-RAWDCF         s DCF77 raw time code"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-RCC8000        s RCC 8000 clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-SCHMID         s Schmid DCF77 clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-TRIMTAIP       s Trimble GPS receiver/TAIP protocol"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-TRIMTSIP       s Trimble GPS receiver/TSIP protocol"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-WHARTON        s WHARTON 400A Series clock"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-VARITEXT       s VARITEXT clock"
-ac_arg_with_help="$ac_arg_with_help
-  --with-crypto           + ={md5,autokey,rsaref}"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-kmem           s read /dev/kmem for tick and/or tickadj"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-accurate-adjtime
-                          s the adjtime() call is accurate"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-tick=VALUE     s force a value for 'tick'"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-tickadj=VALUE  s force a value for 'tickadj'"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-udp-wildcard   s use UDP wildcard delivery"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-slew-always    s always slew the time"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-step-slew      s step and slew the time"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-ntpdate-step   s if ntpdate should step the time"
-ac_arg_enable_help="$ac_arg_enable_help
-  --enable-hourly-todr-sync
-                          s if we should sync TODR hourly"
-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.
+ac_init_help=false
+ac_init_version=false
 # The variables have the same names as the options, with
 # dashes changed to underlines.
 build=NONE
@@ -206,7 +52,7 @@ 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=48}
 # 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'
@@ -254,7 +100,7 @@ do
     ac_feature=`echo "$ac_option"|sed -e 's/-*disable-//'`
     # Reject names that are not valid shell variable names.
     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; }
+      { echo "configure: error: invalid feature: $ac_feature" 1>&2; exit 1; }
     fi
     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
     eval "enable_${ac_feature}=no" ;;
@@ -263,7 +109,7 @@ do
     ac_feature=`echo "$ac_option"|sed -e 's/-*enable-//' -e 's/=.*//'`
     # Reject names that are not valid shell variable names.
     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; }
+      { echo "configure: error: invalid feature: $ac_feature" 1>&2; exit 1; }
     fi
     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
     case "$ac_option" in
@@ -286,78 +132,7 @@ do
     with_gas=yes ;;
 
   -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
-`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:
-  -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
-                          [same as prefix]
-  --bindir=DIR            user executables in DIR [EPREFIX/bin]
-  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
-  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
-  --datadir=DIR           read-only architecture-independent data in DIR
-                          [PREFIX/share]
-  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
-  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
-                          [PREFIX/com]
-  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
-  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
-  --includedir=DIR        C header files in DIR [PREFIX/include]
-  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
-  --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
-Host type:
-  --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]\
-$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)\
-$ac_arg_with_help"
-    test -n "$ac_arg_var_help" && echo "
-Some influent environment variables:$ac_arg_var_help"
-    exit 0 ;;
-
+    ac_init_help=: ;;
   -host | --host | --hos | --ho)
     ac_prev=host ;;
   -host=* | --host=* | --hos=* | --ho=*)
@@ -504,15 +279,14 @@ Some influent environment variables:$ac_arg_var_help"
   -v | -verbose | --verbose | --verbos | --verbo | --verb)
     verbose=yes ;;
 
-  -version | --version | --versio | --versi | --vers)
-    echo "configure generated by autoconf version 2.14a"
-    exit 0 ;;
+  -version | --version | --versio | --versi | --vers | -V)
+    ac_init_version=: ;;
 
   -with-* | --with-*)
     ac_package=`echo "$ac_option"|sed -e 's/-*with-//' -e 's/=.*//'`
     # Reject names that are not valid shell variable names.
-    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; }
+    if echo "$ac_package" | grep '[^-a-zA-Z0-9_]' >/dev/null 2>&1; then
+      { echo "configure: error: invalid package: $ac_package" 1>&2; exit 1; }
     fi
     ac_package=`echo $ac_package| sed 's/-/_/g'`
     case "$ac_option" in
@@ -524,8 +298,8 @@ Some influent environment variables:$ac_arg_var_help"
   -without-* | --without-*)
     ac_package=`echo "$ac_option"|sed -e 's/-*without-//'`
     # Reject names that are not valid shell variable names.
-    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; }
+    if echo "$ac_package" | grep '[^-a-zA-Z0-9_]' >/dev/null 2>&1; then
+      { echo "configure: error: invalid package: $ac_package" 1>&2; exit 1; }
     fi
     ac_package=`echo $ac_package| sed 's/-/_/g'`
     eval "with_${ac_package}=no" ;;
@@ -548,22 +322,23 @@ Some influent environment variables:$ac_arg_var_help"
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
     x_libraries="$ac_optarg" ;;
 
-  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
+  -*) { echo "configure: error: unrecognized option: $ac_option
+Try \`configure --help' for more information." 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; }
+      { echo "configure: error: invalid variable name: $ac_envvar" 1>&2; exit 1; }
     fi
     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
     eval "$ac_envvar='$ac_optarg'"
     export $ac_envvar ;;
 
   *)
-    if echo "$ac_feature" | grep '[^-a-zA-Z0-9.]' >/dev/null 2>&1; then
-      echo "configure: warning: $ac_option: invalid host type" 1>&2
+    if echo "$ac_option" | grep '[^-a-zA-Z0-9.]' >/dev/null 2>&1; then
+      echo "configure: warning: invalid host type: $ac_option" 1>&2
     fi
     if test "x$nonopt" != xNONE; then
       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
@@ -577,29 +352,174 @@ done
 if test -n "$ac_prev"; then
   { echo "configure: error: missing argument to --\`echo $ac_prev | sed 's/_/-/g'\`" 1>&2; exit 1; }
 fi
+if $ac_init_help; then
+  # Omit some internal or obsolete options to make the list less imposing.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  cat <<\EOF
+`configure' configures software source code packages to adapt to many kinds
+of systems.
 
-trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
+Usage: configure [OPTION]... [VAR=VALUE]... [HOST]
 
-# File descriptor usage:
-# 0 standard input
-# 1 file creation
-# 2 errors and warnings
-# 3 some systems may open it to /dev/tty
-# 4 used on the Kubota Titan
-# 6 checking for... messages and results
-# 5 compiler messages saved in config.log
-if test "$silent" = yes; then
-  exec 6>/dev/null
-else
-  exec 6>&1
+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:
+  -h, --help              print this message
+  -V, --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
+
+EOF
+
+  cat <<EOF
+Directories:
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+                          [$ac_default_prefix]
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+                          [same as prefix]
+  --bindir=DIR            user executables in DIR [EPREFIX/bin]
+  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
+  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
+  --datadir=DIR           read-only architecture-independent data in DIR
+                          [PREFIX/share]
+  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
+  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
+                          [PREFIX/com]
+  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
+  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
+  --includedir=DIR        C header files in DIR [PREFIX/include]
+  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
+  --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 ..]
+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]
+EOF
+
+  cat <<\EOF
+
+Program names:
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+
+Optional Features:
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --enable-FEATURE=ARG  include FEATURE ARG=yes
+  --disable-dependency-tracking Speeds up one-time builds
+  --enable-dependency-tracking  Do not reject slow dependency extractors
+  --enable-debugging      + include debugging code
+  --enable-dst-minutes=60 + minutes per DST adjustment
+  --enable-BANCOMM        - Datum/Bancomm bc635/VME interface
+  --enable-GPSVME         - TrueTime GPS receiver/VME interface
+  --enable-SHM            - SHM clock attached thru shared memory
+  --enable-all-clocks     + include all suitable non-PARSE clocks:
+  --enable-ACTS           + ACTS modem service
+  --enable-ARBITER        + Arbiter 1088A/B GPS receiver
+  --enable-ARCRON-MSF     + Arcron MSF receiver
+  --enable-AS2201         + Austron 2200A/2201A GPS receiver
+  --enable-ATOM           + PPS interface
+  --enable-CHU            - CHU modem/decoder
+  --enable-AUDIO-CHU      s CHU audio/decoder
+  --enable-DATUM          s Datum Programmable Time System
+  --enable-FG             + Forum Graphic GPS
+  --enable-HEATH          s Heath GC-1000 WWV/WWVH receiver
+  --enable-HPGPS          + HP 58503A GPS receiver
+  --enable-IRIG           s Sun IRIG audio decoder
+  --enable-LEITCH         + Leitch CSD 5300 Master Clock System Driver
+  --enable-LOCAL-CLOCK    + local clock reference
+  --enable-MSFEES         + EES M201 MSF receiver
+  --enable-MX4200         s Magnavox MX4200 GPS receiver
+  --enable-NMEA           + NMEA GPS receiver
+  --enable-ONCORE         + Motorola VP/UT Oncore GPS receiver
+  --enable-PALISADE       + Palisade clock
+  --enable-PST            + PST/Traconex 1020 WWV/WWVH receiver
+  --enable-JUPITER        s Rockwell Jupiter GPS receiver
+  --enable-PTBACTS        s PTB modem service
+  --enable-TPRO           s KSI/Odetics TPRO/S GPS receiver/IRIG interface
+  --enable-TRAK           + TRAK 8810 GPS receiver
+  --enable-CHRONOLOG      + Chrono-log K-series WWVB receiver
+  --enable-DUMBCLOCK      + Dumb generic hh:mm:ss local clock
+  --enable-PCF            + Conrad parallel port radio clock
+  --enable-SPECTRACOM     + Spectracom 8170/Netclock/2 WWVB receiver
+  --enable-TRUETIME       s Kinemetrics/TrueTime receivers
+  --enable-ULINK          + Ultralink WWVB receiver
+  --enable-WWV            + WWV Audio receiver
+  --enable-USNO           s USNO modem service
+  --enable-parse-clocks   - include all suitable PARSE clocks:
+  --enable-COMPUTIME      s Diem Computime Radio Clock
+  --enable-DCF7000        s ELV/DCF7000 clock
+  --enable-HOPF6021       s HOPF 6021 clock
+  --enable-MEINBERG       s Meinberg clocks
+  --enable-RAWDCF         s DCF77 raw time code
+  --enable-RCC8000        s RCC 8000 clock
+  --enable-SCHMID         s Schmid DCF77 clock
+  --enable-TRIMTAIP       s Trimble GPS receiver/TAIP protocol
+  --enable-TRIMTSIP       s Trimble GPS receiver/TSIP protocol
+  --enable-WHARTON        s WHARTON 400A Series clock
+  --enable-VARITEXT       s VARITEXT clock
+  --enable-kmem           s read /dev/kmem for tick and/or tickadj
+  --enable-accurate-adjtime
+                          s the adjtime() call is accurate
+  --enable-tick=VALUE     s force a value for 'tick'
+  --enable-tickadj=VALUE  s force a value for 'tickadj'
+  --enable-udp-wildcard   s use UDP wildcard delivery
+  --enable-slew-always    s always slew the time
+  --enable-step-slew      s step and slew the time
+  --enable-ntpdate-step   s if ntpdate should step the time
+  --enable-hourly-todr-sync
+                          s if we should sync TODR hourly
+  --enable-kernel-fll-bug s if we should avoid a kernel FLL bug
+
+Optional Packages:
+  --with-PACKAGE=ARG    use PACKAGE ARG=yes
+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
+  --with-crypto           + ={md5,autokey,rsaref}
+
+Some influent environment variables:
+  CFLAGS      Extra flags for the C compiler
+EOF
+  exit 0
 fi
-exec 5>./config.log
+if $ac_init_version; then
+  cat <<\EOF
+Generated automatically using Autoconf version 2.14a.
+Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000
+Free Software Foundation, Inc.
 
-echo "\
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-" 1>&5
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+EOF
+  exit 0
+fi
+# NLS nuisances.
+# Only set these to C if already set.  These must not be set unconditionally
+# because not all systems understand e.g. LANG=C (notably SCO).
+# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
+# Non-C LC_CTYPE values break the ctype check.
+if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
+if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
+if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
+if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
+
+# IFS
+# We need space, tab and new line.
+IFS="
+       "
 
+trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
+
+# Keep a trace of the command line.
 # Strip out --no-create and --no-recursion so they do not pile up.
 # Also quote any args containing shell meta-characters.
 ac_configure_args=
@@ -617,15 +537,28 @@ do
   esac
 done
 
-# NLS nuisances.
-# Only set these to C if already set.  These must not be set unconditionally
-# because not all systems understand e.g. LANG=C (notably SCO).
-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-# Non-C LC_CTYPE values break the ctype check.
-if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
-if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
+# File descriptor usage:
+# 0 standard input
+# 1 file creation
+# 2 errors and warnings
+# 3 some systems may open it to /dev/tty
+# 4 used on the Kubota Titan
+# 6 checking for... messages and results
+# 5 compiler messages saved in config.log
+if test "$silent" = yes; then
+  exec 6>/dev/null
+else
+  exec 6>&1
+fi
+exec 5>./config.log
+
+echo "\
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by configure version 2.14a, executed with
+ > $0 $ac_configure_args
+" 1>&5
 
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 rm -rf conftest* confdefs.h
@@ -634,14 +567,14 @@ 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.
-ac_unique_file=ntpd/ntp_refclock.c
+ac_unique_file=
 
 # Find the source files, if location was not specified.
 if test -z "$srcdir"; then
   ac_srcdir_defaulted=yes
   # Try the directory containing this script, then its parent.
   ac_prog=$0
-  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
@@ -657,7 +590,7 @@ if test ! -r $srcdir/$ac_unique_file; then
     { echo "configure: error: cannot find sources in $srcdir" 1>&2; exit 1; }
   fi
 fi
-srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
+srcdir=`echo "$srcdir" | sed 's%\([^/]\)/*$%\1%'`
 
 # Prefer explicitly selected file to automatically selected ones.
 if test -z "$CONFIG_SITE"; then
@@ -691,16 +624,45 @@ cross_compiling=$ac_cv_prog_cc_cross
 
 ac_exeext=
 ac_objext=o
+# Factoring default headers for most tests.
+ac_includes_default="\
+#include <stdio.h>
+#include <sys/types.h>
+#if STDC_HEADERS
+# include <stdlib.h>
+# include <stddef.h>
+#else
+# if HAVE_STDLIB_H
+#  include <stdlib.h>
+# endif
+#endif
+#if HAVE_STRING_H
+# if !STDC_HEADERS && HAVE_MEMORY_H
+#  include <memory.h>
+# endif
+# include <string.h>
+#else
+# if HAVE_STRINGS_H
+#  include <strings.h>
+# endif
+#endif
+#if HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
+#if HAVE_UNISTD_H
+# include <unistd.h>
+#endif"
+
 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
-  # Stardent Vistra SVR4 grep lacks -e, says Kaveh Ghazi
+  # Stardent Vistra SVR4 grep lacks -e, says Kaveh R. Ghazi.
   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
-    ac_n= ac_c='
-' ac_t='       '
+    ECHO_N= ECHO_C='
+' ECHO_T='     '
   else
-    ac_n=-n ac_c= ac_t=
+    ECHO_N=-n ECHO_C= ECHO_T=
   fi
 else
-  ac_n= ac_c='\c' ac_t=
+  ECHO_N= ECHO_C='\c' ECHO_T=
 fi
 
 ac_aux_dir=
@@ -726,8 +688,8 @@ 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
+echo $ECHO_N "checking host system type... $ECHO_C" 1>&6
+echo "configure:693: 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.
@@ -751,10 +713,10 @@ if test "x$ac_cv_host" = "x" || (test "x$host" != "xNONE" && test "x$host" != "x
   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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 fi
 
-echo "$ac_t""$ac_cv_host" 1>&6
+echo "$ECHO_T""$ac_cv_host" 1>&6
 
 host=$ac_cv_host
 host_alias=$ac_cv_host_alias
@@ -762,8 +724,8 @@ 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
+echo $ECHO_N "checking target system type... $ECHO_C" 1>&6
+echo "configure:729: 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.
@@ -786,10 +748,10 @@ if test "x$ac_cv_target" = "x" || (test "x$target" != "xNONE" && test "x$target"
   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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 fi
 
-echo "$ac_t""$ac_cv_target" 1>&6
+echo "$ECHO_T""$ac_cv_target" 1>&6
 
 target=$ac_cv_target
 target_alias=$ac_cv_target_alias
@@ -797,8 +759,8 @@ 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
+echo $ECHO_N "checking build system type... $ECHO_C" 1>&6
+echo "configure:764: 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.
@@ -821,10 +783,10 @@ if test "x$ac_cv_build" = "x" || (test "x$build" != "xNONE" && test "x$build" !=
   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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 fi
 
-echo "$ac_t""$ac_cv_build" 1>&6
+echo "$ECHO_T""$ac_cv_build" 1>&6
 
 build=$ac_cv_build
 build_alias=$ac_cv_build_alias
@@ -865,10 +827,10 @@ if test "$program_transform_name" = s,x,x,; then
   program_transform_name=
 else
   # Double any \ or $.  echo might interpret backslashes.
-  cat <<\EOF_SED >conftestsed
+  cat <<\EOF >conftestsed
 s,\\,\\\\,g; s,\$,$$,g
-EOF_SED
-  program_transform_name=`echo $program_transform_name|sed -f conftestsed`
+EOF
+  program_transform_name=`echo $program_transform_name | sed -f conftestsed`
   rm -f conftestsed
 fi
 test "$program_prefix" != NONE &&
@@ -891,13 +853,13 @@ 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:896: checking for a BSD compatible install" 1>&5
+echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" 1>&6
+echo "configure:858: checking for a BSD compatible install" 1>&5
 if test -z "$INSTALL"; then
 if test "${ac_cv_path_install+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-    IFS="${IFS=        }"; ac_save_IFS="$IFS"; IFS=":"
+    ac_save_IFS=$IFS; IFS=':'
   for ac_dir in $PATH; do
     # Account for people who put trailing slashes in PATH elements.
     case "$ac_dir/" in
@@ -925,7 +887,7 @@ else
       ;;
     esac
   done
-  IFS="$ac_save_IFS"
+  IFS=$ac_save_IFS
 
 fi
   if test "${ac_cv_path_install+set}" = set; then
@@ -938,7 +900,7 @@ fi
     INSTALL="$ac_install_sh"
   fi
 fi
-echo "$ac_t""$INSTALL" 1>&6
+echo "$ECHO_T""$INSTALL" 1>&6
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
@@ -948,8 +910,8 @@ 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:953: checking whether build environment is sane" 1>&5
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" 1>&6
+echo "configure:915: checking whether build environment is sane" 1>&5
 # Just in case
 sleep 1
 echo timestamp > conftestfile
@@ -985,7 +947,7 @@ else
 Check your system clock" 1>&2; exit 1; }
 fi
 rm -f conftest*
-echo "$ac_t""yes" 1>&6
+echo "$ECHO_T""yes" 1>&6
 
 test x"${MISSING+set}" = xset || \
   MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing"
@@ -1001,41 +963,44 @@ 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:1006: checking for $ac_word" 1>&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
+echo "configure:968: checking for $ac_word" 1>&5
 if test "${ac_cv_prog_AWK+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test -n "$AWK"; then
   ac_cv_prog_AWK="$AWK" # Let the user override the test.
 else
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
-  ac_dummy="$PATH"
-  for ac_dir in $ac_dummy; do
-    test -z "$ac_dir" && ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      ac_cv_prog_AWK="$ac_prog"
-      break
-    fi
+  for ac_path in `ac_save_ifs=$IFS; IFS=':'
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+  test -z "$ac_dir" && ac_dir=.
+  if test -f $ac_dir/$ac_word; then
+    echo "$ac_dir/$ac_word"
+  fi
+done
+IFS=$ac_save_ifs
+`; do
+    ac_cv_prog_AWK="$ac_prog"
+    break
   done
-  IFS="$ac_save_ifs"
 fi
 fi
 AWK="$ac_cv_prog_AWK"
 if test -n "$AWK"; then
-  echo "$ac_t""$AWK" 1>&6
+  echo "$ECHO_T""$AWK" 1>&6
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
 fi
 
 test -n "$AWK" && break
 done
 
-echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}... $ac_c" 1>&6
-echo "configure:1036: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" 1>&6
+echo "configure:1001: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftestmake <<\EOF
 all:
@@ -1051,19 +1016,18 @@ fi
 rm -f conftestmake
 fi
 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
+  echo "$ECHO_T""yes" 1>&6
   SET_MAKE=
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
   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"
-  :
-fi
 
+fi
 if test "x$enable_dependency_tracking" = xno; then
   AMDEP="#"
 else
@@ -1122,10 +1086,6 @@ if test -z "$install_sh"; then
          install_sh="`echo $install_sh | sed -e 's/\${SHELL}//'`"
 fi
 
-   
-
-   
-
 ac_cv_var_oncore_ok=no
 
 iCFLAGS="$CFLAGS"
@@ -1137,59 +1097,65 @@ esac
 
   # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2
-echo $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:1142: checking for $ac_word" 1>&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
+echo "configure:1102: checking for $ac_word" 1>&5
 if test "${ac_cv_prog_CC+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.
 else
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
-  ac_dummy="$PATH"
-  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="gcc"
-      break
-    fi
+  for ac_path in `ac_save_ifs=$IFS; IFS=':'
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+  test -z "$ac_dir" && ac_dir=.
+  if test -f $ac_dir/$ac_word; then
+    echo "$ac_dir/$ac_word"
+  fi
+done
+IFS=$ac_save_ifs
+`; do
+    ac_cv_prog_CC="gcc"
+    break
   done
-  IFS="$ac_save_ifs"
 fi
 fi
 CC="$ac_cv_prog_CC"
 if test -n "$CC"; then
-  echo "$ac_t""$CC" 1>&6
+  echo "$ECHO_T""$CC" 1>&6
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_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.
 set dummy cc; ac_word=$2
-echo $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:1172: checking for $ac_word" 1>&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
+echo "configure:1135: checking for $ac_word" 1>&5
 if test "${ac_cv_prog_CC+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.
 else
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
   ac_prog_rejected=no
-  ac_dummy="$PATH"
-  for ac_dir in $ac_dummy; do
-    test -z "$ac_dir" && ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
-        ac_prog_rejected=yes
-       continue
-      fi
-      ac_cv_prog_CC="cc"
-      break
+  for ac_path in `ac_save_ifs=$IFS; IFS=':'
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+  test -z "$ac_dir" && ac_dir=.
+  if test -f $ac_dir/$ac_word; then
+    echo "$ac_dir/$ac_word"
+  fi
+done
+IFS=$ac_save_ifs
+`; do
+    if test "$ac_path" = "/usr/ucb/cc"; then
+      ac_prog_rejected=yes
+      continue
     fi
+    ac_cv_prog_CC="cc"
+    break
   done
-  IFS="$ac_save_ifs"
 if test $ac_prog_rejected = yes; then
   # We found a bogon in the path, so make sure we never use it.
   set dummy $ac_cv_prog_CC
@@ -1199,7 +1165,7 @@ if test $ac_prog_rejected = yes; then
     # However, it has the same basename, so the bogon will be chosen
     # first if we set CC to just the basename; use the full file name.
     shift
-    set dummy "$ac_dir/$ac_word" "$@"
+    set dummy "$ac_path" "$@"
     shift
     ac_cv_prog_CC="$@"
   fi
@@ -1208,9 +1174,9 @@ fi
 fi
 CC="$ac_cv_prog_CC"
 if test -n "$CC"; then
-  echo "$ac_t""$CC" 1>&6
+  echo "$ECHO_T""$CC" 1>&6
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
 fi
 
     if test -z "$CC"; then
@@ -1218,31 +1184,34 @@ fi
 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:1223: checking for $ac_word" 1>&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
+echo "configure:1189: checking for $ac_word" 1>&5
 if test "${ac_cv_prog_CC+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.
 else
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
-  ac_dummy="$PATH"
-  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="$ac_prog"
-      break
-    fi
+  for ac_path in `ac_save_ifs=$IFS; IFS=':'
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+  test -z "$ac_dir" && ac_dir=.
+  if test -f $ac_dir/$ac_word; then
+    echo "$ac_dir/$ac_word"
+  fi
+done
+IFS=$ac_save_ifs
+`; do
+    ac_cv_prog_CC="$ac_prog"
+    break
   done
-  IFS="$ac_save_ifs"
 fi
 fi
 CC="$ac_cv_prog_CC"
 if test -n "$CC"; then
-  echo "$ac_t""$CC" 1>&6
+  echo "$ECHO_T""$CC" 1>&6
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
 fi
 
 test -n "$CC" && break
@@ -1253,8 +1222,8 @@ done
 
 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:1258: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" 1>&5
+echo $ECHO_N "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works... $ECHO_C" 1>&6
+echo "configure:1227: 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.
@@ -1265,12 +1234,12 @@ cross_compiling=$ac_cv_prog_cc_cross
 
 cat >conftest.$ac_ext <<EOF
 
-#line 1269 "configure"
+#line 1238 "configure"
 #include "confdefs.h"
 
 int main(){return(0);}
 EOF
-if { (eval echo configure:1274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1243: \"$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
@@ -1291,32 +1260,32 @@ 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
 
-echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
+echo "$ECHO_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 77; }
 fi
-echo $ac_n "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler... $ac_c" 1>&6
-echo "configure:1300: 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
+echo $ECHO_N "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler... $ECHO_C" 1>&6
+echo "configure:1269: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" 1>&5
+echo "$ECHO_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:1305: checking whether we are using GNU C" 1>&5
+echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" 1>&6
+echo "configure:1274: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.c <<EOF
 #ifdef __GNUC__
   yes;
 #endif
 EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1283: \"$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
+echo "$ECHO_T""$ac_cv_prog_gcc" 1>&6
 
 if test $ac_cv_prog_gcc = yes; then
   GCC=yes
@@ -1327,10 +1296,10 @@ 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:1332: checking whether ${CC-cc} accepts -g" 1>&5
+echo $ECHO_N "checking whether ${CC-cc} accepts -g... $ECHO_C" 1>&6
+echo "configure:1301: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   echo 'void f(){}' >conftest.c
 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
@@ -1341,7 +1310,7 @@ fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
+echo "$ECHO_T""$ac_cv_prog_cc_g" 1>&6
 if test "$ac_test_CFLAGS" = set; then
   CFLAGS="$ac_save_CFLAGS"
 elif test $ac_cv_prog_cc_g = yes; then
@@ -1358,29 +1327,30 @@ else
   fi
 fi
 
-echo $ac_n "checking how to run the C preprocessor... $ac_c" 1>&6
-echo "configure:1363: checking how to run the C preprocessor" 1>&5
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" 1>&6
+echo "configure:1332: 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 test "${ac_cv_prog_CPP+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
     # This must be in double quotes, not single quotes, because CPP may get
   # substituted into the Makefile and "${CC-cc}" will confuse make.
   CPP="${CC-cc} -E"
   # On the NeXT, cc -E runs the code through the compiler's parser,
   # not just through cpp.
-  cat >conftest.$ac_ext <<EOF
-#line 1378 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1348 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1384: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1354: \"$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
   :
@@ -1388,16 +1358,16 @@ else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   CPP="${CC-cc} -E -traditional-cpp"
-  cat >conftest.$ac_ext <<EOF
-#line 1395 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1365 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1371: \"$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
   :
@@ -1405,16 +1375,16 @@ else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   CPP="${CC-cc} -nologo -E"
-  cat >conftest.$ac_ext <<EOF
-#line 1412 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1382 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1388: \"$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
   :
@@ -1422,7 +1392,6 @@ else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   CPP=/lib/cpp
 fi
 rm -f conftest*
@@ -1436,16 +1405,16 @@ fi
 else
   ac_cv_prog_CPP="$CPP"
 fi
-echo "$ac_t""$CPP" 1>&6
+echo "$ECHO_T""$CPP" 1>&6
 
 depcc="$CC"
 depcpp="$CPP"
-echo $ac_n "checking dependency style of $depcc... $ac_c" 1>&6
-echo "configure:1445: checking dependency style of $depcc" 1>&5
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" 1>&6
+echo "configure:1414: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  
+
 if test -z "$AMDEP"; then
   echo '#include "conftest.h"' > conftest.c
   echo 'int i;' > conftest.h
@@ -1481,32 +1450,33 @@ fi
 
 fi
 
-echo "$ac_t""$am_cv_CC_dependencies_compiler_type" 1>&6
+echo "$ECHO_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:1489: checking how to run the C preprocessor" 1>&5
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" 1>&6
+echo "configure:1458: 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 test "${ac_cv_prog_CPP+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
     # This must be in double quotes, not single quotes, because CPP may get
   # substituted into the Makefile and "${CC-cc}" will confuse make.
   CPP="${CC-cc} -E"
   # On the NeXT, cc -E runs the code through the compiler's parser,
   # not just through cpp.
-  cat >conftest.$ac_ext <<EOF
-#line 1504 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1474 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1510: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1480: \"$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
   :
@@ -1514,16 +1484,16 @@ else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   CPP="${CC-cc} -E -traditional-cpp"
-  cat >conftest.$ac_ext <<EOF
-#line 1521 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1491 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1527: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1497: \"$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
   :
@@ -1531,16 +1501,16 @@ else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   CPP="${CC-cc} -nologo -E"
-  cat >conftest.$ac_ext <<EOF
-#line 1538 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1508 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1544: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1514: \"$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
   :
@@ -1548,7 +1518,6 @@ else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   CPP=/lib/cpp
 fi
 rm -f conftest*
@@ -1562,7 +1531,7 @@ fi
 else
   ac_cv_prog_CPP="$CPP"
 fi
-echo "$ac_t""$CPP" 1>&6
+echo "$ECHO_T""$CPP" 1>&6
 
 case "$target" in
  *-pc-cygwin*)
@@ -1604,41 +1573,44 @@ 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:1609: checking for $ac_word" 1>&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
+echo "configure:1578: checking for $ac_word" 1>&5
 if test "${ac_cv_prog_AWK+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test -n "$AWK"; then
   ac_cv_prog_AWK="$AWK" # Let the user override the test.
 else
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
-  ac_dummy="$PATH"
-  for ac_dir in $ac_dummy; do
-    test -z "$ac_dir" && ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      ac_cv_prog_AWK="$ac_prog"
-      break
-    fi
+  for ac_path in `ac_save_ifs=$IFS; IFS=':'
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+  test -z "$ac_dir" && ac_dir=.
+  if test -f $ac_dir/$ac_word; then
+    echo "$ac_dir/$ac_word"
+  fi
+done
+IFS=$ac_save_ifs
+`; do
+    ac_cv_prog_AWK="$ac_prog"
+    break
   done
-  IFS="$ac_save_ifs"
 fi
 fi
 AWK="$ac_cv_prog_AWK"
 if test -n "$AWK"; then
-  echo "$ac_t""$AWK" 1>&6
+  echo "$ECHO_T""$AWK" 1>&6
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
 fi
 
 test -n "$AWK" && break
 done
 
-echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}... $ac_c" 1>&6
-echo "configure:1639: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" 1>&6
+echo "configure:1611: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftestmake <<\EOF
 all:
@@ -1654,10 +1626,10 @@ fi
 rm -f conftestmake
 fi
 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
+  echo "$ECHO_T""yes" 1>&6
   SET_MAKE=
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
   SET_MAKE="MAKE=${MAKE-make}"
 fi
 
@@ -1675,10 +1647,10 @@ 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:1680: checking whether ${CC-cc} -pipe works" 1>&5
+    echo $ECHO_N "checking whether ${CC-cc} -pipe works... $ECHO_C" 1>&6
+echo "configure:1652: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   echo 'void f(){}' > conftest.c
     if test -z "`${CC-cc} -pipe -c conftest.c 2>&1`" -a -s conftest.o; then
@@ -1687,9 +1659,9 @@ else
       ac_cv_prog_cc_pipe=no
     fi
     rm -f conftest*
-    
+
 fi
-echo "$ac_t""$ac_cv_prog_cc_pipe" 1>&6
+echo "$ECHO_T""$ac_cv_prog_cc_pipe" 1>&6
 
     case "$ac_cv_prog_cc_pipe" in
      yes)
@@ -1745,10 +1717,10 @@ case "$ac_busted_vpath_in_make$srcdir" in
     ;;
 esac
 
-echo $ac_n "checking whether ln -s works... $ac_c" 1>&6
-echo "configure:1750: checking whether ln -s works" 1>&5
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" 1>&6
+echo "configure:1722: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   rm -f conftestdata
 if ln -s X conftestdata 2>/dev/null
@@ -1761,60 +1733,60 @@ fi
 fi
 LN_S="$ac_cv_prog_LN_S"
 if test "$ac_cv_prog_LN_S" = "ln -s"; then
-  echo "$ac_t""yes" 1>&6
+  echo "$ECHO_T""yes" 1>&6
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
 fi
 
 if test $ac_cv_prog_gcc = yes; then
-    echo $ac_n "checking whether ${CC-cc} needs -traditional... $ac_c" 1>&6
-echo "configure:1772: checking whether ${CC-cc} needs -traditional" 1>&5
+    echo $ECHO_N "checking whether ${CC-cc} needs -traditional... $ECHO_C" 1>&6
+echo "configure:1744: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
     ac_pattern="Autoconf.*'x'"
-  cat >conftest.$ac_ext <<EOF
-#line 1778 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1751 "configure"
 #include "confdefs.h"
 #include <sgtty.h>
 Autoconf TIOCGETP
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "$ac_pattern" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_prog_gcc_traditional=yes
 else
-  rm -rf conftest*
   ac_cv_prog_gcc_traditional=no
 fi
 rm -f conftest*
 
   if test $ac_cv_prog_gcc_traditional = no; then
-    cat >conftest.$ac_ext <<EOF
-#line 1795 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1767 "configure"
 #include "confdefs.h"
 #include <termio.h>
 Autoconf TCGETA
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "$ac_pattern" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_prog_gcc_traditional=yes
 fi
 rm -f conftest*
 
   fi
 fi
-echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
+echo "$ECHO_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:1816: checking for AIX" 1>&5
+echo $ECHO_N "checking for AIX... $ECHO_C" 1>&6
+echo "configure:1787: checking for AIX" 1>&5
+
 cat >conftest.$ac_ext <<EOF
-#line 1818 "configure"
+#line 1790 "configure"
 #include "confdefs.h"
 #ifdef _AIX
   yes
@@ -1823,45 +1795,42 @@ cat >conftest.$ac_ext <<EOF
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
-  echo "$ac_t""yes" 1>&6
+  echo "$ECHO_T""yes" 1>&6
 cat >>confdefs.h <<\EOF
 #define _ALL_SOURCE 1
 EOF
 
 else
-  rm -rf conftest*
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
 fi
 rm -f conftest*
 
-echo $ac_n "checking for minix/config.h... $ac_c" 1>&6
-echo "configure:1840: checking for minix/config.h" 1>&5
+echo $ECHO_N "checking for minix/config.h... $ECHO_C" 1>&6
+echo "configure:1810: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 1845 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 1816 "configure"
 #include "confdefs.h"
 #include <minix/config.h>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1851: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1822: \"$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*
   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*
   ac_cv_header_minix_config_h=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_header_minix_config_h" 1>&6
+echo "$ECHO_T""$ac_cv_header_minix_config_h" 1>&6
 if test $ac_cv_header_minix_config_h = yes; then
   MINIX=yes
 else
@@ -1883,12 +1852,12 @@ EOF
 
 fi
 
-echo $ac_n "checking for POSIXized ISC... $ac_c" 1>&6
-echo "configure:1888: checking for POSIXized ISC" 1>&5
+echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" 1>&6
+echo "configure:1857: 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
 then
-  echo "$ac_t""yes" 1>&6
+  echo "$ECHO_T""yes" 1>&6
   ISC=yes # If later tests want to check for ISC.
   cat >>confdefs.h <<\EOF
 #define _POSIX_SOURCE 1
@@ -1900,53 +1869,56 @@ EOF
     CC="$CC -Xp"
   fi
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
   ISC=
 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:1911: checking for $ac_word" 1>&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
+echo "configure:1880: checking for $ac_word" 1>&5
 if test "${ac_cv_prog_RANLIB+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test -n "$RANLIB"; then
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 else
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
-  ac_dummy="$PATH"
-  for ac_dir in $ac_dummy; do
-    test -z "$ac_dir" && ac_dir=.
-    if test -f $ac_dir/$ac_word; then
-      ac_cv_prog_RANLIB="ranlib"
-      break
-    fi
+  for ac_path in `ac_save_ifs=$IFS; IFS=':'
+ac_dummy="$PATH"
+for ac_dir in $ac_dummy; do
+  test -z "$ac_dir" && ac_dir=.
+  if test -f $ac_dir/$ac_word; then
+    echo "$ac_dir/$ac_word"
+  fi
+done
+IFS=$ac_save_ifs
+`; do
+    ac_cv_prog_RANLIB="ranlib"
+    break
   done
-  IFS="$ac_save_ifs"
   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
 fi
 fi
 RANLIB="$ac_cv_prog_RANLIB"
 if test -n "$RANLIB"; then
-  echo "$ac_t""$RANLIB" 1>&6
+  echo "$ECHO_T""$RANLIB" 1>&6
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
 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:1941: checking for $ac_word" 1>&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
+echo "configure:1913: checking for $ac_word" 1>&5
 if test "${ac_cv_path_PATH_SH+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   case "$PATH_SH" in
-  /* | ?:/*)
+  [/\\]* | ?:[/\\]*)
   ac_cv_path_PATH_SH="$PATH_SH" # Let the user override the test with a path.
   ;;
   *)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
+  ac_save_ifs=$IFS; IFS=':'
   ac_dummy="$PATH"
   for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.
@@ -1955,30 +1927,30 @@ else
       break
     fi
   done
-  IFS="$ac_save_ifs"
+  IFS=$ac_save_ifs
   ;;
 esac
 fi
 PATH_SH="$ac_cv_path_PATH_SH"
 if test -n "$PATH_SH"; then
-  echo "$ac_t""$PATH_SH" 1>&6
+  echo "$ECHO_T""$PATH_SH" 1>&6
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_T""no" 1>&6
 fi
 
 # Extract the first word of "perl", so it can be a program name with args.
 set dummy perl; ac_word=$2
-echo $ac_n "checking for $ac_word... $ac_c" 1>&6
-echo "configure:1973: checking for $ac_word" 1>&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
+echo "configure:1945: checking for $ac_word" 1>&5
 if test "${ac_cv_path_PATH_PERL+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   case "$PATH_PERL" in
-  /* | ?:/*)
+  [/\\]* | ?:[/\\]*)
   ac_cv_path_PATH_PERL="$PATH_PERL" # Let the user override the test with a path.
   ;;
   *)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
+  ac_save_ifs=$IFS; IFS=':'
   ac_dummy="$PATH"
   for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.
@@ -1987,16 +1959,89 @@ else
       break
     fi
   done
-  IFS="$ac_save_ifs"
+  IFS=$ac_save_ifs
   ;;
 esac
 fi
 PATH_PERL="$ac_cv_path_PATH_PERL"
 if test -n "$PATH_PERL"; then
-  echo "$ac_t""$PATH_PERL" 1>&6
+  echo "$ECHO_T""$PATH_PERL" 1>&6
+else
+  echo "$ECHO_T""no" 1>&6
+fi
+
+echo
+cat >conftest.$ac_ext <<EOF
+#line 1976 "configure"
+#include "confdefs.h"
+#define ACAT(a,b)a ## b
+ACAT(Cir,cus)
+
+EOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  egrep "Circus" >/dev/null 2>&1; then
+  cat >>confdefs.h <<\EOF
+#define ULONG_CONST(a) a ## UL
+EOF
+
+else
+
+cat >conftest.$ac_ext <<EOF
+#line 1991 "configure"
+#include "confdefs.h"
+#define RCAT(a,b)a/**/b
+RCAT(Rei,ser)
+
+EOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  egrep "Reiser" >/dev/null 2>&1; then
+  cat >>confdefs.h <<\EOF
+#define ULONG_CONST(a) a/**/U
+EOF
+
+else
+  { echo "configure: error: How do we create an unsigned long constant?" 1>&2; exit 1; }
+fi
+rm -f conftest*
+
+fi
+rm -f conftest*
+
+cat >conftest.$ac_ext <<EOF
+#line 2012 "configure"
+#include "confdefs.h"
+#define ACAT(a,b)a ## b
+ACAT(Cir,cus)
+
+EOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  egrep "Circus" >/dev/null 2>&1; then
+  cat >>confdefs.h <<\EOF
+#define ULONG_CONST(a) a ## UL
+EOF
+
+else
+
+cat >conftest.$ac_ext <<EOF
+#line 2027 "configure"
+#include "confdefs.h"
+#define RCAT(a,b)a/**/b
+RCAT(Rei,ser)
+
+EOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  egrep "Reiser" >/dev/null 2>&1; then
+  cat >>confdefs.h <<\EOF
+#define ULONG_CONST(a) a/**/U
+EOF
+
 else
-  echo "$ac_t""no" 1>&6
+  { echo "configure: error: How do we create an unsigned long constant?" 1>&2; exit 1; }
 fi
+rm -f conftest*
+
+fi
+rm -f conftest*
 
 case "$target" in
  *-*-vxworks*)
@@ -2015,13 +2060,13 @@ 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:2020: checking for a BSD compatible install" 1>&5
+echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" 1>&6
+echo "configure:2065: checking for a BSD compatible install" 1>&5
 if test -z "$INSTALL"; then
 if test "${ac_cv_path_install+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-    IFS="${IFS=        }"; ac_save_IFS="$IFS"; IFS=":"
+    ac_save_IFS=$IFS; IFS=':'
   for ac_dir in $PATH; do
     # Account for people who put trailing slashes in PATH elements.
     case "$ac_dir/" in
@@ -2049,7 +2094,7 @@ else
       ;;
     esac
   done
-  IFS="$ac_save_IFS"
+  IFS=$ac_save_IFS
 
 fi
   if test "${ac_cv_path_install+set}" = set; then
@@ -2062,7 +2107,7 @@ fi
     INSTALL="$ac_install_sh"
   fi
 fi
-echo "$ac_t""$INSTALL" 1>&6
+echo "$ECHO_T""$INSTALL" 1>&6
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
@@ -2074,15 +2119,15 @@ 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:2079: checking for main in -ladvapi32" 1>&5
+    echo $ECHO_N "checking for main in -ladvapi32... $ECHO_C" 1>&6
+echo "configure:2124: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-ladvapi32  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2086 "configure"
+#line 2131 "configure"
 #include "confdefs.h"
 
 int
@@ -2093,20 +2138,18 @@ main()
   return 0;
 }
 EOF
-if { (eval echo configure:2097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_advapi32_main=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_advapi32_main=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_advapi32_main" 1>&6
+echo "$ECHO_T""$ac_cv_lib_advapi32_main" 1>&6
 if test $ac_cv_lib_advapi32_main = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBADVAPI32 1
@@ -2118,15 +2161,15 @@ fi
 
     ;;
 esac
-echo $ac_n "checking for nlist in -lelf... $ac_c" 1>&6
-echo "configure:2123: checking for nlist in -lelf" 1>&5
+echo $ECHO_N "checking for nlist in -lelf... $ECHO_C" 1>&6
+echo "configure:2166: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lelf  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2130 "configure"
+#line 2173 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2141,20 +2184,18 @@ nlist()
   return 0;
 }
 EOF
-if { (eval echo configure:2145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_elf_nlist=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_elf_nlist=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_elf_nlist" 1>&6
+echo "$ECHO_T""$ac_cv_lib_elf_nlist" 1>&6
 if test $ac_cv_lib_elf_nlist = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBELF 1
@@ -2164,15 +2205,15 @@ EOF
 
 fi
 
-echo $ac_n "checking for main in -lkvm... $ac_c" 1>&6
-echo "configure:2169: checking for main in -lkvm" 1>&5
+echo $ECHO_N "checking for main in -lkvm... $ECHO_C" 1>&6
+echo "configure:2210: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lkvm  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2176 "configure"
+#line 2217 "configure"
 #include "confdefs.h"
 
 int
@@ -2183,20 +2224,18 @@ main()
   return 0;
 }
 EOF
-if { (eval echo configure:2187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_kvm_main=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_kvm_main=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_kvm_main" 1>&6
+echo "$ECHO_T""$ac_cv_lib_kvm_main" 1>&6
 if test $ac_cv_lib_kvm_main = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBKVM 1
@@ -2205,15 +2244,15 @@ EOF
   LIBS="-lkvm $LIBS"
 
 fi
-               echo $ac_n "checking for nlist in -lld... $ac_c" 1>&6
-echo "configure:2210: checking for nlist in -lld" 1>&5
+               echo $ECHO_N "checking for nlist in -lld... $ECHO_C" 1>&6
+echo "configure:2249: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lld  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2217 "configure"
+#line 2256 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2228,20 +2267,18 @@ nlist()
   return 0;
 }
 EOF
-if { (eval echo configure:2232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_ld_nlist=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_ld_nlist=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_ld_nlist" 1>&6
+echo "$ECHO_T""$ac_cv_lib_ld_nlist" 1>&6
 if test $ac_cv_lib_ld_nlist = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBLD 1
@@ -2251,15 +2288,15 @@ EOF
 
 fi
 
-echo $ac_n "checking for nlist in -lmld... $ac_c" 1>&6
-echo "configure:2256: checking for nlist in -lmld" 1>&5
+echo $ECHO_N "checking for nlist in -lmld... $ECHO_C" 1>&6
+echo "configure:2293: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lmld  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2263 "configure"
+#line 2300 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2274,20 +2311,18 @@ nlist()
   return 0;
 }
 EOF
-if { (eval echo configure:2278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_mld_nlist=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_mld_nlist=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_mld_nlist" 1>&6
+echo "$ECHO_T""$ac_cv_lib_mld_nlist" 1>&6
 if test $ac_cv_lib_mld_nlist = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBMLD 1
@@ -2297,13 +2332,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for gethostent... $ac_c" 1>&6
-echo "configure:2302: checking for gethostent" 1>&5
+echo $ECHO_N "checking for gethostent... $ECHO_C" 1>&6
+echo "configure:2337: checking for gethostent" 1>&5
 if test "${ac_cv_func_gethostent+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 2307 "configure"
+#line 2342 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostent(); below.  */
@@ -2331,31 +2366,29 @@ f = gethostent;
   return 0;
 }
 EOF
-if { (eval echo configure:2335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_func_gethostent=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_func_gethostent=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_func_gethostent" 1>&6
+echo "$ECHO_T""$ac_cv_func_gethostent" 1>&6
 if test $ac_cv_func_gethostent = yes; then
   :
 else
-  echo $ac_n "checking for gethostent in -lnsl... $ac_c" 1>&6
-echo "configure:2352: checking for gethostent in -lnsl" 1>&5
+  echo $ECHO_N "checking for gethostent in -lnsl... $ECHO_C" 1>&6
+echo "configure:2385: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lnsl -lsocket $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2359 "configure"
+#line 2392 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2370,20 +2403,18 @@ gethostent()
   return 0;
 }
 EOF
-if { (eval echo configure:2374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_nsl_gethostent=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_nsl_gethostent=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_nsl_gethostent" 1>&6
+echo "$ECHO_T""$ac_cv_lib_nsl_gethostent" 1>&6
 if test $ac_cv_lib_nsl_gethostent = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBNSL 1
@@ -2395,13 +2426,13 @@ fi
 
 fi
 
-echo $ac_n "checking for openlog... $ac_c" 1>&6
-echo "configure:2400: checking for openlog" 1>&5
+echo $ECHO_N "checking for openlog... $ECHO_C" 1>&6
+echo "configure:2431: checking for openlog" 1>&5
 if test "${ac_cv_func_openlog+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 2405 "configure"
+#line 2436 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char openlog(); below.  */
@@ -2429,31 +2460,29 @@ f = openlog;
   return 0;
 }
 EOF
-if { (eval echo configure:2433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_func_openlog=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_func_openlog=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_func_openlog" 1>&6
+echo "$ECHO_T""$ac_cv_func_openlog" 1>&6
 if test $ac_cv_func_openlog = yes; then
   :
 else
-  echo $ac_n "checking for openlog in -lgen... $ac_c" 1>&6
-echo "configure:2450: checking for openlog in -lgen" 1>&5
+  echo $ECHO_N "checking for openlog in -lgen... $ECHO_C" 1>&6
+echo "configure:2479: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lgen  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2457 "configure"
+#line 2486 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2468,20 +2497,18 @@ openlog()
   return 0;
 }
 EOF
-if { (eval echo configure:2472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_gen_openlog=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_gen_openlog=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_gen_openlog" 1>&6
+echo "$ECHO_T""$ac_cv_lib_gen_openlog" 1>&6
 if test $ac_cv_lib_gen_openlog = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBGEN 1
@@ -2493,15 +2520,15 @@ fi
 
 fi
 
-echo $ac_n "checking for sched_setscheduler in -lrt... $ac_c" 1>&6
-echo "configure:2498: checking for sched_setscheduler in -lrt" 1>&5
+echo $ECHO_N "checking for sched_setscheduler in -lrt... $ECHO_C" 1>&6
+echo "configure:2525: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lrt  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2505 "configure"
+#line 2532 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2516,20 +2543,18 @@ sched_setscheduler()
   return 0;
 }
 EOF
-if { (eval echo configure:2520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_rt_sched_setscheduler=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_rt_sched_setscheduler=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_rt_sched_setscheduler" 1>&6
+echo "$ECHO_T""$ac_cv_lib_rt_sched_setscheduler" 1>&6
 if test $ac_cv_lib_rt_sched_setscheduler = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBRT 1
@@ -2538,15 +2563,15 @@ EOF
   LIBS="-lrt $LIBS"
 
 else
-  echo $ac_n "checking for sched_setscheduler in -lposix4... $ac_c" 1>&6
-echo "configure:2543: checking for sched_setscheduler in -lposix4" 1>&5
+  echo $ECHO_N "checking for sched_setscheduler in -lposix4... $ECHO_C" 1>&6
+echo "configure:2568: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lposix4  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2550 "configure"
+#line 2575 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2561,20 +2586,18 @@ sched_setscheduler()
   return 0;
 }
 EOF
-if { (eval echo configure:2565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_posix4_sched_setscheduler=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_posix4_sched_setscheduler=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_posix4_sched_setscheduler" 1>&6
+echo "$ECHO_T""$ac_cv_lib_posix4_sched_setscheduler" 1>&6
 if test $ac_cv_lib_posix4_sched_setscheduler = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBPOSIX4 1
@@ -2586,13 +2609,13 @@ fi
 
 fi
 
-echo $ac_n "checking for setsockopt... $ac_c" 1>&6
-echo "configure:2591: checking for setsockopt" 1>&5
+echo $ECHO_N "checking for setsockopt... $ECHO_C" 1>&6
+echo "configure:2614: checking for setsockopt" 1>&5
 if test "${ac_cv_func_setsockopt+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 2596 "configure"
+#line 2619 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char setsockopt(); below.  */
@@ -2620,31 +2643,29 @@ f = setsockopt;
   return 0;
 }
 EOF
-if { (eval echo configure:2624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_func_setsockopt=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_func_setsockopt=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_func_setsockopt" 1>&6
+echo "$ECHO_T""$ac_cv_func_setsockopt" 1>&6
 if test $ac_cv_func_setsockopt = yes; then
   :
 else
-  echo $ac_n "checking for setsockopt in -lsocket... $ac_c" 1>&6
-echo "configure:2641: checking for setsockopt in -lsocket" 1>&5
+  echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" 1>&6
+echo "configure:2662: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_save_LIBS="$LIBS"
 LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<EOF
-#line 2648 "configure"
+#line 2669 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -2659,20 +2680,18 @@ setsockopt()
   return 0;
 }
 EOF
-if { (eval echo configure:2663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:2684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_lib_socket_setsockopt=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_lib_socket_setsockopt=no
 fi
 rm -f conftest*
 
 LIBS="$ac_save_LIBS"
 fi
-echo "$ac_t""$ac_cv_lib_socket_setsockopt" 1>&6
+echo "$ECHO_T""$ac_cv_lib_socket_setsockopt" 1>&6
 if test $ac_cv_lib_socket_setsockopt = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_LIBSOCKET 1
@@ -2684,13 +2703,14 @@ fi
 
 fi
 
-echo $ac_n "checking for ANSI C header files... $ac_c" 1>&6
-echo "configure:2689: checking for ANSI C header files" 1>&5
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
+echo "configure:2708: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 2694 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 2714 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -2699,24 +2719,23 @@ else
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2723: \"$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*
   ac_cv_header_stdc=yes
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_header_stdc=no
 fi
 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 <<EOF
-#line 2720 "configure"
+#line 2739 "configure"
 #include "confdefs.h"
 #include <string.h>
 
@@ -2725,7 +2744,6 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "memchr" >/dev/null 2>&1; then
   :
 else
-  rm -rf conftest*
   ac_cv_header_stdc=no
 fi
 rm -f conftest*
@@ -2734,8 +2752,9 @@ 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 <<EOF
-#line 2739 "configure"
+#line 2758 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 
@@ -2744,7 +2763,6 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "free" >/dev/null 2>&1; then
   :
 else
-  rm -rf conftest*
   ac_cv_header_stdc=no
 fi
 rm -f conftest*
@@ -2757,7 +2775,7 @@ if test "$cross_compiling" = yes; then
   :
 else
   cat >conftest.$ac_ext <<EOF
-#line 2761 "configure"
+#line 2779 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)
@@ -2782,13 +2800,12 @@ main ()
   exit (0);
 }
 EOF
-if { (eval echo configure:2786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:2804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} &&
+   (./conftest; exit) 2>/dev/null; then
   :
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_header_stdc=no
 fi
 rm -fr conftest*
@@ -2797,7 +2814,7 @@ fi
 
 fi
 fi
-echo "$ac_t""$ac_cv_header_stdc" 1>&6
+echo "$ECHO_T""$ac_cv_header_stdc" 1>&6
 if test $ac_cv_header_stdc = yes; then
   cat >>confdefs.h <<\EOF
 #define STDC_HEADERS 1
 for ac_header in bstring.h errno.h fcntl.h ieeefp.h memory.h netdb.h poll.h
 do
 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:2813: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:2830: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 2818 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 2836 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2824: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2842: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_header in resolv.h sched.h sgtty.h stdlib.h string.h termio.h termios.h
 do
 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:2851: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:2867: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 2856 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 2873 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2862: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2879: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_header in timepps.h timex.h unistd.h utmp.h utmpx.h
 do
 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:2889: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:2904: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 2894 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 2910 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2916: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_header in arpa/nameser.h net/if.h netinet/in_systm.h netinet/in.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:2927: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:2941: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 2932 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 2947 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2938: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2953: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_header in netinfo/ni.h
 do
 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:2965: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:2978: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 2970 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 2984 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2976: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2990: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
@@ -3001,76 +3013,74 @@ done
 for ac_header in sun/audioio.h sys/audioio.h
 do
 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:3006: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3018: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3011 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3024 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3017: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3030: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_header in sys/clkdefs.h sys/file.h
 do
 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:3044: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3055: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3049 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3061 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3067: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -3079,38 +3089,37 @@ case "$target" in
  *) for ac_header in sys/ioctl.h
 do
 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:3084: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3094: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3089 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3100 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3095: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3106: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -3119,76 +3128,74 @@ esac
 for ac_header in sys/lock.h sys/mman.h sys/modem.h sys/param.h sys/ppsclock.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3124: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3133: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3129 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3139 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3135: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3145: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_header in sys/ppstime.h sys/proc.h sys/resource.h sys/sched.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3162: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3170: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3167 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3176 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3173: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3182: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -3197,38 +3204,37 @@ case "$target" in
     for ac_header in sys/sio.h
 do
 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:3202: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3209: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3207 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3215 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3213: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3221: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -3237,119 +3243,116 @@ esac
 for ac_header in sys/select.h sys/sockio.h sys/stat.h sys/stream.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3242: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3248: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3247 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3254 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3260: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_header in sys/stropts.h sys/sysctl.h sys/syssgi.h sys/termios.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3280: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3285: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3285 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3291 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3297: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_header in sys/time.h
 do
 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:3318: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3322: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3323 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3328 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3329: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3334: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 cat >conftest.$ac_ext <<EOF
-#line 3353 "configure"
+#line 3356 "configure"
 #include "confdefs.h"
 #include <sys/timepps.h>
 #ifdef PPS_API_VERS_1
@@ -3359,42 +3362,40 @@ yes
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   for ac_header in sys/timepps.h
 do
 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:3368: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3370: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3373 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3376 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3382: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -3404,45 +3405,44 @@ rm -f conftest*
 for ac_header in sys/timers.h sys/timex.h sys/tpro.h sys/types.h sys/wait.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3409: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3410: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3414 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3416 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3420: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3422: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
-echo $ac_n "checking whether time.h and sys/time.h may both be included... $ac_c" 1>&6
+echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" 1>&6
 echo "configure:3444: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
 #line 3449 "configure"
@@ -3460,17 +3460,15 @@ struct tm *tp;
 }
 EOF
 if { (eval echo configure:3463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
   ac_cv_header_time=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_header_time=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_header_time" 1>&6
+echo "$ECHO_T""$ac_cv_header_time" 1>&6
 if test $ac_cv_header_time = yes; then
   cat >>confdefs.h <<\EOF
 #define TIME_WITH_SYS_TIME 1
@@ -3483,38 +3481,37 @@ case "$target" in
   for ac_header in /sys/sync/queue.h /sys/sync/sema.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3488: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3486: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3493 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3492 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3498: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -3523,83 +3520,81 @@ done
   for ac_header in machine/inline.h sys/pcl720.h sys/i8253.h
 do
 ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
-echo $ac_n "checking for $ac_header... $ac_c" 1>&6
-echo "configure:3528: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3525: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3533 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3531 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3539: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3537: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
   ;;
 esac
 
-echo $ac_n "checking for nlist.h... $ac_c" 1>&6
-echo "configure:3566: checking for nlist.h" 1>&5
+echo $ECHO_N "checking for nlist.h... $ECHO_C" 1>&6
+echo "configure:3562: checking for nlist.h" 1>&5
 if test "${ac_cv_header_nlist_h+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3571 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3568 "configure"
 #include "confdefs.h"
 #include <nlist.h>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3577: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3574: \"$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*
   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*
   ac_cv_header_nlist_h=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_header_nlist_h" 1>&6
+echo "$ECHO_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:3598: checking for n_un in struct nlist" 1>&5
+echo $ECHO_N "checking for n_un in struct nlist... $ECHO_C" 1>&6
+echo "configure:3593: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 3603 "configure"
+#line 3598 "configure"
 #include "confdefs.h"
 #include <nlist.h>
 int
@@ -3610,18 +3605,16 @@ struct nlist n; n.n_un.n_name = 0;
   return 0;
 }
 EOF
-if { (eval echo configure:3614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:3609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_nlist_n_un=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_nlist_n_un=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_struct_nlist_n_un" 1>&6
+echo "$ECHO_T""$ac_cv_struct_nlist_n_un" 1>&6
 if test $ac_cv_struct_nlist_n_un = yes; then
   cat >>confdefs.h <<\EOF
 #define NLIST_NAME_UNION 1
@@ -3631,13 +3624,13 @@ fi
 
 fi
 
-echo $ac_n "checking for basic volatile support... $ac_c" 1>&6
-echo "configure:3636: checking for basic volatile support" 1>&5
+echo $ECHO_N "checking for basic volatile support... $ECHO_C" 1>&6
+echo "configure:3629: checking for basic volatile support" 1>&5
 if test "${ac_cv_c_volatile+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 3641 "configure"
+#line 3634 "configure"
 #include "confdefs.h"
 
 int
@@ -3649,24 +3642,22 @@ volatile int x;
   return 0;
 }
 EOF
-if { (eval echo configure:3653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:3646: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_c_volatile=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_c_volatile=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_c_volatile" 1>&6
+echo "$ECHO_T""$ac_cv_c_volatile" 1>&6
 case "$ac_cv_c_volatile" in
  yes)
     ;;
  *) cat >>confdefs.h <<\EOF
-#define volatile 
+#define volatile
 EOF
 
     ;;
@@ -3677,12 +3668,11 @@ case "$target" in
     # Assume that solaris2 is Ansi C...
     ;;
  *)
-    
 
-echo $ac_n "checking for ${CC-cc} option to accept ANSI C... $ac_c" 1>&6
-echo "configure:3684: checking for ${CC-cc} option to accept ANSI C" 1>&5
+echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" 1>&6
+echo "configure:3674: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   am_cv_prog_cc_stdc=no
 ac_save_CC="$CC"
@@ -3697,7 +3687,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
 do
   CC="$ac_save_CC $ac_arg"
   cat >conftest.$ac_ext <<EOF
-#line 3701 "configure"
+#line 3691 "configure"
 #include "confdefs.h"
 #include <stdarg.h>
 #include <stdio.h>
@@ -3738,12 +3728,12 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   return 0;
 }
 EOF
-if { (eval echo configure:3742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:3732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   am_cv_prog_cc_stdc="$ac_arg"; break
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
+
 fi
 rm -f conftest*
 done
@@ -3752,35 +3742,37 @@ CC="$ac_save_CC"
 fi
 
 if test -z "$am_cv_prog_cc_stdc"; then
-  echo "$ac_t""none needed" 1>&6
+  echo "$ECHO_T""none needed" 1>&6
 else
-  echo "$ac_t""$am_cv_prog_cc_stdc" 1>&6
+  echo "$ECHO_T""$am_cv_prog_cc_stdc" 1>&6
 fi
 case "x$am_cv_prog_cc_stdc" in
   x|xno) ;;
   *) CC="$CC $am_cv_prog_cc_stdc" ;;
 esac
 
-echo $ac_n "checking for function prototypes... $ac_c" 1>&6
-echo "configure:3766: checking for function prototypes" 1>&5
+echo $ECHO_N "checking for function prototypes... $ECHO_C" 1>&6
+echo "configure:3756: checking for function prototypes" 1>&5
 if test "$am_cv_prog_cc_stdc" != no; then
-  echo "$ac_t""yes" 1>&6
+  echo "$ECHO_T""yes" 1>&6
   cat >>confdefs.h <<\EOF
 #define PROTOTYPES 1
 EOF
 
   U= ANSI2KNR=
 else
-  echo "$ac_t""no" 1>&6
+  echo "$ECHO_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:3779: checking for ANSI C header files" 1>&5
+
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
+echo "configure:3770: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3784 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3776 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -3789,24 +3781,23 @@ else
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3793: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3785: \"$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*
   ac_cv_header_stdc=yes
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_header_stdc=no
 fi
 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 <<EOF
-#line 3810 "configure"
+#line 3801 "configure"
 #include "confdefs.h"
 #include <string.h>
 
@@ -3815,7 +3806,6 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "memchr" >/dev/null 2>&1; then
   :
 else
-  rm -rf conftest*
   ac_cv_header_stdc=no
 fi
 rm -f conftest*
@@ -3824,8 +3814,9 @@ 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 <<EOF
-#line 3829 "configure"
+#line 3820 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 
@@ -3834,7 +3825,6 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "free" >/dev/null 2>&1; then
   :
 else
-  rm -rf conftest*
   ac_cv_header_stdc=no
 fi
 rm -f conftest*
@@ -3847,7 +3837,7 @@ if test "$cross_compiling" = yes; then
   :
 else
   cat >conftest.$ac_ext <<EOF
-#line 3851 "configure"
+#line 3841 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)
@@ -3872,13 +3862,12 @@ main ()
   exit (0);
 }
 EOF
-if { (eval echo configure:3876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:3866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} &&
+   (./conftest; exit) 2>/dev/null; then
   :
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_header_stdc=no
 fi
 rm -fr conftest*
@@ -3887,7 +3876,7 @@ fi
 
 fi
 fi
-echo "$ac_t""$ac_cv_header_stdc" 1>&6
+echo "$ECHO_T""$ac_cv_header_stdc" 1>&6
 if test $ac_cv_header_stdc = yes; then
   cat >>confdefs.h <<\EOF
 #define STDC_HEADERS 1
@@ -3898,38 +3887,37 @@ fi
   for ac_header in string.h
 do
 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:3903: checking for $ac_header" 1>&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
+echo "configure:3892: checking for $ac_header" 1>&5
 if eval "test \"\${$ac_ac_Header+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 3908 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 3898 "configure"
 #include "confdefs.h"
 #include <$ac_header>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3904: \"$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_ac_Header=yes"
 else
   echo "$ac_err" >&5
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_Header=no"
 fi
 rm -f conftest*
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_Header'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_Header'}'`" 1>&6
 if test `eval echo '${'$ac_ac_Header'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -3937,13 +3925,13 @@ fi
 
     ;;
 esac
-echo $ac_n "checking if C compiler permits function prototypes... $ac_c" 1>&6
-echo "configure:3942: checking if C compiler permits function prototypes" 1>&5
+echo $ECHO_N "checking if C compiler permits function prototypes... $ECHO_C" 1>&6
+echo "configure:3930: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 3947 "configure"
+#line 3935 "configure"
 #include "confdefs.h"
 
 extern int foo (short);
@@ -3957,19 +3945,17 @@ int i;
   return 0;
 }
 EOF
-if { (eval echo configure:3961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:3949: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_have_prototypes=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_have_prototypes=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_have_prototypes" 1>&6
+echo "$ECHO_T""$ac_cv_have_prototypes" 1>&6
 if test "$ac_cv_have_prototypes" = yes; then
   cat >>confdefs.h <<\EOF
 #define HAVE_PROTOTYPES 1
@@ -3977,10 +3963,10 @@ EOF
 
 fi
 
-echo $ac_n "checking for ${CC-cc} option to accept ANSI C... $ac_c" 1>&6
-echo "configure:3982: checking for ${CC-cc} option to accept ANSI C" 1>&5
+echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" 1>&6
+echo "configure:3968: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_prog_cc_stdc=no
 ac_save_CC="$CC"
@@ -3995,7 +3981,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
 do
   CC="$ac_save_CC $ac_arg"
   cat >conftest.$ac_ext <<EOF
-#line 3999 "configure"
+#line 3985 "configure"
 #include "confdefs.h"
 #include <stdarg.h>
 #include <stdio.h>
@@ -4033,12 +4019,12 @@ return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   return 0;
 }
 EOF
-if { (eval echo configure:4037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
@@ -4048,19 +4034,19 @@ fi
 
 case "x$ac_cv_prog_cc_stdc" in
   x|xno)
-    echo "$ac_t""none needed" 1>&6 ;;
+    echo "$ECHO_T""none needed" 1>&6 ;;
   *)
-    echo "$ac_t""$ac_cv_prog_cc_stdc" 1>&6
+    echo "$ECHO_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:4059: checking for an ANSI C conforming const" 1>&5
+echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" 1>&6
+echo "configure:4045: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4064 "configure"
+#line 4050 "configure"
 #include "confdefs.h"
 
 int
@@ -4117,36 +4103,34 @@ main ()
   return 0;
 }
 EOF
-if { (eval echo configure:4121: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_c_const=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_c_const=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_c_const" 1>&6
+echo "$ECHO_T""$ac_cv_c_const" 1>&6
 if test $ac_cv_c_const = no; then
   cat >>confdefs.h <<\EOF
-#define const 
+#define const
 EOF
 
 fi
 
 case "$host" in
  $target)
-    echo $ac_n "checking whether byte ordering is bigendian... $ac_c" 1>&6
-echo "configure:4143: checking whether byte ordering is bigendian" 1>&5
+    echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" 1>&6
+echo "configure:4127: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_c_bigendian=unknown
 # See if sys/param.h defines the BYTE_ORDER macro.
 cat >conftest.$ac_ext <<EOF
-#line 4150 "configure"
+#line 4134 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/param.h>
@@ -4162,11 +4146,10 @@ main ()
   return 0;
 }
 EOF
-if { (eval echo configure:4166: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4150: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   # It does; now see whether it defined to BIG_ENDIAN or not.
 cat >conftest.$ac_ext <<EOF
-#line 4170 "configure"
+#line 4153 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/param.h>
@@ -4182,19 +4165,18 @@ main ()
   return 0;
 }
 EOF
-if { (eval echo configure:4186: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_c_bigendian=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_c_bigendian=no
 fi
 rm -f conftest*
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
+
 fi
 rm -f conftest*
 if test $ac_cv_c_bigendian = unknown; then
@@ -4202,7 +4184,7 @@ if test "$cross_compiling" = yes; then
     { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
 else
   cat >conftest.$ac_ext <<EOF
-#line 4206 "configure"
+#line 4188 "configure"
 #include "confdefs.h"
 int
 main ()
@@ -4217,13 +4199,12 @@ main ()
   exit (u.c[sizeof (long) - 1] == 1);
 }
 EOF
-if { (eval echo configure:4221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:4203: \"$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
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_c_bigendian=yes
 fi
 rm -fr conftest*
@@ -4232,7 +4213,7 @@ fi
 
 fi
 fi
-echo "$ac_t""$ac_cv_c_bigendian" 1>&6
+echo "$ECHO_T""$ac_cv_c_bigendian" 1>&6
 if test $ac_cv_c_bigendian = yes; then
   cat >>confdefs.h <<\EOF
 #define WORDS_BIGENDIAN 1
@@ -4256,13 +4237,13 @@ EOF
     esac
     ;;
 esac
-echo $ac_n "checking return type of signal handlers... $ac_c" 1>&6
-echo "configure:4261: checking return type of signal handlers" 1>&5
+echo $ECHO_N "checking return type of signal handlers... $ECHO_C" 1>&6
+echo "configure:4242: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4266 "configure"
+#line 4247 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <signal.h>
@@ -4283,29 +4264,27 @@ int i;
   return 0;
 }
 EOF
-if { (eval echo configure:4287: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4268: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_type_signal=void
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_type_signal=int
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_type_signal" 1>&6
+echo "$ECHO_T""$ac_cv_type_signal" 1>&6
 cat >>confdefs.h <<EOF
 #define RETSIGTYPE $ac_cv_type_signal
 EOF
 
-echo $ac_n "checking for off_t... $ac_c" 1>&6
-echo "configure:4304: checking for off_t" 1>&5
+echo $ECHO_N "checking for off_t... $ECHO_C" 1>&6
+echo "configure:4283: checking for off_t" 1>&5
 if test "${ac_cv_type_off_t+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4309 "configure"
+#line 4288 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -4319,18 +4298,16 @@ if (sizeof (off_t))
   return 0;
 }
 EOF
-if { (eval echo configure:4323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_T""$ac_cv_type_off_t" 1>&6
 if test $ac_cv_type_off_t = yes; then
   :
 else
@@ -4340,13 +4317,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for size_t... $ac_c" 1>&6
-echo "configure:4345: checking for size_t" 1>&5
+echo $ECHO_N "checking for size_t... $ECHO_C" 1>&6
+echo "configure:4322: checking for size_t" 1>&5
 if test "${ac_cv_type_size_t+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4350 "configure"
+#line 4327 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -4360,18 +4337,16 @@ if (sizeof (size_t))
   return 0;
 }
 EOF
-if { (eval echo configure:4364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_T""$ac_cv_type_size_t" 1>&6
 if test $ac_cv_type_size_t = yes; then
   :
 else
@@ -4381,13 +4356,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for time_t... $ac_c" 1>&6
-echo "configure:4386: checking for time_t" 1>&5
+echo $ECHO_N "checking for time_t... $ECHO_C" 1>&6
+echo "configure:4361: checking for time_t" 1>&5
 if test "${ac_cv_type_time_t+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4391 "configure"
+#line 4366 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -4401,18 +4376,16 @@ if (sizeof (time_t))
   return 0;
 }
 EOF
-if { (eval echo configure:4405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4380: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_T""$ac_cv_type_time_t" 1>&6
 if test $ac_cv_type_time_t = yes; then
   :
 else
@@ -4422,13 +4395,13 @@ EOF
 
 fi
 
-echo $ac_n "checking whether struct tm is in sys/time.h or time.h... $ac_c" 1>&6
-echo "configure:4427: checking whether struct tm is in sys/time.h or time.h" 1>&5
+echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" 1>&6
+echo "configure:4400: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4432 "configure"
+#line 4405 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <time.h>
@@ -4441,18 +4414,16 @@ struct tm *tp; tp->tm_sec;
   return 0;
 }
 EOF
-if { (eval echo configure:4445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4418: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_tm=time.h
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_tm=sys/time.h
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_struct_tm" 1>&6
+echo "$ECHO_T""$ac_cv_struct_tm" 1>&6
 if test $ac_cv_struct_tm = sys/time.h; then
   cat >>confdefs.h <<\EOF
 #define TM_IN_SYS_TIME 1
@@ -4460,10 +4431,10 @@ EOF
 
 fi
 
-echo $ac_n "checking for a fallback value for HZ... $ac_c" 1>&6
-echo "configure:4465: checking for a fallback value for HZ" 1>&5
+echo $ECHO_N "checking for a fallback value for HZ... $ECHO_C" 1>&6
+echo "configure:4436: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_var_default_hz=100
 case "$target" in
@@ -4475,15 +4446,15 @@ case "$target" in
     ;;
 esac
 fi
-echo "$ac_t""$ac_cv_var_default_hz" 1>&6
+echo "$ECHO_T""$ac_cv_var_default_hz" 1>&6
 cat >>confdefs.h <<EOF
 #define DEFAULT_HZ $ac_cv_var_default_hz
 EOF
 
-echo $ac_n "checking if we need to override the system's value for HZ... $ac_c" 1>&6
-echo "configure:4485: checking if we need to override the system's value for HZ" 1>&5
+echo $ECHO_N "checking if we need to override the system's value for HZ... $ECHO_C" 1>&6
+echo "configure:4456: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_var_override_hz=no
 case "$target" in
@@ -4501,7 +4472,7 @@ case "$target" in
     ;;
 esac
 fi
-echo "$ac_t""$ac_cv_var_override_hz" 1>&6
+echo "$ECHO_T""$ac_cv_var_override_hz" 1>&6
 case "$ac_cv_var_override_hz" in
  yes)
     cat >>confdefs.h <<\EOF
@@ -4511,14 +4482,14 @@ EOF
     ;;
 esac
 
-echo $ac_n "checking struct sigaction for sa_sigaction... $ac_c" 1>&6
-echo "configure:4516: checking struct sigaction for sa_sigaction" 1>&5
+echo $ECHO_N "checking struct sigaction for sa_sigaction... $ECHO_C" 1>&6
+echo "configure:4487: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  
+
     cat >conftest.$ac_ext <<EOF
-#line 4522 "configure"
+#line 4493 "configure"
 #include "confdefs.h"
 #include <signal.h>
 int
@@ -4529,21 +4500,18 @@ struct sigaction act; act.sa_sigaction = 0;
   return 0;
 }
 EOF
-if { (eval echo configure:4533: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_sigaction_has_sa_sigaction=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_sigaction_has_sa_sigaction=no
-    
+
 fi
 rm -f conftest*
-  
 
 fi
-echo "$ac_t""$ac_cv_struct_sigaction_has_sa_sigaction" 1>&6
+echo "$ECHO_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
 #define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
@@ -4551,13 +4519,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for struct ppsclockev... $ac_c" 1>&6
-echo "configure:4556: checking for struct ppsclockev" 1>&5
+echo $ECHO_N "checking for struct ppsclockev... $ECHO_C" 1>&6
+echo "configure:4524: checking for struct ppsclockev" 1>&5
 if test "${ac_cv_struct_ppsclockev+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4561 "configure"
+#line 4529 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -4580,19 +4548,17 @@ return pce->serial;
   return 0;
 }
 EOF
-if { (eval echo configure:4584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_ppsclockev=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_ppsclockev=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_struct_ppsclockev" 1>&6
+echo "$ECHO_T""$ac_cv_struct_ppsclockev" 1>&6
 if test $ac_cv_struct_ppsclockev = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_STRUCT_PPSCLOCKEV 1
@@ -4600,13 +4566,13 @@ EOF
 
 fi
 
-echo $ac_n "checking struct sockaddr for sa_len... $ac_c" 1>&6
-echo "configure:4605: checking struct sockaddr for sa_len" 1>&5
+echo $ECHO_N "checking struct sockaddr for sa_len... $ECHO_C" 1>&6
+echo "configure:4571: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4610 "configure"
+#line 4576 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -4621,19 +4587,17 @@ return ps->sa_len;
   return 0;
 }
 EOF
-if { (eval echo configure:4625: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_sockaddr_has_sa_len=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_sockaddr_has_sa_len=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_struct_sockaddr_has_sa_len" 1>&6
+echo "$ECHO_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
 #define HAVE_SA_LEN_IN_STRUCT_SOCKADDR 1
@@ -4641,13 +4605,13 @@ EOF
 
 fi
 
-echo $ac_n "checking struct clockinfo for hz... $ac_c" 1>&6
-echo "configure:4646: checking struct clockinfo for hz" 1>&5
+echo $ECHO_N "checking struct clockinfo for hz... $ECHO_C" 1>&6
+echo "configure:4610: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4651 "configure"
+#line 4615 "configure"
 #include "confdefs.h"
 
 #include <sys/time.h>
@@ -4661,19 +4625,17 @@ return pc->hz;
   return 0;
 }
 EOF
-if { (eval echo configure:4665: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_clockinfo_has_hz=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_clockinfo_has_hz=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_struct_clockinfo_has_hz" 1>&6
+echo "$ECHO_T""$ac_cv_struct_clockinfo_has_hz" 1>&6
 if test $ac_cv_struct_clockinfo_has_hz = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_HZ_IN_STRUCT_CLOCKINFO 1
@@ -4681,13 +4643,13 @@ EOF
 
 fi
 
-echo $ac_n "checking struct clockinfo for tickadj... $ac_c" 1>&6
-echo "configure:4686: checking struct clockinfo for tickadj" 1>&5
+echo $ECHO_N "checking struct clockinfo for tickadj... $ECHO_C" 1>&6
+echo "configure:4648: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4691 "configure"
+#line 4653 "configure"
 #include "confdefs.h"
 
 #include <sys/time.h>
@@ -4701,19 +4663,17 @@ return pc->tickadj;
   return 0;
 }
 EOF
-if { (eval echo configure:4705: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4667: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_clockinfo_has_tickadj=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_clockinfo_has_tickadj=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_struct_clockinfo_has_tickadj" 1>&6
+echo "$ECHO_T""$ac_cv_struct_clockinfo_has_tickadj" 1>&6
 if test $ac_cv_struct_clockinfo_has_tickadj = yes; then
     cat >>confdefs.h <<\EOF
 #define HAVE_TICKADJ_IN_STRUCT_CLOCKINFO 1
@@ -4721,13 +4681,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for struct ntptimeval... $ac_c" 1>&6
-echo "configure:4726: checking for struct ntptimeval" 1>&5
+echo $ECHO_N "checking for struct ntptimeval... $ECHO_C" 1>&6
+echo "configure:4686: checking for struct ntptimeval" 1>&5
 if test "${ac_cv_struct_ntptimeval+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4731 "configure"
+#line 4691 "configure"
 #include "confdefs.h"
 
 #include <sys/time.h>
@@ -4740,18 +4700,16 @@ struct ntptimeval n;
   return 0;
 }
 EOF
-if { (eval echo configure:4744: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_ntptimeval=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_ntptimeval=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_struct_ntptimeval" 1>&6
+echo "$ECHO_T""$ac_cv_struct_ntptimeval" 1>&6
 if test $ac_cv_struct_ntptimeval = yes; then
   cat >>confdefs.h <<\EOF
 #define HAVE_STRUCT_NTPTIMEVAL 1
@@ -4759,13 +4717,13 @@ EOF
 
 fi
 
-echo $ac_n "checking struct ntptimeval for time.tv_nsec... $ac_c" 1>&6
-echo "configure:4764: checking struct ntptimeval for time.tv_nsec" 1>&5
+echo $ECHO_N "checking struct ntptimeval for time.tv_nsec... $ECHO_C" 1>&6
+echo "configure:4722: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4769 "configure"
+#line 4727 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_SYS_TIME_H
@@ -4792,19 +4750,17 @@ return ntv->time.tv_nsec;
   return 0;
 }
 EOF
-if { (eval echo configure:4796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4754: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_ntptimeval_tv_nsec=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_ntptimeval_tv_nsec=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_struct_ntptimeval_tv_nsec" 1>&6
+echo "$ECHO_T""$ac_cv_struct_ntptimeval_tv_nsec" 1>&6
 if test "$ac_cv_struct_ntptimeval_tv_nsec" = "yes"; then
        cat >>confdefs.h <<\EOF
 #define HAVE_TV_NSEC_IN_NTPTIMEVAL 1
@@ -4812,13 +4768,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for struct timespec in struct ntptimeval... $ac_c" 1>&6
-echo "configure:4817: checking for struct timespec in struct ntptimeval" 1>&5
+echo $ECHO_N "checking for struct timespec in struct ntptimeval... $ECHO_C" 1>&6
+echo "configure:4773: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 4822 "configure"
+#line 4778 "configure"
 #include "confdefs.h"
 #include <sys/time.h>
 #include <sys/timex.h>
@@ -4830,18 +4786,16 @@ struct ntptimeval n; n.time.tv_nsec = 0;
   return 0;
 }
 EOF
-if { (eval echo configure:4834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_struct_ntptimeval_timespec=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_struct_ntptimeval_timespec=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_struct_ntptimeval_timespec" 1>&6
+echo "$ECHO_T""$ac_cv_struct_ntptimeval_timespec" 1>&6
 if test $ac_cv_struct_ntptimeval_timespec = yes; then
   cat >>confdefs.h <<\EOF
 #define TIMESPEC_IN_NTPTIMEVAL 1
@@ -4849,15 +4803,15 @@ EOF
 
 fi
 
-echo $ac_n "checking for inline... $ac_c" 1>&6
-echo "configure:4854: checking for inline" 1>&5
+echo $ECHO_N "checking for inline... $ECHO_C" 1>&6
+echo "configure:4808: checking for inline" 1>&5
 if test "${ac_cv_c_inline+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_c_inline=no
 for ac_kw in inline __inline__ __inline; do
   cat >conftest.$ac_ext <<EOF
-#line 4861 "configure"
+#line 4815 "configure"
 #include "confdefs.h"
 
 int
@@ -4871,22 +4825,22 @@ main ()
   return 0;
 }
 EOF
-if { (eval echo configure:4875: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:4829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_c_inline=$ac_kw; break
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
+
 fi
 rm -f conftest*
 done
 
 fi
-echo "$ac_t""$ac_cv_c_inline" 1>&6
+echo "$ECHO_T""$ac_cv_c_inline" 1>&6
 case "$ac_cv_c_inline" in
   inline | yes) ;;
   no) cat >>confdefs.h <<\EOF
-#define inline 
+#define inline
 EOF
  ;;
   *)  cat >>confdefs.h <<EOF
@@ -4895,15 +4849,16 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking whether char is unsigned... $ac_c" 1>&6
-echo "configure:4900: checking whether char is unsigned" 1>&5
+echo $ECHO_N "checking whether char is unsigned... $ECHO_C" 1>&6
+echo "configure:4854: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test "$GCC" = yes; then
   # GCC predefines this symbol on systems where it applies.
+
 cat >conftest.$ac_ext <<EOF
-#line 4907 "configure"
+#line 4862 "configure"
 #include "confdefs.h"
 #ifdef __CHAR_UNSIGNED__
   yes
@@ -4912,10 +4867,8 @@ cat >conftest.$ac_ext <<EOF
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_c_char_unsigned=yes
 else
-  rm -rf conftest*
   ac_cv_c_char_unsigned=no
 fi
 rm -f conftest*
@@ -4925,7 +4878,7 @@ if test "$cross_compiling" = yes; then
     { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
 else
   cat >conftest.$ac_ext <<EOF
-#line 4929 "configure"
+#line 4882 "configure"
 #include "confdefs.h"
 /* volatile prevents gcc2 from optimizing the test away on sparcs.  */
 #if !defined(__STDC__) || __STDC__ != 1
@@ -4938,13 +4891,12 @@ main()
   exit(c < 0);
 }
 EOF
-if { (eval echo configure:4942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:4895: \"$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
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_c_char_unsigned=no
 fi
 rm -fr conftest*
@@ -4953,7 +4905,7 @@ fi
 
 fi
 fi
-echo "$ac_t""$ac_cv_c_char_unsigned" 1>&6
+echo "$ECHO_T""$ac_cv_c_char_unsigned" 1>&6
 if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
   cat >>confdefs.h <<\EOF
 #define __CHAR_UNSIGNED__ 1
@@ -4962,16 +4914,16 @@ EOF
 fi
                case "$host" in
  $target)
-    echo $ac_n "checking size of signed char... $ac_c" 1>&6
-echo "configure:4967: checking size of signed char" 1>&5
+    echo $ECHO_N "checking size of signed char... $ECHO_C" 1>&6
+echo "configure:4919: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test "$cross_compiling" = yes; then
     { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
 else
   cat >conftest.$ac_ext <<EOF
-#line 4975 "configure"
+#line 4927 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -4984,13 +4936,12 @@ main ()
   exit (0);
 }
 EOF
-if { (eval echo configure:4988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:4940: \"$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
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_sizeof_signed_char=0
 fi
 rm -fr conftest*
@@ -4998,7 +4949,7 @@ rm -fr conftest*
 fi
 
 fi
-echo "$ac_t""$ac_cv_sizeof_signed_char" 1>&6
+echo "$ECHO_T""$ac_cv_sizeof_signed_char" 1>&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
 EOF
@@ -5006,16 +4957,16 @@ EOF
     ;;
  *) case "$target" in
      *-*-vxworks*)
-       echo $ac_n "checking size of signed char... $ac_c" 1>&6
-echo "configure:5011: checking size of signed char" 1>&5
+       echo $ECHO_N "checking size of signed char... $ECHO_C" 1>&6
+echo "configure:4962: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test "$cross_compiling" = yes; then
   ac_cv_sizeof_signed_char=1
 else
   cat >conftest.$ac_ext <<EOF
-#line 5019 "configure"
+#line 4970 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5028,13 +4979,12 @@ main ()
   exit (0);
 }
 EOF
-if { (eval echo configure:5032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:4983: \"$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
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_sizeof_signed_char=0
 fi
 rm -fr conftest*
@@ -5042,7 +4992,7 @@ rm -fr conftest*
 fi
 
 fi
-echo "$ac_t""$ac_cv_sizeof_signed_char" 1>&6
+echo "$ECHO_T""$ac_cv_sizeof_signed_char" 1>&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
 EOF
@@ -5056,16 +5006,16 @@ esac
 
 case "$host" in
  $target)
-    echo $ac_n "checking size of int... $ac_c" 1>&6
-echo "configure:5061: checking size of int" 1>&5
+    echo $ECHO_N "checking size of int... $ECHO_C" 1>&6
+echo "configure:5011: checking size of int" 1>&5
 if test "${ac_cv_sizeof_int+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test "$cross_compiling" = yes; then
     { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
 else
   cat >conftest.$ac_ext <<EOF
-#line 5069 "configure"
+#line 5019 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5078,13 +5028,12 @@ main ()
   exit (0);
 }
 EOF
-if { (eval echo configure:5082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:5032: \"$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
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_sizeof_int=0
 fi
 rm -fr conftest*
@@ -5092,7 +5041,7 @@ rm -fr conftest*
 fi
 
 fi
-echo "$ac_t""$ac_cv_sizeof_int" 1>&6
+echo "$ECHO_T""$ac_cv_sizeof_int" 1>&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_INT $ac_cv_sizeof_int
 EOF
@@ -5100,16 +5049,16 @@ EOF
     ;;
  *) case "$target" in
      *-*-vxworks*)
-       echo $ac_n "checking size of int... $ac_c" 1>&6
-echo "configure:5105: checking size of int" 1>&5
+       echo $ECHO_N "checking size of int... $ECHO_C" 1>&6
+echo "configure:5054: checking size of int" 1>&5
 if test "${ac_cv_sizeof_int+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test "$cross_compiling" = yes; then
   ac_cv_sizeof_int=4
 else
   cat >conftest.$ac_ext <<EOF
-#line 5113 "configure"
+#line 5062 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5122,13 +5071,12 @@ main ()
   exit (0);
 }
 EOF
-if { (eval echo configure:5126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:5075: \"$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
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_sizeof_int=0
 fi
 rm -fr conftest*
@@ -5136,7 +5084,7 @@ rm -fr conftest*
 fi
 
 fi
-echo "$ac_t""$ac_cv_sizeof_int" 1>&6
+echo "$ECHO_T""$ac_cv_sizeof_int" 1>&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_INT $ac_cv_sizeof_int
 EOF
@@ -5150,16 +5098,16 @@ esac
 
 case "$host" in
  $target)
-    echo $ac_n "checking size of long... $ac_c" 1>&6
-echo "configure:5155: checking size of long" 1>&5
+    echo $ECHO_N "checking size of long... $ECHO_C" 1>&6
+echo "configure:5103: checking size of long" 1>&5
 if test "${ac_cv_sizeof_long+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test "$cross_compiling" = yes; then
     { echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
 else
   cat >conftest.$ac_ext <<EOF
-#line 5163 "configure"
+#line 5111 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5172,13 +5120,12 @@ main ()
   exit (0);
 }
 EOF
-if { (eval echo configure:5176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:5124: \"$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
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_sizeof_long=0
 fi
 rm -fr conftest*
@@ -5186,7 +5133,7 @@ rm -fr conftest*
 fi
 
 fi
-echo "$ac_t""$ac_cv_sizeof_long" 1>&6
+echo "$ECHO_T""$ac_cv_sizeof_long" 1>&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_LONG $ac_cv_sizeof_long
 EOF
@@ -5194,16 +5141,16 @@ EOF
     ;;
  *) case "$target" in
      *-*-vxworks*)
-       echo $ac_n "checking size of long... $ac_c" 1>&6
-echo "configure:5199: checking size of long" 1>&5
+       echo $ECHO_N "checking size of long... $ECHO_C" 1>&6
+echo "configure:5146: checking size of long" 1>&5
 if test "${ac_cv_sizeof_long+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   if test "$cross_compiling" = yes; then
   ac_cv_sizeof_long=4
 else
   cat >conftest.$ac_ext <<EOF
-#line 5207 "configure"
+#line 5154 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5216,13 +5163,12 @@ main ()
   exit (0);
 }
 EOF
-if { (eval echo configure:5220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-then
+if { (eval echo configure:5167: \"$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
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -fr conftest*
   ac_cv_sizeof_long=0
 fi
 rm -fr conftest*
@@ -5230,7 +5176,7 @@ rm -fr conftest*
 fi
 
 fi
-echo "$ac_t""$ac_cv_sizeof_long" 1>&6
+echo "$ECHO_T""$ac_cv_sizeof_long" 1>&6
 cat >>confdefs.h <<EOF
 #define SIZEOF_LONG $ac_cv_sizeof_long
 EOF
@@ -5242,13 +5188,13 @@ EOF
     ;;
 esac
 
-echo $ac_n "checking for s_char... $ac_c" 1>&6
-echo "configure:5247: checking for s_char" 1>&5
+echo $ECHO_N "checking for s_char... $ECHO_C" 1>&6
+echo "configure:5193: checking for s_char" 1>&5
 if test "${ac_cv_type_s_char+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5252 "configure"
+#line 5198 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -5262,18 +5208,16 @@ if (sizeof (s_char))
   return 0;
 }
 EOF
-if { (eval echo configure:5266: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:5212: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_T""$ac_cv_type_s_char" 1>&6
 if test $ac_cv_type_s_char = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_S_CHAR 1
@@ -5311,29 +5255,28 @@ EOF
 
     ;;
 esac
-echo $ac_n "checking for uid_t in sys/types.h... $ac_c" 1>&6
-echo "configure:5316: checking for uid_t in sys/types.h" 1>&5
+echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" 1>&6
+echo "configure:5260: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 5321 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 5266 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "uid_t" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_type_uid_t=yes
 else
-  rm -rf conftest*
   ac_cv_type_uid_t=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_type_uid_t" 1>&6
+echo "$ECHO_T""$ac_cv_type_uid_t" 1>&6
 if test $ac_cv_type_uid_t = no; then
   cat >>confdefs.h <<\EOF
 #define uid_t int
@@ -5350,13 +5293,13 @@ case "$target" in
     for ac_func in __adjtimex __ntp_gettime
 do
 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:5355: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5298: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5360 "configure"
+#line 5303 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5384,24 +5327,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -5418,13 +5359,13 @@ case "$target" in
  *) for ac_func in clock_settime
 do
 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:5423: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5364: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5428 "configure"
+#line 5369 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5452,24 +5393,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -5478,13 +5417,13 @@ esac
 for ac_func in daemon getbootfile getdtablesize getrusage
 do
 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:5483: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5422: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5488 "configure"
+#line 5427 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5512,37 +5451,35 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_func in gettimeofday
 do
 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:5541: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5478: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5546 "configure"
+#line 5483 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5570,24 +5507,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -5597,13 +5532,13 @@ case "$target" in
  *) for ac_func in getuid
 do
 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:5602: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5537: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5607 "configure"
+#line 5542 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5631,24 +5566,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -5657,13 +5590,13 @@ esac
 for ac_func in hstrerror K_open kvm_open memcpy memmove memset
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:5662: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5595: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5667 "configure"
+#line 5600 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5691,24 +5624,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -5719,13 +5650,13 @@ case "$target" in
  *) for ac_func in mkstemp
 do
 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:5724: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5655: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5729 "configure"
+#line 5660 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5753,24 +5684,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -5779,13 +5708,13 @@ esac
 for ac_func in mktime
 do
 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:5784: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5713: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5789 "configure"
+#line 5718 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5813,24 +5742,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 else
   LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"
 fi
@@ -5852,13 +5779,13 @@ case "$target" in
     for ac_func in memlk
 do
 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:5857: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5784: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5862 "configure"
+#line 5789 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5886,19 +5813,17 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
@@ -5910,13 +5835,13 @@ done
     for ac_func in mlockall
 do
 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:5915: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5840: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5920 "configure"
+#line 5845 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -5944,24 +5869,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:5948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -5969,13 +5892,13 @@ done
  *) for ac_func in mlockall
 do
 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:5974: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5897: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 5979 "configure"
+#line 5902 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6003,24 +5926,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -6029,13 +5950,13 @@ esac
 for ac_func in mrand48 srand48 nice nlist
 do
 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:6034: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:5955: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6039 "configure"
+#line 5960 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6063,24 +5984,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:5988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -6091,13 +6010,13 @@ case "$target" in
  *) for ac_func in ntp_adjtime ntp_gettime
 do
 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:6096: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6015: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6101 "configure"
+#line 6020 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6125,24 +6044,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -6151,13 +6068,13 @@ esac
 for ac_func in plock pututline pututxline rtprio
 do
 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:6156: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6073: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6161 "configure"
+#line 6078 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6185,24 +6102,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -6211,13 +6126,13 @@ case "$ac_cv_func_mrand48" in
  *) for ac_func in random
 do
 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:6216: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6131: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6221 "configure"
+#line 6136 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6245,24 +6160,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 else
   LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"
 fi
@@ -6280,13 +6193,13 @@ case "$target" in
  *) for ac_func in sched_setscheduler
 do
 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:6285: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6198: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6290 "configure"
+#line 6203 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6314,24 +6227,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -6340,13 +6251,13 @@ esac
 for ac_func in setlinebuf
 do
 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:6345: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6256: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6350 "configure"
+#line 6261 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6374,37 +6285,35 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_func in setpgid setpriority setsid settimeofday setvbuf sigaction
 do
 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:6403: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6312: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6408 "configure"
+#line 6317 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6432,37 +6341,35 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_func in sigvec sigset sigsuspend stime strchr sysconf sysctl
 do
 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
-echo $ac_n "checking for $ac_func... $ac_c" 1>&6
-echo "configure:6461: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6368: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6466 "configure"
+#line 6373 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6490,37 +6397,35 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
 for ac_func in snprintf strerror
 do
 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:6519: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6424: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6524 "configure"
+#line 6429 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6548,24 +6453,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 else
   LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"
 fi
@@ -6584,13 +6487,13 @@ case "$target" in
  *) for ac_func in timer_create timer_settime
 do
 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:6589: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6492: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6594 "configure"
+#line 6497 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6618,24 +6521,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -6648,13 +6549,13 @@ case "$target" in
  *) for ac_func in umask
 do
 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:6653: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6554: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6658 "configure"
+#line 6559 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6682,24 +6583,22 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
@@ -6708,13 +6607,13 @@ esac
 for ac_func in uname updwtmp updwtmpx vsprintf
 do
 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:6713: checking for $ac_func" 1>&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
+echo "configure:6612: checking for $ac_func" 1>&5
 if eval "test \"\${$ac_ac_var+set}\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6718 "configure"
+#line 6617 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -6742,34 +6641,32 @@ f = $ac_func;
   return 0;
 }
 EOF
-if { (eval echo configure:6746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-  rm -rf conftest*
+if { (eval echo configure:6645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   eval "$ac_ac_var=yes"
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   eval "$ac_ac_var=no"
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""`eval echo '${'$ac_ac_var'}'`" 1>&6
+echo "$ECHO_T""`eval echo '${'$ac_ac_var'}'`" 1>&6
 if test `eval echo '${'$ac_ac_var'}'` = yes; then
   cat >>confdefs.h <<EOF
 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
 EOF
+
 fi
 done
 
-echo $ac_n "checking number of arguments to gettimeofday()... $ac_c" 1>&6
-echo "configure:6768: checking number of arguments to gettimeofday()" 1>&5
+echo $ECHO_N "checking number of arguments to gettimeofday()... $ECHO_C" 1>&6
+echo "configure:6665: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6773 "configure"
+#line 6670 "configure"
 #include "confdefs.h"
 #include <sys/time.h>
 int
@@ -6783,19 +6680,17 @@ settimeofday((struct timeval*)0,(struct timezone*)0);
   return 0;
 }
 EOF
-if { (eval echo configure:6787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:6684: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_func_Xettimeofday_nargs=2
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_func_Xettimeofday_nargs=1
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_func_Xettimeofday_nargs" 1>&6
+echo "$ECHO_T""$ac_cv_func_Xettimeofday_nargs" 1>&6
 if test $ac_cv_func_Xettimeofday_nargs = 1; then
        cat >>confdefs.h <<\EOF
 #define SYSV_TIMEOFDAY 1
@@ -6803,13 +6698,13 @@ EOF
 
 fi
 
-echo $ac_n "checking number of arguments taken by setpgrp()... $ac_c" 1>&6
-echo "configure:6808: checking number of arguments taken by setpgrp()" 1>&5
+echo $ECHO_N "checking number of arguments taken by setpgrp()... $ECHO_C" 1>&6
+echo "configure:6703: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6813 "configure"
+#line 6708 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_SYS_TYPES_H
@@ -6827,19 +6722,17 @@ setpgrp(0,0);
   return 0;
 }
 EOF
-if { (eval echo configure:6831: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:6726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_func_setpgrp_nargs=2
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_func_setpgrp_nargs=0
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_func_setpgrp_nargs" 1>&6
+echo "$ECHO_T""$ac_cv_func_setpgrp_nargs" 1>&6
 if test $ac_cv_func_setpgrp_nargs = 0; then
         cat >>confdefs.h <<\EOF
 #define HAVE_SETPGRP_0 1
@@ -6850,13 +6743,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:6855: checking argument pointer type of qsort()'s compare function and base" 1>&5
+echo $ECHO_N "checking argument pointer type of qsort()'s compare function and base... $ECHO_C" 1>&6
+echo "configure:6748: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6860 "configure"
+#line 6753 "configure"
 #include "confdefs.h"
 
 #include "l_stdlib.h"
@@ -6883,19 +6776,17 @@ qsort(base, 2, sizeof(char *), sortfunc);
   return 0;
 }
 EOF
-if { (eval echo configure:6887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:6780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_func_qsort_argtype=void
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_func_qsort_argtype=char
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_func_qsort_argtype" 1>&6
+echo "$ECHO_T""$ac_cv_func_qsort_argtype" 1>&6
 case "$ac_cv_func_qsort_argtype" in
  void)
     cat >>confdefs.h <<\EOF
@@ -6907,13 +6798,13 @@ esac
 
 CFLAGS=$save_CFLAGS
 
-echo $ac_n "checking if we need to declare 'errno'... $ac_c" 1>&6
-echo "configure:6912: checking if we need to declare 'errno'" 1>&5
+echo $ECHO_N "checking if we need to declare 'errno'... $ECHO_C" 1>&6
+echo "configure:6803: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6917 "configure"
+#line 6808 "configure"
 #include "confdefs.h"
 #ifdef HAVE_ERRNO_H
 #include <errno.h>
@@ -6926,18 +6817,16 @@ errno = 0;
   return 0;
 }
 EOF
-if { (eval echo configure:6930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:6821: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_decl_errno=no
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_decl_errno=yes
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_decl_errno" 1>&6
+echo "$ECHO_T""$ac_cv_decl_errno" 1>&6
 case "$ac_cv_decl_errno" in
  yes) cat >>confdefs.h <<\EOF
 #define DECL_ERRNO 1
@@ -6945,13 +6834,13 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we may declare 'h_errno'... $ac_c" 1>&6
-echo "configure:6950: checking if we may declare 'h_errno'" 1>&5
+echo $ECHO_N "checking if we may declare 'h_errno'... $ECHO_C" 1>&6
+echo "configure:6839: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 6955 "configure"
+#line 6844 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #ifdef HAVE_NETINET_IN_H
@@ -6974,18 +6863,16 @@ extern int h_errno;
   return 0;
 }
 EOF
-if { (eval echo configure:6978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:6867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_decl_h_errno=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_decl_h_errno=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_decl_h_errno" 1>&6
+echo "$ECHO_T""$ac_cv_decl_h_errno" 1>&6
 case "$ac_cv_decl_h_errno" in
  yes) cat >>confdefs.h <<\EOF
 #define DECL_H_ERRNO 1
@@ -6993,13 +6880,13 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if declaring 'char *sys_errlist[]' is ok... $ac_c" 1>&6
-echo "configure:6998: checking [if declaring 'char *sys_errlist[]' is ok]" 1>&5
+echo $ECHO_N "checking if declaring 'char *sys_errlist[]' is ok... $ECHO_C" 1>&6
+echo "configure:6885: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 7003 "configure"
+#line 6890 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 #ifdef HAVE_ERRNO_H
@@ -7014,18 +6901,16 @@ extern char *sys_errlist[];
   return 0;
 }
 EOF
-if { (eval echo configure:7018: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:6905: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_decl_sys_errlist=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_decl_sys_errlist=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_decl_sys_errlist" 1>&6
+echo "$ECHO_T""$ac_cv_decl_sys_errlist" 1>&6
 case "$ac_cv_decl_sys_errlist" in
  yes) cat >>confdefs.h <<\EOF
 #define CHAR_SYS_ERRLIST 1
@@ -7033,13 +6918,13 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if declaring 'syscall()' is ok... $ac_c" 1>&6
-echo "configure:7038: checking if declaring 'syscall()' is ok" 1>&5
+echo $ECHO_N "checking if declaring 'syscall()' is ok... $ECHO_C" 1>&6
+echo "configure:6923: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 7043 "configure"
+#line 6928 "configure"
 #include "confdefs.h"
 
 #ifdef HAVE_SYS_TYPES_H
@@ -7062,18 +6947,16 @@ extern int syscall P((int, ...));
   return 0;
 }
 EOF
-if { (eval echo configure:7066: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:6951: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   ac_cv_decl_syscall=yes
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
-  rm -rf conftest*
   ac_cv_decl_syscall=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_decl_syscall" 1>&6
+echo "$ECHO_T""$ac_cv_decl_syscall" 1>&6
 case "$ac_cv_decl_syscall" in
  yes) cat >>confdefs.h <<\EOF
 #define DECL_SYSCALL 1
@@ -7347,19 +7230,19 @@ EOF
     ;;
 esac
 
-echo $ac_n "checking if we should use a streams device for ifconfig... $ac_c" 1>&6
-echo "configure:7352: checking if we should use a streams device for ifconfig" 1>&5
+echo $ECHO_N "checking if we should use a streams device for ifconfig... $ECHO_C" 1>&6
+echo "configure:7235: 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
+  echo $ECHO_N "(cached) $ECHO_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 "$ECHO_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:7361: checking if we need extra room for SO_RCVBUF" 1>&5
+echo $ECHO_N "checking if we need extra room for SO_RCVBUF... $ECHO_C" 1>&6
+echo "configure:7244: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
 case "$target" in
@@ -7369,7 +7252,7 @@ case "$target" in
 esac
 ac_cv_var_rcvbuf_slop=$ans
 fi
-echo "$ac_t""$ac_cv_var_rcvbuf_slop" 1>&6
+echo "$ECHO_T""$ac_cv_var_rcvbuf_slop" 1>&6
 case "$ac_cv_var_rcvbuf_slop" in
  yes) cat >>confdefs.h <<\EOF
 #define NEED_RCVBUF_SLOP 1
@@ -7377,10 +7260,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we will open the broadcast socket... $ac_c" 1>&6
-echo "configure:7382: checking if we will open the broadcast socket" 1>&5
+echo $ECHO_N "checking if we will open the broadcast socket... $ECHO_C" 1>&6
+echo "configure:7265: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=yes
 case "$target" in
@@ -7393,7 +7276,7 @@ case "$target" in
 esac
 ac_cv_var_open_bcast_socket=$ans
 fi
-echo "$ac_t""$ac_cv_var_open_bcast_socket" 1>&6
+echo "$ECHO_T""$ac_cv_var_open_bcast_socket" 1>&6
 case "$ac_cv_var_open_bcast_socket" in
  yes) cat >>confdefs.h <<\EOF
 #define OPEN_BCAST_SOCKET 1
@@ -7401,10 +7284,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we want the HPUX version of FindConfig()... $ac_c" 1>&6
-echo "configure:7406: checking if we want the HPUX version of FindConfig()" 1>&5
+echo $ECHO_N "checking if we want the HPUX version of FindConfig()... $ECHO_C" 1>&6
+echo "configure:7289: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
 case "$target" in
@@ -7414,7 +7297,7 @@ case "$target" in
 esac
 ac_cv_var_hpux_findconfig=$ans
 fi
-echo "$ac_t""$ac_cv_var_hpux_findconfig" 1>&6
+echo "$ECHO_T""$ac_cv_var_hpux_findconfig" 1>&6
 case "$ac_cv_var_hpux_findconfig" in
  yes) cat >>confdefs.h <<\EOF
 #define NEED_HPUX_FINDCONFIG 1
@@ -7422,10 +7305,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if process groups are set with -pid... $ac_c" 1>&6
-echo "configure:7427: checking if process groups are set with -pid" 1>&5
+echo $ECHO_N "checking if process groups are set with -pid... $ECHO_C" 1>&6
+echo "configure:7310: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   case "$target" in
  *-*-hpux[567]*)
@@ -7449,7 +7332,7 @@ else
 esac
 ac_cv_arg_setpgrp_negpid=$ans
 fi
-echo "$ac_t""$ac_cv_arg_setpgrp_negpid" 1>&6
+echo "$ECHO_T""$ac_cv_arg_setpgrp_negpid" 1>&6
 case "$ac_cv_arg_setpgrp_negpid" in
  yes) cat >>confdefs.h <<\EOF
 #define UDP_BACKWARDS_SETOWN 1
@@ -7457,10 +7340,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we need a ctty for F_SETOWN... $ac_c" 1>&6
-echo "configure:7462: checking if we need a ctty for F_SETOWN" 1>&5
+echo $ECHO_N "checking if we need a ctty for F_SETOWN... $ECHO_C" 1>&6
+echo "configure:7345: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   case "$target" in
  *-*-bsdi2*)
@@ -7483,7 +7366,7 @@ else
 esac
 ac_cv_func_ctty_for_f_setown=$ans
 fi
-echo "$ac_t""$ac_cv_func_ctty_for_f_setown" 1>&6
+echo "$ECHO_T""$ac_cv_func_ctty_for_f_setown" 1>&6
 case "$ac_cv_func_ctty_for_f_setown" in
  yes) cat >>confdefs.h <<\EOF
 #define USE_FSETOWNCTTY 1
@@ -7492,8 +7375,8 @@ 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:7497: checking if we'll use clock_settime or settimeofday or stime" 1>&5
+echo $ECHO_N "checking if we'll use clock_settime or settimeofday or stime... $ECHO_C" 1>&6
+echo "configure:7380: 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=''
@@ -7507,24 +7390,24 @@ case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in
     ntp_warning='Which is the worst of the three'
     ans='stime()'
     ;;
- *) 
+ *)
     case "$host" in
      $target) ntp_warning='Which leaves us with nothing to use!'
     ans=none
     ;;
 esac
 esac
-echo "$ac_t""$ans" 1>&6
+echo "$ECHO_T""$ans" 1>&6
 case "$ntp_warning" in
  '') ;;
  *) echo "configure: warning: *** $ntp_warning ***" 1>&2
     ;;
 esac
 
-echo $ac_n "checking if we have a losing syscall()... $ac_c" 1>&6
-echo "configure:7526: checking if we have a losing syscall()" 1>&5
+echo $ECHO_N "checking if we have a losing syscall()... $ECHO_C" 1>&6
+echo "configure:7409: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   case "$target" in
  *-*-solaris2.4*)
@@ -7535,7 +7418,7 @@ else
 esac
 ac_cv_var_syscall_bug=$ans
 fi
-echo "$ac_t""$ac_cv_var_syscall_bug" 1>&6
+echo "$ECHO_T""$ac_cv_var_syscall_bug" 1>&6
 case "$ac_cv_var_syscall_bug" in
  yes) cat >>confdefs.h <<\EOF
 #define SYSCALL_BUG 1
@@ -7543,10 +7426,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking for Streams/TLI... $ac_c" 1>&6
-echo "configure:7548: checking for Streams/TLI" 1>&5
+echo $ECHO_N "checking for Streams/TLI... $ECHO_C" 1>&6
+echo "configure:7431: checking for Streams/TLI" 1>&5
 if test "${ac_cv_var_streams_tli+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
    case "$ac_cv_header_sys_stropts_h" in
   yes)
@@ -7561,7 +7444,7 @@ else
  esac
  ac_cv_var_streams_tli=$ans
 fi
-echo "$ac_t""$ac_cv_var_streams_tli" 1>&6
+echo "$ECHO_T""$ac_cv_var_streams_tli" 1>&6
 case "$ac_cv_var_streams_tli" in
  yes)
     cat >>confdefs.h <<\EOF
@@ -7571,37 +7454,36 @@ EOF
     ;;
 esac
 
-echo $ac_n "checking for SIGIO... $ac_c" 1>&6
-echo "configure:7576: checking for SIGIO" 1>&5
+echo $ECHO_N "checking for SIGIO... $ECHO_C" 1>&6
+echo "configure:7459: checking for SIGIO" 1>&5
 if test "${ac_cv_hdr_def_sigio+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 7581 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 7465 "configure"
 #include "confdefs.h"
 #include <signal.h>
 #ifdef SIGIO
    yes
 #endif
-  
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_hdr_def_sigio=yes
 else
-  rm -rf conftest*
   ac_cv_hdr_def_sigio=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_hdr_def_sigio" 1>&6
+echo "$ECHO_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:7603: checking if we want to use signalled IO" 1>&5
+echo $ECHO_N "checking if we want to use signalled IO... $ECHO_C" 1>&6
+echo "configure:7485: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
 case "$ac_cv_hdr_def_sigio" in
@@ -7640,7 +7522,7 @@ 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
+echo "$ECHO_T""$ac_cv_var_signalled_io" 1>&6
 case "$ac_cv_var_signalled_io" in
  yes) cat >>confdefs.h <<\EOF
 #define HAVE_SIGNALED_IO 1
@@ -7648,64 +7530,62 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking for SIGPOLL... $ac_c" 1>&6
-echo "configure:7653: checking for SIGPOLL" 1>&5
+echo $ECHO_N "checking for SIGPOLL... $ECHO_C" 1>&6
+echo "configure:7535: checking for SIGPOLL" 1>&5
 if test "${ac_cv_hdr_def_sigpoll+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 7658 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 7541 "configure"
 #include "confdefs.h"
 #include <signal.h>
 #ifdef SIGPOLL
   yes
 #endif
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_hdr_def_sigpoll=yes
 else
-  rm -rf conftest*
   ac_cv_hdr_def_sigpoll=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_hdr_def_sigpoll" 1>&6
+echo "$ECHO_T""$ac_cv_hdr_def_sigpoll" 1>&6
 
-echo $ac_n "checking for SIGSYS... $ac_c" 1>&6
-echo "configure:7680: checking for SIGSYS" 1>&5
+echo $ECHO_N "checking for SIGSYS... $ECHO_C" 1>&6
+echo "configure:7561: checking for SIGSYS" 1>&5
 if test "${ac_cv_hdr_def_sigsys+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 7685 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 7567 "configure"
 #include "confdefs.h"
 #include <signal.h>
 #ifdef SIGSYS
   yes
 #endif
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_hdr_def_sigsys=yes
 else
-  rm -rf conftest*
   ac_cv_hdr_def_sigsys=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_hdr_def_sigsys" 1>&6
+echo "$ECHO_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:7707: checking if we can use SIGPOLL for UDP I/O" 1>&5
+echo $ECHO_N "checking if we can use SIGPOLL for UDP I/O... $ECHO_C" 1>&6
+echo "configure:7587: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
 case "$ac_cv_hdr_def_sigpoll" in
@@ -7748,7 +7628,7 @@ 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
+echo "$ECHO_T""$ac_cv_var_use_udp_sigpoll" 1>&6
 case "$ac_cv_var_use_udp_sigpoll" in
  yes) cat >>confdefs.h <<\EOF
 #define USE_UDP_SIGPOLL 1
@@ -7756,10 +7636,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we can use SIGPOLL for TTY I/O... $ac_c" 1>&6
-echo "configure:7761: checking if we can use SIGPOLL for TTY I/O" 1>&5
+echo $ECHO_N "checking if we can use SIGPOLL for TTY I/O... $ECHO_C" 1>&6
+echo "configure:7641: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
 case "$ac_cv_hdr_def_sigpoll" in
@@ -7802,7 +7682,7 @@ 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
+echo "$ECHO_T""$ac_cv_var_use_tty_sigpoll" 1>&6
 case "$ac_cv_var_use_tty_sigpoll" in
  yes) cat >>confdefs.h <<\EOF
 #define USE_TTY_SIGPOLL 1
@@ -7812,32 +7692,31 @@ 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:7817: checking sys/sio.h for TIOCDCDTIMESTAMP" 1>&5
+    echo $ECHO_N "checking sys/sio.h for TIOCDCDTIMESTAMP... $ECHO_C" 1>&6
+echo "configure:7697: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 7822 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 7703 "configure"
 #include "confdefs.h"
 #include <sys/sio.h>
 #ifdef TIOCDCDTIMESTAMP
   yes
 #endif
-     
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_hdr_def_tiocdcdtimestamp=yes
 else
-  rm -rf conftest*
   ac_cv_hdr_def_tiocdcdtimestamp=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_hdr_def_tiocdcdtimestamp" 1>&6
+echo "$ECHO_T""$ac_cv_hdr_def_tiocdcdtimestamp" 1>&6
     ;;
 esac
 
@@ -7847,10 +7726,10 @@ 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:7852: checking if nlist() values might require extra indirection" 1>&5
+echo $ECHO_N "checking if nlist() values might require extra indirection... $ECHO_C" 1>&6
+echo "configure:7731: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
 case "$target" in
@@ -7860,7 +7739,7 @@ case "$target" in
 esac
 ac_cv_var_nlist_extra_indirection=$ans
 fi
-echo "$ac_t""$ac_cv_var_nlist_extra_indirection" 1>&6
+echo "$ECHO_T""$ac_cv_var_nlist_extra_indirection" 1>&6
 case "$ac_cv_var_nlist_extra_indirection" in
  yes) cat >>confdefs.h <<\EOF
 #define NLIST_EXTRA_INDIRECTION 1
@@ -7868,10 +7747,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking for a minimum recommended value of tickadj... $ac_c" 1>&6
-echo "configure:7873: checking for a minimum recommended value of tickadj" 1>&5
+echo $ECHO_N "checking for a minimum recommended value of tickadj... $ECHO_C" 1>&6
+echo "configure:7752: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
 case "$target" in
@@ -7881,7 +7760,7 @@ case "$target" in
 esac
 ac_cv_var_min_rec_tickadj=$ans
 fi
-echo "$ac_t""$ac_cv_var_min_rec_tickadj" 1>&6
+echo "$ECHO_T""$ac_cv_var_min_rec_tickadj" 1>&6
 case "$ac_cv_var_min_rec_tickadj" in
  ''|no) ;;
  *) cat >>confdefs.h <<EOF
@@ -7890,10 +7769,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if the TTY code permits PARENB and IGNPAR... $ac_c" 1>&6
-echo "configure:7895: checking if the TTY code permits PARENB and IGNPAR" 1>&5
+echo $ECHO_N "checking if the TTY code permits PARENB and IGNPAR... $ECHO_C" 1>&6
+echo "configure:7774: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
 case "$target" in
@@ -7906,7 +7785,7 @@ case "$target" in
 esac
 ac_cv_var_no_parenb_ignpar=$ans
 fi
-echo "$ac_t""$ac_cv_var_no_parenb_ignpar" 1>&6
+echo "$ECHO_T""$ac_cv_var_no_parenb_ignpar" 1>&6
 case "$ac_cv_var_no_parenb_ignpar" in
  yes) cat >>confdefs.h <<\EOF
 #define NO_PARENB_IGNPAR 1
@@ -7914,8 +7793,8 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we're including debugging code... $ac_c" 1>&6
-echo "configure:7919: checking if we're including debugging code" 1>&5
+echo $ECHO_N "checking if we're including debugging code... $ECHO_C" 1>&6
+echo "configure:7798: 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"
@@ -7923,17 +7802,16 @@ if test "${enable_debugging+set}" = set; then
 else
   ntp_ok=yes
 fi
-
 if test "$ntp_ok" = "yes"; then
     cat >>confdefs.h <<\EOF
 #define DEBUG 1
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_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:7937: checking for a the number of minutes in a DST adjustment" 1>&5
+echo $ECHO_N "checking for a the number of minutes in a DST adjustment... $ECHO_C" 1>&6
+echo "configure:7815: 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"
@@ -7941,23 +7819,22 @@ if test "${enable_dst_minutes+set}" = set; then
 else
   ans=60
 fi
-
 cat >>confdefs.h <<EOF
 #define DSTMINUTES $ans
 EOF
 
-echo "$ac_t""$ans" 1>&6
+echo "$ECHO_T""$ans" 1>&6
 
-echo $ac_n "checking if we have the tty_clk line discipline/streams module... $ac_c" 1>&6
-echo "configure:7953: checking if we have the tty_clk line discipline/streams module" 1>&5
+echo $ECHO_N "checking if we have the tty_clk line discipline/streams module... $ECHO_C" 1>&6
+echo "configure:7830: 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
+  echo $ECHO_N "(cached) $ECHO_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
+echo "$ECHO_T""$ac_cv_var_tty_clk" 1>&6
 case "$ac_cv_var_tty_clk" in
  yes) cat >>confdefs.h <<\EOF
 #define TTYCLK 1
@@ -7965,14 +7842,14 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking for the ppsclock streams module... $ac_c" 1>&6
-echo "configure:7970: checking for the ppsclock streams module" 1>&5
+echo $ECHO_N "checking for the ppsclock streams module... $ECHO_C" 1>&6
+echo "configure:7847: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_var_ppsclock=$ac_cv_struct_ppsclockev
 fi
-echo "$ac_t""$ac_cv_var_ppsclock" 1>&6
+echo "$ECHO_T""$ac_cv_var_ppsclock" 1>&6
 case "$ac_cv_var_ppsclock" in
  yes) cat >>confdefs.h <<\EOF
 #define PPS 1
@@ -7980,33 +7857,33 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking for kernel multicast support... $ac_c" 1>&6
-echo "configure:7985: checking for kernel multicast support" 1>&5
+echo $ECHO_N "checking for kernel multicast support... $ECHO_C" 1>&6
+echo "configure:7862: checking for kernel multicast support" 1>&5
 if test "${ac_cv_var_mcast+set}" = set; then
-  echo $ac_n "(cached) $ac_c" 1>&6
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_var_mcast=no
   case "$target" in
    i386-sequent-sysv4) ;;
-   *) cat >conftest.$ac_ext <<EOF
-#line 7993 "configure"
+   *)
+cat >conftest.$ac_ext <<EOF
+#line 7871 "configure"
 #include "confdefs.h"
 #include <netinet/in.h>
 #ifdef IP_ADD_MEMBERSHIP
    yes
 #endif
-  
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_var_mcast=yes
 fi
 rm -f conftest*
  ;;
   esac
 fi
-echo "$ac_t""$ac_cv_var_mcast" 1>&6
+echo "$ECHO_T""$ac_cv_var_mcast" 1>&6
 case "$ac_cv_var_mcast" in
  yes) cat >>confdefs.h <<\EOF
 #define MCAST 1
@@ -8014,10 +7891,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking availability of ntp_{adj,get}time()... $ac_c" 1>&6
-echo "configure:8019: checking [availability of ntp_{adj,get}time()]" 1>&5
+echo $ECHO_N "checking availability of ntp_{adj,get}time()... $ECHO_C" 1>&6
+echo "configure:7896: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_var_ntp_syscalls=no
  case "$ac_cv_func___adjtimex" in
@@ -8028,18 +7905,18 @@ else
       yesyes)
         ac_cv_var_ntp_syscalls=libc
         ;;
-      *) cat >conftest.$ac_ext <<EOF
-#line 8033 "configure"
+      *)
+cat >conftest.$ac_ext <<EOF
+#line 7911 "configure"
 #include "confdefs.h"
 #include <sys/syscall.h>
 #if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime)
            yes
 #endif
-          
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_var_ntp_syscalls=kernel
 fi
 rm -f conftest*
@@ -8049,7 +7926,7 @@ rm -f conftest*
      ;;
  esac
 fi
-echo "$ac_t""$ac_cv_var_ntp_syscalls" 1>&6
+echo "$ECHO_T""$ac_cv_var_ntp_syscalls" 1>&6
 case "$ac_cv_var_ntp_syscalls" in
  libc)
     cat >>confdefs.h <<\EOF
@@ -8067,37 +7944,36 @@ EOF
     ;;
 esac
 
-echo $ac_n "checking if sys/timex.h has STA_FLL... $ac_c" 1>&6
-echo "configure:8072: checking if sys/timex.h has STA_FLL" 1>&5
+echo $ECHO_N "checking if sys/timex.h has STA_FLL... $ECHO_C" 1>&6
+echo "configure:7949: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 8077 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 7955 "configure"
 #include "confdefs.h"
 #include <sys/timex.h>
 #ifdef STA_FLL
     yes
 #endif
-    
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ac_cv_var_sta_fll=yes
 else
-  rm -rf conftest*
   ac_cv_var_sta_fll=no
 fi
 rm -f conftest*
 
 fi
-echo "$ac_t""$ac_cv_var_sta_fll" 1>&6
+echo "$ECHO_T""$ac_cv_var_sta_fll" 1>&6
 
-echo $ac_n "checking if we have kernel PLL support... $ac_c" 1>&6
-echo "configure:8099: checking if we have kernel PLL support" 1>&5
+echo $ECHO_N "checking if we have kernel PLL support... $ECHO_C" 1>&6
+echo "configure:7975: 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
+  echo $ECHO_N "(cached) $ECHO_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
  *no*)
@@ -8107,7 +7983,7 @@ else
     ;;
 esac
 fi
-echo "$ac_t""$ac_cv_var_kernel_pll" 1>&6
+echo "$ECHO_T""$ac_cv_var_kernel_pll" 1>&6
 case "$ac_cv_var_kernel_pll" in
  yes)
     cat >>confdefs.h <<\EOF
@@ -8117,10 +7993,10 @@ EOF
     ;;
 esac
 
-echo $ac_n "checking if SIOCGIFCONF returns buffer size in the buffer... $ac_c" 1>&6
-echo "configure:8122: checking if SIOCGIFCONF returns buffer size in the buffer" 1>&5
+echo $ECHO_N "checking if SIOCGIFCONF returns buffer size in the buffer... $ECHO_C" 1>&6
+echo "configure:7998: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
   case "$target" in
@@ -8136,7 +8012,7 @@ else
   esac
   ac_cv_var_size_returned_in_buffer=$ans
 fi
-echo "$ac_t""$ac_cv_var_size_returned_in_buffer" 1>&6
+echo "$ECHO_T""$ac_cv_var_size_returned_in_buffer" 1>&6
 case "$ac_cv_var_size_returned_in_buffer" in
  yes) cat >>confdefs.h <<\EOF
 #define SIZE_RETURNED_IN_BUFFER 1
@@ -8145,24 +8021,23 @@ EOF
 esac
 
 # Check for ioctls TIOCGPPSEV
-echo $ac_n "checking ioctl TIOCGPPSEV... $ac_c" 1>&6
-echo "configure:8150: checking ioctl TIOCGPPSEV" 1>&5
+echo $ECHO_N "checking ioctl TIOCGPPSEV... $ECHO_C" 1>&6
+echo "configure:8026: checking ioctl TIOCGPPSEV" 1>&5
 if test "$ac_cv_header_termios_h" = "yes"; then
-    cat >conftest.$ac_ext <<EOF
-#line 8153 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 8030 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef TIOCGPPSEV
          yes
 #endif
-        
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ntp_ok=yes
 else
-  rm -rf conftest*
   ntp_ok=no
 fi
 rm -f conftest*
@@ -8177,27 +8052,26 @@ EOF
 
     ac_cv_var_oncore_ok=yes
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
 # Check for ioctls TIOCSPPS
-echo $ac_n "checking ioctl TIOCSPPS... $ac_c" 1>&6
-echo "configure:8185: checking ioctl TIOCSPPS" 1>&5
+echo $ECHO_N "checking ioctl TIOCSPPS... $ECHO_C" 1>&6
+echo "configure:8060: checking ioctl TIOCSPPS" 1>&5
 if test "$ac_cv_header_termios_h" = "yes"; then
-    cat >conftest.$ac_ext <<EOF
-#line 8188 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 8064 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef TIOCSPPS
          yes
 #endif
-        
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ntp_ok=yes
 else
-  rm -rf conftest*
   ntp_ok=no
 fi
 rm -f conftest*
@@ -8212,27 +8086,26 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
 # Check for ioctls CIOGETEV
-echo $ac_n "checking ioctl CIOGETEV... $ac_c" 1>&6
-echo "configure:8220: checking ioctl CIOGETEV" 1>&5
+echo $ECHO_N "checking ioctl CIOGETEV... $ECHO_C" 1>&6
+echo "configure:8094: checking ioctl CIOGETEV" 1>&5
 if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then
-    cat >conftest.$ac_ext <<EOF
-#line 8223 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 8098 "configure"
 #include "confdefs.h"
 #include <sys/ppsclock.h>
 #ifdef CIOGETEV
          yes
 #endif
-        
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ntp_ok=yes
 else
-  rm -rf conftest*
   ntp_ok=no
 fi
 rm -f conftest*
@@ -8247,7 +8120,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
 # Check for header timepps.h, if found then we have PPS API (Draft RFC) stuff.
 # there is NO way that I can tell to tell if a given OS is using timespec or
@@ -8268,40 +8141,40 @@ EOF
 esac
 
 # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG
-echo $ac_n "checking for linux/serial.h... $ac_c" 1>&6
-echo "configure:8273: checking for linux/serial.h" 1>&5
+echo $ECHO_N "checking for linux/serial.h... $ECHO_C" 1>&6
+echo "configure:8146: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
-  cat >conftest.$ac_ext <<EOF
-#line 8278 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 8152 "configure"
 #include "confdefs.h"
 #include <linux/serial.h>
 
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8158: \"$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*
   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*
   ac_cv_header_linux_serial_h=no
 fi
 rm -f conftest*
 fi
-echo "$ac_t""$ac_cv_header_linux_serial_h" 1>&6
+echo "$ECHO_T""$ac_cv_header_linux_serial_h" 1>&6
 
-echo $ac_n "checking ioctl TIOCGSERIAL... $ac_c" 1>&6
-echo "configure:8301: checking ioctl TIOCGSERIAL" 1>&5
+echo $ECHO_N "checking ioctl TIOCGSERIAL... $ECHO_C" 1>&6
+echo "configure:8173: checking ioctl TIOCGSERIAL" 1>&5
 case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in
   yesyes)
-    cat >conftest.$ac_ext <<EOF
-#line 8305 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 8178 "configure"
 #include "confdefs.h"
 #include <sys/time.h>
 typedef int u_int;
@@ -8320,11 +8193,10 @@ typedef int u_int;
 #endif
 #endif
 #endif
-        
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ntp_ok=yes
 fi
 rm -f conftest*
@@ -8340,11 +8212,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
 # Check for SHMEM_STATUS support
-echo $ac_n "checking SHMEM_STATUS support... $ac_c" 1>&6
-echo "configure:8348: checking SHMEM_STATUS support" 1>&5
+echo $ECHO_N "checking SHMEM_STATUS support... $ECHO_C" 1>&6
+echo "configure:8220: checking SHMEM_STATUS support" 1>&5
 case "$ac_cv_header_sys_mman_h" in
  yes) ntp_ok=yes ;;
  *)   ntp_ok=no  ;;
@@ -8355,13 +8227,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_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:8365: checking Datum/Bancomm bc635/VME interface" 1>&5
+echo $ECHO_N "checking Datum/Bancomm bc635/VME interface... $ECHO_C" 1>&6
+echo "configure:8237: 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"
@@ -8369,7 +8241,6 @@ if test "${enable_BANCOMM+set}" = set; then
 else
   ntp_ok=no
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8377,15 +8248,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$target" in
  yes*-*-hpux*) ;;
  yes*) echo "configure: warning: *** But the expected answer is... no ***" 1>&2 ;;
 esac
 
 #HPUX only, and only by explicit request
-echo $ac_n "checking TrueTime GPS receiver/VME interface... $ac_c" 1>&6
-echo "configure:8389: checking TrueTime GPS receiver/VME interface" 1>&5
+echo $ECHO_N "checking TrueTime GPS receiver/VME interface... $ECHO_C" 1>&6
+echo "configure:8260: 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"
@@ -8393,7 +8264,6 @@ if test "${enable_GPSVME+set}" = set; then
 else
   ntp_ok=no
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8401,14 +8271,14 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$target" in
  yes*-*-hpux*) ;;
  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:8412: checking for PCL720 clock support" 1>&5
+echo $ECHO_N "checking for PCL720 clock support... $ECHO_C" 1>&6
+echo "configure:8282: 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
@@ -8421,10 +8291,10 @@ EOF
     ans=no
     ;;
 esac
-echo "$ac_t""$ans" 1>&6
+echo "$ECHO_T""$ans" 1>&6
 
-echo $ac_n "checking for SHM clock attached thru shared memory... $ac_c" 1>&6
-echo "configure:8428: checking for SHM clock attached thru shared memory" 1>&5
+echo $ECHO_N "checking for SHM clock attached thru shared memory... $ECHO_C" 1>&6
+echo "configure:8298: 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"
@@ -8432,7 +8302,6 @@ if test "${enable_SHM+set}" = set; then
 else
   ntp_ok=no
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8440,10 +8309,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking for default inclusion of all suitable non-PARSE clocks... $ac_c" 1>&6
-echo "configure:8447: checking for default inclusion of all suitable non-PARSE clocks" 1>&5
+echo $ECHO_N "checking for default inclusion of all suitable non-PARSE clocks... $ECHO_C" 1>&6
+echo "configure:8316: 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"
@@ -8451,11 +8320,10 @@ if test "${enable_all_clocks+set}" = set; then
 else
   ntp_eac=yes
 fi
+echo "$ECHO_T""$ntp_eac" 1>&6
 
-echo "$ac_t""$ntp_eac" 1>&6
-
-echo $ac_n "checking if we have support for PARSE clocks... $ac_c" 1>&6
-echo "configure:8459: checking if we have support for PARSE clocks" 1>&5
+echo $ECHO_N "checking if we have support for PARSE clocks... $ECHO_C" 1>&6
+echo "configure:8327: 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
@@ -8463,23 +8331,23 @@ case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in
  *) ntp_canparse=no
     ;;
 esac
-echo "$ac_t""$ntp_canparse" 1>&6
+echo "$ECHO_T""$ntp_canparse" 1>&6
 
-echo $ac_n "checking if we have support for audio clocks... $ac_c" 1>&6
-echo "configure:8470: checking if we have support for audio clocks" 1>&5
+echo $ECHO_N "checking if we have support for audio clocks... $ECHO_C" 1>&6
+echo "configure:8338: 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 "$ECHO_T""$ntp_canaudio" 1>&6
 
-echo $ac_n "checking for struct audio_info.monitor_gain... $ac_c" 1>&6
-echo "configure:8478: checking for struct audio_info.monitor_gain" 1>&5
+echo $ECHO_N "checking for struct audio_info.monitor_gain... $ECHO_C" 1>&6
+echo "configure:8346: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 8483 "configure"
+#line 8351 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -8497,18 +8365,16 @@ foo.monitor_gain;
   return 0;
 }
 EOF
-if { (eval echo configure:8501: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:8369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_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 <<EOF
 #define HAVE_STRUCT_AUDIO_INFO_MONITOR_GAIN 1
@@ -8516,13 +8382,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for struct audio_info.output_muted... $ac_c" 1>&6
-echo "configure:8521: checking for struct audio_info.output_muted" 1>&5
+echo $ECHO_N "checking for struct audio_info.output_muted... $ECHO_C" 1>&6
+echo "configure:8387: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 8526 "configure"
+#line 8392 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -8540,18 +8406,16 @@ foo.output_muted;
   return 0;
 }
 EOF
-if { (eval echo configure:8544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:8410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_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 <<EOF
 #define HAVE_STRUCT_AUDIO_INFO_OUTPUT_MUTED 1
@@ -8559,13 +8423,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for struct audio_info.blocksize... $ac_c" 1>&6
-echo "configure:8564: checking for struct audio_info.blocksize" 1>&5
+echo $ECHO_N "checking for struct audio_info.blocksize... $ECHO_C" 1>&6
+echo "configure:8428: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 8569 "configure"
+#line 8433 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -8583,18 +8447,16 @@ foo.blocksize;
   return 0;
 }
 EOF
-if { (eval echo configure:8587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:8451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_T""$ac_cv_member_struct_audio_info_blocksize" 1>&6
 if test $ac_cv_member_struct_audio_info_blocksize = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_STRUCT_AUDIO_INFO_BLOCKSIZE 1
@@ -8602,13 +8464,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for struct audio_info.hiwat... $ac_c" 1>&6
-echo "configure:8607: checking for struct audio_info.hiwat" 1>&5
+echo $ECHO_N "checking for struct audio_info.hiwat... $ECHO_C" 1>&6
+echo "configure:8469: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 8612 "configure"
+#line 8474 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -8626,18 +8488,16 @@ foo.hiwat;
   return 0;
 }
 EOF
-if { (eval echo configure:8630: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:8492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_T""$ac_cv_member_struct_audio_info_hiwat" 1>&6
 if test $ac_cv_member_struct_audio_info_hiwat = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_STRUCT_AUDIO_INFO_HIWAT 1
@@ -8645,13 +8505,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for struct audio_info.lowat... $ac_c" 1>&6
-echo "configure:8650: checking for struct audio_info.lowat" 1>&5
+echo $ECHO_N "checking for struct audio_info.lowat... $ECHO_C" 1>&6
+echo "configure:8510: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 8655 "configure"
+#line 8515 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -8669,18 +8529,16 @@ foo.lowat;
   return 0;
 }
 EOF
-if { (eval echo configure:8673: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:8533: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_T""$ac_cv_member_struct_audio_info_lowat" 1>&6
 if test $ac_cv_member_struct_audio_info_lowat = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_STRUCT_AUDIO_INFO_LOWAT 1
@@ -8688,13 +8546,13 @@ EOF
 
 fi
 
-echo $ac_n "checking for struct audio_info.mode... $ac_c" 1>&6
-echo "configure:8693: checking for struct audio_info.mode" 1>&5
+echo $ECHO_N "checking for struct audio_info.mode... $ECHO_C" 1>&6
+echo "configure:8551: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   cat >conftest.$ac_ext <<EOF
-#line 8698 "configure"
+#line 8556 "configure"
 #include "confdefs.h"
 #ifdef HAVE_SUN_AUDIO_H
 #include <sun/audio.h>
@@ -8712,18 +8570,16 @@ foo.mode;
   return 0;
 }
 EOF
-if { (eval echo configure:8716: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-  rm -rf conftest*
+if { (eval echo configure:8574: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   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
+echo "$ECHO_T""$ac_cv_member_struct_audio_info_mode" 1>&6
 if test $ac_cv_member_struct_audio_info_mode = yes; then
   cat >>confdefs.h <<EOF
 #define HAVE_STRUCT_AUDIO_INFO_MODE 1
@@ -8732,15 +8588,16 @@ EOF
 fi
 
 # Requires modem control
-echo $ac_n "checking ACTS modem service... $ac_c" 1>&6
-echo "configure:8737: checking ACTS modem service" 1>&5
+echo $ECHO_N "checking ACTS modem service... $ECHO_C" 1>&6
+echo "configure:8593: 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 <<EOF
-#line 8744 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 8601 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef HAVE_SYS_IOCTL_H
@@ -8749,20 +8606,17 @@ else
 #ifdef TIOCMBIS
          yes
 #endif
-         
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ntp_ok=$ntp_eac
 else
-  rm -rf conftest*
   ntp_ok=no
 fi
 rm -f conftest*
 
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8770,10 +8624,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Arbiter 1088A/B GPS receiver... $ac_c" 1>&6
-echo "configure:8777: checking Arbiter 1088A/B GPS receiver" 1>&5
+echo $ECHO_N "checking Arbiter 1088A/B GPS receiver... $ECHO_C" 1>&6
+echo "configure:8631: 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"
@@ -8781,7 +8635,6 @@ if test "${enable_ARBITER+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8789,10 +8642,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Arcron MSF receiver... $ac_c" 1>&6
-echo "configure:8796: checking Arcron MSF receiver" 1>&5
+echo $ECHO_N "checking Arcron MSF receiver... $ECHO_C" 1>&6
+echo "configure:8649: 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"
@@ -8800,7 +8653,6 @@ if test "${enable_ARCRON_MSF+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8808,10 +8660,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Austron 2200A/2201A GPS receiver... $ac_c" 1>&6
-echo "configure:8815: checking Austron 2200A/2201A GPS receiver" 1>&5
+echo $ECHO_N "checking Austron 2200A/2201A GPS receiver... $ECHO_C" 1>&6
+echo "configure:8667: 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"
@@ -8819,7 +8671,6 @@ if test "${enable_AS2201+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8827,10 +8678,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking PPS interface... $ac_c" 1>&6
-echo "configure:8834: checking PPS interface" 1>&5
+echo $ECHO_N "checking PPS interface... $ECHO_C" 1>&6
+echo "configure:8685: checking PPS interface" 1>&5
 # Check whether --enable-ATOM or --disable-ATOM was given.
 if test "${enable_ATOM+set}" = set; then
   enableval="$enable_ATOM"
@@ -8838,7 +8689,6 @@ if test "${enable_ATOM+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8846,10 +8696,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking CHU modem/decoder... $ac_c" 1>&6
-echo "configure:8853: checking CHU modem/decoder" 1>&5
+echo $ECHO_N "checking CHU modem/decoder... $ECHO_C" 1>&6
+echo "configure:8703: 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"
@@ -8857,7 +8707,6 @@ if test "${enable_CHU+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8865,11 +8714,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 ac_refclock_chu=$ntp_ok
 
-echo $ac_n "checking CHU audio/decoder... $ac_c" 1>&6
-echo "configure:8873: checking CHU audio/decoder" 1>&5
+echo $ECHO_N "checking CHU audio/decoder... $ECHO_C" 1>&6
+echo "configure:8722: 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"
@@ -8880,22 +8729,21 @@ else
  *)    ntp_ok=yes ;;
 esac
 fi
-
 if test "$ntp_ok" = "yes"; then
     cat >>confdefs.h <<\EOF
 #define AUDIO_CHU 1
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 # We used to check for sunos/solaris target...
 case "$ntp_ok$ac_refclock_chu$ntp_canaudio" in
  yes*no*) echo "configure: warning: *** But the expected answer is...no ***" 1>&2 ;;
 esac
 
 # Not under HP-UX
-echo $ac_n "checking Datum Programmable Time System... $ac_c" 1>&6
-echo "configure:8899: checking Datum Programmable Time System" 1>&5
+echo $ECHO_N "checking Datum Programmable Time System... $ECHO_C" 1>&6
+echo "configure:8747: 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"
@@ -8909,7 +8757,6 @@ else
         ;;
     esac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8917,10 +8764,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Forum Graphic GPS... $ac_c" 1>&6
-echo "configure:8924: checking Forum Graphic GPS" 1>&5
+echo $ECHO_N "checking Forum Graphic GPS... $ECHO_C" 1>&6
+echo "configure:8771: 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"
@@ -8928,7 +8775,6 @@ if test "${enable_FG+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8936,18 +8782,19 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
 # Requires modem control
-echo $ac_n "checking Heath GC-1000 WWV/WWVH receiver... $ac_c" 1>&6
-echo "configure:8944: checking Heath GC-1000 WWV/WWVH receiver" 1>&5
+echo $ECHO_N "checking Heath GC-1000 WWV/WWVH receiver... $ECHO_C" 1>&6
+echo "configure:8790: 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 <<EOF
-#line 8951 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 8798 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef HAVE_SYS_IOCTL_H
@@ -8956,20 +8803,17 @@ else
 #ifdef TIOCMBIS
          yes
 #endif
-         
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ntp_ok=$ntp_eac
 else
-  rm -rf conftest*
   ntp_ok=no
 fi
 rm -f conftest*
 
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8977,10 +8821,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking HP 58503A GPS receiver... $ac_c" 1>&6
-echo "configure:8984: checking HP 58503A GPS receiver" 1>&5
+echo $ECHO_N "checking HP 58503A GPS receiver... $ECHO_C" 1>&6
+echo "configure:8828: 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"
@@ -8988,7 +8832,6 @@ if test "${enable_HPGPS+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -8996,10 +8839,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Sun IRIG audio decoder... $ac_c" 1>&6
-echo "configure:9003: checking Sun IRIG audio decoder" 1>&5
+echo $ECHO_N "checking Sun IRIG audio decoder... $ECHO_C" 1>&6
+echo "configure:8846: 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"
@@ -9010,7 +8853,6 @@ else
      *)                ntp_ok=yes ;;
     esac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9018,13 +8860,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 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:9028: checking Leitch CSD 5300 Master Clock System Driver" 1>&5
+echo $ECHO_N "checking Leitch CSD 5300 Master Clock System Driver... $ECHO_C" 1>&6
+echo "configure:8870: 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"
@@ -9032,7 +8874,6 @@ if test "${enable_LEITCH+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9040,10 +8881,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking local clock reference... $ac_c" 1>&6
-echo "configure:9047: checking local clock reference" 1>&5
+echo $ECHO_N "checking local clock reference... $ECHO_C" 1>&6
+echo "configure:8888: 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"
@@ -9051,7 +8892,6 @@ if test "${enable_LOCAL_CLOCK+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9059,10 +8899,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking EES M201 MSF receiver... $ac_c" 1>&6
-echo "configure:9066: checking EES M201 MSF receiver" 1>&5
+echo $ECHO_N "checking EES M201 MSF receiver... $ECHO_C" 1>&6
+echo "configure:8906: 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"
@@ -9070,7 +8910,6 @@ if test "${enable_MSFEES+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9078,11 +8917,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
 # Not Ultrix
-echo $ac_n "checking Magnavox MX4200 GPS receiver... $ac_c" 1>&6
-echo "configure:9086: checking Magnavox MX4200 GPS receiver" 1>&5
+echo $ECHO_N "checking Magnavox MX4200 GPS receiver... $ECHO_C" 1>&6
+echo "configure:8925: 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"
@@ -9095,7 +8934,6 @@ else
         ;;
     esac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9103,13 +8941,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 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:9113: checking NMEA GPS receiver" 1>&5
+echo $ECHO_N "checking NMEA GPS receiver... $ECHO_C" 1>&6
+echo "configure:8951: 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"
@@ -9117,7 +8955,6 @@ if test "${enable_NMEA+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9125,10 +8962,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking for ONCORE Motorola VP/UT Oncore GPS... $ac_c" 1>&6
-echo "configure:9132: checking for ONCORE Motorola VP/UT Oncore GPS" 1>&5
+echo $ECHO_N "checking for ONCORE Motorola VP/UT Oncore GPS... $ECHO_C" 1>&6
+echo "configure:8969: 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"
@@ -9136,7 +8973,6 @@ if test "${enable_ONCORE+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 case "$ac_cv_var_oncore_ok" in
  no) ntp_ok=no ;;
 esac
@@ -9147,10 +8983,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking for Palisade clock... $ac_c" 1>&6
-echo "configure:9154: checking for Palisade clock" 1>&5
+echo $ECHO_N "checking for Palisade clock... $ECHO_C" 1>&6
+echo "configure:8990: 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"
@@ -9172,10 +9008,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking PST/Traconex 1020 WWV/WWVH receiver... $ac_c" 1>&6
-echo "configure:9179: checking PST/Traconex 1020 WWV/WWVH receiver" 1>&5
+echo $ECHO_N "checking PST/Traconex 1020 WWV/WWVH receiver... $ECHO_C" 1>&6
+echo "configure:9015: 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"
@@ -9183,7 +9019,6 @@ if test "${enable_PST+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9191,11 +9026,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
 # Not Ultrix
-echo $ac_n "checking Rockwell Jupiter GPS receiver... $ac_c" 1>&6
-echo "configure:9199: checking Rockwell Jupiter GPS receiver" 1>&5
+echo $ECHO_N "checking Rockwell Jupiter GPS receiver... $ECHO_C" 1>&6
+echo "configure:9034: 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"
@@ -9208,7 +9043,6 @@ else
         ;;
     esac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9216,21 +9050,22 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$target" in
  yes*-*-ultrix*) echo "configure: warning: *** But the expected answer is... no ***" 1>&2 ;;
 esac
 
 # Requires modem control
-echo $ac_n "checking PTB modem service... $ac_c" 1>&6
-echo "configure:9227: checking PTB modem service" 1>&5
+echo $ECHO_N "checking PTB modem service... $ECHO_C" 1>&6
+echo "configure:9061: 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 <<EOF
-#line 9234 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 9069 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef HAVE_SYS_IOCTL_H
@@ -9239,20 +9074,17 @@ else
 #ifdef TIOCMBIS
          yes
 #endif
-         
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ntp_ok=$ntp_eac
 else
-  rm -rf conftest*
   ntp_ok=no
 fi
 rm -f conftest*
 
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9260,10 +9092,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... $ac_c" 1>&6
-echo "configure:9267: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" 1>&5
+echo $ECHO_N "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... $ECHO_C" 1>&6
+echo "configure:9099: 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"
@@ -9277,7 +9109,6 @@ else
        ;;
     esac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9285,13 +9116,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 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:9295: checking TRAK 8810 GPS receiver" 1>&5
+echo $ECHO_N "checking TRAK 8810 GPS receiver... $ECHO_C" 1>&6
+echo "configure:9126: 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"
@@ -9299,7 +9130,6 @@ if test "${enable_TRAK+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9307,10 +9137,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Chrono-log K-series WWVB receiver... $ac_c" 1>&6
-echo "configure:9314: checking Chrono-log K-series WWVB receiver" 1>&5
+echo $ECHO_N "checking Chrono-log K-series WWVB receiver... $ECHO_C" 1>&6
+echo "configure:9144: 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"
@@ -9318,7 +9148,6 @@ if test "${enable_CHRONOLOG+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9326,10 +9155,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Dumb generic hh:mm:ss local clock... $ac_c" 1>&6
-echo "configure:9333: checking Dumb generic hh:mm:ss local clock" 1>&5
+echo $ECHO_N "checking Dumb generic hh:mm:ss local clock... $ECHO_C" 1>&6
+echo "configure:9162: 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"
@@ -9337,7 +9166,6 @@ if test "${enable_DUMBCLOCK+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9345,10 +9173,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Conrad parallel port radio clock... $ac_c" 1>&6
-echo "configure:9352: checking Conrad parallel port radio clock" 1>&5
+echo $ECHO_N "checking Conrad parallel port radio clock... $ECHO_C" 1>&6
+echo "configure:9180: 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"
@@ -9356,7 +9184,6 @@ if test "${enable_PCF+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9364,10 +9191,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking Spectracom 8170/Netclock/2 WWVB receiver... $ac_c" 1>&6
-echo "configure:9371: checking Spectracom 8170/Netclock/2 WWVB receiver" 1>&5
+echo $ECHO_N "checking Spectracom 8170/Netclock/2 WWVB receiver... $ECHO_C" 1>&6
+echo "configure:9198: 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"
@@ -9375,7 +9202,6 @@ if test "${enable_SPECTRACOM+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9383,11 +9209,11 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
 # Not on a vax-dec-bsd
-echo $ac_n "checking Kinemetrics/TrueTime receivers... $ac_c" 1>&6
-echo "configure:9391: checking Kinemetrics/TrueTime receivers" 1>&5
+echo $ECHO_N "checking Kinemetrics/TrueTime receivers... $ECHO_C" 1>&6
+echo "configure:9217: 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"
@@ -9402,7 +9228,6 @@ else
        ;;
     esac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9410,13 +9235,13 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 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:9420: checking Ultralink M320 WWVB receiver" 1>&5
+echo $ECHO_N "checking Ultralink M320 WWVB receiver... $ECHO_C" 1>&6
+echo "configure:9245: 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"
@@ -9424,7 +9249,6 @@ if test "${enable_ULINK+set}" = set; then
 else
   ntp_ok=$ntp_eac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9432,10 +9256,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking WWV receiver... $ac_c" 1>&6
-echo "configure:9439: checking WWV receiver" 1>&5
+echo $ECHO_N "checking WWV receiver... $ECHO_C" 1>&6
+echo "configure:9263: checking WWV receiver" 1>&5
 # Check whether --enable-WWV or --disable-WWV was given.
 if test "${enable_WWV+set}" = set; then
   enableval="$enable_WWV"
@@ -9446,7 +9270,6 @@ else
      *)                ntp_ok=yes ;;
     esac
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9454,21 +9277,22 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canaudio" in
  yesno) echo "configure: warning: *** But the expected answer is... no ***" 1>&2 ;;
 esac
 
 # Requires modem control
-echo $ac_n "checking USNO modem service... $ac_c" 1>&6
-echo "configure:9465: checking USNO modem service" 1>&5
+echo $ECHO_N "checking USNO modem service... $ECHO_C" 1>&6
+echo "configure:9288: 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 <<EOF
-#line 9472 "configure"
+
+cat >conftest.$ac_ext <<EOF
+#line 9296 "configure"
 #include "confdefs.h"
 #include <termios.h>
 #ifdef HAVE_SYS_IOCTL_H
@@ -9477,20 +9301,17 @@ else
 #ifdef TIOCMBIS
          yes
 #endif
-         
+
 EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "yes" >/dev/null 2>&1; then
-  rm -rf conftest*
   ntp_ok=$ntp_eac
 else
-  rm -rf conftest*
   ntp_ok=no
 fi
 rm -f conftest*
 
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_refclock=yes
     cat >>confdefs.h <<\EOF
@@ -9498,10 +9319,10 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 
-echo $ac_n "checking for default inclusion of all suitable PARSE clocks... $ac_c" 1>&6
-echo "configure:9505: checking for default inclusion of all suitable PARSE clocks" 1>&5
+echo $ECHO_N "checking for default inclusion of all suitable PARSE clocks... $ECHO_C" 1>&6
+echo "configure:9326: 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"
@@ -9513,8 +9334,7 @@ else
     esac
     ntp_eapc=no
 fi
-
-echo "$ac_t""$ntp_eapc" 1>&6
+echo "$ECHO_T""$ntp_eapc" 1>&6
 
 case "$ntp_eac$ntp_eapc$ntp_canparse" in
  noyes*)
@@ -9530,8 +9350,8 @@ ntp_libparse=no
 ntp_parseutil=no
 ntp_rawdcf=no
 
-echo $ac_n "checking Diem Computime Radio Clock... $ac_c" 1>&6
-echo "configure:9535: checking Diem Computime Radio Clock" 1>&5
+echo $ECHO_N "checking Diem Computime Radio Clock... $ECHO_C" 1>&6
+echo "configure:9355: 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"
@@ -9539,7 +9359,6 @@ if test "${enable_COMPUTIME+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9548,15 +9367,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking ELV/DCF7000 clock... $ac_c" 1>&6
-echo "configure:9560: checking ELV/DCF7000 clock" 1>&5
+echo $ECHO_N "checking ELV/DCF7000 clock... $ECHO_C" 1>&6
+echo "configure:9379: 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"
@@ -9564,7 +9383,6 @@ if test "${enable_DCF7000+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9573,15 +9391,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking HOPF 6021 clock... $ac_c" 1>&6
-echo "configure:9585: checking HOPF 6021 clock" 1>&5
+echo $ECHO_N "checking HOPF 6021 clock... $ECHO_C" 1>&6
+echo "configure:9403: 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"
@@ -9589,7 +9407,6 @@ if test "${enable_HOPF6021+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9598,15 +9415,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking Meinberg clocks... $ac_c" 1>&6
-echo "configure:9610: checking Meinberg clocks" 1>&5
+echo $ECHO_N "checking Meinberg clocks... $ECHO_C" 1>&6
+echo "configure:9427: checking Meinberg clocks" 1>&5
 # Check whether --enable-MEINBERG or --disable-MEINBERG was given.
 if test "${enable_MEINBERG+set}" = set; then
   enableval="$enable_MEINBERG"
@@ -9614,7 +9431,6 @@ if test "${enable_MEINBERG+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9623,15 +9439,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking DCF77 raw time code... $ac_c" 1>&6
-echo "configure:9635: checking DCF77 raw time code" 1>&5
+echo $ECHO_N "checking DCF77 raw time code... $ECHO_C" 1>&6
+echo "configure:9451: 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"
@@ -9639,7 +9455,6 @@ if test "${enable_RAWDCF+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_parseutil=yes
@@ -9650,7 +9465,7 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
@@ -9659,10 +9474,10 @@ esac
 
 case "$ntp_rawdcf" in
  yes)
-    echo $ac_n "checking if we must enable parity for RAWDCF... $ac_c" 1>&6
-echo "configure:9664: checking if we must enable parity for RAWDCF" 1>&5
+    echo $ECHO_N "checking if we must enable parity for RAWDCF... $ECHO_C" 1>&6
+echo "configure:9479: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=no
     case "$target" in
@@ -9672,7 +9487,7 @@ else
     esac
     ac_cv_var_rawdcf_parity=$ans
 fi
-echo "$ac_t""$ac_cv_var_rawdcf_parity" 1>&6
+echo "$ECHO_T""$ac_cv_var_rawdcf_parity" 1>&6
     case "$ac_cv_var_rawdcf_parity" in
      yes) cat >>confdefs.h <<\EOF
 #define RAWDCF_NO_IGNPAR 1
@@ -9686,8 +9501,8 @@ EOF
     ;;
 esac
 
-echo $ac_n "checking RCC 8000 clock... $ac_c" 1>&6
-echo "configure:9691: checking RCC 8000 clock" 1>&5
+echo $ECHO_N "checking RCC 8000 clock... $ECHO_C" 1>&6
+echo "configure:9506: 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"
@@ -9695,7 +9510,6 @@ if test "${enable_RCC8000+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9704,15 +9518,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking Schmid DCF77 clock... $ac_c" 1>&6
-echo "configure:9716: checking Schmid DCF77 clock" 1>&5
+echo $ECHO_N "checking Schmid DCF77 clock... $ECHO_C" 1>&6
+echo "configure:9530: 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"
@@ -9720,7 +9534,6 @@ if test "${enable_SCHMID+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9729,15 +9542,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking Trimble GPS receiver/TAIP protocol... $ac_c" 1>&6
-echo "configure:9741: checking Trimble GPS receiver/TAIP protocol" 1>&5
+echo $ECHO_N "checking Trimble GPS receiver/TAIP protocol... $ECHO_C" 1>&6
+echo "configure:9554: 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"
@@ -9745,7 +9558,6 @@ if test "${enable_TRIMTAIP+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9754,15 +9566,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking Trimble GPS receiver/TSIP protocol... $ac_c" 1>&6
-echo "configure:9766: checking Trimble GPS receiver/TSIP protocol" 1>&5
+echo $ECHO_N "checking Trimble GPS receiver/TSIP protocol... $ECHO_C" 1>&6
+echo "configure:9578: 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"
@@ -9770,7 +9582,6 @@ if test "${enable_TRIMTSIP+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9779,15 +9590,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking WHARTON 400A Series clock... $ac_c" 1>&6
-echo "configure:9791: checking WHARTON 400A Series clock" 1>&5
+echo $ECHO_N "checking WHARTON 400A Series clock... $ECHO_C" 1>&6
+echo "configure:9602: 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"
@@ -9795,7 +9606,6 @@ if test "${enable_WHARTON+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9804,15 +9614,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking VARITEXT clock... $ac_c" 1>&6
-echo "configure:9816: checking VARITEXT clock" 1>&5
+echo $ECHO_N "checking VARITEXT clock... $ECHO_C" 1>&6
+echo "configure:9626: checking VARITEXT clock" 1>&5
 # Check whether --enable-VARITEXT or --disable-VARITEXT was given.
 if test "${enable_VARITEXT+set}" = set; then
   enableval="$enable_VARITEXT"
@@ -9820,7 +9630,6 @@ if test "${enable_VARITEXT+set}" = set; then
 else
   ntp_ok=$ntp_eapc
 fi
-
 if test "$ntp_ok" = "yes"; then
     ntp_libparse=yes
     ntp_refclock=yes
@@ -9829,15 +9638,15 @@ if test "$ntp_ok" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ntp_ok" 1>&6
+echo "$ECHO_T""$ntp_ok" 1>&6
 case "$ntp_ok$ntp_canparse" in
  yesno)
     { echo "configure: error: That's a parse clock and this system doesn't support it!" 1>&2; exit 1; }
     ;;
 esac
 
-echo $ac_n "checking if we need to make and use the parse libraries... $ac_c" 1>&6
-echo "configure:9841: checking if we need to make and use the parse libraries" 1>&5
+echo $ECHO_N "checking if we need to make and use the parse libraries... $ECHO_C" 1>&6
+echo "configure:9650: checking if we need to make and use the parse libraries" 1>&5
 ans=no
 case "$ntp_libparse" in
  yes)
@@ -9859,10 +9668,10 @@ EOF
 
     ;;
 esac
-echo "$ac_t""$ans" 1>&6
+echo "$ECHO_T""$ans" 1>&6
 
-echo $ac_n "checking for the level of crypto support... $ac_c" 1>&6
-echo "configure:9866: checking for the level of crypto support" 1>&5
+echo $ECHO_N "checking for the level of crypto support... $ECHO_C" 1>&6
+echo "configure:9675: checking for the level of crypto support" 1>&5
 # Check whether --with-crypto or --without-crypto was given.
 if test "${with_crypto+set}" = set; then
   withval="$with_crypto"
@@ -9870,7 +9679,6 @@ if test "${with_crypto+set}" = set; then
 else
   ans=yes
 fi
-
 case "$ans" in
  no) ans=md5 ;;
  yes|rsaref)
@@ -9886,7 +9694,7 @@ case "$ans" in
 EOF
 
        cat >>confdefs.h <<\EOF
-#define PUBKEY 
+#define PUBKEY
 EOF
 
     fi
@@ -9897,16 +9705,16 @@ case "$ans" in
  md5) ;;
  *)
     cat >>confdefs.h <<\EOF
-#define AUTOKEY 
+#define AUTOKEY
 EOF
 
     AUTOKEY=1
     ;;
 esac
-echo "$ac_t""$ans" 1>&6
+echo "$ECHO_T""$ans" 1>&6
 
-echo $ac_n "checking if we can make dcf parse utilities... $ac_c" 1>&6
-echo "configure:9910: checking if we can make dcf parse utilities" 1>&5
+echo $ECHO_N "checking if we can make dcf parse utilities... $ECHO_C" 1>&6
+echo "configure:9718: checking if we can make dcf parse utilities" 1>&5
 ans=no
 if test "$ntp_parseutil" = "yes"; then
     case "$target" in
@@ -9917,10 +9725,10 @@ if test "$ntp_parseutil" = "yes"; then
        ;;
     esac
 fi
-echo "$ac_t""$ans" 1>&6
+echo "$ECHO_T""$ans" 1>&6
 
-echo $ac_n "checking if we can build kernel streams modules for parse... $ac_c" 1>&6
-echo "configure:9924: checking if we can build kernel streams modules for parse" 1>&5
+echo $ECHO_N "checking if we can build kernel streams modules for parse... $ECHO_C" 1>&6
+echo "configure:9732: 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)
@@ -9944,22 +9752,20 @@ EOF
     esac
     ;;
 esac
-echo "$ac_t""$ans" 1>&6
+echo "$ECHO_T""$ans" 1>&6
 
-echo $ac_n "checking if we need basic refclock support... $ac_c" 1>&6
-echo "configure:9951: checking if we need basic refclock support" 1>&5
+echo $ECHO_N "checking if we need basic refclock support... $ECHO_C" 1>&6
+echo "configure:9759: checking if we need basic refclock support" 1>&5
 if test "$ntp_refclock" = "yes"; then
     cat >>confdefs.h <<\EOF
 #define REFCLOCK 1
 EOF
 
 fi
-echo "$ac_t""$ntp_refclock" 1>&6
+echo "$ECHO_T""$ntp_refclock" 1>&6
 
-                       
-
-echo $ac_n "checking if we want HP-UX adjtimed support... $ac_c" 1>&6
-echo "configure:9963: checking if we want HP-UX adjtimed support" 1>&5
+echo $ECHO_N "checking if we want HP-UX adjtimed support... $ECHO_C" 1>&6
+echo "configure:9769: checking if we want HP-UX adjtimed support" 1>&5
 case "$target" in
  *-*-hpux[56789]*)
     ans=yes
@@ -9974,12 +9780,12 @@ if test "$ans" = "yes"; then
 EOF
 
 fi
-echo "$ac_t""$ans" 1>&6
+echo "$ECHO_T""$ans" 1>&6
 
-echo $ac_n "checking if we can read kmem... $ac_c" 1>&6
-echo "configure:9981: checking if we can read kmem" 1>&5
+echo $ECHO_N "checking if we can read kmem... $ECHO_C" 1>&6
+echo "configure:9787: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-kmem or --disable-kmem was given.
 if test "${enable_kmem+set}" = set; then
@@ -10013,12 +9819,11 @@ else
        ans=no
        ;;
     esac
-    
-fi
 
+fi
 ac_cv_var_can_kmem=$ans
 fi
-echo "$ac_t""$ac_cv_var_can_kmem" 1>&6
+echo "$ECHO_T""$ac_cv_var_can_kmem" 1>&6
 
 case "$ac_cv_var_can_kmem" in
  *yes*) ;;
@@ -10028,10 +9833,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if adjtime is accurate... $ac_c" 1>&6
-echo "configure:10033: checking if adjtime is accurate" 1>&5
+echo $ECHO_N "checking if adjtime is accurate... $ECHO_C" 1>&6
+echo "configure:9838: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-accurate-adjtime or --disable-accurate-adjtime was given.
 if test "${enable_accurate_adjtime+set}" = set; then
@@ -10066,12 +9871,11 @@ else
       *) ans=no
         ;;
      esac
-     
-fi
 
+fi
 ac_cv_var_adjtime_is_accurate=$ans
 fi
-echo "$ac_t""$ac_cv_var_adjtime_is_accurate" 1>&6
+echo "$ECHO_T""$ac_cv_var_adjtime_is_accurate" 1>&6
 case "$ac_cv_var_adjtime_is_accurate" in
  yes) cat >>confdefs.h <<\EOF
 #define ADJTIME_IS_ACCURATE 1
@@ -10079,10 +9883,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking the name of 'tick' in the kernel... $ac_c" 1>&6
-echo "configure:10084: checking the name of 'tick' in the kernel" 1>&5
+echo $ECHO_N "checking the name of 'tick' in the kernel... $ECHO_C" 1>&6
+echo "configure:9888: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=_tick
 case "$target" in
@@ -10113,7 +9917,7 @@ case "$target" in
 esac
 ac_cv_var_nlist_tick=$ans
 fi
-echo "$ac_t""$ac_cv_var_nlist_tick" 1>&6
+echo "$ECHO_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 <<EOF
@@ -10122,10 +9926,10 @@ EOF
  ;;
 esac
 #
-echo $ac_n "checking for the units of 'tick'... $ac_c" 1>&6
-echo "configure:10127: checking for the units of 'tick'" 1>&5
+echo $ECHO_N "checking for the units of 'tick'... $ECHO_C" 1>&6
+echo "configure:9931: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=usec
 case "$target" in
@@ -10135,7 +9939,7 @@ case "$target" in
 esac
 ac_cv_var_tick_nano=$ans
 fi
-echo "$ac_t""$ac_cv_var_tick_nano" 1>&6
+echo "$ECHO_T""$ac_cv_var_tick_nano" 1>&6
 case "$ac_cv_var_tick_nano" in
  nsec)
     cat >>confdefs.h <<\EOF
@@ -10145,10 +9949,10 @@ EOF
     ;;
 esac
 #
-echo $ac_n "checking the name of 'tickadj' in the kernel... $ac_c" 1>&6
-echo "configure:10150: checking the name of 'tickadj' in the kernel" 1>&5
+echo $ECHO_N "checking the name of 'tickadj' in the kernel... $ECHO_C" 1>&6
+echo "configure:9954: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=_tickadj
 case "$target" in
@@ -10188,7 +9992,7 @@ case "$target" in
 esac
 ac_cv_var_nlist_tickadj=$ans
 fi
-echo "$ac_t""$ac_cv_var_nlist_tickadj" 1>&6
+echo "$ECHO_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 <<EOF
@@ -10197,10 +10001,10 @@ EOF
  ;;
 esac
 #
-echo $ac_n "checking for the units of 'tickadj'... $ac_c" 1>&6
-echo "configure:10202: checking for the units of 'tickadj'" 1>&5
+echo $ECHO_N "checking for the units of 'tickadj'... $ECHO_C" 1>&6
+echo "configure:10006: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ans=usec
 case "$target" in
@@ -10210,7 +10014,7 @@ case "$target" in
 esac
 ac_cv_var_tickadj_nano=$ans
 fi
-echo "$ac_t""$ac_cv_var_tickadj_nano" 1>&6
+echo "$ECHO_T""$ac_cv_var_tickadj_nano" 1>&6
 case "$ac_cv_var_tickadj_nano" in
  nsec)
     cat >>confdefs.h <<\EOF
@@ -10220,10 +10024,10 @@ EOF
     ;;
 esac
 #
-echo $ac_n "checking half-heartedly for 'dosynctodr' in the kernel... $ac_c" 1>&6
-echo "configure:10225: checking half-heartedly for 'dosynctodr' in the kernel" 1>&5
+echo $ECHO_N "checking half-heartedly for 'dosynctodr' in the kernel... $ECHO_C" 1>&6
+echo "configure:10029: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   case "$target" in
  *-apple-aux[23]*)
@@ -10262,7 +10066,7 @@ else
 esac
 ac_cv_var_nlist_dosynctodr=$ans
 fi
-echo "$ac_t""$ac_cv_var_nlist_dosynctodr" 1>&6
+echo "$ECHO_T""$ac_cv_var_nlist_dosynctodr" 1>&6
 case "$ac_cv_var_nlist_dosynctodr" in
  no) ;;
  *)  cat >>confdefs.h <<EOF
@@ -10272,10 +10076,10 @@ EOF
      ;;
 esac
 #
-echo $ac_n "checking half-heartedly for 'noprintf' in the kernel... $ac_c" 1>&6
-echo "configure:10277: checking half-heartedly for 'noprintf' in the kernel" 1>&5
+echo $ECHO_N "checking half-heartedly for 'noprintf' in the kernel... $ECHO_C" 1>&6
+echo "configure:10081: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   case "$target" in
  *-apple-aux[23]*)
@@ -10308,7 +10112,7 @@ else
 esac
 ac_cv_var_nlist_noprintf=$ans
 fi
-echo "$ac_t""$ac_cv_var_nlist_noprintf" 1>&6
+echo "$ECHO_T""$ac_cv_var_nlist_noprintf" 1>&6
 case "$ac_cv_var_nlist_noprintf" in
  no) ;;
  *)  cat >>confdefs.h <<EOF
@@ -10318,10 +10122,10 @@ EOF
      ;;
 esac
 
-echo $ac_n "checking for a default value for 'tick'... $ac_c" 1>&6
-echo "configure:10323: checking for a default value for 'tick'" 1>&5
+echo $ECHO_N "checking for a default value for 'tick'... $ECHO_C" 1>&6
+echo "configure:10127: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-tick or --disable-tick was given.
 if test "${enable_tick+set}" = set; then
@@ -10349,10 +10153,9 @@ else
         ;;
      esac
 fi
-
 ac_cv_var_tick=$ans
 fi
-echo "$ac_t""$ac_cv_var_tick" 1>&6
+echo "$ECHO_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 <<EOF
@@ -10361,10 +10164,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking for a default value for 'tickadj'... $ac_c" 1>&6
-echo "configure:10366: checking for a default value for 'tickadj'" 1>&5
+echo $ECHO_N "checking for a default value for 'tickadj'... $ECHO_C" 1>&6
+echo "configure:10169: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-tickadj or --disable-tickadj was given.
 if test "${enable_tickadj+set}" = set; then
@@ -10417,10 +10220,9 @@ else
       ;;
   esac
 fi
-
 ac_cv_var_tickadj=$ans
 fi
-echo "$ac_t""$ac_cv_var_tickadj" 1>&6
+echo "$ECHO_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 <<EOF
@@ -10492,24 +10294,24 @@ case "$target" in
  ;;
 esac
 
-echo $ac_n "checking if we want and can make the tickadj utility... $ac_c" 1>&6
-echo "configure:10497: checking if we want and can make the tickadj utility" 1>&5
+echo $ECHO_N "checking if we want and can make the tickadj utility... $ECHO_C" 1>&6
+echo "configure:10299: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   ac_cv_make_tickadj=yes
 fi
-echo "$ac_t""$ac_cv_make_tickadj" 1>&6
+echo "$ECHO_T""$ac_cv_make_tickadj" 1>&6
 case "$ac_cv_make_tickadj" in
  yes)
     MAKE_TICKADJ=tickadj
     ;;
 esac
 
-echo $ac_n "checking if we want and can make the ntptime utility... $ac_c" 1>&6
-echo "configure:10511: checking if we want and can make the ntptime utility" 1>&5
+echo $ECHO_N "checking if we want and can make the ntptime utility... $ECHO_C" 1>&6
+echo "configure:10313: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   case "$target" in
  *) case "$ac_cv_struct_ntptimeval$ac_cv_var_kernel_pll" in
@@ -10524,17 +10326,17 @@ else
 esac
 ac_cv_make_ntptime=$ans
 fi
-echo "$ac_t""$ac_cv_make_ntptime" 1>&6
+echo "$ECHO_T""$ac_cv_make_ntptime" 1>&6
 case "$ac_cv_make_ntptime" in
  yes)
     MAKE_NTPTIME=ntptime
     ;;
 esac
 
-echo $ac_n "checking if we want UDP wildcard delivery... $ac_c" 1>&6
-echo "configure:10536: checking if we want UDP wildcard delivery" 1>&5
+echo $ECHO_N "checking if we want UDP wildcard delivery... $ECHO_C" 1>&6
+echo "configure:10338: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-udp-wildcard or --disable-udp-wildcard was given.
 if test "${enable_udp_wildcard+set}" = set; then
@@ -10587,10 +10389,9 @@ else
         ;;
      esac
 fi
-
 ac_cv_var_udp_wildcard_delivery=$ans
 fi
-echo "$ac_t""$ac_cv_var_udp_wildcard_delivery" 1>&6
+echo "$ECHO_T""$ac_cv_var_udp_wildcard_delivery" 1>&6
 case "$ac_cv_var_udp_wildcard_delivery" in
  yes) cat >>confdefs.h <<\EOF
 #define UDP_WILDCARD_DELIVERY 1
@@ -10609,10 +10410,10 @@ case "$host" in
     ;;
 esac
 
-echo $ac_n "checking if we should always slew the time... $ac_c" 1>&6
-echo "configure:10614: checking if we should always slew the time" 1>&5
+echo $ECHO_N "checking if we should always slew the time... $ECHO_C" 1>&6
+echo "configure:10415: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-slew-always or --disable-slew-always was given.
 if test "${enable_slew_always+set}" = set; then
@@ -10635,12 +10436,11 @@ else
       *) ans=no
         ;;
      esac
-     
-fi
 
+fi
 ac_cv_var_slew_always=$ans
 fi
-echo "$ac_t""$ac_cv_var_slew_always" 1>&6
+echo "$ECHO_T""$ac_cv_var_slew_always" 1>&6
 case "$ac_cv_var_slew_always" in
  yes) cat >>confdefs.h <<\EOF
 #define SLEWALWAYS 1
@@ -10648,10 +10448,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we should step and slew the time... $ac_c" 1>&6
-echo "configure:10653: checking if we should step and slew the time" 1>&5
+echo $ECHO_N "checking if we should step and slew the time... $ECHO_C" 1>&6
+echo "configure:10453: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-step-slew or --disable-step-slew was given.
 if test "${enable_step_slew+set}" = set; then
@@ -10677,12 +10477,11 @@ else
       *) ans=no
         ;;
      esac
-     
-fi
 
+fi
 ac_cv_var_step_slew=$ans
 fi
-echo "$ac_t""$ac_cv_var_step_slew" 1>&6
+echo "$ECHO_T""$ac_cv_var_step_slew" 1>&6
 case "$ac_cv_var_step_slew" in
  yes) cat >>confdefs.h <<\EOF
 #define STEP_SLEW 1
@@ -10690,10 +10489,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if ntpdate should step the time... $ac_c" 1>&6
-echo "configure:10695: checking if ntpdate should step the time" 1>&5
+echo $ECHO_N "checking if ntpdate should step the time... $ECHO_C" 1>&6
+echo "configure:10494: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-ntpdate-step or --disable-ntpdate-step was given.
 if test "${enable_ntpdate_step+set}" = set; then
@@ -10707,12 +10506,11 @@ else
       *) ans=no
         ;;
      esac
-     
-fi
 
+fi
 ac_cv_var_ntpdate_step=$ans
 fi
-echo "$ac_t""$ac_cv_var_ntpdate_step" 1>&6
+echo "$ECHO_T""$ac_cv_var_ntpdate_step" 1>&6
 case "$ac_cv_var_ntpdate_step" in
  yes) cat >>confdefs.h <<\EOF
 #define FORCE_NTPDATE_STEP 1
@@ -10720,10 +10518,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we should sync TODR clock every hour... $ac_c" 1>&6
-echo "configure:10725: checking if we should sync TODR clock every hour" 1>&5
+echo $ECHO_N "checking if we should sync TODR clock every hour... $ECHO_C" 1>&6
+echo "configure:10523: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-hourly-todr-sync or --disable-hourly-todr-sync was given.
 if test "${enable_hourly_todr_sync+set}" = set; then
@@ -10741,10 +10539,9 @@ else
         ;;
      esac
 fi
-
 ac_cv_var_sync_todr=$ans
 fi
-echo "$ac_t""$ac_cv_var_sync_todr" 1>&6
+echo "$ECHO_T""$ac_cv_var_sync_todr" 1>&6
 case "$ac_cv_var_sync_todr" in
  yes) cat >>confdefs.h <<\EOF
 #define DOSYNCTODR 1
@@ -10752,10 +10549,10 @@ EOF
  ;;
 esac
 
-echo $ac_n "checking if we should avoid kernel FLL bug... $ac_c" 1>&6
-echo "configure:10757: checking if we should avoid kernel FLL bug" 1>&5
+echo $ECHO_N "checking if we should avoid kernel FLL bug... $ECHO_C" 1>&6
+echo "configure:10554: 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
+  echo $ECHO_N "(cached) $ECHO_C" 1>&6
 else
   # Check whether --enable-kernel-fll-bug or --disable-kernel-fll-bug was given.
 if test "${enable_kernel_fll_bug+set}" = set; then
@@ -10787,12 +10584,11 @@ else
      *) ans=no
         ;;
     esac
-    
-fi
 
+fi
 ac_cv_var_kernel_fll_bug=$ans
 fi
-echo "$ac_t""$ac_cv_var_kernel_fll_bug" 1>&6
+echo "$ECHO_T""$ac_cv_var_kernel_fll_bug" 1>&6
 case "$ac_cv_var_kernel_fll_bug" in
  yes) cat >>confdefs.h <<\EOF
 #define KERNEL_FLL_BUG 1
@@ -10969,7 +10765,8 @@ do
     echo "\$ac_cs_version"; exit 0 ;;
   --he | --h)
     # Conflict between --help and --header
-    echo "$CONFIG_STATUS: ambiguous option: \$ac_option"; exit 1 ;;
+    echo "$CONFIG_STATUS: ambiguous option: \$ac_option
+Try \\\`$CONFIG_STATUS --help' for more information."; exit 1 ;;
   -help | --help | --hel )
     echo "\$ac_cs_usage"; exit 0 ;;
   --file | --fil | --fi | --f )
@@ -11014,7 +10811,8 @@ do
   'config.h' ) CONFIG_HEADERS="\$CONFIG_HEADERS config.h" ;;
 
   # This is an error.
-  -*) echo "$CONFIG_STATUS: invalid option: \$1"; exit 1 ;;
+  -*) echo "$CONFIG_STATUS: unrecognized option: \$1
+Try \\\`$CONFIG_STATUS --help' for more information."; exit 1 ;;
   *) echo "$CONFIG_STATUS: invalid argument: \$1"; exit 1 ;;
   esac
   shift
@@ -11022,18 +10820,17 @@ done
 
 EOF
 
-cat >>$CONFIG_STATUS <<EOF
+cat >>$CONFIG_STATUS <<\EOF
 # If the user did not use the arguments to specify the items to instantiate,
 # then the envvar interface is used.  Set only those that are not.
-if \$ac_need_defaults; then
-  : \${CONFIG_FILES=\$config_files}
-  : \${CONFIG_HEADERS=\$config_headers}
-  : \${CONFIG_COMMANDS=\$config_commands}
+if $ac_need_defaults; then
+  : ${CONFIG_FILES=$config_files}
+  : ${CONFIG_HEADERS=$config_headers}
+  : ${CONFIG_COMMANDS=$config_commands}
 fi
 
-# Remove all the CONFIG_FILES, and trap to remove the temp files.
-rm -fr \`echo "\$CONFIG_FILES" | sed "s/:[^ ]*//g"\`
-trap 'rm -fr \$ac_cs_root*; exit 1' 1 2 15
+# Trap to remove the temp files.
+trap 'rm -fr $ac_cs_root*; exit 1' 1 2 15
 
 EOF
 
@@ -11044,6 +10841,7 @@ cat >>$CONFIG_STATUS <<EOF
 
 AMDEP="$AMDEP"
 ac_aux_dir="$ac_aux_dir"
+
 EOF
 
 cat >>$CONFIG_STATUS <<EOF
@@ -11058,14 +10856,6 @@ 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
@@ -11081,6 +10871,17 @@ s%@includedir@%$includedir%;t t
 s%@oldincludedir@%$oldincludedir%;t t
 s%@infodir@%$infodir%;t t
 s%@mandir@%$mandir%;t t
+s%@SHELL@%$SHELL%;t t
+s%@ECHO_C@%$ECHO_C%;t t
+s%@ECHO_N@%$ECHO_N%;t t
+s%@ECHO_T@%$ECHO_T%;t t
+s%@CFLAGS@%$CFLAGS%;t t
+s%@CPPFLAGS@%$CPPFLAGS%;t t
+s%@CXXFLAGS@%$CXXFLAGS%;t t
+s%@FFLAGS@%$FFLAGS%;t t
+s%@DEFS@%$DEFS%;t t
+s%@LDFLAGS@%$LDFLAGS%;t t
+s%@LIBS@%$LIBS%;t t
 s%@host@%$host%;t t
 s%@host_alias@%$host_alias%;t t
 s%@host_cpu@%$host_cpu%;t t
@@ -11190,21 +10991,21 @@ 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
-  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
-       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+  *:*) ac_file_in=`echo "$ac_file" | sed 's%[^:]*:%%'`
+       ac_file=`echo "$ac_file" | sed 's%:.*%%'` ;;
   *) ac_file_in="${ac_file}.in" ;;
   esac
 
   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
 
   # Remove last slash and all that follows it.  Not all systems have dirname.
-  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
+  ac_dir=`echo "$ac_file" | sed 's%/[^/][^/]*$%%'`
   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
     # The file is in a subdirectory.
     test ! -d "$ac_dir" && mkdir "$ac_dir"
     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
     # A "../" for each directory in $ac_dir_suffix.
-    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
+    ac_dots=`echo "$ac_dir_suffix" | sed 's%/[^/]*%../%g'`
   else
     ac_dir_suffix= ac_dots=
   fi
@@ -11212,15 +11013,17 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
   case "$ac_given_srcdir" in
   .)  srcdir=.
       if test -z "$ac_dots"; then top_srcdir=.
-      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
+      else top_srcdir=`echo $ac_dots | sed 's%/$%%'`; fi ;;
+  [/\\]* | ?:[/\\]* )
+      srcdir="$ac_given_srcdir$ac_dir_suffix";
+      top_srcdir=$ac_given_srcdir ;;
   *) # Relative path.
     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     top_srcdir="$ac_dots$ac_given_srcdir" ;;
   esac
 
   case "$ac_given_INSTALL" in
-  [/$]*) INSTALL="$ac_given_INSTALL" ;;
+  [/\\$]* | ?:[/\\]* ) INSTALL="$ac_given_INSTALL" ;;
   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
   esac
 
@@ -11236,7 +11039,7 @@ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
 
   # 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 |
+  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
@@ -11272,28 +11075,28 @@ cat >>$CONFIG_STATUS <<\EOF
 # 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_dB='\([     ][      ]*\)[^  ]*%\1#\2'
-ac_dC='\3'
-ac_dD='%;t t'
+ac_dA='s%^\([  ]*\)#\([        ]*define[       ][      ]*\)'
+ac_dB='[       ].*$%\1#\2'
+ac_dC=' '
+ac_dD='%;t'
 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
 ac_uA='s%^\([  ]*\)#\([        ]*\)undef\([    ][      ]*\)'
 ac_uB='$%\1#\2define\3'
 ac_uC=' '
-ac_uD='%;t t'
+ac_uD='%;t'
 
 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
-  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
-       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+  *:*) ac_file_in=`echo "$ac_file" | sed 's%[^:]*:%%'`
+       ac_file=`echo "$ac_file" | sed 's%:.*%%'` ;;
   *) ac_file_in="${ac_file}.in" ;;
   esac
 
   echo creating $ac_file
 
   rm -f $ac_cs_root.frag $ac_cs_root.in $ac_cs_root.out
-  ac_file_inputs=`echo $ac_file_in |
+  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
@@ -11348,7 +11151,6 @@ while grep . conftest.defines >/dev/null
 do
   # Write a limited-size here document to $ac_cs_root.frag.
   echo '  cat >$ac_cs_root.frag <<CEOF' >>$CONFIG_STATUS
-  echo ': t' >>$CONFIG_STATUS
   echo '/^[    ]*#[    ]*define/!b' >>$CONFIG_STATUS
   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
   echo 'CEOF
@@ -11372,7 +11174,6 @@ while grep . conftest.undefs >/dev/null
 do
   # Write a limited-size here document to $ac_cs_root.frag.
   echo '  cat >$ac_cs_root.frag <<CEOF' >>$CONFIG_STATUS
-  echo ': t' >>$CONFIG_STATUS
   echo '/^[    ]*#[    ]*undef/!b' >>$CONFIG_STATUS
   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
   echo 'CEOF
@@ -11396,8 +11197,8 @@ cat >>$CONFIG_STATUS <<\EOF
     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%/[^/][^/]*$%%'`
-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
+    ac_dir=`echo "$ac_file" | sed 's%/[^/][^/]*$%%'`
+    if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
       # The file is in a subdirectory.
       test ! -d "$ac_dir" && mkdir "$ac_dir"
     fi
@@ -11412,13 +11213,12 @@ 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%[^:]*:%%'`
+  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 ) 
+    default-2 )
 test x"$AMDEP" != x"" ||
 for mf in $CONFIG_FILES; do
   case "$mf" in
@@ -11464,10 +11264,6 @@ EOF
 
 cat >>$CONFIG_STATUS <<\EOF
 
-#
-# CONFIG_COMMANDS section.
-#
-
 exit 0
 EOF
 chmod +x $CONFIG_STATUS
index ac6c0a3a7a5e17567b689dc5a2733cac7462e589..6235946bd078b6cb735dbb4dcd2ea4e34f0dc2f6 100644 (file)
@@ -160,6 +160,9 @@ AC_PROG_RANLIB
 AC_PATH_PROG(PATH_SH, sh)
 AC_PATH_PROG(PATH_PERL, perl)
 
+echo hs_ULONG_CONST
+hs_ULONG_CONST
+
 case "$target" in
  *-*-vxworks*)
     ac_link="$ac_link $VX_KERNEL"
index cf7b80c25a2653dab9034edb596da4832b57c31b..c424784cf1295790d1d2059758449a2ad68412be 100644 (file)
@@ -7,7 +7,7 @@
  */
 #include "ntp_fp.h"
 
-#define GPSORIGIN      (unsigned)(2524953600L)  /* NTP origin - GPS origin in seconds */
+#define GPSORIGIN      ULONG_CONST(2524953600) /* NTP origin - GPS origin in seconds */
 #define SECSPERWEEK    (unsigned)(604800)      /* seconds per week - GPS tells us about weeks */
 #define GPSWRAP                990     /* assume week count less than this in the previous epoch */
 
index 0ce5c6993b9a3b06999e81bbaf465b9a2b3eb09d..dcb5d86c515aa3ebd196bc55e3798e48982c79a2 100644 (file)
@@ -1234,7 +1234,6 @@ dns_a(
        register struct info_dns_assoc *dp;
        register int items;
        struct sockaddr_in peeraddr;
-       int fl;
 
        /*
         * Do a check of everything to see that it looks