all repos — fluxbox @ 8a6d0e6ed837d78995c5ee80c703b5bdf180fe10

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
rm -f config.cache
aclocal -I .
autoheader
automake -a
autoconf
echo "Done."