From: Jim Meyering Date: Thu, 10 Oct 1996 02:53:58 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ae6ccc22d480c85af931ee90776734340cfb89;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 5aec22b7a8..24725a01dd 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ Wed Oct 9 00:26:55 1996 Jim Meyering + * 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.