autoconf
[Top][All Lists]
Advanced

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

Re: Bison


From: John Calcote
Subject: Re: Bison
Date: Tue, 11 Jan 2011 12:24:51 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7

On 01/11/2011 04:31 AM, Russell Shaw wrote:
> Hi,
> On debian, there is /usr/bin/bison, and
> /usr/bin/bison.yacc just does:
>
>   exec '/usr/bin/bison' -y "$@"
>
> 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 ?

Hi Russell - try the techniques listed here:
http://www.mail-archive.com/address@hidden/msg01897.html

Regards,
John



reply via email to

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