*** empty log message ***

This commit is contained in:
Jim Meyering
1998-02-07 10:14:29 +00:00
parent db7449461c
commit 32ee7fb170
+8 -1
View File
@@ -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>