bug-autoconf
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] AC_PROG_YACC


From: Bruno Haible
Subject: Re: [Bug-gnulib] AC_PROG_YACC
Date: Mon, 3 May 2004 20:35:34 +0200
User-agent: KMail/1.5

Derek Robert Price wrote:
> > >>My workaround will be to just stick a `YFLAGS=' line in my
> > >>Makefile.am, but I thought you might like the bug report.
> > >
> > >So this means, YFLAGS is meant as a variable through which the user can
> > >influence the compilation (like CFLAGS, CPPFLAGS, LDFLAGS etc.). By
> > >setting it to empty, you give the user less freedom.
>
> Not true.  I am _defaulting_ it to empty by setting it via configure.

That's reasonable, but for this to work as you expect, the default must
be set from configure.ac or a .m4 macro, not from Makefile.am.

> My new solution just AC_ARG_VARs both YACC & YFLAGS

Sounds OK for YFLAGS. However, for YACC it's not what we want because it
doesn't enforce the requirement that bison is used.

Bruno





reply via email to

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