a ButtonPanel is able to highlight the last clicked/activated item now. A double...
[supertux.git] / autogen.sh
1 #!/bin/sh
2
3 # we need a minimum of automake 1.6 and automake 1.8 seems to be buggy
4 export WANT_AUTOMAKE=1.6
5
6 aclocal -I mk/autoconf
7 automake --copy --add-missing
8 autoconf
9
10 # EOF #