[Xfce4-commits] [apps/xfce4-terminal] 01/01: Update intltool

noreply at xfce.org noreply at xfce.org
Thu Jun 23 13:23:45 CEST 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 7dda2c1978c4f9bd95663f9d57725268a27c75b2
Author: poma <poma at gmail.com>
Date:   Thu Jun 23 06:20:08 2016 +0200

    Update intltool
    
    See https://bugzilla.xfce.org/show_bug.cgi?id=8930 for details
    
    Signed-off-by: Igor <f2404 at yandex.ru>
---
 configure.ac.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 23022da..073ce5a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -22,6 +22,11 @@ dnl *** Debugging support for GIT snapshots ***
 dnl *******************************************
 m4_define([terminal_debug_default], [ifelse(terminal_version_tag(), [git], [yes], [minimum])])
 
+dnl ****************************
+dnl *** For intltool support ***
+dnl ****************************
+m4_define([intltool_minimum_version], [0.35])
+
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
@@ -60,7 +65,7 @@ dnl ********************************
 AC_PROG_CC()
 AM_PROG_CC_C_O()
 AC_PROG_INSTALL()
-AC_PROG_INTLTOOL([0.31], [no-xml])
+IT_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
 
 dnl **************************
 dnl *** Initialize libtool ***

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list