]> Dogcows Code - chaz/openbox/blob - bootstrap
adding bootstrap which generates all the auto* files such as configure
[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.041162 seconds and 5 git commands to generate.