[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 05/06: Fix some autotools warnings

noreply at xfce.org noreply at xfce.org
Thu Nov 2 23:05:48 CET 2017


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

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-netload-plugin.

commit 04cb916ce47371836cefa6e17ddf166e712fb836
Author: Romain B <skunnyk at 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-dev at 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.


More information about the Xfce4-commits mailing list