summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-01-07 17:48:37 +0000
committerJavier Jardón <jjardon@gnome.org>2016-01-08 12:08:41 +0000
commitb63aba640391fc3f682b67d1a014165c31b7e02c (patch)
tree91da02aa6d430ca1d11678a0eb8840f27ab69d1e /configure.ac
parentb78052f60fa3bc149f8dd33f80d6056283563c4a (diff)
downloadcogl-b63aba640391fc3f682b67d1a014165c31b7e02c.tar.gz
Upgrade to gettext 0.19 to avoid hack in autogen.sh
Using the 'PO_DEPENDS_ON_POT = no' and 'DIST_DEPENDS_ON_UPDATE_PO = no' in po/Makevars https://bugzilla.gnome.org/show_bug.cgi?id=760285
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 a024234a..da188edd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1240,7 +1240,7 @@ AC_SUBST(GDKPIXBUF_PREFIX)
dnl ================================================================
dnl I18n stuff.
dnl ================================================================
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.19])
AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE="cogl"