Re: problem with automake and bison

2010-01-11 Thread Eric Blake
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

problem with automake and bison

2010-01-10 Thread Michael Walton
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