fluxbox/autogen.sh
2002-12-08 13:04:21 +00:00

10 lines
126 B
Bash
Executable file

#!/bin/sh
libtoolize --copy --force --automake
rm -f config.cache
aclocal -I .
autoheader
automake -a
autoconf
echo "Done."