* Stefano Lattarini wrote on Sat, Jul 16, 2011 at 03:18:28PM CEST: > From: Benoit Sigoure <tsuna...@gmail.com> > Date: Fri, 15 Jul 2011 16:49:45 -0700 > Subject: [PATCH] docs: add references between the 2 sections on java support > > * doc/automake.texi (Java Support, Java): Add cross-references.
Nice one, thanks. Cheers, Ralf > --- a/doc/automake.texi > +++ b/doc/automake.texi > @@ -6665,8 +6665,10 @@ is as follows: > @cindex Java support > @cindex Support for Java > > -Automake includes support for compiled Java, using @command{gcj}, the Java > -front end to the GNU Compiler Collection. > +Automake includes support for natively compiled Java, using @command{gcj}, > +the Java front end to the GNU Compiler Collection (preliminary support > +for compiling Java to bytecode using the @command{javac} compiler is > +also present; @pxref{Java}). > > Any package including Java code to be compiled must define the output > variable @code{GCJ} in @file{configure.ac}; the variable @code{GCJFLAGS} > @@ -7534,8 +7536,9 @@ libtool, The Libtool Manual}) with the > @code{LTLIBRARIES} primary. > @cindex @code{JAVA} primary, defined > @cindex Primary variable, @code{JAVA} > > -Automake provides some minimal support for Java compilation with the > -@code{JAVA} primary. > +Automake provides some minimal support for Java bytecode compilation with > +the @code{JAVA} primary (in addition to the support for compiling Java to > +native machine code; @pxref{Java Support}). > > Any @file{.java} files listed in a @code{_JAVA} variable will be > compiled with @code{JAVAC} at build time. By default, @file{.java}