bk: 4e21fdafceXBagHzB7DEiT8pgzZXsg
+* [Bug 1964] --without-sntp should not build sntp.
(4.2.7p190) 2011/07/13 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1961] from 4.2.6p4: html2man update: distribute ntp-wait.html.
* Require autogen-5.12.
# - which style of macros should be used {man.mdoc}
#
# When configure is invoked from the main NTP directory, we will have:
-# - SNTP_DB={bin,}
-# - SNTP_DS={,sbin}
+# - SNTP_DB=sntp (if we are installing sntp in bindir, empty otherwise)
+# - SNTP_DS=sntp (if we are installing sntp in sbindir, empty otherwise)
# - SNTP_MS={1,1m,1M,8}
# - MANTAGFMT={man,mdoc}
)
case "$use_binsubdir" in
bin)
- SNTP_DB=sntp
+ SNTP_DB=$SNTP
SNTP_DS=
;;
sbin)
SNTP_DB=
- SNTP_DS=sntp
+ SNTP_DS=$SNTP
;;
*)
AC_MSG_ERROR([<$use_binsubdir> is illegal - must be "bin" or "sbin"])