summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-22 17:41:01 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-22 17:41:01 -0400
commitf2e4f4c6d1f20949232ab776cb24bfbd2db2797b (patch)
treec2ac79d5b54c655be92f00ad655440c7e5e7bc7d
parent9e0d66610c7e8190de212e82a54102e932bdd376 (diff)
downloadledger-f2e4f4c6d1f20949232ab776cb24bfbd2db2797b.tar.gz
ledger-f2e4f4c6d1f20949232ab776cb24bfbd2db2797b.tar.bz2
ledger-f2e4f4c6d1f20949232ab776cb24bfbd2db2797b.zip
By default, build Ledger with the included gettext
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index b3727694..22c7ea73 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"
+SWITCHES="--disable-shared --with-included-gettext"
if [ -z "$PYTHON_HOME" ]; then
PYTHON_HOME="/usr"