wesnoth/autogen.sh
2005-09-21 00:54:00 +00:00

8 lines
98 B
Bash
Executable File

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