[Xfce4-commits] [xfce/tumbler] 01/07: Fix all m4 warnings

noreply at xfce.org noreply at xfce.org
Mon Feb 23 20:41: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/tumbler.

commit 08306756b09e2508456fba943e2342e939536152
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Feb 23 17:54:16 2015 +0100

    Fix all m4 warnings
---
 .gitignore  |    1 +
 Makefile.am |    2 ++
 autogen.sh  |    2 ++
 3 files changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index b9bf528..fddaa56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,4 @@ version.xml
 tmpl
 *.stamp
 html
+m4/*
diff --git a/Makefile.am b/Makefile.am
index 9d93e30..3241184 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,8 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS =								\
 	po								\
 	tumbler								\
diff --git a/autogen.sh b/autogen.sh
index 403697e..8e8d1a5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,6 +19,8 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
+test -d m4 || mkdir m4
+
 which xdt-autogen
 if test x"$?" = x"0"; then
   echo "Building using the Xfce development environment"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list