summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-10 18:41:47 +0000
committerJim Meyering <jim@meyering.net>2002-03-10 18:41:47 +0000
commit21eba648bdf495425f8b80a9efb3e6ef9f1c5bb6 (patch)
tree486a8a4fb2518916dec05e764544e8f94bc107c5 /old
parentc880cde6a9f88d4da9c441590dd06d042635b64a (diff)
downloadcoreutils-21eba648bdf495425f8b80a9efb3e6ef9f1c5bb6.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index cba567629..7d2b9a96d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,10 @@
* Version 4.1.7.
+ * configure.ac (AM_INIT_AUTOMAKE): Specify the required version
+ of automake (1.6), and options (gnits dist-bzip2), rather than...
+ * Makefile.am (AUTOMAKE_OPTIONS): ...here. Remove definition.
+
* src/copy.c (copy_reg): Don't exit upon finding a replaced file.
Instead, just skip it like the diagnostic says.
Reported by Paul Eggert.