a728b163bce5f1535fb7869c2fa095d712ccc3a1
[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 # this doesn't seem to work well
5 # see AUTOMAKE_OPTIONS in Makefile.am
6 export WANT_AUTOMAKE=1.6
7
8 autoheader
9 libtoolize --force
10 aclocal -I m4
11 automake --copy --add-missing
12 autoconf
13