summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-03 14:54:42 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-03 14:54:42 -0400
commit27c0de0da3ab0e4febe314119f059c722555e77d (patch)
treeb93180ce30bad22e8f80ee710884007057a3ea60 /acprep
parent67a45a0e3cdb92ead1214740281f6f39407ad846 (diff)
downloadfork-ledger-27c0de0da3ab0e4febe314119f059c722555e77d.tar.gz
fork-ledger-27c0de0da3ab0e4febe314119f059c722555e77d.tar.bz2
fork-ledger-27c0de0da3ab0e4febe314119f059c722555e77d.zip
Using ./acprep now builds statically by default
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 5fd3dd49..bdf244a2 100755
--- a/acprep
+++ b/acprep
@@ -33,7 +33,7 @@ git ls-files '*.cc' '*.h' | egrep '^(src|python)/' > po/POTFILES.in
aclocal -I m4
-SWITCHES="--with-included-gettext"
+SWITCHES="--disable-shared --with-included-gettext"
if [ -z "$PYTHON_HOME" ]; then
PYTHON_HOME="/usr"