summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-10 02:53:58 +0000
committerJim Meyering <jim@meyering.net>1996-10-10 02:53:58 +0000
commit62ae6ccc22d480c85af931ee90776734340cfb89 (patch)
treecc9acd6e62e9f1f629a9dd2f64996d89a0b747f3 /old/sh-utils
parentc3830e800fc3bc707d6125b64a5fa655e97d53f7 (diff)
downloadcoreutils-62ae6ccc22d480c85af931ee90776734340cfb89.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog4
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.