diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-09 20:23:40 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-09 20:23:40 +0200 |
commit | 4ccf9a8034c597f33ce9592f06533e3cd096fd99 (patch) | |
tree | 38b4d4ccd6d597996761efb0aad9784407e72ec0 /doc | |
parent | d2ed35594beef64f55eb1680ee87d9f7997fb35c (diff) | |
download | automake-4ccf9a8034c597f33ce9592f06533e3cd096fd99.tar.gz |
docs: we still don't have the promised better Java interface
Reported by Michael Zucchi:
<http://lists.gnu.org/archive/html/automake/2013-05/threads.html>
See also automake bug#9088.
* doc/automake.texi (Java): Adjust and clarify.
* THANKS: Update.
Reported-by: Michael Zucchi <notzed@gmail.com>
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/automake.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/automake.texi b/doc/automake.texi index e52cc3afe..58561edd9 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -7598,11 +7598,11 @@ libtool, The Libtool Manual}) with the @code{LTLIBRARIES} 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 with gcj}). Note however that -@emph{the interface and most features described here are deprecated}; the -next automake release will strive to provide a better and cleaner +@emph{the interface and most features described here are deprecated}. +Future Automake releases will strive to provide a better and cleaner interface, which however @emph{won't be backward-compatible}; the present -interface will probably be removed altogether in future automake releases -(1.13 or later), so don't use it in new code. +interface will probably be removed altogether some time after the +introduction of the new interface (if that ever materializes). Any @file{.java} files listed in a @code{_JAVA} variable will be compiled with @code{JAVAC} at build time. By default, @file{.java} |