]> Dogcows Code - chaz/openbox/blobdiff - bootstrap
using configure.ac causes problems. switching back to configure.in
[chaz/openbox] / bootstrap
index 13c6a623cf6227b8f5deb895f36904beca763e25..25d9e0913dff431207bcad6207752b9a91d1b8bc 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
This page took 0.019763 seconds and 4 git commands to generate.