diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-07-07 17:07:54 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2011-07-07 17:07:54 +0200 |
commit | 5e94cadb8a190cc9f274a37600b30e16dd7634a3 (patch) | |
tree | e98d62ed15d5f5e966ed13bf47b40b69026f8379 /configure.in | |
parent | 56ec5115e6fc5b4a93ce088dbd3a38a690008b54 (diff) | |
download | emacs-5e94cadb8a190cc9f274a37600b30e16dd7634a3.tar.gz |
* configure.in (maintainer-mode): Reflect default in help string.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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) |