]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 4 Feb 1998 20:19:14 +0000 (20:19 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Feb 1998 20:19:14 +0000 (20:19 +0000)
old/textutils/ChangeLog

index 871335491118672a044af059cba4374a962dc124..c6aab71daa531bf5cf90b02980eb87fe75cce0f7 100644 (file)
@@ -1,7 +1,35 @@
-1998-01-25  Jim Meyering  <meyering@na-net.ornl.gov>
+1998-02-04  Jim Meyering  <meyering@eng.ascend.com>
 
        * Version 1.22e.
 
+       * 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.
+
+       * tests/Makefile.am (EXTRA_DIST): Add mk-script.
+       * tests/*/mk-script.pl: Remove files.
+
+       * GNUmakefile: New file.
+       * Makefile.am (EXTRA_DIST): Add GNUmakefile.
+
+1998-01-30  Paul Eggert  <eggert@twinsun.com>
+
+        * configure.in (AC_LFS): Put before anything that can affect or use
+        CPPFLAGS, LDFLAGS, or LIBS.
+
+1998-01-25  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * Makefile.maint: New file.
+       * Makefile.am: Move rules common to textutils, fileutils, sh-utils
+       into Makefile.maint.
+       Include Makefile.maint.
+       (EXTRA_DIST): Add Makefile.maint.
+
        * src/cat.c (cat): Convert comma-expressions to pairs of
        semicolon-terminated stmts.
        Add braces around compound if/else stmts.