]> Dogcows Code - chaz/openbox/blob - bootstrap
ed12d05a98d25301de4bf5938bfba132f804b1ba
[chaz/openbox] / bootstrap
1 #! /bin/sh
2
3 sh() {
4 /bin/sh -c "set -x; $*"
5 }
6
7 sh aclocal
8 sh autoheader
9 sh automake --foreign --include-deps --add-missing
10 sh autoconf
11
12 echo
13 echo You are now ready to run ./configure
14 echo enjoy!
This page took 0.035059 seconds and 3 git commands to generate.