From: Eli Zaretskii Date: Fri, 12 Nov 2004 16:10:03 +0000 (+0000) Subject: Don't require djecho.exe for the v1.x build. X-Git-Tag: ttn-vms-21-2-B4~3970 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ae143b2702a2ebdd2c8ea49b6935a3e4bc34c53;p=emacs.git Don't require djecho.exe for the v1.x build. --- diff --git a/config.bat b/config.bat index c3e36975dec..c7be653b873 100644 --- a/config.bat +++ b/config.bat @@ -121,7 +121,9 @@ 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 +rem The v1.x build does not need djecho +if "%DJGPP_VER%" == "1" Goto djechoOk +rem DJECHO is used by the top-level Makefile in the v2.x build Echo Checking whether 'djecho' is available... redir -o Nul -eo djecho -o junk.$$$ foo If Exist junk.$$$ Goto djechoOk