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