new leveleditor info-text by Christopher A. Webber <creat0r@lingocomic.com>
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal-1.7
4 automake-1.7 --add-missing
5 autoconf
6
7 # EOF #