Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20581
Modified Files:
autogen.sh
Log Message:
make autogen.sh more complete so that it installs libtool and config.h.in automatically
Index: autogen.sh
===================================================================
RCS file: /cvsroot/super-tux/supertux/autogen.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- autogen.sh 7 Jun 2004 19:21:03 -0000 1.9
+++ autogen.sh 18 Nov 2004 23:52:49 -0000 1.10
@@ -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 #
|