[anjuta] Use upstream gettext instead the Glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] Use upstream gettext instead the Glib one
- Date: Sun, 3 Oct 2010 13:14:45 +0000 (UTC)
commit 243ba10ab67674b171e6381ee35682f06f0c1799
Author: Javier Jardón <jjardon gnome org>
Date: Fri Oct 1 08:21:46 2010 +0200
Use upstream gettext instead the Glib one
ABOUT-NLS | 324 ----------------------------------------------------------
autogen.sh | 2 +
configure.in | 7 +-
3 files changed, 7 insertions(+), 326 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index d0dc289..e09bbe4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,4 +25,6 @@ sh -c "cd $srcdir/libanjuta/interfaces && \
perl anjuta-idl-compiler.pl libanjuta && \
touch iface-built.stamp"
+autopoint --force || exit $?
+
REQUIRED_AUTOMAKE_VERSION=1.11 GNOME_DATADIR="$gnome_datadir" USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
diff --git a/configure.in b/configure.in
index a722cc9..6f7becd 100644
--- a/configure.in
+++ b/configure.in
@@ -360,11 +360,14 @@ AC_SUBST(GLADE_CATALOG_PATH)
dnl ***************************************************************************
dnl Internatinalization
dnl ***************************************************************************
+IT_PROG_INTLTOOL([0.40.1])
+
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
GETTEXT_PACKAGE=anjuta
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
-AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.40.1])
dnl ***************************************************************************
dnl Check for gtk-doc.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]