Date: Tue, 18 May 93 11:04:07 EDT From: DJ Delorie To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: patch for configure.bat in GCC 2.4.0 Change this line in configure.bat (line 20): sed -e "s/[^\"]*\"/version=/" -e "s/\ .*//" version.c >> config.sed to this: sed -e 's/.*\"\([^ \"]*\)[ \"].*/version=\1/' version.c >> config.sed GCC 2.4.1 will have this patch applied already. No other changes are required. If I get a chance, I'll build 2.4.0 and put it on omnigate. DJ