autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison


From: tom fogal
Subject: Re: Bison
Date: Tue, 11 Jan 2011 11:53:01 -0700
User-agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100329)

Russell Shaw wrote:
How can i get autoconf to use bison?

The problem with yacc is that you can't rename
the output files and always get: y.tab.h y.tab.c

Is there a way i can get yacc to give better output
file names like myproj.tab.h myproj.tab.c ?

Is this really an autoconf question? Seems like something the build system should handle, not the configuration system.

If you're using automake, look into BUILT_SOURCES:

http://www.gnu.org/software/hello/manual/automake/Built-Sources-Example.html

cheers,

-tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]