X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/373ea6d5eeeb9a1e2202efae36617095bb9ef557..06a128110933c1eb7e1464df9e089dcac8bfed6b:/config.bat diff --git a/config.bat b/config.bat index 5c922551d0..302eb24b0d 100644 --- a/config.bat +++ b/config.bat @@ -122,6 +122,19 @@ Goto End set djgpp_ver=1 If ErrorLevel 20 set djgpp_ver=2 rm -f junk.c junk junk.exe +rem DJECHO is used by the top-level Makefile +Echo Checking whether 'djecho' is available... +redir -o Nul -eo djecho -o junk.$$$ foo +If Exist junk.$$$ Goto djechoOk +Echo To build 'Emacs' you need the 'djecho.exe' program! +Echo 'djecho.exe' is part of 'djdevNNN.zip' basic DJGPP development kit. +Echo Versions of DJGPP before 2.02 called this program 'echo.exe'. +Echo Either unpack 'djecho.exe' from the 'djdevNNN.zip' archive, +Echo or, if you have 'echo.exe', copy it to 'djecho.exe'. +Echo Then run CONFIG.BAT again with the same arguments you did now. +Goto End +:djechoOk +rm -f junk.$$$ Echo Configuring for DJGPP Version %DJGPP_VER% ... Rem ---------------------------------------------------------------------- Echo Configuring the source directory... @@ -204,6 +217,11 @@ cd man sed -f ../msdos/sed6.inp < Makefile.in > Makefile cd .. rem ---------------------------------------------------------------------- +Echo Configuring the lisp directory... +cd lisp +sed -f ../msdos/sedlisp.inp < Makefile.in > Makefile +cd .. +rem ---------------------------------------------------------------------- If not Exist leim\quail\latin-pre.el goto maindir Echo Configuring the leim directory... cd leim @@ -214,7 +232,7 @@ rem ---------------------------------------------------------------------- Echo Configuring the main directory... If "%DJGPP_VER%" == "1" goto mainv1 Echo Looking for the GDB init file... -If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit +If Exist src\.gdbinit update src/.gdbinit src/_gdbinit If Exist src\_gdbinit goto gdbinitOk Echo ERROR: Echo I cannot find the GDB init file. It was called ".gdbinit" in