]> Dogcows Code - chaz/openbox/blobdiff - bootstrap
reverse the automake/autoconf order.. for fun
[chaz/openbox] / bootstrap
index 3c3044d3499831adbe75a8d7ce9d4a4f2ec5cabf..ed12d05a98d25301de4bf5938bfba132f804b1ba 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,8 +4,8 @@ sh() {
   /bin/sh -c "set -x; $*"
 }
 
-sh autoheader
 sh aclocal
+sh autoheader
 sh automake --foreign --include-deps --add-missing
 sh autoconf
 
This page took 0.021161 seconds and 4 git commands to generate.