-1998-06-29 Jim Meyering <meyering@ascend.com>
+1998-07-12 Jim Meyering <meyering@ascend.com>
* Version 1.16f.
+ * tests/test: New directory and tests.
+ * tests/Makefile.am (SUBDIRS): Add test.
+ * configure.in (AC_OUTPUT): Add tests/test/Makefile.
+
+1998-07-04 Jim Meyering <meyering@ascend.com>
+
+ * lib/Makefile.am (libsu_a_SOURCES): Remove regex.c, now that it's
+ automatically discovered by automake.
+ (noinst_HEADERS): Remove unused safe-read.h.
+
+ * src/Makefile.am (CLEANFILES): Put $(SCRIPTS) here rather than in
+ DISTCLEANFILES.
+ (CLEANFILES): Add su, since we build it unconditionally, yet it's
+ never put in @OPTIONAL_BIN_PROGS@.
+
+1998-06-29 Jim Meyering <meyering@ascend.com>
+
* src/uptime.c: Include system.h only after error.h and readutmp.h
so we don't get redefinition warnings about getc, etc.
* src/who.c: Likewise.