According to Michael Walton on 1/10/2010 5:36 PM:
> I am using the autotools in combination with GNU Bison and Flex. In
> particular I am using the %glr directive in my bison file (parse.y).
> Everything works fine, except that when I run 'make', 'ylwrap' is
> invoked which runs 'bison -y -d' on 'p
I am using the autotools in combination with GNU Bison and Flex. In
particular I am using the %glr directive in my bison file (parse.y).
Everything works fine, except that when I run 'make', 'ylwrap' is
invoked which runs 'bison -y -d' on 'parse.y' producing 'y.tab.h' and
'y.tab.c'. 'ylwrap' then r