add libtoolize
authorDana Jansens <danakj@orodu.net>
Thu, 14 Nov 2002 23:58:36 +0000 (23:58 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 14 Nov 2002 23:58:36 +0000 (23:58 +0000)
bootstrap

index ed12d05..3223b6f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,10 +4,11 @@ sh() {
   /bin/sh -c "set -x; $*"
 }
 
   /bin/sh -c "set -x; $*"
 }
 
+sh libtoolize --copy --force --automake
 sh aclocal
 sh autoheader
 sh aclocal
 sh autoheader
-sh automake --foreign --include-deps --add-missing
 sh autoconf
 sh autoconf
+sh automake --foreign --include-deps --add-missing
 
 echo
 echo You are now ready to run ./configure
 
 echo
 echo You are now ready to run ./configure