From: Harlan Stenn Date: Tue, 10 Aug 1999 01:19:09 +0000 (-0000) Subject: ChangeLog, NEWS, configure, configure.in: X-Git-Tag: NTP_4_0_96_P1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af5eeaf35a0ad3315dad86ea67f4380f4b78b22f;p=thirdparty%2Fntp.git ChangeLog, NEWS, configure, configure.in: * configure.in: 4.0.96 bk: 37af7e0dr8CQTUNBDnNaTsD1UDKxtg --- diff --git a/ChangeLog b/ChangeLog index bd352a9058..dcb54b2437 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-08-09 Harlan Stenn + * configure.in: 4.0.96 + * parseutil/dcfd.c (main): Replace SA_ONSTACK and SV_ONSTACK with HAVE_SIGACTION and HAVE_SIGVEC, respectively. HP-UX provides both of the former but only one of the latter... diff --git a/NEWS b/NEWS index a3f8365197..8342e6b124 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +(4.0.96) * -lnsl, -lsocket, -lgen configuration patches * Y2K patches from AT&T * Linux portability cruft diff --git a/configure b/configure index cb2e424275..54c5c6a60e 100755 --- a/configure +++ b/configure @@ -966,7 +966,7 @@ fi PACKAGE=ntp -VERSION=4.0.95 +VERSION=4.0.96 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; } diff --git a/configure.in b/configure.in index 13d3371c2b..9f7c586b5b 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.95) +AM_INIT_AUTOMAKE(ntp, 4.0.96) AC_PREREQ(2.13) ac_cv_var_oncore_ok=no