l3afpad/autogen.sh
2011-12-12 21:33:02 +08:00

7 lines
121 B
Bash

#!/bin/sh
aclocal
autoheader
automake --gnu --add-missing --copy
autoconf
[ -d autom4te.cache ] && rm -fr autom4te.cache