summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-04-21 10:38:29 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-04-21 10:39:52 +0200
commit40f949c71a05c411989746e74e661323b62ce083 (patch)
tree1add9793b8cb812e43011df7a472cc4111207617 /NEWS
parentbcb8887a43e424b0852f83dc26ff1a6bae438d96 (diff)
downloadautomake-40f949c71a05c411989746e74e661323b62ce083.tar.gz
NEWS: document fix for automake bug#13514
It was fixed by commit v1.13.1b-5-g7a3d7ce. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
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: