]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix wrong comment in testsuite.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 12 Mar 2010 06:02:48 +0000 (07:02 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 12 Mar 2010 06:02:48 +0000 (07:02 +0100)
* tests/m4sugar.at (m4@&t@_warn): Remove copy&pasted comment.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/m4sugar.at

index 48e22129ad494b8af8f30e691f68fe3a65426a8e..2dff38980159453aa3e1ac64a1c34ebcb7daf89d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       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,
index c2ef32698ad6590f2a9cc632f0dad24feb17afad..4aa60340e1840fbd0388cd0caadc4b86ea0c7347 100644 (file)
@@ -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?