all repos — openbox @ 0a04c368633b31345db2ebe23c54b14972c25780

openbox fork - make it a bit more like ryudo

use bison not yacc
Dana Jansens danakj@orodu.net
commit

0a04c368633b31345db2ebe23c54b14972c25780

parent

67bbd6970ce0b807397e5ecb3255982d7b1cc617

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

jump to
M configure.acconfigure.ac

@@ -35,7 +35,7 @@

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