[Xfce4-commits] [xfce/garcon] 03/03: Fix some autogen warnings
noreply at xfce.org
noreply at xfce.org
Tue Jun 27 13:30:34 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 xfce/garcon.
commit d7ede8ba21c7012b1587bcf4665ae226a0b8a0e7
Author: Romain B <skunnyk at alteroot.org>
Date: Tue Jun 27 13:26:38 2017 +0200
Fix some autogen warnings
---
Makefile.am | 2 ++
configure.ac.in | 1 +
2 files changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index f111da1..8f1d2cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,8 @@
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
SUBDIRS = \
garcon \
garcon-gtk \
diff --git a/configure.ac.in b/configure.ac.in
index 5455197..2e99b73 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -45,6 +45,7 @@ dnl ***************************
AC_COPYRIGHT([Copyright (c) 2007-2011 Jannis Pohlmann <jannis at xfce.org>])
AC_INIT([garcon], [garcon_version], [http://bugzilla.xfce.org/])
AC_PREREQ([2.50])
+AC_CONFIG_MACRO_DIRS([m4])
AC_REVISION([@REVISION@])
AC_CANONICAL_TARGET()
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list