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