[gnome-online-accounts] configure.ac: pass --with-gettext-package to tpaw's configure



commit ee1f895cf68bbff5a17fd76b472397cd5719976b
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Thu Aug 22 11:41:37 2013 +0100

    configure.ac: pass --with-gettext-package to tpaw's configure
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696267

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 051fdfb..02ca840 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,8 @@ ac_configure_args="$ac_configure_args --with-pkgdatadir=${datadir}/gnome-online-
 # GOA ships its icons directly in ${datadir}/icons (usually /usr/share/icons/) and not
 # in its own data directory
 ac_configure_args="$ac_configure_args --with-icondir=${datadir}/icons"
+# Change the name of tpaw's .mo files to avoid conflicts with other packages using tp-aw
+ac_configure_args="$ac_configure_args --with-gettext-package=gnome-online-accounts-tpaw"
 AX_CONFIG_DIR([telepathy-account-widgets])
 ac_top_build_prefix=$prev_top_build_prefix
 ac_configure_args=$prev_ac_configure_args


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]