[gedit-plugins] build: Use upstream gettext instead the Glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] build: Use upstream gettext instead the Glib one
- Date: Wed, 22 Sep 2010 17:20:05 +0000 (UTC)
commit 49e32668df2eaea589b650ca7ee5aef9c4c306dc
Author: Javier Jardón <jjardon gnome org>
Date: Wed Sep 22 19:19:19 2010 +0200
build: Use upstream gettext instead 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 50f2fac..fc2d3fb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,4 +17,6 @@ which gnome-autogen.sh || {
exit 1
}
+autopoint --force || exit $?
+
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.9 REQUIRED_MACROS=python.m4 USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index 25bb77c..65e9143 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS([config.h])
AC_DISABLE_STATIC
-IT_PROG_INTLTOOL([0.35.0])
-
AC_PROG_LIBTOOL
AC_ISC_POSIX
@@ -51,11 +49,14 @@ AM_CONDITIONAL(PLATFORM_WIN32, test "$platform_win32" = "yes")
# ================================================================
# Gettext stuff.
# ================================================================
+IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE=gedit-plugins
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
-AM_GLIB_GNU_GETTEXT
# ================================================================
# Start of pkg-config checks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]