summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-29 15:35:20 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-29 15:35:20 -0500
commit08f65eeadc288ecde4b8fb281e477958c8ae7cd5 (patch)
treed16320cdc4a6b9b5c475dc83106368a81362ca3e /acprep
parentef7cab0830637828334fae0a9ad37d20f8e75176 (diff)
downloadfork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.tar.gz
fork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.tar.bz2
fork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.zip
Allow serialization to be enabled again
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep6
1 files changed, 6 insertions, 0 deletions
diff --git a/acprep b/acprep
index e79fae5b..ddf7639d 100755
--- a/acprep
+++ b/acprep
@@ -508,6 +508,12 @@ class PrepareBuild(CommandLineApp):
op.add_option('', '--no-python', action='store_true', dest='no_python',
default=False,
help='Do not enable Python support by default')
+ op.add_option('', '--cache', action='store_true',
+ dest='enable_cache', default=False,
+ help='Enable use of Boost.Serialization (--cache)')
+ op.add_option('', '--doxygen', action='store_true',
+ dest='enable_doxygen', default=False,
+ help='Enable use of Doxygen to build ref manual ("make docs")')
op.add_option('', '--enable-cache', action='store_true',
dest='enable_cache', default=False,
help='Enable use of Boost.Serialization (--cache)')