- added 'falling' graphics, well, not really, but better than invisible
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I mk/autoconf
4 automake --copy --add-missing
5 autoconf
6
7 # EOF #