all repos — fluxbox @ 8b9c82b5bf97a43a61ab4ea9b981f5c79c372a99

custom fork of the fluxbox windowmanager

autogen.sh (raw)

1
2
3
4
5
6
7
8
9
10
#!/bin/sh
libtoolize --copy --force --automake || exit 1
rm -f config.cache
aclocal
autoheader
automake -a
autoconf
echo "Done."