Don't require djecho.exe for the v1.x build.
authorEli Zaretskii <eliz@gnu.org>
Fri, 12 Nov 2004 16:10:03 +0000 (16:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 Nov 2004 16:10:03 +0000 (16:10 +0000)
config.bat

index c3e3697..c7be653 100644 (file)
@@ -121,7 +121,9 @@ Goto End
 set djgpp_ver=1\r
 If ErrorLevel 20 set djgpp_ver=2\r
 rm -f junk.c junk junk.exe\r
-rem DJECHO is used by the top-level Makefile\r
+rem The v1.x build does not need djecho\r
+if "%DJGPP_VER%" == "1" Goto djechoOk\r
+rem DJECHO is used by the top-level Makefile in the v2.x build\r
 Echo Checking whether 'djecho' is available...\r
 redir -o Nul -eo djecho -o junk.$$$ foo\r
 If Exist junk.$$$ Goto djechoOk\r