Merge branch 'master' into testsuite-work
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 10 Sep 2011 21:26:01 +0000 (23:26 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 10 Sep 2011 21:26:01 +0000 (23:26 +0200)
* master:
  aclocal: better URL reference in error message

1  2 
ChangeLog

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,61 -1,10 +1,68 @@@
+ 2011-09-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
+       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  <stefano.lattarini@gmail.com>
 +
 +      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  <stefano.lattarini@gmail.com>
 +
 +      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  <stefano.lattarini@gmail.com>
 +
 +      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  <stefano.lattarini@gmail.com>
 +
 +      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  <stefano.lattarini@gmail.com>
  
        coverage: distcheck-hook to catch missing/outdated *.m4 files