From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 29 Feb 2000 23:41:08 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: bison patch for djgpp.env Message-ID: <38BC5914.13247.34FB2C@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Bison's defaults work just fine, so why not get rid of the bison section in djgpp.env? *** djgpp.env.orig Fri Dec 24 15:19:04 1999 --- djgpp.env Tue Feb 29 23:37:30 2000 *************** DJDIR=%:/>DJGPP% *** 12,21 **** +TEXMFMAIN=%DJDIR%/share/texmf +GO32STUB=%DJDIR%/bin/stubify.exe - [bison] - BISON_HAIRY=%DJDIR%/lib/bison.hai - BISON_SIMPLE=%DJDIR%/lib/bison.sim - [cpp] CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/lang/cxx;%DJDIR%/include C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include --- 12,17 ----