From 71ebf03a85ab8e332dd41778258fd55cd92c29d8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 3 Dec 2002 20:41:48 +0000 Subject: [PATCH] * 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. --- tests/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.in b/tests/Makefile.in index 11affd34..0ddbef49 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -391,6 +391,7 @@ pluseq6.test \ pluseq7.test \ pluseq8.test \ pluseq9.test \ +pluseq10.test \ postproc.test \ ppf77.test \ pr2.test \ -- 2.43.5