diff options
-rw-r--r-- | old/sh-utils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 5aec22b7a..24725a01d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ Wed Oct 9 00:26:55 1996 Jim Meyering <meyering@na-net.ornl.gov> + * tests/: Renamed checks/ directory. + * Makefile.am (SUBDIRS): Rename checks to tests. + * configure.in (AC_OUTPUT): Rename checks to tests. + * configure.in (/proc/uptime check): Guard the read of /proc/uptime with an existence test to avoid a messy configure-time warning on systems that lack that special file. Reported by Kaveh R. Ghazi. |