all repos — fluxbox @ 90efb8d2cf3f8d5e15f99c4c0044126d14a24049

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