]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Describe AC_FUNC_FNMATCH changes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 May 2002 07:13:59 +0000 (07:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 May 2002 07:13:59 +0000 (07:13 +0000)
New macros AC_FUNC_FNMATCH_GNU, AC_GNU_SOURCE.

NEWS

diff --git a/NEWS b/NEWS
index 774c963bfda64b1917625c3bd19c4ee911c8ccff..afabfd1943d01f86c5d716c39f231841a8682274 100644 (file)
--- a/NEWS
+++ b/NEWS
 
 ** Macros
 
+- AC_FUNC_FNMATCH now tests only for POSIX compatibility, reverting to
+  Autoconf 2.13 behavior.  The new macro AC_FUNC_FNMATCH_GNU also tests for
+  GNU extensions to fnmatch.  Both macros now accept an optional argument
+  specifying the directory that contains the replacement fnmatch source code.
 - AC_FUNC_GETLOADAVG now has an optional argument specifying the directory
   that contains getloadavg.c, and it tests whether getloadavg.c exists.
 - AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.
 - AC_PROG_CC_STDC is integrated into AC_PROG_CC.
+- New macro: AC_GNU_SOURCE.
 
 ** Bug fixes