From: Stefano Lattarini Date: Tue, 1 Jan 2013 12:56:32 +0000 (+0100) Subject: NEWS: fixlets and updates X-Git-Tag: v1.13.1b~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2af1069b3b49c9fb72cf1a868fc76502096a99a5;p=platform%2Fupstream%2Fautomake.git NEWS: fixlets and updates Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index ef594b4..c5b6514 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,14 @@ -New in 1.13.1: +New in 1.13.2: * WARNING: Future backward-incompatibilities! - - Automake 1.14 will likely require Autoconf 2.70 or later (which is - still unreleased at the moment of writing, but is planned to be - released before Automake 1.14 is). + - Automake 1.14 will require Autoconf 2.70 or later (which is still + unreleased at the moment of writing, but is planned to be released + before Automake 1.14 is). - - Automake 1.14 will likely drop support for the long-deprecated - 'configure.in' name for the Autoconf input file. You are advised - to use the recommended name 'configure.ac' instead. + - Automake 1.14 will drop support for the long-deprecated 'configure.in' + name for the Autoconf input file. You are advised to start using + recommended name 'configure.ac' instead, ASAP. - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will be removed in Automake 1.14. The $(mkdir_p) make variable and the @@ -19,8 +19,8 @@ New in 1.13.1: - The ACLOCAL_AMFLAGS special make variable will be fully deprecated in Automake 1.14 (where it will raise warnings in the "obsolete" category). You are advised to start relying on the new Automake - support for AC_CONFIG_MACRO_DIRS instead (which is introduced with - this release; see below for more information). + support for AC_CONFIG_MACRO_DIRS instead (which was introduced in + Automake 1.13). - Support for IRIX and the SGI C/C++ compilers will be removed in Automake 1.14: they have seen their last release in 2006, and SGI @@ -49,6 +49,10 @@ New in 1.13.1: should take precedence over the same-named automake-provided macro (defined in '/usr/local/share/aclocal-1.14/vala.m4'). +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +New in 1.13.1: + * Bugs fixed: - Use of the obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC now