summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
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).