emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111536: * configure.ac: Document tha


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111536: * configure.ac: Document that --enable-gcc-warnings emits errors.
Date: Tue, 15 Jan 2013 22:04:58 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111536
fixes bug: http://debbugs.gnu.org/13448
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-01-15 22:04:58 -0800
message:
  * configure.ac: Document that --enable-gcc-warnings emits errors.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-01-13 20:03:01 +0000
+++ b/ChangeLog 2013-01-16 06:04:58 +0000
@@ -1,3 +1,8 @@
+2013-01-16  Paul Eggert  <address@hidden>
+
+       * configure.ac: Document that --enable-gcc-warnings emits errors.
+       (Bug#13448)
+
 2013-01-13  Glenn Morris  <address@hidden>
 
        * make-dist: Add options for xz compression and no compression.

=== modified file 'configure.ac'
--- a/configure.ac      2013-01-12 05:21:06 +0000
+++ b/configure.ac      2013-01-16 06:04:58 +0000
@@ -627,7 +627,7 @@
 
 AC_ARG_ENABLE([gcc-warnings],
   [AS_HELP_STRING([--enable-gcc-warnings],
-                  [turn on lots of GCC warnings. This is intended for
+                  [turn on lots of GCC warnings/errors. This is intended for
                   developers, and may generate false alarms when used
                   with older or non-GNU development tools.])],
   [case $enableval in


reply via email to

[Prev in Thread] Current Thread [Next in Thread]