Tiny fix. Just to make fire or ice Tux to be able to do butt jump, as well.
[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 #