summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-04 08:02:23 +0000
committerJim Meyering <jim@meyering.net>1998-04-04 08:02:23 +0000
commit1ddffff8c0105da3a924093d02cbd57fb896b4ec (patch)
tree4f040dbb0577743c97fbbe0a1e50a9f8d5754c91 /old
parente7683a577ad6f08e02171c889445f8a995bfb68a (diff)
downloadcoreutils-1ddffff8c0105da3a924093d02cbd57fb896b4ec.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 7 insertions, 10 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 3dd4150cc..94cce8af3 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,10 @@
+1998-04-04 Jim Meyering <meyering@eng.ascend.com>
+
+ * Makefile.am (ACLOCAL_AMFLAGS): Define this, so automake/aclocal
+ know about the m4/ subdirectory.
+ * Makefile.maint (aclocal-files): Remove now-unnecessary (with
+ automake-1.2h and the above change) aclocal-related rules and includes.
+
1998-04-01 Jim Meyering <meyering@eng.ascend.com>
* tests/ls/cr-1: New file.
@@ -12,16 +19,6 @@
* lib/xstrtol.c: Merge with the version from textutils.
- * tests/Makefile.am (EXTRA_DIST): Add mk-script.
- * tests/Makefile.am.in (EXTRA_DIST): Remove mk-script.pl.
- (mk_script): Set to ../mk-script.
- (x-tests): Use `$(PERL) -w -- $(mk_script)', not ./mk-script.
- Remove @MAINT@ cruft.
- (Makefile.am): Likewise.
- Remove @MAINT@ cruft. Now `missing' will explain the failure
- when people don't have Perl yet modify a file whose rebuilding
- would lead to the use of Perl.
-
* lib/memcmp.c (rpl_memcmp): Rename from memcmp.
1998-03-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>