This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Configure patch] Issue error if bison not found


On Nov 28, 2002, Craig Rodrigues <rodrigc@attbi.com> wrote:

> With my patch, configure will bomb and issue a useful error message
> saying that bison is missing.

Which is wrong.  Nobody needs bison to build a GCC release.  It's only
CVS check outs that don't necessarily have the bison-generated files
up-to-date.

> With your patch, configure will generate a Makefile with:

> BISON=missing bison

You need something more like

${CONFIG_SHELL} ${srcdir}/../missing bison

for the default value of bison.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]