]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
tidy up configure --help
authorMark Andrews <marka@isc.org>
Thu, 13 Aug 2009 01:59:39 +0000 (01:59 +0000)
committerMark Andrews <marka@isc.org>
Thu, 13 Aug 2009 01:59:39 +0000 (01:59 +0000)
configure
configure.in

index e0b3a42dde015e3d97e862ed483fc927dc126b64..16bd6c42d4b955731e1235d0171e4ffd6a057c96 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.339.18.89 2009/06/10 02:28:02 marka Exp $
+# $Id: configure,v 1.339.18.90 2009/08/13 01:59:39 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -29,7 +29,7 @@
 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# From configure.in Revision: 1.355.18.95 .
+# From configure.in Revision: 1.355.18.96 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
@@ -1631,13 +1631,13 @@ Optional Features:
   --enable-threads     enable multithreading
   --enable-largefile     64-bit file support
   --enable-libbind             build libbind default=no
-  --enable-ipv6                use IPv6 default=autodetect
+  --enable-ipv6           use IPv6 default=autodetect
   --enable-getifaddrs    Enable the use of getifaddrs() [yes|no|glibc].
              glibc: Use getifaddrs() in glibc if you know it supports IPv6.
-  --disable-chroot disable chroot
-  --disable-linux-caps disable linux capabilities
-  --enable-atomic      enable machine specific atomic operations
-                        [default=autodetect]
+  --disable-chroot        disable chroot
+  --disable-linux-caps   disable linux capabilities
+  --enable-atomic        enable machine specific atomic operations
+                         [default=autodetect]
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
@@ -1646,18 +1646,18 @@ Optional Packages:
   --with-pic              try to use only PIC/non-PIC objects [default=use
                           both]
   --with-tags[=TAGS]      include additional configurations [automatic]
-  --with-openssl=PATH   Build with OpenSSL yes|no|path.
+  --with-openssl=PATH     Build with OpenSSL yes|no|path.
                           (Required for DNSSEC)
-  --with-randomdev=PATH Specify path for random device
+  --with-randomdev=PATH   Specify path for random device
   --with-ptl2          on NetBSD, use the ptl2 thread library (experimental)
-  --with-purify=PATH   use Rational purify
-  --with-libtool       use GNU libtool (following indented options supported)
-  --with-kame=PATH     use Kame IPv6 default path /usr/local/v6
-  --with-docbook-xsl=PATH    Specify path for Docbook-XSL stylesheets
-  --with-idn=MPREFIX   enable IDN support using idnkit default PREFIX
-  --with-libiconv=IPREFIX   GNU libiconv are in IPREFIX default PREFIX
-  --with-iconv=LIBSPEC   specify iconv library default -liconv
-  --with-idnlib=ARG    specify libidnkit
+  --with-purify=PATH      use Rational purify
+  --with-libtool          use GNU libtool
+  --with-kame=PATH       use Kame IPv6 default path /usr/local/v6
+  --with-docbook-xsl=PATH Specify path for Docbook-XSL stylesheets
+  --with-idn=MPREFIX      enable IDN support using idnkit default PREFIX
+  --with-libiconv=IPREFIX GNU libiconv are in IPREFIX default PREFIX
+  --with-iconv=LIBSPEC    specify iconv library default -liconv
+  --with-idnlib=ARG       specify libidnkit
   --with-dlz-postgres=PATH   Build with Postgres DLZ driver yes|no|path.
                                (Required to use Postgres with DLZ)
   --with-dlz-mysql=PATH   Build with MySQL DLZ driver yes|no|path.
index af91d0983e45fbbea14e61cb8c01ad9f4ec1f6ec..2205117f1cf24b3cf0bdadbfff492969968d11a5 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.355.18.95 $)
+AC_REVISION($Revision: 1.355.18.96 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -467,7 +467,7 @@ AC_C_BIGENDIAN
 OPENSSL_WARNING=
 AC_MSG_CHECKING(for OpenSSL library)
 AC_ARG_WITH(openssl,
-[  --with-openssl[=PATH]   Build with OpenSSL [yes|no|path].
+[  --with-openssl[=PATH]     Build with OpenSSL [yes|no|path].
                           (Required for DNSSEC)],
     use_openssl="$withval", use_openssl="auto")
 
@@ -690,7 +690,7 @@ AC_SUBST(DNS_CRYPTO_LIBS)
 #
 AC_MSG_CHECKING(for random device)
 AC_ARG_WITH(randomdev,
-[  --with-randomdev=PATH Specify path for random device],
+[  --with-randomdev=PATH   Specify path for random device],
     use_randomdev="$withval", use_randomdev="unspec")
 
 case "$use_randomdev" in
@@ -1015,7 +1015,7 @@ esac
 #
 AC_MSG_CHECKING(whether to use purify)
 AC_ARG_WITH(purify,
-       [  --with-purify[=PATH] use Rational purify],
+       [  --with-purify[=PATH]      use Rational purify],
        use_purify="$withval", use_purify="no")
 
 case "$use_purify" in
@@ -1054,7 +1054,7 @@ AC_SUBST(PURIFY)
 
 
 AC_ARG_WITH(libtool,
-           [  --with-libtool   use GNU libtool (following indented options supported)],
+           [  --with-libtool          use GNU libtool],
            use_libtool="$withval", use_libtool="no")
 
 case $use_libtool in
@@ -1129,7 +1129,7 @@ esac
 # IPv6
 #
 AC_ARG_ENABLE(ipv6,
-       [  --enable-ipv6                use IPv6 [default=autodetect]])
+       [  --enable-ipv6           use IPv6 [default=autodetect]])
 
 case "$enable_ipv6" in
        yes|''|autodetect)
