[Xfce4-commits] [xfce/exo] 01/03: Fix AC_CONFIG_MACRO_DIR warning

noreply at xfce.org noreply at xfce.org
Thu Feb 19 21:08:41 CET 2015


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

hjudt pushed a commit to branch master
in repository xfce/exo.

commit 18c2fcf75f653fc38497337e9ac7ff73a96e4894
Author: Harald Judt <h.judt at gmx.at>
Date:   Thu Feb 19 20:33:07 2015 +0100

    Fix AC_CONFIG_MACRO_DIR warning
---
 Makefile.am     |    2 ++
 autogen.sh      |    2 ++
 configure.ac.in |    1 +
 3 files changed, 5 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 5e663f7..6c79c33 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS =								\
 	exo								\
 	exo-csource							\
diff --git a/autogen.sh b/autogen.sh
index 652c57b..d8ee2ed 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,6 +32,8 @@ EOF
   exit 1
 }
 
+test -d m4 || mkdir m4
+
 XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen $@
 
 # vi:set ts=2 sw=2 et ai:
diff --git a/configure.ac.in b/configure.ac.in
index c6a1e3a..e9aa2cd 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -35,6 +35,7 @@ AC_COPYRIGHT([Copyright (c) 2004-2010 os-cillation.
 Copyright (c) 2004-2012 Xfce Development Team])
 AC_INIT([exo], [libexo_version], [http://bugzilla.xfce.org/])
 AC_PREREQ([2.60])
+AC_CONFIG_MACRO_DIR([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