don't use buggy automake1.8 (install is broken)
[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 mk/autoconf
7 automake --copy --add-missing
8 autoconf
9
10 # EOF #