[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 04/04: Fix some autotools warnings
noreply at xfce.org
noreply at xfce.org
Fri Jun 9 12:30:18 CEST 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 176e2990bc8ca4e75dbe7bf49a3a8fbc31b02abf
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