From: Matthias Braun Date: Thu, 18 Nov 2004 23:52:49 +0000 (+0000) Subject: make autogen.sh more complete so that it installs libtool and config.h.in automatically X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5c5ccceefc0c5ad42702db8bb6c63ec9fe723458;p=supertux.git make autogen.sh more complete so that it installs libtool and config.h.in automatically SVN-Revision: 2106 --- diff --git a/autogen.sh b/autogen.sh index 37b759f44..a728b163b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 #