From: Francis Dupont Date: Mon, 4 Feb 2019 15:56:39 +0000 (+0100) Subject: [117-configure-script-doesn-t-fail-when-enable-generate-docs-is-used-and-docbook... X-Git-Tag: 441-make-distcheck-fails-on-fedora-29_base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23058ff4e797e5b1bfbb0a28206a17c30abe751b;p=thirdparty%2Fkea.git [117-configure-script-doesn-t-fail-when-enable-generate-docs-is-used-and-docbook-style-xsl-is-not-installed] Moved the variable after ./configure as recommended by modern autoconfs --- diff --git a/doc/guide/install.xml b/doc/guide/install.xml index d31c25654b..8d359925d1 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -436,7 +436,7 @@ Debian and Ubuntu: docbook.xsl, from the Internet. If you want anyway to use the Internet please set the XSLTPROC_NET environment variable in configure to any non-empty value, e.g. - $ XSLTPROC_NET=yes ./configure --enable-generate-docs + $ ./configure XSLTPROC_NET=yes --enable-generate-docs