25d9e0913dff431207bcad6207752b9a91d1b8bc
[dana/openbox.git] / bootstrap
1 #! /bin/sh
2
3 sh() {
4   /bin/sh -c "set -x; $*"
5 }
6
7 sh autoheader
8 sh aclocal
9 sh autoconf
10 sh automake --foreign --include-deps --add-missing
11
12 echo
13 echo You are now ready to run ./configure
14 echo enjoy!