]> git.ipfire.org Git - thirdparty/automake.git/commit
* automake.in (macro_define): Do not strip escaped new lines
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 3 Dec 2002 20:41:48 +0000 (20:41 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 3 Dec 2002 20:41:48 +0000 (20:41 +0000)
commitf5e15d529a6f1d5aec579be8fc0f0741fc564a7f
tree9e4ca7e33abdf3ad667ca7c8bc730525f3adfe18
parenteb569773fe1c13c2d8d37d6f3a93ae616953eb42
* automake.in (macro_define): Do not strip escaped new lines
in Automake's +='ed variables.  We don't know whether it will
be pretty printed or not at this point.
(variable_pretty_output): Do this here.
* tests/pluseq10.test: New file.
* tests/Makefile.am (TESTS): Add pluseq10.test.
Reported by Ralf Corsepius.
ChangeLog
automake.in
tests/Makefile.am
tests/Makefile.in
tests/pluseq10.test [new file with mode: 0755]