* automake.in (scan_one_autoconf_file): Declare
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 25 Feb 2002 11:00:35 +0000 (11:00 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 25 Feb 2002 11:00:35 +0000 (11:00 +0000)
commitc03cf7393343167c0c363ae5a16489ec066bd328
tree9af3892f29d8af535bab0803f58edd68f37a3c39
parentc3f0c7666b8d7d95a7646d9d8257556f715f3a45
* automake.in (scan_one_autoconf_file): Declare
LEX_OUTPUT_ROOT and LEXLIB as configure variables when
AM_PROG_LEX or AC_PROG_LEX are seen.  This allows to ...
* lib/am/lex.am: ... remove the LEX_OUTPUT_ROOT and LEXLIB
definitions.  Search %SOURCE% in $(srcdir).  Use s||| instead
of s/// in the sed invocation, to support filenames containing
slashes.
* lib/am/yacc.am: Search %SOURCE% in $(srcdir).  Use s||| too.
* tests/lex5.test, tests/yacc8.test: New files.
* tests/Makefile.am (TESTS): Add them.
ChangeLog
NEWS
automake.in
lib/am/lex.am
lib/am/yacc.am
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/lex5.test [new file with mode: 0755]
tests/yacc8.test [new file with mode: 0755]
version.texi