]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
make V=0 and configure --enable-silent-rules supported.
authorDave Hart <hart@ntp.org>
Tue, 4 Jan 2011 07:06:40 +0000 (07:06 +0000)
committerDave Hart <hart@ntp.org>
Tue, 4 Jan 2011 07:06:40 +0000 (07:06 +0000)
bk: 4d22c700413xK1pRCRYZ38zx_Gocug

ChangeLog
configure.ac
sntp/configure.ac

index 9e04354f5b493bb4d3724c3d52cc6c59d4e3a325..2e99c7f0feb606f8733c61d1112f06fa0bc54fd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 * [Bug 1771] algorithmic error in 'clocktime()' fixed.
 * Unit tests extended for hard-coded system time.
+* make V=0 and configure --enable-silent-rules supported.
 * setvar modemsetup = ATE0... overrides ACTS driver default.
 * Preserve last timecode in ACTS driver (ntpq -ccv).
 * Tolerate previous ATE1 state when sending ACTS setup.
index 315a7fe0bdc933f41c51c70396d6f12cfa180708..69a4eea82ba24a3c761df13ef3d68a5e297ae639 100644 (file)
@@ -34,6 +34,11 @@ ntp_configure_cache_version=20100916
 NTP_CACHEVERSION([main], [$ntp_configure_cache_version])
 
 AM_INIT_AUTOMAKE
+dnl AM_SILENT_RULES req. automake 1.11
+m4_ifdef(
+    [AM_SILENT_RULES],
+    [AM_SILENT_RULES]
+)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 dnl the 'build' machine is where we run configure and compile
index 3d91fe55d162174abb9d9caaca157a756192d14c..76efa6043654a1fec5f099dab64726d85ef1a892 100644 (file)
@@ -34,6 +34,11 @@ sntp_configure_cache_version=20100916
 NTP_CACHEVERSION([sntp], [$sntp_configure_cache_version])
 
 AM_INIT_AUTOMAKE
+dnl AM_SILENT_RULES req. automake 1.11
+m4_ifdef(
+    [AM_SILENT_RULES],
+    [AM_SILENT_RULES]
+)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 dnl the 'build' machine is where we run configure and compile