[libpeas] Use upstream gettext instead the Glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Use upstream gettext instead the Glib one
- Date: Wed, 22 Sep 2010 16:56:48 +0000 (UTC)
commit 955f8a0af53169a8b03d5e2053b5f9d711153fe0
Author: Javier Jardón <jjardon gnome org>
Date: Wed Sep 22 18:53:27 2010 +0200
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 557f008..de05044 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,4 +20,6 @@ which gnome-autogen.sh || {
exit 1
}
+autopoint --force || exit $?
+
REQUIRED_MACROS=python.m4 USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index c5fbe8a..6e5a553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,12 +56,13 @@ dnl ================================================================
IT_PROG_INTLTOOL([0.40.0])
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
+
GETTEXT_PACKAGE=libpeas
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
-AM_GLIB_GNU_GETTEXT
-
dnl ================================================================
dnl Start of pkg-config checks
dnl ================================================================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]