Re: switch from byacc to bison
[email protected] (Rafael Garcia-Suarez) Sat, 14 Feb 2004 12:02:14 +0100
| Newsgroups | perl.perl5.build |
|---|---|
| Message-ID | <[email protected]> |
"H.Merijn Brand" <[email protected]> wrote: > On Sat 14 Feb 2004 03:33, Dave Mitchell <[email protected]> wrote: > > Some notes: > > > > Pumpkings: Currently it requires bison 1.875 to rebuild perly.*, although > > this restriction has more to do with a lack of testing on my part of other > > versions, rather than any intrinsic defect. Probably 1.35 onwards will > > work. > > Looks fine. > > A Question: > Will this work backwards to 5.005.x? > If so, I guess I can remove all probing for byacc from Configure No, because byacc is used to build a2p. (Until now :)