summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-08 13:30:49 +0000
committerJim Meyering <jim@meyering.net>1996-12-08 13:30:49 +0000
commita13947a7a39990ac22aeb3433cf9cd12d6e07960 (patch)
tree6f1d9962f5456fa310fd06b7aef8e9a10be7114c /old
parentddc2531899b287716ed01d1e2aadbac334beee8b (diff)
downloadcoreutils-a13947a7a39990ac22aeb3433cf9cd12d6e07960.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2af8004de..d43213411 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/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 libfu.a as per
+ new automake requirement.
+ Rename fu_* variables to libfu_a_*.
+
Mon Dec 2 20:30:20 1996 Jim Meyering <meyering@na-net.ornl.gov>
* configure.in (jm_FUNC_MKTIME): Use this instead of AM_FUNC_MKTIME.