From eb1dd33f95269c1fe50546df785640a6fbfd717f Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Mon, 22 Sep 2014 09:05:31 +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 4aea844..4a3d9a2 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -28,6 +28,11 @@ dnl *** Full debug support for GIT snapshots *** dnl ******************************************** m4_define([libxfce4ui_debug_default], [ifelse(libxfce4ui_version_tag(), [git], [full], [minimum])]) +dnl **************************** +dnl *** For intltool support *** +dnl **************************** +m4_define([intltool_minimum_version], [0.35]) + dnl *************************** dnl *** Initialize autoconf *** dnl *************************** @@ -75,7 +80,7 @@ AC_PROG_CC() AC_PROG_LD() AM_PROG_CC_C_O() AC_PROG_INSTALL() -AC_PROG_INTLTOOL() +IT_PROG_INTLTOOL([intltool_minimum_version], [no-xml]) AC_CHECK_PROGS([PERL], [perl5 perl]) dnl ************************** -- 2.1.1