]> Dogcows Code - chaz/openbox/blob - bootstrap
3c3044d3499831adbe75a8d7ce9d4a4f2ec5cabf
[chaz/openbox] / bootstrap
1 #! /bin/sh
2
3 sh() {
4 /bin/sh -c "set -x; $*"
5 }
6
7 sh autoheader
8 sh aclocal
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.032381 seconds and 4 git commands to generate.