aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-09-03 23:00:36 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-09-03 23:00:36 +0800
commitfba02abc7c353ba4a464cff2335076c78161f046 (patch)
treea27883ebbe99e17e8d276e135da03aaea805614c
parent00fe6300fe015f7ac6caaedf297103d20f038165 (diff)
downloadgsoc2013-empathy-fba02abc7c353ba4a464cff2335076c78161f046.tar
gsoc2013-empathy-fba02abc7c353ba4a464cff2335076c78161f046.tar.gz
gsoc2013-empathy-fba02abc7c353ba4a464cff2335076c78161f046.tar.bz2
gsoc2013-empathy-fba02abc7c353ba4a464cff2335076c78161f046.tar.lz
gsoc2013-empathy-fba02abc7c353ba4a464cff2335076c78161f046.tar.xz
gsoc2013-empathy-fba02abc7c353ba4a464cff2335076c78161f046.tar.zst
gsoc2013-empathy-fba02abc7c353ba4a464cff2335076c78161f046.zip
configure.ac: pass --with-gettext-package to tp-aw's configure
telepathy-account-widgets is a submodule, so it can be included by multiple projects. If we don't have a different per-project GETTEXT_PACKAGE we end up with different projects shipping .mo files supposed to be installed in the same location.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c1522269a..f2a0c0d53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,6 +91,7 @@ MC_PLUGINS_REQUIRED=5.13.1
prev_top_build_prefix=$ac_top_build_prefix
prev_ac_configure_args=$ac_configure_args
ac_configure_args="$ac_configure_args --with-pkgdatadir=${datadir}/empathy"
+ac_configure_args="$ac_configure_args --with-gettext-package=empathy-tpaw"
ifelse(empathy_released, 1, [],
[
ac_configure_args="$ac_configure_args --enable-unreleased-checks"