configure: Add --enable-docs and --disable-docs to --help
authorDirk Ullrich <dirk.ullrich@googlemail.com>
Sat, 6 Feb 2010 08:48:23 +0000 (09:48 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 8 Feb 2010 11:24:50 +0000 (12:24 +0100)
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>
configure

index dad3bb5..b46f1e6 100755 (executable)
--- 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