From: Harlan Stenn Date: Thu, 19 Aug 1999 03:38:03 +0000 (-0000) Subject: ChangeLog, configure, configure.in: X-Git-Tag: NTP_4_0_97^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b5041476ef653f97eb843676554e55efb3f294;p=thirdparty%2Fntp.git ChangeLog, configure, configure.in: * configure.in: 4.0.97 bk: 37bb7c1b7bhBkRfp3k8YYi6Sd6ihcw --- diff --git a/ChangeLog b/ChangeLog index bcf05c37e..c8f89da73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-08-18 Harlan Stenn + * configure.in: 4.0.97 + * libntp/systime.c: * ntpd/ntp_loopfilter.c: * ntpd/ntpd.c: diff --git a/NEWS b/NEWS index 99aec7b15..9c0afe7dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +(4.0.97) * NT patches * AIX,SunOS,IRIX portability * NeXT portability diff --git a/configure b/configure index ee92e4640..42747bd63 100755 --- a/configure +++ b/configure @@ -966,7 +966,7 @@ fi PACKAGE=ntp -VERSION=4.0.96p1 +VERSION=4.0.97 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -2601,7 +2601,7 @@ EOF fi -for ac_hdr in bstring.h errno.h fcntl.h memory.h netdb.h poll.h sched.h +for ac_hdr in bstring.h errno.h fcntl.h memory.h netdb.h poll.h resolv.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -2641,7 +2641,7 @@ else fi done -for ac_hdr in sgtty.h stdlib.h string.h sys/wait.h termio.h termios.h +for ac_hdr in sched.h sgtty.h stdlib.h string.h termio.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -2681,7 +2681,7 @@ else fi done -for ac_hdr in timepps.h timex.h unistd.h utmp.h utmpx.h +for ac_hdr in termios.h timepps.h timex.h unistd.h utmp.h utmpx.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -2721,7 +2721,7 @@ else fi done -for ac_hdr in arpa/nameser.h net/if.h netinet/in.h netinet/ip.h resolv.h +for ac_hdr in arpa/nameser.h net/if.h netinet/in.h netinet/ip.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -3133,7 +3133,7 @@ else fi done -for ac_hdr in sys/timers.h sys/timex.h sys/tpro.h sys/types.h +for ac_hdr in sys/timers.h sys/timex.h sys/tpro.h sys/types.h sys/wait.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 diff --git a/configure.in b/configure.in index 01076dc85..124b48f29 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_SYSTEM AC_DEFINE_UNQUOTED(STR_SYSTEM, "$target") AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM -AM_INIT_AUTOMAKE(ntp, 4.0.96p1) +AM_INIT_AUTOMAKE(ntp, 4.0.97) AC_PREREQ(2.13) ac_cv_var_oncore_ok=no @@ -173,10 +173,10 @@ AC_CHECK_LIB(rt, sched_setscheduler, , AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt)) AC_HEADER_STDC -AC_CHECK_HEADERS(bstring.h errno.h fcntl.h memory.h netdb.h poll.h sched.h) -AC_CHECK_HEADERS(sgtty.h stdlib.h string.h sys/wait.h termio.h termios.h) -AC_CHECK_HEADERS(timepps.h timex.h unistd.h utmp.h utmpx.h) -AC_CHECK_HEADERS(arpa/nameser.h net/if.h netinet/in.h netinet/ip.h resolv.h) +AC_CHECK_HEADERS(bstring.h errno.h fcntl.h memory.h netdb.h poll.h resolv.h) +AC_CHECK_HEADERS(sched.h sgtty.h stdlib.h string.h termio.h) +AC_CHECK_HEADERS(termios.h timepps.h timex.h unistd.h utmp.h utmpx.h) +AC_CHECK_HEADERS(arpa/nameser.h net/if.h netinet/in.h netinet/ip.h) AC_CHECK_HEADERS(sun/audioio.h sys/audioio.h) dnl AC_CHECK_HEADERS(sys/chudefs.h) AC_CHECK_HEADERS(sys/clkdefs.h sys/file.h) @@ -199,7 +199,7 @@ case "$target" in esac AC_CHECK_HEADERS(sys/sockio.h sys/stat.h sys/stream.h sys/stropts.h) AC_CHECK_HEADERS(sys/sysctl.h sys/termios.h sys/time.h sys/timepps.h) -AC_CHECK_HEADERS(sys/timers.h sys/timex.h sys/tpro.h sys/types.h) +AC_CHECK_HEADERS(sys/timers.h sys/timex.h sys/tpro.h sys/types.h sys/wait.h) AC_HEADER_TIME case "$target" in *-convex-*)