bk: 4d22c700413xK1pRCRYZ38zx_Gocug
* [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.
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
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