]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
.
authorJim Meyering <meyering@lucent.com>
Sat, 4 Nov 2000 22:08:13 +0000 (22:08 +0000)
committerJim Meyering <meyering@lucent.com>
Sat, 4 Nov 2000 22:08:13 +0000 (22:08 +0000)
ChangeLog

index 98c7a226c6de041db9811419536fce43fbddd26a..c216a8aacf5d6e92b07270bb9b431bed17ee8ec3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-11-03  Jim Meyering  <meyering@lucent.com>
+
+       * acfunctions.m4 (AC_FUNC_FNMATCH): Add a test to detect
+       the d*/*1 vs d/s/1 bug.
+       Add a couple more test cases to catch bugs in glibc 2.1.95.
+       Include fnmatch.h unconditionally
+       Mention the GNU C library.
+       From Paul Eggert.
+
 2000-11-03  Akim Demaille  <akim@epita.fr>
 
        AC_CONFIG_AUX_DIR_DEFAULTS overrides AC_CONFIG_AUX_DIR.  Ouch.