+* [Bug 1419] ntpdate, ntpdc, sntp, ntpd ignore configure --bindir.
+(4.2.7p1) 2009/12/15 Released by Harlan Stenn <stenn@ntp.org>
+* [Bug 1348] ntpd Windows port should wait for sendto() completion.
+* [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes.
+* [Bug 1418] building ntpd/ntpdc/ntpq statically with ssl fails.
+(4.2.7p0) 2009/12/13 Released by Harlan Stenn <stenn@ntp.org>
+* [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC.
+* [Bug 1414] Enable "make distcheck" success with BSD make.
+(4.2.7) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
+* [Bug 1407] configure.ac: recent GNU Make -v does not include "version".
+ ---
+
+ * Build infrastructure updates to enable beta releases of ntp-stable.
---
(4.2.6) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
-bin_SCRIPTS = \
- ntp-wait \
- ntptrace \
- $(NULL)
+ NULL=
+
- noinst_SCRIPTS= calc_tickadj checktime freq_adj html2man mkver ntpsweep ntpver plot_summary summary
- EXTRA_DIST = VersionName cvo.sh fixautomakedepsmagic genCommitLog \
- genver hpadjtime.sh monitoring ntp-close ntp-groper ntp-restart \
- ntp-status rc1 rc2 stats
+if NTP_BINSUBDIR_IS_BIN
+bin_SCRIPTS= ntp-wait ntptrace
+else
+sbin_SCRIPTS= ntp-wait ntptrace
+endif
+
+ noinst_SCRIPTS = \
+ calc_tickadj \
+ checktime \
+ freq_adj \
+ html2man \
+ mkver \
+ ntpsweep \
+ ntpver \
+ plot_summary \
+ summary \
+ $(NULL)
+
+ EXTRA_DIST = \
+ cvo.sh \
+ fixautomakedepsmagic \
+ genCommitLog \
+ genver \
+ hpadjtime.sh \
+ monitoring \
+ ntp-close \
+ ntp-groper \
+ ntp-restart \
+ ntp-status \
+ rc1 \
+ rc2 \
+ stats \
+ UpdatePoint \
+ VersionName \
+ $(NULL)