summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog7
-rw-r--r--m4/ChangeLog6
2 files changed, 10 insertions, 3 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a2b7662971..40668f658f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-26 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.am (install-exec-local): On systems with glibc-2.1 or
+ newer, don't install charset.alias.
+ * config.charset: Change the Linux/glibc rules so they become empty
+ on glibc-2.1 or newer.
+
2000-06-02 Jim Meyering <meyering@lucent.com>
* mountlist.c: Back out last change. Instead, do this...
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 07d0d00328..4132b2f8e6 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,7 +1,7 @@
-2000-06-03 Jim Meyering <meyering@lucent.com>
+2000-05-26 Bruno Haible <haible@clisp.cons.org>
- * glibc21.m4 (jm_GLIBC21): New macro/file. From Bruno Haible.
- * jm-macros.m4 (jm_MACROS): Use jm_GLIBC21.
+ * glibc21.m4: New file.
+ * jm-macros.m4: (jm_MACROS): Call jm_GLIBC21.
2000-05-28 Jim Meyering <meyering@lucent.com>