[jhbuild] configure.ac: Use upstream gettext instead the glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] configure.ac: Use upstream gettext instead the glib one
- Date: Tue, 12 Apr 2011 20:55:03 +0000 (UTC)
commit 8afd9affe73acfd78f3053e1192252ea875a8301
Author: Javier Jardón <jjardon gnome org>
Date: Mon Mar 28 02:29:29 2011 +0100
configure.ac: Use upstream gettext instead the glib one
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=645883
configure.ac | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d7bbf00..7675239 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,11 +9,14 @@ AC_PREFIX_DEFAULT(~/.local/)
AM_PATH_PYTHON
# i18n
+IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
GETTEXT_PACKAGE="jhbuild"
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Gettext package])
-AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.35.0])
AC_PROG_CC
PKG_PROG_PKG_CONFIG
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]