new levelformat with multiple layers and and new tileset code. Along with a new parti...
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal-1.7 -I mk/autoconf
4 automake-1.7 --copy --add-missing
5 autoconf
6
7 # EOF #