coverage: undistributed '.am' and '.m4' files are diagnosed
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 20 Oct 2011 09:55:01 +0000 (11:55 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 22 Nov 2011 20:48:23 +0000 (21:48 +0100)
commit6bceecd1b429f661ecca3e819051149d3be6af90
tree95186f3a1b0e1dd4afc0090c284fee864cc87e7e
parent237b93207fcf50e49540ce2d604a9b6fe312d713
coverage: undistributed '.am' and '.m4' files are diagnosed

The stub rules emitted to work around the "deleted header problem"
for `.m4' files (included by autoconf in e.g., configure.ac) and
for `.am' files (included by automake in e.g., Makefile.am) should
not prevent "make" from correctly complaining when such a required
file is missing from a distribution tarball.
* tests/dist-missing-am.test: New test.
* tests/dist-missing-m4.test: Likewise.
* tests/dist-missing-included-m4.test: Likewise.
* tests/Makefile.am (TESTS): Add them.

Suggestion by Ralf Wildenhues.
ChangeLog
tests/dist-missing-am.test [new file with mode: 0755]
tests/dist-missing-included-m4.test [new file with mode: 0755]
tests/dist-missing-m4.test [new file with mode: 0755]