summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-08 13:31:12 +0000
committerJim Meyering <jim@meyering.net>1996-12-08 13:31:12 +0000
commit89cf1fc2cf2e6e5e286e78b92dbe21c15e960577 (patch)
tree71cea32127d8267e80aae08891a2c0e1060bfc6a
parenta13947a7a39990ac22aeb3433cf9cd12d6e07960 (diff)
downloadcoreutils-89cf1fc2cf2e6e5e286e78b92dbe21c15e960577.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 265f0f495..d8f1c797a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,13 @@
+Sun Dec 8 07:22:38 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ =========== Update for automake-1.1k.
+ * configure.in (AM_CONFIG_HEADER): Use it.
+ (AC_OUTPUT): Remove stamp-h timestamping statement.
+ Now, AM_CONFIG_HEADER does it automatically.
+ * lib/Makefile.am (noinst_LIBRARIES): Rename to libsu.a as per
+ new automake requirement.
+ Rename su_* variables to libsu_a_*.
+
Sun Dec 8 00:08:44 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/stty.c (get_win_size): Rename formal parameter from fileno to FD.