Re: AM_YFLAGS aren't used in the presence of per-target YFLAGS

2012-09-15 Thread Matt Turner
On Sat, Sep 15, 2012 at 12:56 AM, Stefano Lattarini wrote: > On 09/15/2012 04:51 AM, Matt Turner wrote: >> In attempting to massage automake into doing what I want, I've found >> what I consider to be some deficiencies in its handling of bison- and >> flex-generated code. Here's one in particular.

Re: automake 1.12.1 changes extension of bison-generated header files

2012-09-15 Thread Stefano Lattarini
On 09/15/2012 03:06 AM, Matt Turner wrote: > I started thinking about this again recently, so I thought I'd respond. > > So, first thanks for the email and the suggestion. > > On Sat, Jul 14, 2012 at 1:42 AM, Stefano Lattarini > wrote: >> On 07/13/2012 07:16 PM, Matt Turner wrote: >>> Hi, >>> >>

Re: AM_YFLAGS aren't used in the presence of per-target YFLAGS

2012-09-15 Thread Stefano Lattarini
On 09/15/2012 04:51 AM, Matt Turner wrote: > In attempting to massage automake into doing what I want, I've found > what I consider to be some deficiencies in its handling of bison- and > flex-generated code. Here's one in particular. > > === AM_YFLAGS aren't used in the presence of per-target YFL