From: Paul Eggert Date: Fri, 17 May 2002 07:13:59 +0000 (+0000) Subject: Describe AC_FUNC_FNMATCH changes. X-Git-Tag: AUTOCONF-2.53b~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af769e5385568cd36d308c5707187078fa3c19b;p=thirdparty%2Fautoconf.git Describe AC_FUNC_FNMATCH changes. New macros AC_FUNC_FNMATCH_GNU, AC_GNU_SOURCE. --- diff --git a/NEWS b/NEWS index 774c963bf..afabfd194 100644 --- a/NEWS +++ b/NEWS @@ -11,10 +11,15 @@ ** 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