aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-02-25 19:30:52 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-02-25 19:30:52 (GMT)
commitbd43158c48535f56e8ca9f66bf4aea69b40f535c (patch)
tree87847896d58ca149a17746dcbc057e17d573d808 /autogen.sh
parent6717a1c805529ea6e1b1c19a591f876c9c8803db (diff)
downloadfluxbox-bd43158c48535f56e8ca9f66bf4aea69b40f535c.zip
fluxbox-bd43158c48535f56e8ca9f66bf4aea69b40f535c.tar.bz2
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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
16rm -f config.cache 16rm -f config.cache
17dothis aclocal -I . ${ACLOCAL_FLAGS} 17dothis aclocal -I . ${ACLOCAL_FLAGS}
18dothis autoheader 18dothis autoheader
19dothis automake -a 19dothis automake --warnings=none -a
20dothis autoconf 20dothis autoconf
21 21
22echo 'Success, now continue with ./configure' 22echo 'Success, now continue with ./configure'