From: Andreas Schwab Date: Thu, 7 Jul 2011 15:07:54 +0000 (+0200) Subject: * configure.in (maintainer-mode): Reflect default in help string. X-Git-Tag: emacs-pretest-24.0.90~104^2~451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e94cadb8a190cc9f274a37600b30e16dd7634a3;p=emacs.git * configure.in (maintainer-mode): Reflect default in help string. --- diff --git a/ChangeLog b/ChangeLog index 655fdc278ec..217e1d30ff5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-07-07 Andreas Schwab + + * configure.in (maintainer-mode): Reflect default in help string. + 2011-07-07 Dan Nicolaescu * configure.in: Remove reference to iris4d.h. diff --git a/configure.in b/configure.in index 25e19f43a94..5014a793a85 100644 --- a/configure.in +++ b/configure.in @@ -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)