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> --- 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 -- 1.6.6.1