]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (maintainer-mode): Reflect default in help string.
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 7 Jul 2011 15:07:54 +0000 (17:07 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 7 Jul 2011 15:07:54 +0000 (17:07 +0200)
ChangeLog
configure.in

index 655fdc278ecf05137d4a759eef9c1ea4f0a6e94d..217e1d30ff512ca3ffd54f34a9aad7288a994f7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in (maintainer-mode): Reflect default in help string.
+
 2011-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * configure.in: Remove reference to iris4d.h.
index 25e19f43a940ac5ee0840b62422b4ec0d925fa99..5014a793a856f30792e87fc10e836b5ce5ed334d 100644 (file)
@@ -231,8 +231,8 @@ AC_ARG_ENABLE(asserts,
       USE_XASSERTS=no)
 
 AC_ARG_ENABLE(maintainer-mode,
-[AS_HELP_STRING([--enable-maintainer-mode],
-                [enable make rules and dependencies not useful (and sometimes
+[AS_HELP_STRING([--disable-maintainer-mode],
+                [disable make rules and dependencies not useful (and sometimes
                 confusing) to the casual installer])],
       USE_MAINTAINER_MODE=$enableval,
       USE_MAINTAINER_MODE=yes)