automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 91-handle-java-python-lisp.patch


From: Tom Tromey
Subject: Re: 91-handle-java-python-lisp.patch
Date: 11 Apr 2001 23:28:48 -0600

>>>>> "Akim" == Akim Demaille <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]