]> git.eshelyaron.com Git - emacs.git/commitdiff
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 c3e36975decaa431e2ffedb03e87b37e72d2dffd..c7be653b873adbcd95ba53312040d4fc10c513e2 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