[glade3] Use upstream gettext
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] Use upstream gettext
- Date: Wed, 29 Dec 2010 17:42:37 +0000 (UTC)
commit 9ca6f4cd003fab7c8cb16e43872e750d978e96e6
Author: Javier Jardón <jjardon gnome org>
Date: Wed Dec 29 18:15:18 2010 +0100
Use upstream gettext
ChangeLog | 4 ++++
configure.ac | 4 +++-
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8ef056b..5a20fe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-12-29 Javier Jardón <jjardon gnome org>
+ * configure.ac: Use upstream gettext
+
+2010-12-29 Javier Jardón <jjardon gnome org>
+
* autogen.sh, configure.ac: Modernize autotools configuration
2010-12-29 Tristan Van Berkom <tristanvb openismus com>
diff --git a/configure.ac b/configure.ac
index c135494..90034a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,10 +92,12 @@ dnl Gettext stuff.
dnl ================================================================
IT_PROG_INTLTOOL([0.41.0])
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
+
GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the gettext package.])
-AM_GLIB_GNU_GETTEXT
dnl ================================================================
dnl va_copy.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]