Date: Thu, 13 Sep 2001 08:39:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Juan Manuel Guerrero cc: djgpp-workers AT delorie DOT com Subject: Re: ANNOUNCE: DJGPP port of GNU Bison 1.29 uploaded In-Reply-To: <200109121757.NAA27738@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 12 Sep 2001, Juan Manuel Guerrero wrote: > It must be noticed that starting with Bison 1.29, the parser files, > bison.simple and bison.hairy, are installed into %DJDIR%/share/bison. > This is different from all previous versions and ports of Bison. Due > to this, you **MUST** delete the following lines: > > [bison] > BISON_HAIRY=%DJDIR%/lib/bison.hai > BISON_SIMPLE=%DJDIR%/lib/bison.sim > > from your djgpp.env. I can't say I'm happy with this change. It could easily cause subtle problems for those who don't follow instructions. It also means removing these lines from djgpp.env in the next DJGPP release means we could break Bison for people who don't upgrade Bison when they download djdev204.zip. Why was this change necessary?