summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-02-07 10:14:29 +0000
committerJim Meyering <jim@meyering.net>1998-02-07 10:14:29 +0000
commit32ee7fb170d8448d8e09df83c95c486f7bd9c8fe (patch)
treee4ff153dfcef3cf18fff6f6271c743df2da23367 /old/textutils
parentdb7449461c0f08ecf088416b654c9ae054f1b2f4 (diff)
downloadcoreutils-32ee7fb170d8448d8e09df83c95c486f7bd9c8fe.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index c6aab71da..f639c88b7 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,13 @@
-1998-02-04 Jim Meyering <meyering@eng.ascend.com>
+1998-02-06 Jim Meyering <meyering@eng.ascend.com>
* Version 1.22e.
+ * configure.in: Don't use AM_MAINTAINER_MODE or
+ AC_PATH_PROG(PERL, perl).
+ (jm_PERL): Use this.
+
+1998-02-04 Jim Meyering <meyering@eng.ascend.com>
+
* 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.
@@ -16,6 +22,7 @@
* GNUmakefile: New file.
* Makefile.am (EXTRA_DIST): Add GNUmakefile.
+ Don't include Makefile.maint from here. It's included from GNUmakefile.
1998-01-30 Paul Eggert <eggert@twinsun.com>