Warnings about primary/prefix mismatch fixed and extended.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Dec 2010 18:23:06 +0000 (19:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 11 Jun 2011 14:01:00 +0000 (16:01 +0200)
commit9ca632642b006ac6b0fc4ce0ae5b34023faa8cbf
tree99de1094cba8b60409bd18102fa9b97fed2b0f9e
parent5b7c6b4ce170477dc3a25a5ca669d117bfb40aa8
Warnings about primary/prefix mismatch fixed and extended.

* automake.in (%standard_prefix): Add `doc' and `locale'.
Rename `pkgdatadir' to `pkgdata'.  Similarly for`pkglibdir',
`pkgincludedir' and `pkglibexecdir'.
(handle_programs): List `pkglibexec', not `pkglib', among the
prefixes valid for the `PROGRAMS' primary.
(handle_data): List also `doc' among the prefixes valid for
the `DATA' primary.  This is required by automake's own build
system.
* tests/dirforbid.test: Test removed, superseded by ...
* tests/primary-prefix-invalid-couples.test: ... this new test.
* tests/primary-prefix-valid-couples.test: New test.
* tests/primary-prefix-documented-valid.test: Likewise.
* tests/primary-prefix-force-valid.test: Likewise.
* tests/java3.test: Adjusted, and extended a bit.
* tests/Makefile.am (TESTS): Updated.
* NEWS: Updated.

From a report by Eric Blake.
ChangeLog
NEWS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/dirforbid.test [deleted file]
tests/java3.test
tests/primary-prefix-couples-documented-valid.test [new file with mode: 0755]
tests/primary-prefix-couples-force-valid.test [new file with mode: 0755]
tests/primary-prefix-invalid-couples.test [new file with mode: 0755]
tests/primary-prefix-valid-couples.test [new file with mode: 0755]