summaryrefslogtreecommitdiff
path: root/m4/maintainer.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-01-10 23:12:46 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-01-10 23:12:46 +0000
commit91d0556f89c982268c4b0e20f2e8371eaa3e5be1 (patch)
tree8f9ba511d7b44a416fa556c7b391fb8e767207cb /m4/maintainer.m4
parentfebefa72f8ece0be843be1d9d45b2b1c5fba39bf (diff)
downloadautomake-91d0556f89c982268c4b0e20f2e8371eaa3e5be1.tar.gz
* m4/as.m4 (AM_PROG_AS): Format and align help string more
consistently. * m4/depend.m4 (AM_DEP_TRACK): Likewise. * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise. * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise. * m4/multi.m4 (AM_ENABLE_MULTILIB): Likewise.
Diffstat (limited to 'm4/maintainer.m4')
-rw-r--r--m4/maintainer.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/maintainer.m4 b/m4/maintainer.m4
index 7159a228a..f18b6a105 100644
--- a/m4/maintainer.m4
+++ b/m4/maintainer.m4
@@ -25,7 +25,7 @@ AC_DEFUN([AM_MAINTAINER_MODE],
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
dnl maintainer-mode is disabled by default
AC_ARG_ENABLE(maintainer-mode,
-[ --enable-maintainer-mode enable make rules and dependencies not useful
+[ --enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer],
USE_MAINTAINER_MODE=$enableval,
USE_MAINTAINER_MODE=no)