[adding bug-automake, so that we won't forgot about this report]
On Monday 13 June 2011, Pippijn van Steenhoven wrote:
> Hi,
>
> in some of my projects, I use (reentrant) flex with the header-file
> option. This causes flex to generate a .h file in addition to the usual
> lex.yy.c file. However,
Hi,
in some of my projects, I use (reentrant) flex with the header-file
option. This causes flex to generate a .h file in addition to the usual
lex.yy.c file. However, ylwrap doesn't know about this. What would be the
correct way to use flex with header files?
Regards,
--
Pippijn van Steenhoven
Hi,
when one uses --header-file in conjunction with ylwrap, the header file
is produced in the temporary directory ylwrap runs in instead of
${srcdir}. I think this should be addresses somehow - I'm open
to suggestions or ideas on how this could be tackled. One way would
probably just to add