fluxbox/autogen.sh
2002-11-15 12:47:27 +00:00

10 lines
121 B
Bash
Executable file

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