]> Dogcows Code - chaz/openbox/blob - bootstrap
60958c821e50beeac269e92243b1ff831b4d5a54
[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 --add-missing
9 sh autoconf
10
11 echo
12 echo You are now ready to run ./configure
13 echo enjoy!
This page took 0.04003 seconds and 3 git commands to generate.