]> git.ipfire.org Git - thirdparty/automake.git/commit
java: complain if java_JAVA is used but $(javadir) is undefined
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 18 Sep 2011 21:32:38 +0000 (23:32 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 18 Sep 2011 21:45:22 +0000 (23:45 +0200)
commitc9dfc368a623178f32b67b164f051e9ab65edd99
treeb9a5b06703ff51701fdb99a952eec11aa178030d
parentdd7e620bf9ef468a762be8594c61c7e5bb0b0d27
java: complain if java_JAVA is used but $(javadir) is undefined

Fixes automake bug#8461.

* automake.in (handle_java): Remove inappropriate "java" argument
from the calls to `&am_install_var' and `&am_primary_prefixes'.
* tests/instdir-java.test (Makefile.am): Define `$(javadir)'.
* tests/javadir-undefined.test: New test.
* tests/Makefile.am (TESTS): Add it.
* NEWS: Update.
ChangeLog
NEWS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/instdir-java.test
tests/javadir-undefined.test [new file with mode: 0755]