From: Stefano Lattarini Date: Tue, 27 Nov 2012 19:46:32 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: v1.12b~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ebd158644c2266607943de90a817e4f23c96bc;p=thirdparty%2Fautomake.git Merge branch 'maint' * maint: news: we'll remove AM_PROG_MKDIR in 1.14, not 1.13 tests: give few vala tests more significant names vala tests: don't use the 'posix' profile, it's no longer supported news: fixup: bug#8847 is fixed in 1.12.6, not in 1.12.5 news: document the fix for automake bug#10227 tests: fix a spurious testsuite failure on Solaris python: make installed modules find by default on Debian and Ubuntu --- 10ebd158644c2266607943de90a817e4f23c96bc diff --cc t/list-of-tests.mk index defc13033,8b58c2fac..3f48e514c --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@@ -1193,22 -1199,20 +1193,22 @@@ t/unused.sh t/upc.sh \ t/upc2.sh \ t/upc3.sh \ - t/vala.sh \ - t/vala2.sh \ - t/vala3.sh \ - t/vala4.sh \ - t/vala5.sh \ - t/vala-vapi.sh \ + t/vala-configure.sh \ + t/vala-grepping.sh \ t/vala-headers.sh \ t/vala-libs.sh \ - t/vala-vpath.sh \ t/vala-mix.sh \ t/vala-mix2.sh \ + t/vala-non-recursive-setup.sh \ t/vala-parallel.sh \ + t/vala-per-target-flags.sh \ + t/vala-recursive-setup.sh \ + t/vala-vapi.sh \ + t/vala-vpath.sh \ t/vars.sh \ t/vars3.sh \ +t/var-recurs.sh \ +t/var-recurs2.sh \ t/vartar.sh \ t/vartypos.sh \ t/vartypo2.sh \