all repos — openbox @ a0d1898a5799af9aefd195ce5db36f1d483c8c2f

openbox fork - make it a bit more like ryudo

bootstrap (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

sh() {
  /bin/sh -c "set -x; $*"
}

sh autoheader
sh aclocal
sh automake --foreign --include-deps --add-missing
sh autoconf

echo
echo You are now ready to run ./configure
echo enjoy!