diff options
| author | Andreas Schwab | 2011-07-07 17:07:54 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2011-07-07 17:07:54 +0200 |
| commit | 5e94cadb8a190cc9f274a37600b30e16dd7634a3 (patch) | |
| tree | e98d62ed15d5f5e966ed13bf47b40b69026f8379 | |
| parent | 56ec5115e6fc5b4a93ce088dbd3a38a690008b54 (diff) | |
| download | emacs-5e94cadb8a190cc9f274a37600b30e16dd7634a3.tar.gz emacs-5e94cadb8a190cc9f274a37600b30e16dd7634a3.zip | |
* configure.in (maintainer-mode): Reflect default in help string.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 2 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-07-07 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * configure.in (maintainer-mode): Reflect default in help string. | ||
| 4 | |||
| 1 | 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * configure.in: Remove reference to iris4d.h. | 7 | * 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, | |||
| 231 | USE_XASSERTS=no) | 231 | USE_XASSERTS=no) |
| 232 | 232 | ||
| 233 | AC_ARG_ENABLE(maintainer-mode, | 233 | AC_ARG_ENABLE(maintainer-mode, |
| 234 | [AS_HELP_STRING([--enable-maintainer-mode], | 234 | [AS_HELP_STRING([--disable-maintainer-mode], |
| 235 | [enable make rules and dependencies not useful (and sometimes | 235 | [disable make rules and dependencies not useful (and sometimes |
| 236 | confusing) to the casual installer])], | 236 | confusing) to the casual installer])], |
| 237 | USE_MAINTAINER_MODE=$enableval, | 237 | USE_MAINTAINER_MODE=$enableval, |
| 238 | USE_MAINTAINER_MODE=yes) | 238 | USE_MAINTAINER_MODE=yes) |