[xchat-gnome] configure: Use upstream gettext instead the glib one
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xchat-gnome] configure: Use upstream gettext instead the glib one
- Date: Sat, 26 Mar 2011 15:40:55 +0000 (UTC)
commit 0597b57ef1600e90fbecce1ce081611e522cd30e
Author: Javier Jardón <jjardon gnome org>
Date: Sat Mar 26 15:38:02 2011 +0000
configure: Use upstream gettext instead the glib one
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 71e4f1d..485b9af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,10 +307,12 @@ AM_CONDITIONAL(USE_OPENSSL, test "x$openssl" = "xyes")
# i18n
IT_PROG_INTLTOOL([0.40.0])
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
+
GETTEXT_PACKAGE=xchat-gnome
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
-AM_GLIB_GNU_GETTEXT
# ipv6
AC_CHECK_LIB(socket, select)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]