Message-Id: <199901071842.SAA88774@out4.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 7 Jan 1999 13:42:49 -0500 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-3299 Subject: patch for autoconf 2.13 X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com --Message-Boundary-3299 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body The patch attached to this message modifies the djgppcfg.sh found in the autoconf 2.12 distribution so it can be used to modify autoconf 2.13. Mark --- Mark Elbrecht snowball3 AT usa DOT net http://members.xoom.com/snowball3/ --Message-Boundary-3299 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'djgppcfg.dif' *** a:djgppcfg.sh Wed May 14 17:45:34 1997 --- djgppcfg.sh Thu Jan 7 13:31:56 1999 *************** *** 12,18 **** # Change also the *.info* to *.inf*, because this will fail, if # we are not using long filenames ! sed -e 's,\*\.info\*,\*\.inf\*,g' -e "s!,\\\$(AWK),g.*\$!& -e 's,\\\$(DJDIR),\\\$\\\${DJDIR},g'!g" Makefile.ori > Makefile.in # Change the IFS to take care of bash's PATH_SEPARATOR # It defaults to ';' --- 12,18 ---- # Change also the *.info* to *.inf*, because this will fail, if # we are not using long filenames ! sed -e 's,\*\.info\*,\*\.inf\*,g' -e "s!,\\\$(SHELL),g.*\$!& -e 's,\\\$(DJDIR),\\\$\\\${DJDIR},g'!g" Makefile.ori > Makefile.in # Change the IFS to take care of bash's PATH_SEPARATOR # It defaults to ';' --Message-Boundary-3299--