@@ -1160,7 +1160,7 @@ AC_TRY_COMPILE([
 #
 AC_MSG_CHECKING(for Kame IPv6 support)
 AC_ARG_WITH(kame,
-       [  --with-kame[=PATH]   use Kame IPv6 [default path /usr/local/v6]],
+       [  --with-kame[=PATH]     use Kame IPv6 [default path /usr/local/v6]],
        use_kame="$withval", use_kame="no")
 
 case "$use_kame" in
@@ -1788,7 +1788,7 @@ AC_SUBST(LWRES_PLATFORM_QUADFORMAT)
 # Note it is very recommended to *not* disable chroot(),
 # this is only because chroot() was made obsolete by Posix.
 AC_ARG_ENABLE(chroot,
-       [  --disable-chroot disable chroot])
+       [  --disable-chroot        disable chroot])
 case "$enable_chroot" in
        yes|'')
                AC_CHECK_FUNCS(chroot)
@@ -1797,7 +1797,7 @@ case "$enable_chroot" in
                ;;
 esac
 AC_ARG_ENABLE(linux-caps,
-       [  --disable-linux-caps disable linux capabilities])
+       [  --disable-linux-caps   disable linux capabilities])
 case "$enable_linux_caps" in
        yes|'')
                AC_CHECK_HEADERS(linux/capability.h sys/capability.h)
@@ -2036,8 +2036,8 @@ AC_CHECK_FUNCS(nanosleep)
 # Machine architecture dependent features
 #
 AC_ARG_ENABLE(atomic,
-       [  --enable-atomic      enable machine specific atomic operations
-                        [[default=autodetect]]],
+       [  --enable-atomic        enable machine specific atomic operations
+                         [[default=autodetect]]],
                        enable_atomic="$enableval",
                        enable_atomic="autodetect")
 case "$enable_atomic" in
@@ -2289,7 +2289,7 @@ AC_SUBST($1)
 #
 AC_MSG_CHECKING(for Docbook-XSL path)
 AC_ARG_WITH(docbook-xsl,
-[  --with-docbook-xsl=PATH    Specify path for Docbook-XSL stylesheets],
+[  --with-docbook-xsl=PATH Specify path for Docbook-XSL stylesheets],
    docbook_path="$withval", docbook_path="auto")
 case "$docbook_path" in
 auto)
@@ -2357,7 +2357,7 @@ AC_SUBST(XSLT_DB2LATEX_ADMONITIONS)
 # IDN support
 #
 AC_ARG_WITH(idn,
-       [  --with-idn[=MPREFIX]   enable IDN support using idnkit [default PREFIX]],
+       [  --with-idn[=MPREFIX]      enable IDN support using idnkit [default PREFIX]],
        use_idn="$withval", use_idn="no")
 case "$use_idn" in
 yes)
@@ -2377,7 +2377,7 @@ esac
 iconvinc=
 iconvlib=
 AC_ARG_WITH(libiconv,
-       [  --with-libiconv[=IPREFIX]   GNU libiconv are in IPREFIX [default PREFIX]],
+       [  --with-libiconv[=IPREFIX] GNU libiconv are in IPREFIX [default PREFIX]],
        use_libiconv="$withval", use_libiconv="no")
 case "$use_libiconv" in
 yes)
@@ -2396,7 +2396,7 @@ no)
 esac
 
 AC_ARG_WITH(iconv,
-       [  --with-iconv[=LIBSPEC]   specify iconv library [default -liconv]],
+       [  --with-iconv[=LIBSPEC]    specify iconv library [default -liconv]],
        iconvlib="$withval")
 case "$iconvlib" in
 no)
@@ -2408,7 +2408,7 @@ yes)
 esac
 
 AC_ARG_WITH(idnlib,
-       [  --with-idnlib=ARG    specify libidnkit],
+       [  --with-idnlib=ARG       specify libidnkit],
        idnlib="$withval", idnlib="no")
 if test "$idnlib" = yes; then
        AC_MSG_ERROR([You must specify ARG for --with-idnlib.])