all repos — openbox @ 8c0857543316c922394ba96768099e2b60aba126

openbox fork - make it a bit more like ryudo

check for cvs in the version properly
Dana Jansens danakj@orodu.net
commit

8c0857543316c922394ba96768099e2b60aba126

parent

1729df46b5da2e04df6779e158707531ce1cae6d

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

jump to
M m4/openbox.m4m4/openbox.m4

@@ -12,7 +12,7 @@ [ --enable-debug build a debug version default=no],

[DEBUG=$enableval],[]) # cvs builds are always debug - test "${VERSION#cvs}" != "$VERSION" && DEBUG = "yes" + test "${VERSION%*cvs}" != "$VERSION" && DEBUG="yes" if test "$DEBUG" = "yes"; then AC_MSG_RESULT([debug])