wesnoth/autogen.sh

8 lines
98 B
Bash
Executable File

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