From: Ralf Wildenhues Date: Fri, 12 Mar 2010 06:02:48 +0000 (+0100) Subject: Fix wrong comment in testsuite. X-Git-Tag: v2.66~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80019ca5bd18ad32d54dec5e1a2d7888c2e70d67;p=thirdparty%2Fautoconf.git Fix wrong comment in testsuite. * tests/m4sugar.at (m4@&t@_warn): Remove copy&pasted comment. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 48e22129..2dff3898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-03-12 Ralf Wildenhues + Fix wrong comment in testsuite. + * tests/m4sugar.at (m4@&t@_warn): Remove copy&pasted comment. + Formatting cleanups in macro comments. * lib/autoconf/c.m4, lib/autoconf/erlang.m4, lib/autoconf/fortran.m4, lib/autoconf/functions.m4, diff --git a/tests/m4sugar.at b/tests/m4sugar.at index c2ef3269..4aa60340 100644 --- a/tests/m4sugar.at +++ b/tests/m4sugar.at @@ -245,10 +245,6 @@ AT_CLEANUP AT_SETUP([m4@&t@_warn]) -# m4_text_wrap is used to display the help strings. Also, check that -# commas are not swallowed. This can easily happen because of -# m4-listification. - # FIXME: For the time being we use -f to make sure we do issue the # warnings. But maybe autom4te should handle that by itself?