* Stefano Lattarini wrote on Wed, Apr 06, 2011 at 06:52:24PM CEST: > OK for maint? I'll push in 72 hours if there is no objection.
This is OK with a NEWS entry and the nit below addressed. Thanks! Ralf > Subject: [PATCH] java: check_JAVA does not cause compilation by "make all" > anymore > Fixes automake bug#8234. > > * automake.in (handle_java): Make stamp of class files built from > java sources in $(check_JAVA) a dependency of `check' target, not > `all' target. > * tests/java-check.test: New test. > * tests/Makefile.am (TESTS): Update. > * THANKS: Update. > > Report from Petteri Räty. > --- /dev/null > +++ b/tests/java-check.test > +# Make sure that check_JAVA causes *.class files to be build only with s/build/built/ > +# "make check", and not also with "make all". > +# See automake bug#8234.