summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-03 08:33:04 +0000
committerJim Meyering <jim@meyering.net>2000-06-03 08:33:04 +0000
commite25da2873ed708b217c8d0f11c8d85bfb49ae7a8 (patch)
tree660eb50ab039bf57753ada5adf469f332dfc6a0b
parent221393c0c15a6a27941d52bd263cee812ca12e1d (diff)
downloadgnulib-e25da2873ed708b217c8d0f11c8d85bfb49ae7a8.tar.gz
*** empty log message ***
-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>