[Xfce4-commits] [xfce/garcon] 02/02: Update intltool
noreply at xfce.org
noreply at xfce.org
Wed Dec 17 09:28:37 CET 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/garcon.
commit cbd8faf24f33a49eef4729437a40e944d8e1d45d
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Sep 22 11:17:09 2014 +0300
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 6073729..830aa30 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -34,6 +34,11 @@ dnl *** Full debug support for GIT snapshots ***
dnl ********************************************
m4_define([garcon_debug_default], [ifelse(garcon_version_tag(), [git], [full], [minimum])])
+dnl ****************************
+dnl *** For intltool support ***
+dnl ****************************
+m4_define([intltool_minimum_version], [0.35])
+
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
@@ -82,7 +87,7 @@ dnl ********************************
AM_PROG_AS()
AC_PROG_CC()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL([0.31], [no-xml])
+IT_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
AM_PROG_CC_C_O()
dnl **************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list