wesnoth/autogen.sh
Ali El Gariani 4bda90dc23 Remove call to configure in autogen.sh.
It's inconvenient for out-of-tree build, prevent to see --help before
calling configure, contradict wiki and possibly non-standard.
2010-07-31 17:18:28 +00:00

8 lines
98 B
Bash
Executable File

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