[empathy] Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
- From: Sjoerd Simons <sjoerds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
- Date: Mon, 12 Mar 2012 08:44:43 +0000 (UTC)
commit 96b027be0450a7e30173c45b44f81e62662fcf14
Author: Sjoerd Simons <sjoerd luon net>
Date: Sun Mar 11 23:47:59 2012 +0100
Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL
When using IT_PROG_INTLTOOL using the gettect automake macros isn't
necessary. To make matters worse, when mixing the marcos both try to
generate po/Makefile.in.in. Recent versions of intltool detect when
gettext won and bails when building.
configure.ac | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3a0c72d..02e4dc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,9 +293,6 @@ fi
# -----------------------------------------------------------
IT_PROG_INTLTOOL([0.40.0])
-AM_GNU_GETTEXT_VERSION([0.17])
-AM_GNU_GETTEXT([external])
-
GETTEXT_PACKAGE=empathy
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]