Just changed each bkgd_top_* and bkgd_bottom_* to be Color structs that can be found...
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal -I mk/autoconf
4 automake --copy --add-missing
5 autoconf
6
7 # EOF #