>>> "Dan" == Dan McMahill <[EMAIL PROTECTED]> writes:

[...]

 Dan> I'm working on is that the original sources used the -Pfoo
 Dan> flag to flex and -p foo flag to bison.  This has the
 Dan> effect of having flex produce 'lex.foo.c' instead of
 Dan> 'lex.yy.c' which seems to confuse automake.

 Dan> AM_LFLAGS=      -f -i -Pfoo

Does it help if you use

   AM_LFLAGS = -f -i -Pfoo -o $(LEX_OUTPUT_ROOT).c

?

[...]

-- 
Alexandre Duret-Lutz



Reply via email to