[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r105015: * configure.in (maintainer-m
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r105015: * configure.in (maintainer-mode): Reflect default in help string. |
Date: |
Thu, 07 Jul 2011 17:07:54 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 105015
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Thu 2011-07-07 17:07:54 +0200
message:
* configure.in (maintainer-mode): Reflect default in help string.
modified:
ChangeLog
configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-07-07 03:24:33 +0000
+++ b/ChangeLog 2011-07-07 15:07:54 +0000
@@ -1,3 +1,7 @@
+2011-07-07 Andreas Schwab <address@hidden>
+
+ * configure.in (maintainer-mode): Reflect default in help string.
+
2011-07-07 Dan Nicolaescu <address@hidden>
* configure.in: Remove reference to iris4d.h.
=== modified file 'configure.in'
--- a/configure.in 2011-07-07 03:24:33 +0000
+++ b/configure.in 2011-07-07 15:07:54 +0000
@@ -231,8 +231,8 @@
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r105015: * configure.in (maintainer-mode): Reflect default in help string.,
Andreas Schwab <=