bk: 3db9f6d7H1OnIarLZrJtTse3jQRq-g
@find $(distdir) -type d -name CVS -print | xargs rm -rf
@find $(distdir) -type d -name SCCS -print | xargs rm -rf
@for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \
- do unix2dos $$i $$i; done
+ do chmod u+w $$i ; unix2dos $$i $$i; done
.warning:
@echo "Compiling with GCC now generates lots of new warnings."
--
+* clock state machine bugfix
* Lose the source port check on incoming packets
* (x)ntpdc compatibility patch
* Virtual IP improvements
AC_DEFINE_UNQUOTED(STR_SYSTEM, "$host", [canonical system (cpu-vendor-os) string])
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
-AM_INIT_AUTOMAKE(ntp, 4.1.1a)
+AM_INIT_AUTOMAKE(ntp, 4.1.1b)
AC_PREREQ(2.52) # We need the cross-compile-aware SIZEOF stuff.
ac_cv_var_atom_ok=no