* ntpd/Makefile.am (check-local): Use test in favor of [
ChangeLog, check_y2k.c:
* ntpd/check_y2k.c: Make debug definition match ntpd.h's declaration
bk: 398df4d2URwVEwmMfYy3IzjZyxmzwA
+2000-08-06 Harlan Stenn <stenn@whimsy.udel.edu>
+
+ * ntpd/check_y2k.c: Make debug definition match ntpd.h's declaration
+
+ * ntpd/Makefile.am (check-local): Use test in favor of [
+
2000-08-05 Harlan Stenn <stenn@whimsy.udel.edu>
* configure.in (NTP_KEYSDIR): Typo
EXTRA_PROGRAMS = check_y2k
check-local: @MAKE_CHECK_Y2K@
- [ -z "@MAKE_CHECK_Y2K@" ] || ./@MAKE_CHECK_Y2K@
+ test -z "@MAKE_CHECK_Y2K@" || ./@MAKE_CHECK_Y2K@
ntpd_SOURCES = cmd_args.c jupiter.h map_vme.c ntp_config.c ntp_control.c \
ntp_crypto.c ntp_filegen.c \
check-local: @MAKE_CHECK_Y2K@
- [ -z "@MAKE_CHECK_Y2K@" ] || ./@MAKE_CHECK_Y2K@
+ test -z "@MAKE_CHECK_Y2K@" || ./@MAKE_CHECK_Y2K@
$(PROGRAMS): $(LDADD)
#define GoodLeap(Year) (((Year)%4 || (!((Year)%100) && (Year)%400)) ? 0 : 13 )
-int debug = 0; /* debugging requests for parse stuff */
+voliatile int debug = 0; /* debugging requests for parse stuff */
char const *progname = "check_y2k";
long