>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:

Akim>   * automake.in (&handle_emacs_lisp): Be like &handle_python, i.e.,
Akim>   return if there are no files, hook elist-comp on the Autoconf
Akim>   macro, rely on lisp.am to define variables.
Akim>   (&handle_python, &handle_java): Likewise.
Akim>   (&scan_one_autoconf_file): Pseudo AC_SUBST of `pythondir' and
Akim>   `PYTHON' must be handled here, not in `&handle_python'.
Akim>   * java.am: Define needed variables and rules.

This patch changes the java handling.

The old definitions:

Akim> -    &define_variable ('JAVAC', 'javac');
Akim> -    &define_variable ('JAVACFLAGS', '');

The new ones:

Akim> +JAVAC = @JAVAC@
Akim> +JAVACFLAGS = @JAVACFLAGS@

These shouldn't change.

Otherwise the patch is fine.

Tom

Reply via email to