all repos — fluxbox @ 41c0ea543c68b54fd4eef78a773d8d8d179963fd

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."