improved the behaviour of the mouse-cursor in the leveleditor
[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 #