- fixed auto* stuff a bit, requires automake1.7
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal-1.7
4 automake-1.7 --force --copy --add-missing
5 autoconf
6
7 # EOF #