fluxbox/autogen.sh
2002-03-02 11:59:07 +00:00

10 lines
116 B
Bash
Executable file

#!/bin/sh
libtoolize --copy --force --automake || exit 1
rm -f config.cache
aclocal
autoheader
automake
autoconf