]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Allow user to specify sphinx-build binary
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 17:56:18 +0000 (17:56 +0000)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 14 Feb 2020 15:31:21 +0000 (16:31 +0100)
commit2eb054c237d0b5427f62499f3c31e90cf87821d7
tree6c36e119421b00e7d4d59e2e349ee5b46390b545
parent2a7d957596786404c4ed16b089273de95a9580ad
configure: Allow user to specify sphinx-build binary

Currently we insist on using 'sphinx-build' from the $PATH;
allow the user to specify the binary to use. This will be
more useful as we become pickier about the capabilities
we require (eg needing a Python 3 sphinx-build).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Message-Id: <20200213175647.17628-2-peter.maydell@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Makefile
configure