]> git.0d.be Git - empathy.git/commitdiff
configure.ac: pass --with-gettext-package to tp-aw's configure
authorMarco Barisione <marco.barisione@collabora.co.uk>
Tue, 3 Sep 2013 15:00:36 +0000 (16:00 +0100)
committerMarco Barisione <marco.barisione@collabora.co.uk>
Tue, 3 Sep 2013 15:00:36 +0000 (16:00 +0100)
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.

configure.ac

index c1522269a1d1be4977e1cb3a1ab474dd0505db56..f2a0c0d53c9df422578583f39714d0bee934ae0c 100644 (file)
@@ -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"