aboutsummaryrefslogtreecommitdiffstats
path: root/config.bat
diff options
context:
space:
mode:
authorEli Zaretskii2004-11-12 16:10:03 +0000
committerEli Zaretskii2004-11-12 16:10:03 +0000
commit5ae143b2702a2ebdd2c8ea49b6935a3e4bc34c53 (patch)
tree32b7c02dc65e3997fb4a2efab59e36511a515272 /config.bat
parent41f41c62a6010e5ff514ee4431731af0c417df10 (diff)
downloademacs-5ae143b2702a2ebdd2c8ea49b6935a3e4bc34c53.tar.gz
emacs-5ae143b2702a2ebdd2c8ea49b6935a3e4bc34c53.zip
Don't require djecho.exe for the v1.x build.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.bat b/config.bat
index c3e36975dec..c7be653b873 100644
--- a/config.bat
+++ b/config.bat
@@ -121,7 +121,9 @@ Goto End
121set djgpp_ver=1 121set djgpp_ver=1
122If ErrorLevel 20 set djgpp_ver=2 122If ErrorLevel 20 set djgpp_ver=2
123rm -f junk.c junk junk.exe 123rm -f junk.c junk junk.exe
124rem DJECHO is used by the top-level Makefile 124rem The v1.x build does not need djecho
125if "%DJGPP_VER%" == "1" Goto djechoOk
126rem DJECHO is used by the top-level Makefile in the v2.x build
125Echo Checking whether 'djecho' is available... 127Echo Checking whether 'djecho' is available...
126redir -o Nul -eo djecho -o junk.$$$ foo 128redir -o Nul -eo djecho -o junk.$$$ foo
127If Exist junk.$$$ Goto djechoOk 129If Exist junk.$$$ Goto djechoOk