BIND 10 trac2367_v2, updated. b7980b33d6bdde77c034e91372755a5562748afc [2367_v2] Shorten help message to most common options

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 29 16:30:00 UTC 2014


The branch, trac2367_v2 has been updated
       via  b7980b33d6bdde77c034e91372755a5562748afc (commit)
      from  1f1e70acf529b6d86243e4228e6e463de24ca66b (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 b7980b33d6bdde77c034e91372755a5562748afc
Author: Kean Johnston <kean at isc.org>
Date:   Wed Jan 29 18:25:34 2014 +0200

    [2367_v2] Shorten help message to most common options
    
    Rather than display the list of all components, which may lead users
    to expect they can configure and build just a single component, adjust
    the help string for --enable-components to just list the meta-names for
    DNS, DHCP and common code. All of the other component names still
    exist, so fine-grained control is still possible, but that is not the
    intent behind this option.

-----------------------------------------------------------------------

Summary of changes:
 m4macros/ax_bind10_components.m4 |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/m4macros/ax_bind10_components.m4 b/m4macros/ax_bind10_components.m4
index edd57c0..5496174 100644
--- a/m4macros/ax_bind10_components.m4
+++ b/m4macros/ax_bind10_components.m4
@@ -34,11 +34,7 @@ dnl Sadly autoconf doesn't allow for shell variable expansion in the help
 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 bind10
-bindctl cfgmgr cmdctl d2 dbutil ddns dhcp4 dhcp6 dnslibs
-libdhcp libdns loadzone memmgr msgq resolver sockcreator statistics
-sysinfo usermgr xfrin xfrout zonemgr),[
+list of components to enable [[all | reallyall | dns | dhcp | common]]),[
     for i in $enableval; do
         if test "$i" = "yes" ; then
             i="all"



More information about the bind10-changes mailing list