From: Jim Meyering Date: Sat, 4 Nov 2000 22:08:13 +0000 (+0000) Subject: . X-Git-Tag: autoconf-2.50~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860977669c8380691b4d1aa98dd489fe8c707a2e;p=thirdparty%2Fautoconf.git . --- diff --git a/ChangeLog b/ChangeLog index 98c7a226c..c216a8aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-11-03 Jim Meyering + + * 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 AC_CONFIG_AUX_DIR_DEFAULTS overrides AC_CONFIG_AUX_DIR. Ouch.