diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-22 17:41:01 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-22 17:41:01 -0400 |
commit | f2e4f4c6d1f20949232ab776cb24bfbd2db2797b (patch) | |
tree | c2ac79d5b54c655be92f00ad655440c7e5e7bc7d | |
parent | 9e0d66610c7e8190de212e82a54102e932bdd376 (diff) | |
download | ledger-f2e4f4c6d1f20949232ab776cb24bfbd2db2797b.tar.gz ledger-f2e4f4c6d1f20949232ab776cb24bfbd2db2797b.tar.bz2 ledger-f2e4f4c6d1f20949232ab776cb24bfbd2db2797b.zip |
By default, build Ledger with the included gettext
-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" +SWITCHES="--disable-shared --with-included-gettext" if [ -z "$PYTHON_HOME" ]; then PYTHON_HOME="/usr" |