fluxbox/autogen.sh
2002-10-17 12:12:35 +00:00

10 lines
131 B
Bash
Executable file

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