[CC:ing bug-automake]
[replies can drop the automake list]
Hi Bruce. In the future, please send bug reports to bug-automake,
so that our bug tracker will keep track of them. Thanks.
On Tuesday 01 November 2011, Bruce Korb wrote:
> PING:
>
> The bison accepts the option, --header-file=whatever.
PING:
The bison accepts the option, --header-file=whatever.h
"ylwrap" is a wrapper script meant to canonicalize the invocation
of yacc and bison. True enough, if you use --header-file you
had better be using bison, but here is the problem:
I am working on a project that will only build in a GNU
On 10/17/11 10:35, Bruce Korb wrote:
The --header-file=whatever fails to preserve the header file.
ylwrap builds in a subdirectory and removes it. I don't know
what the easiest fix is. For now, I've hacked ylwrap to look
for a header with a name other than y?tab.h and, if it exists,
move it up on
The --header-file=whatever fails to preserve the header file.
ylwrap builds in a subdirectory and removes it. I don't know
what the easiest fix is. For now, I've hacked ylwrap to look
for a header with a name other than y?tab.h and, if it exists,
move it up one directory. Not very satisfactory,