From: Jim Meyering Date: Fri, 9 Nov 2001 08:43:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_17~145 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e5b0e0f712fa4059ca99ccdd8980707083ca2c9b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 48617fda29..940af99014 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,12 @@ -2001-09-28 Jim Meyering +2001-11-09 Jim Meyering * Version 2.0.12. + * configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no + arguments. + +2001-09-28 Jim Meyering + * configure.ac: Tell automake to use the file name `config.hin' rather than the two-`.' config.h.in. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 373ac8fcf4..cc99732158 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,12 @@ -2001-11-05 Jim Meyering +2001-11-09 Jim Meyering * Version 2.0.17. + * configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no + arguments. + +2001-11-05 Jim Meyering + * src/sort.c (usage): Don't recommend setting LC_COLLATE=C. That can cause problems (now documented in coreutils.texi).