+2006-10-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ * tests/tools.at (autoconf --trace: user macros): Remove test
+ for tracing multiline macros, since m4 1.4.7a uses a different
+ way to number lines. Problem reported by Ralf Wildenhues.
+
2006-09-11 Stepan Kasal <kasal@ucw.cz>
* tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
TRACE1(foo, active, baz)
TRACE1(foo, [active], TRACE1(active, [active]))
-# With arguments, multiple lines.
-TRACE1(foo
-bar,
-bar
-foo)
+# Disable this since m4-1.4.7a behaves differently from m4-1.4.7 and earlier.
+## With arguments, multiple lines.
+#TRACE1(foo
+#bar,
+#bar
+#foo)
]])
# Several --traces.
configure.ac:13:TRACE2:active
configure.ac:13:TRACE1:foo:active::ACTIVE
configure.ac:13:TRACE2:active::ACTIVE
-configure.ac:19:TRACE1:foo bar:bar foo
-configure.ac:19:TRACE2:bar foo
]])
# Several line requests.
[ACTIVE], [active], [].
[foo], [active], [].
-
-[foo
-bar], [bar
-foo], [].
]])
# ${sep}@.
[ACTIVE])===([baz]
[active]
[active])===([])===([ACTIVE]
-[bar
-foo]
]])
AT_CLEANUP