improved to work flawless on more computers
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I mk/autoconf
4 automake --copy --add-missing
5 autoconf
6
7 # EOF #