From: Eric Blake Date: Tue, 3 Nov 2009 13:23:50 +0000 (-0700) Subject: Update NEWS for recent fixes. X-Git-Tag: v2.65~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92bd133de909f15a027eaf2c69dee69c689af46;p=thirdparty%2Fautoconf.git Update NEWS for recent fixes. * NEWS: Add some entries. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 2640226d..b6788bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-03 Eric Blake + and Ralf Wildenhues + + Update NEWS for recent fixes. + * NEWS: Add some entries. + 2009-10-31 Ralf Wildenhues Micro-optimization of config.status substitution. diff --git a/NEWS b/NEWS index 4fca50c3..9e7e64ca 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,10 @@ GNU Autoconf NEWS - User visible changes. These macros are present only for backwards compatibility purposes. +** The macro AC_LANG_COMPILER no longer fails on embedded systems that + lack fopen in the C library, such as AVR or RTEMS (regression + introduced in 2.64). + ** The AC_FC_FREEFORM macro no longer suffers from a whitespace bug that made it fail with some Fortran compilers (regression introduced in 2.64). @@ -46,6 +50,10 @@ GNU Autoconf NEWS - User visible changes. ** Many cache variables used by Autoconf's macros are now documented. +** Configure scripts work better on DJGPP by avoiding a bug present in + the DJGPP port of bash 2.04 in handling 'return' in a shell + function (regression introduced in 2.64). + * Major changes in Autoconf 2.64 (2009-07-26) [stable] Released by Eric Blake, based on git versions 2.63b.*.