summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDirk Ullrich <dirk.ullrich@googlemail.com>2010-02-06 09:48:23 +0100
committerAurelien Jarno <aurelien@aurel32.net>2010-02-08 12:24:50 +0100
commitd2807bc98e9d7e1dab1a7f13ed2eaaa835f519f6 (patch)
tree63203c2d506b442396649972cd0090394535d53e /configure
parent3101e99c21270b984870ed2d9b390196bac98e2b (diff)
downloadqemu-d2807bc98e9d7e1dab1a7f13ed2eaaa835f519f6.tar.gz
configure: Add --enable-docs and --disable-docs to --help
This patch adds the documentation-related options "--enable-docs" and "--disable-docs" to the help message of "configure". Signed-off-by: Dirk Ullrich <dirk.ullrich@googlemail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index dad3bb5e23..b46f1e655f 100755
--- a/configure
+++ b/configure
@@ -796,6 +796,8 @@ echo " --enable-linux-aio enable Linux AIO support"
echo " --enable-io-thread enable IO thread"
echo " --disable-blobs disable installing provided firmware blobs"
echo " --kerneldir=PATH look for kernel includes in PATH"
+echo " --enable-docs enable documentation build"
+echo " --disable-docs disable documentation build"
echo ""
echo "NOTE: The object files are built at the place where configure is launched"
exit 1