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.
This commit is contained in:
Mathias Gumz 2008-02-25 20:30:52 +01:00
parent 6717a1c805
commit bd43158c48

View file

@ -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'