From: Dave Hart Date: Tue, 4 Jan 2011 07:06:40 +0000 (+0000) Subject: make V=0 and configure --enable-silent-rules supported. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ceac8d550ef40bfe759677c294edc8a478feacd;p=thirdparty%2Fntp.git make V=0 and configure --enable-silent-rules supported. bk: 4d22c700413xK1pRCRYZ38zx_Gocug --- diff --git a/ChangeLog b/ChangeLog index 9e04354f5b..2e99c7f0fe 100644 --- 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. diff --git a/configure.ac b/configure.ac index 315a7fe0bd..69a4eea82b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/sntp/configure.ac b/sntp/configure.ac index 3d91fe55d1..76efa60436 100644 --- a/sntp/configure.ac +++ b/sntp/configure.ac @@ -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