manywarnings: Don't mention gcc version in docstring.
authorSimon Josefsson <simon@josefsson.org>
Wed, 30 Nov 2011 10:59:31 +0000 (11:59 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 30 Nov 2011 11:00:05 +0000 (12:00 +0100)
* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Doc fix.  Suggested by
Jim Meyering <meyering@redhat.com>.

ChangeLog
m4/manywarnings.m4

index 4d1c94c..fdf8b25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-30  Simon Josefsson  <simon@josefsson.org>
+
+       manywarnings: Don't mention gcc version in docstring.
+       * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Doc fix.  Suggested by
+       Jim Meyering <meyering@redhat.com>.
+
 2011-11-30  Jim Meyering  <meyering@redhat.com>
 
        hash: mark a few floating point constants with "f" suffix
index 23bc61c..be68659 100644 (file)
@@ -1,4 +1,4 @@
-# manywarnings.m4 serial 2
+# manywarnings.m4 serial 3
 dnl Copyright (C) 2008-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -30,9 +30,9 @@ AC_DEFUN([gl_MANYWARN_COMPLEMENT],
 
 # gl_MANYWARN_ALL_GCC(VARIABLE)
 # -----------------------------
-# Add all documented GCC (currently as per version 4.4) warning
-# parameters to variable VARIABLE.  Note that you need to test them
-# using gl_WARN_ADD if you want to make sure your gcc understands it.
+# Add all documented GCC warning parameters to variable VARIABLE.
+# Note that you need to test them using gl_WARN_ADD if you want to
+# make sure your gcc understands it.
 AC_DEFUN([gl_MANYWARN_ALL_GCC],
 [
   dnl First, check if -Wno-missing-field-initializers is needed.