]> Dogcows Code - chaz/openbox/blobdiff - bootstrap
reverse the automake/autoconf order.. for fun
[chaz/openbox] / bootstrap
index 25d9e0913dff431207bcad6207752b9a91d1b8bc..ed12d05a98d25301de4bf5938bfba132f804b1ba 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,10 +4,10 @@ sh() {
   /bin/sh -c "set -x; $*"
 }
 
-sh autoheader
 sh aclocal
-sh autoconf
+sh autoheader
 sh automake --foreign --include-deps --add-missing
+sh autoconf
 
 echo
 echo You are now ready to run ./configure
This page took 0.02068 seconds and 4 git commands to generate.