From: Jim Meyering Date: Sat, 4 Apr 1998 08:02:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22f~122 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=1ddffff8c0105da3a924093d02cbd57fb896b4ec;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3dd4150cc6..94cce8af34 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +1998-04-04 Jim Meyering + + * 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 * 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