[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 01/01: Fix IT_PROG_INTLTOOL warning.

noreply at xfce.org noreply at xfce.org
Thu Feb 19 19:24:58 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-cpufreq-plugin.

commit 1533b9468b042945c75adcb71bc2c9091a8544a6
Author: Harald Judt <h.judt at gmx.at>
Date:   Thu Feb 19 19:23:57 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 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 5f64442..20be3cc 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -15,7 +15,7 @@ m4_define([cpufreq_version], [cpufreq_version_major().cpufreq_version_minor().cp
 dnl Initialize autoconf
 AC_COPYRIGHT([Copyright (c) 2006 Thomas Schreck <shrek at xfce.org>
               Copyright (c) 2010-2011 Florian Rivoal <frivoal at xfce.org>
-              Copyright (c) 2013-2014 Harald Judt <h.judt at gmx.at>])
+              Copyright (c) 2013-2015 Harald Judt <h.judt at gmx.at>])
 AC_INIT([xfce4-cpufreq-plugin], [cpufreq_version()], [http://bugzilla.xfce.org], [xfce4-cpufreq-plugin])
 AC_PREREQ([2.60])
 
@@ -28,7 +28,7 @@ dnl Check for basic programs
 AC_PROG_CC()
 AC_PROG_LD()
 AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL([0.35.0])
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 

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


More information about the Xfce4-commits mailing list