try make bootstrap work in one pass for other people..
[mikachu/openbox.git] / bootstrap
index 13c6a62..f3de338 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,8 +5,9 @@ sh() {
 }
 
 sh aclocal
-sh automake --foreign --include-deps
+sh autoheader
 sh autoconf
+sh automake --foreign --include-deps --add-missing
 
 echo
 echo You are now ready to run ./configure