wesnoth/autogen.sh
John W. C. McNabb 709c2605e1 remove cache
2005-03-18 06:00:27 +00:00

9 lines
135 B
Bash
Executable File

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