From: Johann Date: Wed, 10 Oct 2012 16:16:37 +0000 (-0700) Subject: Add option to disable documentation X-Git-Tag: v1.3.0~1217^2~118^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ca1ed23482fa34eb50a0f31eaa94615a0eae8a1;p=platform%2Fupstream%2Flibvpx.git Add option to disable documentation Documentation is typically auto-detected by checking for php and doxygen. Add an option to explicitly disable it. Remove toggle keywords from libraries, examples, documentation and unit tests. They were not consistent with the default status. Change-Id: I21049675ccfd8e58ac612cd058641b197db5c0eb --- diff --git a/configure b/configure index 638d0df..6a3044c 100755 --- a/configure +++ b/configure @@ -20,9 +20,10 @@ show_help(){ show_help_pre cat << EOF Advanced options: - ${toggle_libs} don't build libraries - ${toggle_examples} don't build examples - ${toggle_unit_tests} build unit tests + ${toggle_libs} libraries + ${toggle_examples} examples + ${toggle_docs} documentation + ${toggle_unit_tests} unit tests --libc=PATH path to alternate libc --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred] ${toggle_fast_unaligned} don't use unaligned accesses, even when @@ -285,6 +286,7 @@ CMDLINE_SELECT=" libs examples + docs libc as fast_unaligned