[gnome-control-center] Use upstream gettext insstead the Glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Use upstream gettext insstead the Glib one
- Date: Fri, 1 Oct 2010 06:03:44 +0000 (UTC)
commit 33c4011a549c4fc5d9dcceffee5a40d740e8b62c
Author: Javier Jardón <jjardon gnome org>
Date: Fri Oct 1 07:51:36 2010 +0200
Use upstream gettext insstead the Glib one
autogen.sh | 2 ++
configure.ac | 7 ++++---
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index a01ce95..3ffa4c0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,4 +26,6 @@ fi
gtkdocize || exit 1
+autopoint --force || exit $?
+
REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index 752f497..0922f16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,14 +28,15 @@ GNOME_DOC_INIT
# Internationalization support
-IT_PROG_INTLTOOL([0.37.1])
+IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE=gnome-control-center-2.0
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
-AM_GLIB_GNU_GETTEXT
-
GNOME_COMMON_INIT
GNOME_DEBUG_CHECK
GNOME_COMPILE_WARNINGS([maximum])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]