all repos — openbox @ bd196c710829f27458e620b8933cb67a33044cc0

openbox fork - make it a bit more like ryudo

adding bootstrap which generates all the auto* files such as configure
Dana Jansens danakj@orodu.net
commit

bd196c710829f27458e620b8933cb67a33044cc0

parent

4f04dcaf2243b64cbeb35c078b986c161685c589

1 files changed, 13 insertions(+), 0 deletions(-)

jump to
A bootstrap

@@ -0,0 +1,13 @@

+#! /bin/sh + +sh() { + /bin/sh -c "set -x; $*" +} + +sh aclocal +sh automake --foreign --include-deps +sh autoconf + +echo +echo You are now ready to run ./configure +echo enjoy!