all repos — fluxbox @ 7af4b1a71ad16808ed0f8b2c7c0ddfbd1a6cc9c3

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