* 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 655fdc2..217e1d3 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 25e19f4..5014a79 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)