diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-24 12:48:11 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-24 12:48:11 -0400 |
commit | 07fcc3a08af552bd40d4bd5103d4668662acdaf4 (patch) | |
tree | 60894a826aa068227fa85ba108c7d8a5c46ed3b4 /acprep | |
parent | 68d41d7dc0781fed86d9c53ebe184154ce72664d (diff) | |
download | fork-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-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |