]> git.ipfire.org Git - thirdparty/bind9.git/commit
Enable maintainer mode by default only when building from git
authorOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 12:26:07 +0000 (14:26 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 12:26:07 +0000 (14:26 +0200)
commit7ff77bb6760cf681c016a26329a34f61a0656c9b
treebedc21e2a276268b3c2ca6a8a8edbbbbb4f6add1
parent5f530bd1f9ca28368ef80484eb1a08ef5ed6baeb
Enable maintainer mode by default only when building from git

When maintainer mode is enabled (./configure --enable-maintainer-mode)
it enables rebuild of documentation source files that require extra
tools to be installed or compiled.  For a convenience, those files are
already committed into the repository and their rebuild is not required
to build BIND 9 from sources.
configure.ac