aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-23 20:17:49 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-23 21:06:48 +0800
commit9f2b7eb8484ed134431a526b651dbf1627da6342 (patch)
tree8b941bde01549568b29bcbbde06779ebac1cdb0e /configure.ac
parentd710f1ef048c2eb98d6cb93186947c966d82ad58 (diff)
downloadgsoc2013-empathy-9f2b7eb8484ed134431a526b651dbf1627da6342.tar
gsoc2013-empathy-9f2b7eb8484ed134431a526b651dbf1627da6342.tar.gz
gsoc2013-empathy-9f2b7eb8484ed134431a526b651dbf1627da6342.tar.bz2
gsoc2013-empathy-9f2b7eb8484ed134431a526b651dbf1627da6342.tar.lz
gsoc2013-empathy-9f2b7eb8484ed134431a526b651dbf1627da6342.tar.xz
gsoc2013-empathy-9f2b7eb8484ed134431a526b651dbf1627da6342.tar.zst
gsoc2013-empathy-9f2b7eb8484ed134431a526b651dbf1627da6342.zip
Stop generating gschema from .in file
intltool now supports translating gschema files properly so we don't need to do this crack any more. https://bugzilla.gnome.org/show_bug.cgi?id=672619
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf711bbf8..2f41feccf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -259,7 +259,7 @@ fi
# -----------------------------------------------------------
# Language Support
# -----------------------------------------------------------
-IT_PROG_INTLTOOL([0.40.0])
+IT_PROG_INTLTOOL([0.50.0])
GETTEXT_PACKAGE=empathy
AC_SUBST(GETTEXT_PACKAGE)