On 12/14/2011 02:06 PM, Stefano Lattarini wrote: > This change fixes automake bug#9807. > I've squashed in the fixlet below, tested the patch on NetBSD 5.1 for good measure (the libtool tests that were by default being skipped there started to run and pass, yay!), and pushed to maint.
I'm thus closing this bug report. Thanks, Stefano -*-*-*- diff --git a/ChangeLog b/ChangeLog index 4d951a0..77afab4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -68,6 +68,7 @@ * tests/Makefile.am: Declare dependency of all the logs of libtool tests from `libtool-macros.log', and all the logs of gettext tests from `gettext-macros.log'. + (TESTS): Add the new tests. 2011-12-22 Stefano Lattarini <stefano.lattar...@gmail.com> diff --git a/tests/Makefile.am b/tests/Makefile.am index 266db46..b2a61ec 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -924,6 +924,8 @@ yaccvpath.test \ yacc-dist-nobuild-subdir.test \ yflags.test \ yflags2.test \ +libtool-macros.test \ +gettext-macros.test \ $(parallel_tests) # FIXME: make these automatically computed once we are merged into