TODO update
[supertux.git] / autogen.sh
index 2adc1a9..a728b16 100755 (executable)
@@ -1,12 +1,13 @@
 #!/bin/sh
 
 # we need a minimum of automake 1.6 and automake 1.8 seems to be buggy
-# this doesn't seem to work, commented out
+# this doesn't seem to work well
 # see AUTOMAKE_OPTIONS in Makefile.am
-export WANT_AUTOMAKE=1.6
+export WANT_AUTOMAKE=1.6
 
+autoheader
+libtoolize --force
 aclocal -I m4
 automake --copy --add-missing
 autoconf
 
-# EOF #