diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-03 14:54:42 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-03 14:54:42 -0400 |
commit | 27c0de0da3ab0e4febe314119f059c722555e77d (patch) | |
tree | b93180ce30bad22e8f80ee710884007057a3ea60 /acprep | |
parent | 67a45a0e3cdb92ead1214740281f6f39407ad846 (diff) | |
download | fork-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-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="--with-included-gettext" +SWITCHES="--disable-shared --with-included-gettext" if [ -z "$PYTHON_HOME" ]; then PYTHON_HOME="/usr" |