From: Stefano Lattarini Date: Sun, 21 Apr 2013 08:38:29 +0000 (+0200) Subject: NEWS: document fix for automake bug#13514 X-Git-Tag: v1.13.1d~19^4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f949c71a05c411989746e74e661323b62ce083;p=thirdparty%2Fautomake.git NEWS: document fix for automake bug#13514 It was fixed by commit v1.13.1b-5-g7a3d7ce. Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 81377e104..06c012fee 100644 --- a/NEWS +++ b/NEWS @@ -134,6 +134,17 @@ New in 1.13.2: some pre-existing real-world usages; refer to automake bug#13514 for more details. + - Aclocal no longer consider directories for extra m4 files more than + once, even if they are specified multiple times. This prevents + problems in older packages that specify both + + AC_CONFIG_MACRO_DIR([m4]) in configure.ac + ACLOCAL_AMFLAGS = -I m4 in Makefile.am + + If the 'm4' directory did not exist when aclocal was called the first + time by autoreconf, an error would have ensued with Automake 1.13 and + 1.13.1. See automake bug#13514. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New in 1.13.1: