diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-08-19 02:08:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-19 02:08:11 +0800 |
commit | a4701b54554c3244409f10b5105f0c2d05c5945c (patch) | |
tree | d8d3498513d92a9378c15fe329142a5f6a26c4e7 /configure.ac | |
parent | 6ec3b5ae147cdf552c323ea66a0f22b753c6970f (diff) | |
download | gsoc2013-evolution-a4701b54554c3244409f10b5105f0c2d05c5945c.tar.gz gsoc2013-evolution-a4701b54554c3244409f10b5105f0c2d05c5945c.tar.zst gsoc2013-evolution-a4701b54554c3244409f10b5105f0c2d05c5945c.zip |
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...
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 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]) |