]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 4 Apr 1998 08:02:23 +0000 (08:02 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Apr 1998 08:02:23 +0000 (08:02 +0000)
old/fileutils/ChangeLog

index 3dd4150cc6752ed5afc939384a4ebf3ca47ce060..94cce8af34efcce8e9210ec736df3d67c39e0baf 100644 (file)
@@ -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.
 
        * 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>