[gnome-bluetooth] Use upstream gettext instead glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Use upstream gettext instead glib one
- Date: Sun, 17 Oct 2010 16:19:47 +0000 (UTC)
commit 4390c13380a060d954c8f475ea68001614160d6f
Author: Javier Jardón <jjardon gnome org>
Date: Fri Oct 1 05:43:29 2010 +0200
Use upstream gettext instead glib one
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=631059
configure.ac | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0446d7d..775442a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,13 +38,17 @@ dnl Initialize libtool
AM_DISABLE_STATIC
AM_PROG_LIBTOOL
+# i18n stuff
+IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
GETTEXT_PACKAGE=gnome-bluetooth2
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
[The name of the gettext domain])
-AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.35.0])
GLIB_GSETTINGS
AC_PATH_PROG([XMLLINT],[xmllint])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]