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