[Xfce4-commits] [panel-plugins/xfce4-eyes-plugin] 01/01: Fix IT_PROG_INTLTOOL warning.
noreply at xfce.org
noreply at xfce.org
Thu Feb 19 19:26:57 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-eyes-plugin.
commit 2b5a9bc600c85550ce8d9fe6319c5a2407d28a85
Author: Harald Judt <h.judt at gmx.at>
Date: Thu Feb 19 19:25:52 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.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 03c412e..f3c9d4b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -35,7 +35,7 @@ AC_PROG_LD()
AC_PROG_INSTALL()
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL([0.35.0])
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