summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-09 08:43:37 +0000
committerJim Meyering <jim@meyering.net>2001-11-09 08:43:37 +0000
commite5b0e0f712fa4059ca99ccdd8980707083ca2c9b (patch)
treea913ddbce9ea47333c855251b7fd3c5e5687a47a /old
parent3fb9cf6101c81f1883b5781ed071c39aeb8595f0 (diff)
downloadcoreutils-e5b0e0f712fa4059ca99ccdd8980707083ca2c9b.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog7
-rw-r--r--old/textutils/ChangeLog7
2 files changed, 12 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 48617fda2..940af9901 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,12 @@
-2001-09-28 Jim Meyering <meyering@lucent.com>
+2001-11-09 Jim Meyering <meyering@lucent.com>
* Version 2.0.12.
+ * configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no
+ arguments.
+
+2001-09-28 Jim Meyering <meyering@lucent.com>
+
* 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 373ac8fcf..cc9973215 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,12 @@
-2001-11-05 Jim Meyering <meyering@lucent.com>
+2001-11-09 Jim Meyering <meyering@lucent.com>
* Version 2.0.17.
+ * configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no
+ arguments.
+
+2001-11-05 Jim Meyering <meyering@lucent.com>
+
* src/sort.c (usage): Don't recommend setting LC_COLLATE=C.
That can cause problems (now documented in coreutils.texi).