ref: 9da8a344373bd2503a1274fd0e096b6c8d4d0f47
parent: 52bddd44c0f8e4788e2073186816b9b2c032ad16
parent: ec658125b0f37d86119f427bf7eaeecdf92300bc
author: John Koleszar <jkoleszar@google.com>
date: Thu Oct 11 05:55:06 EDT 2012
Merge "Add option to disable documentation"
--- a/configure
+++ b/configure
@@ -20,9 +20,10 @@
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]
--sdk-path=PATH path to root of sdk (iOS, android builds only)
@@ -293,6 +294,7 @@
libs
examples
+ docs
libc
as
fast_unaligned
--
⑨