all repos — fluxbox @ af7c6a7c6b637edc2649d8f2d565b53c5f4c84fa

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
autoheader
automake -a
autoconf
echo "Done."