using configure.ac causes problems. switching back to configure.in
[mikachu/openbox.git] / bootstrap
index 13c6a62..25d9e09 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,9 +4,10 @@ sh() {
   /bin/sh -c "set -x; $*"
 }
 
+sh autoheader
 sh aclocal
-sh automake --foreign --include-deps
 sh autoconf
+sh automake --foreign --include-deps --add-missing
 
 echo
 echo You are now ready to run ./configure