make autogen.sh more complete so that it installs libtool and config.h.in automatically
authorMatthias Braun <matze@braunis.de>
Thu, 18 Nov 2004 23:52:49 +0000 (23:52 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 18 Nov 2004 23:52:49 +0000 (23:52 +0000)
SVN-Revision: 2106

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 #