]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, Makefile.in, aclocal.m4, configure, configure.in:
authorHarlan Stenn <stenn@ntp.org>
Fri, 11 May 2001 05:50:17 +0000 (05:50 -0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 11 May 2001 05:50:17 +0000 (05:50 -0000)
  * configure.in: 4.0.99k34

bk: 3afb7d99QZyzRhmfKdystdDEmQNmjQ

21 files changed:
ChangeLog
ElectricFence/Makefile.in
Makefile.in
adjtimed/Makefile.in
clockstuff/Makefile.in
configure
configure.in
include/Makefile.in
kernel/Makefile.in
kernel/sys/Makefile.in
libntp/Makefile.in
libparse/Makefile.in
librsaref/Makefile.in
ntpd/Makefile.in
ntpdate/Makefile.in
ntpdc/Makefile.in
ntpq/Makefile.in
ntptrace/Makefile.in
parseutil/Makefile.in
scripts/Makefile.in
util/Makefile.in

index 7721a9f70b4b869ab598634bbea59c65f52a7fc3..5409e541f6c07a418a021a6675037e2b61f98674 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-05-11  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * configure.in: 4.0.99k34
+
        * ntpd/ntp_util.c (record_loop_stats): values are now passed in.
        * ntpd/ntp_loopfilter.c (local_clock): pass the values to
        record_loop_stats().
index 51fd64319f54c8e3377224b2bcbaf279ffeb8806..5b4183153f7570472b5deb988bdc9d6de9d40bb7 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 # Harlan Stenn <stenn@whimsy.udel.edu>
index 0d80dce72f813d1613edf7ac4149c2c6e4599616..2a7f9389aaa9d5be21ea0819303e531d46687245 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
index ccea3a01a29e476aedec51f5c81811e9b6722604..72ae6211805e2f80feab9841b598ae801371cdaa 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../ansi2knr #no-dependencies
index 281e7307a6e427e9a117c3ab1bed212fc5504d29..da00d8d3ea183d2973b1fe12a99904398962dcbc 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
index 7b74f528ad7ba26cb3fb8051972f67ae4a4d5380..6ace8dab6fd3ccd273bf78d3d101d6c2ef40dd7b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1377,7 +1377,7 @@ fi
 
 # Define the identity of the package.
 PACKAGE=ntp
-VERSION=4.0.99k33
+VERSION=4.0.99k34
 
 cat >>confdefs.h <<EOF
 #define PACKAGE "$PACKAGE"
index dfb9361e6c012bfc874e16d621a45b03547bde22..3980b926490dce89c24b2b20c4ab22616507a525 100644 (file)
@@ -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.99k33)
+AM_INIT_AUTOMAKE(ntp, 4.0.99k34)
 AC_PREREQ(2.49)
 
 ac_cv_var_oncore_ok=no
index bea6cd09b8cba65ac2444b0a4f95a39136ca4c78..e034ae1f9e7e4829dff31819662cc5399e2a2e63 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index cc7bab2d32e5d8a88adb40e7be9bb6acf2f7e594..0b8beb2f34ed9a54d906e8a833078238ea5ba98f 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index 1540dcfb61a8b4647c145273e9c84bcfd12d86db..54f9ac991182fdb11c1bc063f80c942ebac2d9e4 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../../util/ansi2knr no-dependencies
index e2db8e650d933921a3899a7f8d1af22280fdf8ab..d88ab323ab9d7bc1835c6712228d470f1ac9e335 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
index a0c6743b1ceff463c19532c169c89c8f501d7b1d..4ad2d3e4605e0d132b415a8ef90c4e8a09cf95ba 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index 810b41e6c4d2efc5994be5b6218c97fb6a216367..3faba0222a080053f29a296d2744557f4d05568e 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index fd630f2698109cd8fd52b8fd10a51e19cf8d2bb9..0e3ad1c28bb9c4e66b929a39228321131faac973 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index 060f670c5cabdf7932c04c8626ad217f1942e498..f66e35165d17d76c152c6d1310f4c63039de53be 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index 754ed31b8df451ce1f2140103b839f49357b8121..ce9683ad9c71449062aa54602c230384a3d32d40 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index 1f6f5aee53d3a5f61cf6606204b8be71d454583c..2de95b7b0ecb25bc1d7af72bd6ffd62d357ce033 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index e4356e5dbdd63970c1880a44df8d1e2c05b8882f..f014e02a44f7690dc9949ed9a098a630096fa801 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index fa2e86cdb2ef1d2a20f828421b1aef34cb9e2639..61309e66dfef71e562dbb680639dbe2cc8bbd563 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
index 203d4149313aa3608e76d1af411d084f536b59c4..b85723431a014387eb6125c7d1977d0174cf0a87 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 
index 062eb79c67656a8cc6bb0906a4b89d53c6a51a3f..c10e3a04b5b3ce77fa49f930ed901b7d9f28b1d5 100644 (file)
@@ -65,6 +65,7 @@ target_alias = @target_alias@
 target_triplet = @target@
 
 @SET_MAKE@
+AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AUTOKEY = @AUTOKEY@
 AWK = @AWK@
@@ -111,7 +112,6 @@ TESTDCF = @TESTDCF@
 U = @U@
 VERSION = @VERSION@
 _am_include = @_am_include@
-_am_quote = @_am_quote@
 install_sh = @install_sh@
 
 #AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies