]> Dogcows Code - chaz/openbox/blobdiff - bootstrap
reverse the automake/autoconf order.. for fun
[chaz/openbox] / bootstrap
index 13c6a623cf6227b8f5deb895f36904beca763e25..ed12d05a98d25301de4bf5938bfba132f804b1ba 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,8 @@ sh() {
 }
 
 sh aclocal
-sh automake --foreign --include-deps
+sh autoheader
+sh automake --foreign --include-deps --add-missing
 sh autoconf
 
 echo
This page took 0.022027 seconds and 4 git commands to generate.