summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-24 12:48:11 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-24 12:48:11 -0400
commit07fcc3a08af552bd40d4bd5103d4668662acdaf4 (patch)
tree60894a826aa068227fa85ba108c7d8a5c46ed3b4 /acprep
parent68d41d7dc0781fed86d9c53ebe184154ce72664d (diff)
downloadfork-ledger-07fcc3a08af552bd40d4bd5103d4668662acdaf4.tar.gz
fork-ledger-07fcc3a08af552bd40d4bd5103d4668662acdaf4.tar.bz2
fork-ledger-07fcc3a08af552bd40d4bd5103d4668662acdaf4.zip
Build Python module using automake, not setup.py
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 22c7ea73..e130d6e9 100755
--- a/acprep
+++ b/acprep
@@ -33,7 +33,7 @@ git ls-files '*.cc' '*.h' | egrep '^(src|python)/' > po/POTFILES.in
aclocal -I m4
-SWITCHES="--disable-shared --with-included-gettext"
+SWITCHES="--with-included-gettext"
if [ -z "$PYTHON_HOME" ]; then
PYTHON_HOME="/usr"