From: Paul Eggert Date: Tue, 24 Oct 2006 19:25:46 +0000 (+0000) Subject: * tests/tools.at (autoconf --trace: user macros): Remove test X-Git-Tag: AUTOCONF-2.61~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e73bdce0a07327cca4bff3b0cff70dfec4ca24;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/tests/tools.at b/tests/tools.at index f6447b79c..7d3662c8a 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -140,11 +140,12 @@ TRACE1(foo, TRACE1(bar, baz)) 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. @@ -164,8 +165,6 @@ configure.ac:13:TRACE1:ACTIVE:active 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. @@ -185,10 +184,6 @@ AT_CHECK_AUTOCONF([[-t TRACE1:' [ACTIVE], [active], []. [foo], [active], []. - -[foo -bar], [bar -foo], []. ]]) # ${sep}@. @@ -201,8 +196,6 @@ AT_CHECK_AUTOCONF([-t TRACE2:'${)===(}@'], 0, [ACTIVE])===([baz] [active] [active])===([])===([ACTIVE] -[bar -foo] ]]) AT_CLEANUP