wesnoth/autogen.sh
2007-05-11 13:33:30 +00:00

9 lines
113 B
Bash
Executable File

#! /bin/sh
rm -rf autom4te.cache
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
./configure $*