]> sourceware.org Git - automake.git/commit
* automake.in (am_macro_for_var, ac_macro_for_var,
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 30 Jun 2002 22:44:12 +0000 (22:44 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 30 Jun 2002 22:44:12 +0000 (22:44 +0000)
commit54c6d7201cd245196955726c0b9fb30d86b8437f
treec2147414172a61e95e6772a7c2066ffa187f2140
parent23f61447fbb0e8aa6aeffad009acd3b174c5cd24
* automake.in (am_macro_for_var, ac_macro_for_var,
required_variables): New variables.
(am_c_prototypes, seen_prog_lex, am_lispdir_location,
pythondir_location): Remove.
(initialize_per_input): Clear %required_variables.
(require_variables, require_variables_for_macro): New functions.
(handle_languages): Call &require_variables for $lang->config_vars.
(handle_compile): Call &require_variables_for_macro for the
ANSI2KNR and U variables.
(handle_emacs_lisp): Call &require_variables for EMACS and libdir.
(handle_python): Call &require_variables for PYTHON.  Don't
explicitly allow `python' as a prefix for PYTHON.
(scan_autoconf_traces): Don't scan AC_PROG_LEX, AM_C_PROTOTYPES,
AM_PATH_LISPDIR, and AM_PATH_PYTHON.
(scan_autoconf_traces) <AC_SUBST>: Don't filter out ANSI2KNR and
AMDEPBACKSLASH here...
(define_configure_variable): ... do this here.
(am_primary_prefixes): Probe the existence of ${X}dir using
&require_variables_for_macro.  If a standard prefix is not
legitimate, say so.  Ignore all configure variables.
* tests/ansi8.test, tests/cxx2.test, tests/gcj5.test,
tests/lisp2.test, tests/python2.test: New files
* tests/Makefile.am (TESTS): Add them.
* tests/asm.test: Grep stderr.
* tests/lex2.test: Rewrite to test that Automake suggests AM_PROG_LEX.
* tests/python.test: Make sure py-compile is installed.
12 files changed:
ChangeLog
automake.in
tests/Makefile.am
tests/Makefile.in
tests/ansi8.test [new file with mode: 0755]
tests/asm.test
tests/cxx2.test [new file with mode: 0755]
tests/gcj5.test [new file with mode: 0755]
tests/lex2.test
tests/lisp2.test [new file with mode: 0755]
tests/python.test
tests/python2.test [new file with mode: 0755]
This page took 0.028376 seconds and 5 git commands to generate.