doc: tell --enable-gcc-warnings users where to report problems
authorJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 07:49:51 +0000 (08:49 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 17:13:44 +0000 (18:13 +0100)
* README-hacking: Add a caveat for --enable-gcc-warnings.

README-hacking

index c5d31284e51c29e5513df8cc3daa32b68792ef7a..014114d8787e2b3ecf611d8e69638be2357fda91 100644 (file)
@@ -35,7 +35,7 @@ which are extracted from other source packages:
 
 And there you are!  Just
 
-        $ ./configure --quiet #[--enable-gcc-warnings]
+        $ ./configure --quiet #[--enable-gcc-warnings] [*]
         $ make
         $ make check
 
@@ -48,6 +48,12 @@ should output no difference.
 
 Enjoy!
 
+[*] The --enable-gcc-warnings option is useful only with glibc
+and with a very recent version of gcc.  You'll probably also have
+to use recent system headers.  If you configure with this option,
+and spot a problem, please be sure to send the report to the bug
+reporting address of this package, and not to that of gnulib, even
+if the problem seems to originate in a gnulib-provided file.
 -----
 
 Copyright (C) 2002-2009 Free Software Foundation, Inc.