all repos — openbox @ 9672ad0f0644173f161f08a59b38640734a61079

openbox fork - make it a bit more like ryudo

look for yacc
Dana Jansens danakj@orodu.net
commit

9672ad0f0644173f161f08a59b38640734a61079

parent

d7b6c79c412c8067e30451c6e7a8f31266644efa

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

jump to
M configure.acconfigure.ac

@@ -35,6 +35,9 @@

AC_PATH_PROG([FLEX], [flex]) test "$FLEX" || AC_MSG_ERROR([flex not found]) +AC_PATH_PROG([YACC], [yacc]) +test "YACC" || AC_MSG_ERROR([yacc not found]) + AC_PROG_LIBTOOL LIBTOOL="$LIBTOOL --silent" AC_PROG_INSTALL