diff options
author | Francis Dupont <fdupont@isc.org> | 2019-01-17 09:18:31 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-02-04 16:57:57 +0100 |
commit | ec3e03eb06d47a37cb1eaab0ba7f738ce60a45a1 (patch) | |
tree | 97c4844c59f96aefeb1ef65dadd5145e043e2b8d /src/bin/agent | |
parent | [144-remove-obsolete-dns-benchmarks] Removing obsolete dns benchmarks in src/... (diff) | |
download | kea-ec3e03eb06d47a37cb1eaab0ba7f738ce60a45a1.tar.xz kea-ec3e03eb06d47a37cb1eaab0ba7f738ce60a45a1.zip |
[117-configure-script-doesn-t-fail-when-enable-generate-docs-is-used-and-docbook-style-xsl-is-not-installed] Made --nonet in xsltproc optional
Diffstat (limited to 'src/bin/agent')
-rw-r--r-- | src/bin/agent/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/agent/Makefile.am b/src/bin/agent/Makefile.am index dfb52a2304..ffea77b4df 100644 --- a/src/bin/agent/Makefile.am +++ b/src/bin/agent/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST += agent.dox agent_hooks.dox if GENERATE_DOCS kea-ctrl-agent.8: kea-ctrl-agent.xml - @XSLTPROC@ --novalid --xinclude --nonet -o $@ \ + @XSLTPROC@ --novalid --xinclude @NONET@ -o $@ \ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ $(srcdir)/kea-ctrl-agent.xml |