* configure.in (maintainer-mode): Reflect default in help string.

This commit is contained in:
Andreas Schwab 2011-07-07 17:07:54 +02:00
parent 56ec5115e6
commit 5e94cadb8a
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View 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)