summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-20 18:50:41 +0000
committerJim Meyering <jim@meyering.net>1996-10-20 18:50:41 +0000
commit2f03e544e1a38bc8f5557ac4bdd75e0bdc6f8471 (patch)
tree1acc31d127cd3ffa560253132e8ca623514f90df /old/sh-utils
parent412cc2f3fc6acd272680f2d57b88397f775d2a5e (diff)
downloadcoreutils-2f03e544e1a38bc8f5557ac4bdd75e0bdc6f8471.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 4d89fc8e0..8d738b9ef 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,11 @@
Sun Oct 20 09:03:51 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * Makefile.am (AUTOMAKE_OPTIONS): Set to `gnits'.
+ (EXTRA_DIST): Remove @README_ALPHA@.
+
+ * configure.in: Remove README_ALPHA related code. Automake takes
+ care of it automatically now when in gnits mode.
+
* acinclude.m4 (AM_FUNC_GETLOADAVG): Use $srcdir (not $top_srcdir) in
#include $srcdir/lib/getloadavg.c. The latter isn't defined at that
point in configure script. From Eric Backus.