all repos — fluxbox @ bd43158c48535f56e8ca9f66bf4aea69b40f535c

custom fork of the fluxbox windowmanager

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.
Mathias Gumz akira at fluxbox dot org
commit

bd43158c48535f56e8ca9f66bf4aea69b40f535c

parent

6717a1c805529ea6e1b1c19a591f876c9c8803db

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M autogen.shautogen.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'