[Xfce4-commits] [xfce/tumbler] 02/07: Fix IT_PROG_INTLTOOL warning
noreply at xfce.org
noreply at xfce.org
Mon Feb 23 20:41:42 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/tumbler.
commit 6986f33d63e40f9f0b24418efe754b69a718a58a
Author: Harald Judt <h.judt at gmx.at>
Date: Mon Feb 23 17:57:24 2015 +0100
Fix IT_PROG_INTLTOOL warning
xdt-autogen: It is recommended to use IT_PROG_INTLTOOL([0.35.0])
in your configure.ac file and remove AC_PROG_INTLTOOL
See http://bugzilla.xfce.org/show_bug.cgi?id=8930 for
more information.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 75e3879..1f303fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ AM_PROG_AS()
AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL([0.31], [no-xml])
+IT_PROG_INTLTOOL([0.35.0], [no-xml])
dnl ***********************
dnl *** Prepare libtool ***
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list