Fix for PR automake/322:
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 14 May 2002 14:12:21 +0000 (14:12 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 14 May 2002 14:12:21 +0000 (14:12 +0000)
commit64aa6bf18d294c68fa4661d7c6d7c4bf7cefac39
tree7a26d90be2ee6057a66893107f93d33256e90d33
parent2d55f8dd16f6eb3cff983ec6ed9a46db8d1807f0
Fix for PR automake/322:
* automake.in (read_am_file): Rename $was_rule as $prev_state, and
set it with IN_RULE_DEF, IN_VAR_DEF, or IN_COMMENT as appropriate.
Handle comments continued by backslashes.
* tests/comment6.test: New file.
* tests/Makefile.am (TESTS): Add comment6.test.
Reported by Braden N. McDaniel.
ChangeLog
THANKS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/comment6.test [new file with mode: 0755]