BIND 10 master, updated. 2a349b194cf4f946cbd60d2295a278a6e0f3c0fa [master] make --disable-man work
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 16 20:32:31 UTC 2012
The branch, master has been updated
via 2a349b194cf4f946cbd60d2295a278a6e0f3c0fa (commit)
from a49f5b952b7d8d93b0ae275c3f3f8fe95ae34939 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2a349b194cf4f946cbd60d2295a278a6e0f3c0fa
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Feb 16 14:26:43 2012 -0600
[master] make --disable-man work
This was broken due to misuse of setting.
(--disable-man caused it to be enabled still.)
This may be changed in trac1687 branch to have different default behavior.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 8889ddc..de79551 100644
--- a/configure.ac
+++ b/configure.ac
@@ -907,7 +907,7 @@ AC_PATH_PROGS(AWK, gawk awk)
AC_SUBST(AWK)
AC_ARG_ENABLE(man, [AC_HELP_STRING([--enable-man],
- [regenerate man pages [default=no]])], enable_man=yes, enable_man=no)
+ [regenerate man pages [default=no]])], enable_man=$enableval, enable_man=no)
AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno)
More information about the bind10-changes
mailing list