Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2000 18:45:19 -0800
From:      Bill Fenner <fenner@research.att.com>
To:        asami@freebsd.org
Cc:        andy@icc.surw.chel.su, fenner@freebsd.org, hanspb@persbraten.vgs.no, jdp@polstra.com, joep@di.nl, max@freebsd.org, mita@jp.freebsd.org, obrien@freebsd.org, pst@freebsd.org, ports@freebsd.org
Subject:   Re: USE_BISON
Message-ID:  <200001210245.SAA22764@windsor.research.att.com>
References:   <200001191609.IAA05299@silvia.hip.berkeley.edu> <20000119092727.A65004@dragon.nuxi.com> <vqcr9fekl0b.fsf@silvia.hip.berkeley.edu> <20000119095955.R67844@relay.nuxi.com> <200001210150.RAA60802@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

>Especially those with GNU
>autoconf are mysteries, they are supposed to find out exactly these
>kind of things.

Depends on the configure.in author; it only checks what it's told
to check =) For those who want to modify the autoconf script to make
this happen, you want to use AC_PROG_YACC which sets the YACC variable
(i.e. put @YACC@ in Makefile.in).  If it uses features like -p that old
yacc doesn't support you'll need to do something like

AC_PROG_YACC
test "$YACC" = "yacc" && AC_MSG_ERROR("need bison or byacc")

  Bill


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001210245.SAA22764>