From: Stefano Lattarini Date: Sat, 10 Sep 2011 21:26:01 +0000 (+0200) Subject: Merge branch 'master' into testsuite-work X-Git-Tag: ng-0.5a~89^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861fcc3ef441700d83f1cbd814d69e2f21dace7f;p=thirdparty%2Fautomake.git Merge branch 'master' into testsuite-work * master: aclocal: better URL reference in error message --- 861fcc3ef441700d83f1cbd814d69e2f21dace7f diff --cc ChangeLog index c61f044df,0b4aab02e..ae2eb2b26 --- a/ChangeLog +++ b/ChangeLog @@@ -1,61 -1,10 +1,68 @@@ + 2011-09-09 Stefano Lattarini + + aclocal: better URL reference in error message + * aclocal.in (scan_file): In the error message about underquoted + definitions, reference the automake page at `www.gnu.org', not + at `sources.redhat.com'. + +2011-09-10 Stefano Lattarini + + tests: avoid creating useless files in some test directories + * tests/aclocal.test: Define `$am_create_testdir' to "empty" + before sourcing ./defs, to avoid bringing in unused auxiliary + files. Related adjustments. + * tests/aclocal3.test: Likewise. + * tests/aclocal8.test: Likewise. + * tests/aclocal9.test: Likewise. + * tests/acloca10.test: Likewise. + * tests/acloca11.test: Likewise. + * tests/acloca12.test: Likewise. + * tests/acloca15.test: Likewise. + * tests/acloca16.test: Likewise. + * tests/acloca17.test: Likewise. + * tests/acloca18.test: Likewise. + * tests/acloca20.test: Likewise. + * tests/acloca21.test: Likewise. + * tests/acloca23.test: Likewise. + * tests/aclocal-print-acdir.test: Likewise. + * tests/ar-lib.test: Likewise. + * tests/compile.test: Likewise. + * tests/compile2.test: Likewise. + * tests/compile3.test: Likewise. + * tests/compile6.test: Likewise. + * tests/instsh2.test: Likewise. + * tests/instsh3.test: Likewise. + * tests/mdate5.test: Likewise. + * tests/mdate6.test: Likewise. + * tests/missing3.test: Likewise. + * tests/missing5.test: Likewise. + * tests/mkinst3.test: Likewise. + * tests/self-check-explicit-skips.test: Likewise. + * tests/self-check-report.test: Likewise. + * tests/self-check-sanity.test: Likewise. + * tests/tap-driver-stderr.test: Likewise. + +2011-09-09 Stefano Lattarini + + test defs: more environment cleanup + * tests/defs: Also unset the XFAIL_TESTS, and various + LOG_DRIVER, LOG_COMPILER variables (and corresponding + flags variable). + +2011-09-09 Stefano Lattarini + + tests: allow depmod.tap to only run a subset of its tests + * tests/depmod.tap: If command-line arguments are passed to the + tests, they are now taken as the list of test names for which the + checks are to be run. + +2011-09-09 Stefano Lattarini + + tests: allow instspc.tap to only run a subset of its tests + * tests/instspc.tap: If command-line arguments are passed to the + tests, they are now taken as the list of test names for which the + checks are to be run. + 2011-09-09 Stefano Lattarini coverage: distcheck-hook to catch missing/outdated *.m4 files