From bd43158c48535f56e8ca9f66bf4aea69b40f535c Mon Sep 17 00:00:00 2001
From: Mathias Gumz <akira at fluxbox dot org>
Date: Mon, 25 Feb 2008 20:30:52 +0100
Subject: disable automake-warnings

warnings like 'data/Makefile.am:19: (probably a GNU make extension)' etc
are kind of pointless to fluxbox since the build system is gmake.
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 8e062ba..f862809 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ libtoolize --copy --force --automake
 rm -f config.cache
 dothis aclocal -I . ${ACLOCAL_FLAGS}
 dothis autoheader
-dothis automake -a
+dothis automake --warnings=none -a
 dothis autoconf
 
 echo 'Success, now continue with ./configure'
-- 
cgit v0.11.2