summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-06 14:01:46 +0000
committerJim Meyering <jim@meyering.net>2000-05-06 14:01:46 +0000
commit669034433db1d346bf3b799900db0d397d04eb47 (patch)
treef8e9976a4fdcf55eeae0dcde51068e1dd3c65494
parent97df7c47294bb4237c4f0104a4f70cf7f505c8b8 (diff)
downloadcoreutils-669034433db1d346bf3b799900db0d397d04eb47.tar.xz
*** empty log message ***
-rw-r--r--m4/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 729ee450d..b824dfbdf 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-03 Paul Eggert <eggert@twinsun.com>
+
+ * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
+ be 500, instead of _GNU_SOURCE to be 1, to work around glibc
+ 2.1.3 bug. This avoids a clash when files like regex.c define
+ _GNU_SOURCE.
+
2000-05-05 Jim Meyering <meyering@lucent.com>
* jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS