autoconf
[Top][All Lists]
Advanced

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

Bison


From: Russell Shaw
Subject: Bison
Date: Tue, 11 Jan 2011 22:31:25 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101030 Icedove/3.0.10

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 ?



reply via email to

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