On 02/06/2010 02:48 AM, Dirk Ullrich wrote:
This patch adds the documentation-related options "--enable-docs" and
"--disable-docs" to the help message of "configure".
Signed-off-by: Dirk Ullrich<addr...@hidden>
Applied. But I missed that you weren't using a valid SoB. Please use a
proper email address in the future. Thanks.
Regards,
Anthony Liguori
---
configure | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 42ef628..eac2a15 100755
--- a/configure
+++ b/configure
@@ -794,6 +794,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 installing of documentation"
+echo " --disable-docs disable installing of documentation"
echo ""
echo "NOTE: The object files are built at the place where configure
is launched"
exit 1