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

skunnyk pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-netload-plugin.

commit 04cb916ce47371836cefa6e17ddf166e712fb836
Author: Romain B <skun...@alteroot.org>
Date:   Thu Jun 8 11:21:52 2017 +0200

    Fix some autotools warnings
---
 Makefile.am     | 2 ++
 configure.ac.in | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index edbdd67..aac5d13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 @SET_MAKE@
 
 SUBDIRS = panel-plugin po icons
diff --git a/configure.ac.in b/configure.ac.in
index 4c741ea..835d2e9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,6 +12,7 @@ m4_define([netload_version],[1.3.1])
 AC_INIT([xfce4-netload-plugin], [netload_version],
        [goodies-...@xfce.org])
 AM_CONFIG_HEADER([config.h])
+AC_CONFIG_MACRO_DIRS([m4])
 AC_PREREQ([2.50])
 AC_CANONICAL_TARGET()
 
@@ -25,7 +26,7 @@ LT_INIT([disable-static])
 dnl Check for basic programs
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_INTLTOOL
+IT_PROG_INTLTOOL([0.35.0])
 
 dnl Check for standard header files
 AC_HEADER_STDC

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to