[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 02/02: Fix autotools warnings
noreply at xfce.org
noreply at xfce.org
Thu Nov 9 23:48:21 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-systemload-plugin.
commit 5dc61adda96cc0e4e5cc3abe0b15386adcafec77
Author: Romain B <skunnyk at alteroot.org>
Date: Thu Nov 9 21:39:15 2017 +0100
Fix autotools warnings
---
Makefile.am | 2 ++
configure.ac.in | 3 ++-
panel-plugin/Makefile.am | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 78ee60b..4d02715 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = \
panel-plugin \
po
diff --git a/configure.ac.in b/configure.ac.in
index fcb42ea..201bceb 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -21,6 +21,7 @@ AC_COPYRIGHT([Copyright (c) 2006-2007, 2014, 2016
The Xfce development team. All rights reserved.])
AC_INIT([xfce4-systemload-plugin], [systemload_version], [http://bugzilla.xfce.org/], [xfce4-systemload-plugin])
AC_PREREQ([2.50])
+AC_CONFIG_MACRO_DIRS([m4])
dnl ***************************
dnl *** Initialize automake ***
@@ -35,7 +36,7 @@ dnl ********************************
AC_PROG_CC()
AC_PROG_LD()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL([0.35.0])
dnl ***************************
dnl *** Disable static libs ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 3569e92..8c14ed1 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"xfce4-systemload-plugin\" \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list