On Saturday 09 April 2011, Ralf Wildenhues wrote:
> * Stefano Lattarini wrote on Sat, Apr 09, 2011 at 01:57:50PM CEST:
> > --- a/tests/java-extra.test
> > +++ b/tests/java-extra.test
> > @@ -26,6 +26,7 @@ set -e
> >cat >> configure.in << 'END'
> >AC_CHECK_PROG([HAS_JAVAC], [javac], [:
* Stefano Lattarini wrote on Sat, Apr 09, 2011 at 01:57:50PM CEST:
> --- a/tests/java-extra.test
> +++ b/tests/java-extra.test
> @@ -26,6 +26,7 @@ set -e
>cat >> configure.in << 'END'
>AC_CHECK_PROG([HAS_JAVAC], [javac], [:], [exit])
>($HAS_JAVAC 77); $HAS_JAVAC 77
> +AM_CONDITI
On Saturday 09 April 2011, Ralf Wildenhues wrote:
> Hi Stefano,
>
> * Stefano Lattarini wrote on Fri, Apr 08, 2011 at 10:59:55AM CEST:
> > * tests/java-extra.test: New test, checking support for the
> > prefix `EXTRA_' with the JAVA primary.
> > * tests/java-noinst.test: New test, checking support
Hi Stefano,
* Stefano Lattarini wrote on Fri, Apr 08, 2011 at 10:59:55AM CEST:
> * tests/java-extra.test: New test, checking support for the
> prefix `EXTRA_' with the JAVA primary.
> * tests/java-noinst.test: New test, checking support for the
> prefix `noinst_' with the JAVA primary.
> * tests/M
* tests/java-extra.test: New test, checking support for the
prefix `EXTRA_' with the JAVA primary.
* tests/java-noinst.test: New test, checking support for the
prefix `noinst_' with the JAVA primary.
* tests/Makefile.am (TESTS): Update.
---
ChangeLog |9 ++
tests/Makefile.am