NEWS: document fix for automake bug#13514
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Apr 2013 08:38:29 +0000 (10:38 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Apr 2013 08:39:52 +0000 (10:39 +0200)
It was fixed by commit v1.13.1b-5-g7a3d7ce.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 81377e1..06c012f 100644 (file)
--- 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: