- rearanged the credits a bit, other people are welcome to review/correct it where...
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I mk/autoconf
4 automake --copy --add-missing
5 autoconf
6
7 # EOF #