It was fixed by commit v1.13.1b-5-g7a3d7ce. Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/NEWS b/NEWS index 81377e1..06c012f 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: -- 1.8.2.1.389.gcaa7d79