[gedit] Use upstream gettext instead the glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Use upstream gettext instead the glib one
- Date: Wed, 22 Sep 2010 17:05:24 +0000 (UTC)
commit a922e0fa8c55f87e89e8ec9da9306ade5ae85563
Author: Javier Jardón <jjardon gnome org>
Date: Wed Sep 22 19:00:03 2010 +0200
Use upstream gettext instead the glib one
autogen.sh | 2 ++
configure.ac | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 60ed8c1..084ce1b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,4 +20,6 @@ which gnome-autogen.sh || {
exit 1
}
+autopoint --force || exit $?
+
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.10 REQUIRED_MACROS=python.m4 USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index b99bb83..0f941bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,9 +156,11 @@ dnl Gettext stuff.
dnl ================================================================
IT_PROG_INTLTOOL([0.40.0])
-AC_SUBST([GETTEXT_PACKAGE], [gedit])
+
AM_GNU_GETTEXT_VERSION([0.17])
-AM_GLIB_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
+
+AC_SUBST([GETTEXT_PACKAGE], [gedit])
AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME], [Define to the gettext package name.])
dnl ================================================================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]