- fixed levels for new end seq code
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I mk/autoconf
4 automake --copy --add-missing
5 autoconf
6
7 # EOF #