wesnoth/autogen.sh
Yann Dirson 1c87994563 removed most generated files from version control...
...and updated autogen.sh to rebuild them, that really makes much too
much noise, on this branch at least
2004-06-22 23:13:35 +00:00

7 lines
76 B
Bash
Executable File

#! /bin/sh
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf