BIND 10 trac2367_v2, updated. 2464c7fdee9af6c025c2807d9c67ab541ba7d08e [trac2367_v2] sort help string components and fix one name
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 24 18:58:19 UTC 2014
The branch, trac2367_v2 has been updated
via 2464c7fdee9af6c025c2807d9c67ab541ba7d08e (commit)
from f6fee4ec4df215a3c20ca7cc3036f9a56ab226a3 (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 2464c7fdee9af6c025c2807d9c67ab541ba7d08e
Author: Jeremy C. Reed <jreed at isc.org>
Date: Fri Jan 24 10:57:39 2014 -0800
[trac2367_v2] sort help string components and fix one name
sorted the individual components in the help string
and changed dns_libraries to dnslibs
-----------------------------------------------------------------------
Summary of changes:
m4macros/ax_bind10_components.m4 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/m4macros/ax_bind10_components.m4 b/m4macros/ax_bind10_components.m4
index 80d87f8..d286a1a 100644
--- a/m4macros/ax_bind10_components.m4
+++ b/m4macros/ax_bind10_components.m4
@@ -35,9 +35,10 @@ dnl string so we have to repeat the above list.
AC_ARG_ENABLE(components,
AS_HELP_STRING(--enable-components=FEATURES-LIST,Space-separated
list of components to enable | all | reallyall | dns | dhcp | common |
-one or more of the following individual components: auth libdns dns_libraries
-ddns loadzone xfrin xfrout zonemgr memmgr dhcp4 dhcp6 d2 libdhcp bind10 bindctl
-cfgmgr msgq cmdctl usermgr sockcreator dbutil sysinfo statistics resolver),[
+one or more of the following individual components: auth bind10
+bindctl cfgmgr cmdctl d2 dbutil ddns dhcp4 dhcp6 dnslibs
+libdhcp libdns loadzone memmgr msgq resolver sockcreator statistics
+sysinfo usermgr xfrin xfrout zonemgr),[
for i in $enableval; do
if test "$i" = "yes" ; then
i="all"
More information about the bind10-changes
mailing list