summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-16 09:03:37 +0000
committerJim Meyering <jim@meyering.net>2004-01-16 09:03:37 +0000
commit48512bcf24e8c7faadcaf2de0c5804882b88e1ac (patch)
tree8cb88ace7b2b0fade429b6572a1699accb8d3e53 /m4/ChangeLog
parentfce898e6b22bc7142bbffa8cf0282ec048deee4d (diff)
downloadcoreutils-48512bcf24e8c7faadcaf2de0c5804882b88e1ac.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index c9d54440a..f52f12c69 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -4,6 +4,14 @@
* getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
+2003-08-26 Bruno Haible <bruno@clisp.org>
+
+ Merge from gnulib.
+
+ * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
+ This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
+ followed by '#define fnmatch fnmatch_posix' gives an error.
+
2004-01-14 Paul Eggert <eggert@twinsun.com>
* posixv.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.