Do not leave an empty line between change's summary and details of
changes on single files.
From acb3531118af5bf29a0b045c532d649bd72fa5cd Mon Sep 17 00:00:00 2001
From: Stefano Lattarini
Date: Sat, 8 May 2010 03:20:19 +0200
Subject: [PATCH] Typofix in ChangeLog entry (2010-04-11, Stefano Lattarin
* tests/Makefile.am: Declare all the testsuite logs as dependent
from `defs', since all test scripts include ./defs.
* test/gen-parallel-tests: Generate declaration of dependecy for
each `foo-p.log' from the corresponding `foo.test', since each
`foo-t.test' script sources the corresponding `foo.te
* tests/link_c_cxx.test: Enable `errexit shell flag, and related
changes. Also, do not create useless source files.
* tests/link_dist.test: Likewise.
* tests/link_f90_only.test: Likewise.
* tests/link_f_only.test: Likewise.
* tests/link_fc.test: Likewise.
* tests/link_fccxx.test: Likewise.
* tests
This seems huge, but most changes are trivial and/or similar.
And having all these tweakings packed in a big lump should make their
reviewing easier IMHO (at least, it shouldn't make it more difficult).
Regards,
Stefano
-*-*-*-
Modernize, improve and/or fix various test scripts.
* tests/sa
Extended tests on AC_CONFIG_AUX_DIR.
* tests/auxdir4.test: Restricted to checks for unportable auxdir
names (and extended in this respect). Checks for non-existent
auxdirs moved out to ...
* tests/auxdir5.test: .. this new test.
* tests/auxdir.test: Reafactored and made less hackish.
* tests/auxd
Hello automakers.
I see that some tests explicitly put a call like:
AC_CONFIG_AUX_DIR([.])
in the generated configure.in, to prevent automake from looking into ..
and ../.. when trying to copy required files.
I think that such a provision should be made unconditional, as it
could help to redu