config.h file is now generated
[supertux.git] / autogen.sh
index 37b759f..a728b16 100755 (executable)
@@ -5,8 +5,9 @@
 # see AUTOMAKE_OPTIONS in Makefile.am
 export WANT_AUTOMAKE=1.6
 
+autoheader
+libtoolize --force
 aclocal -I m4
 automake --copy --add-missing
 autoconf
 
-# EOF #