From 5e94cadb8a190cc9f274a37600b30e16dd7634a3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 7 Jul 2011 17:07:54 +0200 Subject: [PATCH] * configure.in (maintainer-mode): Reflect default in help string. --- ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 2.39.5