* configure.in: '99k19
* util/ntptime.c: MNT options
From: Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
bk: 3abd2170CzEMhjBPjcksSB9SxzA81w
2001-03-24 Harlan Stenn <stenn@whimsy.udel.edu>
+ * configure.in: '99k19
+
* ntpd/refclock_atom.c (atom_ppsapi): PPS API RFC alignment patches.
From: Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
# Define the identity of the package.
PACKAGE=ntp
-VERSION=4.0.99k18
+VERSION=4.0.99k19
cat >>confdefs.h <<EOF
#define PACKAGE "$PACKAGE"
AC_DEFINE_UNQUOTED(STR_SYSTEM, "$target")
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
-AM_INIT_AUTOMAKE(ntp, 4.0.99k18)
+AM_INIT_AUTOMAKE(ntp, 4.0.99k19)
AC_PREREQ(2.49)
ac_cv_var_oncore_ok=no
-t timeconstant log2 of PLL time constant (0 .. %d)\n",
progname, optargs,
#ifdef MOD_MICRO
-"-M switch to microsecond mode\n"
+"-M switch to microsecond mode\n",
#else
-""
+"",
#endif
#ifdef MOD_NANO
-"-N switch to nanosecond mode\n"
+"-N switch to nanosecond mode\n",
#else
-""
+"",
#endif
#ifdef NTP_API
# if NTP_API > 3
-"-T tai_offset set TAI offset\n"
+"-T tai_offset set TAI offset\n",
# else
-""
+"",
# endif
#else
-""
+"",
#endif
-
MAXTC);
exit(2);
}