From 713081fb220fd88ef2b0828e0121dc7209286fce Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Mon, 22 Sep 2014 11:25:19 +0300 Subject: [PATCH] Update intltool See https://bugzilla.xfce.org/show_bug.cgi?id=8930 for details. --- configure.ac.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac.in b/configure.ac.in index dcc0573..ba11336 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -14,6 +14,11 @@ dnl *** Debugging support for GIT snapshots *** dnl ******************************************* m4_define([mousepad_debug_default], [ifelse(mousepad_version_tag(), [git], [yes], [minimum])]) +dnl **************************** +dnl *** For intltool support *** +dnl **************************** +m4_define([intltool_minimum_version], [0.35]) + dnl *************************** dnl *** Initialize autoconf *** dnl *************************** @@ -47,7 +52,7 @@ AC_PROG_CC() AM_PROG_CC_C_O() AC_PROG_LD() AC_PROG_INSTALL() -AC_PROG_INTLTOOL() +IT_PROG_INTLTOOL([intltool_minimum_version], [no-xml]) AC_CHECK_PROGS([PERL], [perl5 perl]) dnl ************************** -- 2.1.1