diff options
-rw-r--r-- | old/textutils/ChangeLog | 9 |
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> |