diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-04-21 10:38:29 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-04-21 10:39:52 +0200 |
commit | 40f949c71a05c411989746e74e661323b62ce083 (patch) | |
tree | 1add9793b8cb812e43011df7a472cc4111207617 /NEWS | |
parent | bcb8887a43e424b0852f83dc26ff1a6bae438d96 (diff) | |
download | automake-40f949c71a05c411989746e74e661323b62ce083.tar.gz automake-40f949c71a05c411989746e74e661323b62ce083.tar.bz2 automake-40f949c71a05c411989746e74e661323b62ce083.zip |
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-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |