diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-04 08:03:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-04 08:03:48 +0000 |
commit | 8aca15bac0c40968ff2661a35bb91282e53ac237 (patch) | |
tree | 222069f994c109f85d2fbe4d8b4f82f2fa0349fc /old | |
parent | 1ddffff8c0105da3a924093d02cbd57fb896b4ec (diff) | |
download | coreutils-8aca15bac0c40968ff2661a35bb91282e53ac237.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a6af847a0..0da7c8222 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,23 @@ +1998-04-04 Jim Meyering <meyering@eng.ascend.com> + + * Version 1.22e. + + * 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-03 Jim Meyering <meyering@eng.ascend.com> + + * lib/closeout.c: New file. + * lib/closeout.h: New file. + * lib/Makefile.am (libtu_a_SOURCES): Add closeout.c. + (noinst_HEADERS): Add closeout.h. + +1998-03-31 Jim Meyering <meyering@eng.ascend.com> + + * lib/xstrtol.c: Merge with the version from fileutils. + 1998-03-27 Jim Meyering <meyering@eng.ascend.com> * Makefile.am (AUTOMAKE_OPTIONS): Require 1.2h. @@ -34,8 +54,6 @@ 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. |