# HG changeset patch # User Richard M. Stallman # Date 757950381 0 # Node ID c87d1cd3f62a7e690e6335d847f35e6675a48a7c # Parent 397caf3061e87feae6ccfc5cb66cc79972c397b3 *** empty log message *** diff -r 397caf3061e8 -r c87d1cd3f62a config.bat --- a/config.bat Fri Jan 07 13:45:36 1994 +0000 +++ b/config.bat Fri Jan 07 13:46:21 1994 +0000 @@ -19,12 +19,11 @@ rem ---------------------------------------------------------------------- rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS: rem -rem + djgpp. +rem + djgpp version 1,11 rem + make utility that allows breaking of 128 chars limit of commands. rem ndmake (as of version 4.5) won't work due to a line length limit. rem + rm, mv, chmod (From GNU file utilities). rem + sed. -rem + patch (Larry Wall's for instance. I think it's supplied with djgpp). rem ---------------------------------------------------------------------- if not "%2" == "" goto usage if "%1" == "msdos" goto msdos @@ -77,15 +76,10 @@ if exist dir.h ren dir.h vmsdir.h rem Create "makefile" from "makefile.in.in" using a context patch. -rm -f makefile -cp %MAKEFILEIN% makefile -patch -p1 -B ! -r patch.rjt makefile ../msdos/patch1 -echo All hunks above should have passed! If they didn't, you'll have to -echo update manually. That should be easy though. -mv makefile junk.c +rm -f makefile junk.c +cp %MAKEFILEIN% junk.c gcc -E junk.c | sed -f ../msdos/sed1.inp >makefile -del !makefile -del junk.c +rm -f junk.c cd .. rem ---------------------------------------------------------------------- Echo Configuring the library source directory...