From a4701b54554c3244409f10b5105f0c2d05c5945c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 18 Aug 2012 14:08:11 -0400 Subject: Bug 682102 - Upstream Debian's 04_gettext_intltool.patch Debian changelog: 04_gettext_intltool.patch: new patch. Remove gettext from the configure script, we already use intltool and they step on each other's toe. Taking their word for it... --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index cc6cb86a35..72fe6752ad 100644 --- a/configure.ac +++ b/configure.ac @@ -163,9 +163,6 @@ dnl I18N stuff dnl ****************************** IT_PROG_INTLTOOL([0.40.0]) -AM_GNU_GETTEXT_VERSION([0.17]) -AM_GNU_GETTEXT([external]) - GETTEXT_PACKAGE=evolution-$BASE_VERSION AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext]) -- cgit v1.2.3