[gtksourceview] build: Use upstream gettext instead the Glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] build: Use upstream gettext instead the Glib one
- Date: Wed, 22 Sep 2010 17:15:33 +0000 (UTC)
commit 09b13610d3c1b0aa8d5238c069af7f08613e1f68
Author: Javier Jardón <jjardon gnome org>
Date: Wed Sep 22 19:14:54 2010 +0200
build: Use upstream gettext instead the Glib one
autogen.sh | 2 ++
configure.ac | 5 +++--
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 1c1474f..e245d75 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,4 +20,6 @@ which gnome-autogen.sh || {
exit 1
}
+autopoint --force || exit $?
+
USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index c05e70c..b41a7f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,9 +120,10 @@ AS_IF([ test "$glade_catalog" = "yes" ],
# i18N stuff
IT_PROG_INTLTOOL([0.40])
-AC_SUBST([GETTEXT_PACKAGE], [gtksourceview-3.0])
AM_GNU_GETTEXT_VERSION([0.17])
-AM_GLIB_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
+
+AC_SUBST([GETTEXT_PACKAGE], [gtksourceview-3.0])
AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.])
# Documentation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]