From: Ralf Wildenhues Date: Wed, 9 Dec 2009 18:53:20 +0000 (+0100) Subject: Fix NEWS description for AC_FUNC_MMAP entry. X-Git-Tag: v2.66~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918c278978f4ac243740c6997be14e6ba443ba4e;p=thirdparty%2Fautoconf.git Fix NEWS description for AC_FUNC_MMAP entry. * NEWS: Update. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 5b06c7783..568a74898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-12-09 Ralf Wildenhues + Fix NEWS description for AC_FUNC_MMAP entry. + * NEWS: Update. + Fix 2.65 AC_TYPE_INT*_T macro body text regression. * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY): Move helper enum definition to prologue section, to avoid syntax error. diff --git a/NEWS b/NEWS index d24db8ab5..69cca79fe 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ GNU Autoconf NEWS - User visible changes. * Major changes in Autoconf 2.65a (????-??-??) [experimental] Released by ???? ???? -** AC_FUNC_MMAP works in C++ mode again. Regression introduced in 2.64. +** AC_FUNC_MMAP works in C++ mode again. Regression introduced in 2.65. ** Use of m4_divert without a named diversion now issues a syntax warning, since it is seldom right to change diversions behind autoconf's back.