all repos — openbox @ 60b2990e397faccd6a2f4f1cf7f2285e45fb1876

openbox fork - make it a bit more like ryudo

using configure.ac causes problems. switching back to configure.in
Dana Jansens danakj@orodu.net
commit

60b2990e397faccd6a2f4f1cf7f2285e45fb1876

parent

0c7e8e4011fad887d42320b269c638369eebcb5e

2 files changed, 1 insertions(+), 2 deletions(-)

jump to
M bootstrapbootstrap

@@ -6,8 +6,8 @@ }

sh autoheader sh aclocal -sh automake --foreign --include-deps --add-missing sh autoconf +sh automake --foreign --include-deps --add-missing echo echo You are now ready to run ./configure
M configure.acconfigure.in

@@ -2,7 +2,6 @@ dnl configure.in for Openbox

dnl Initialize autoconf and automake AC_INIT(src/blackbox.cc) AM_INIT_AUTOMAKE(openbox,2.0.0,no-define) -AC_CONFIG_HEADERS(config.h) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix"