From: Stefano Lattarini Date: Fri, 2 Sep 2011 19:58:54 +0000 (+0200) Subject: Merge branch 'master' into testsuite-work X-Git-Tag: ng-0.5a~89^2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c60545ff41d153152c5a542cf723fd163c65ee;p=thirdparty%2Fautomake.git Merge branch 'master' into testsuite-work * master: tests: simplify wrapper for aclocal --- d6c60545ff41d153152c5a542cf723fd163c65ee diff --cc ChangeLog index 92914b76f,68db5c4be..58ec84f5e --- a/ChangeLog +++ b/ChangeLog @@@ -1,49 -1,14 +1,60 @@@ + 2011-09-02 Stefano Lattarini + + tests: simplify wrapper for aclocal + * tests/aclocal.in: Remove use of $ACLOCAL_TESTSUITE_FLAGS and + extra `-I' flags; they are not really required, since the file + `m4/amversion.m4' is generated in the srcdir anyway. + * tests/acloca10.test: Remove use of $ACLOCAL_TESTSUITE_FLAGS. + * tests/acloca18.test: Likewise. + * tests/defs.in: Don't nullify $ACLOCAL_TESTSUITE_FLAGS, and do + not export it. + +2011-09-02 Stefano Lattarini + + tests: remove redundant settings of `errexit' shell flag + * doc-parsing-buglets-colneq-subst.test: Do not set the + `errexit' shell flag, as it is already set by `tests/defs'. + * doc-parsing-buglets-tabs.test: Likewise. + * java-empty-classpath.test: Likewise. + * vala-vpath.test: Likewise. + +2011-09-02 Stefano Lattarini + + tests: more uses of `$top_testsrcdir', in the `amhello' tests + * tests/amhello-binpkg.test: Use `$top_testsrcdir' instead + of `$testsrcdir/..'. + * tests/amhello-cflags.test: Likewise. + * tests/amhello-cross-compile.test: Likewise. + +2011-09-02 Stefano Lattarini + + tests: avoid creating useless files in the `amhello' tests + * tests/amhello-binpkg.test: Define `$am_create_testdir' to + "empty" before sourcing ./defs, to avoid bringing in unused + auxiliary files. + * tests/amhello-cflags.test: Likewise. + * tests/amhello-cross-compile.test: Likewise. + +2011-09-02 Stefano Lattarini + + coverage: vala support failing for VPATH from-scratch builds + * tests/vala-vpath.test: New test, xfailing. + * tests/Makefile.am (TESTS): Update. + * THANKS: Update. + From a report by Zbigniew Jędrzejewski-Szmek. + Related to automake bug#8753. + +2011-09-01 Stefano Lattarini + + docs: report few more automake parsing limitations + Partly motivated by automake bug#8360. + * doc/automake.texi (General Operation): Report few more automake + limitations w.r.t. parsing of unusual makefile constructs. Related + minor reorderings. + * tests/doc-parsing-buglets-colneq-subst.test: New test. + * tests/doc-parsing-buglets-tabs.test: Likewise. + * tests/Makefile.am (TESTS): Update. + 2011-09-01 Stefano Lattarini automake: fix regression due to de-ansification support removal