hopefully fixed all configure problems now
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 # we need a minimum of automake 1.6 and automake 1.8 seems to be buggy
4 export WANT_AUTOMAKE=1.6
5
6 aclocal -I m4
7 automake --copy --add-missing
8 autoconf
9
10 # EOF #