emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/config.bat


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/config.bat
Date: Fri, 12 Nov 2004 11:16:13 -0500

Index: emacs/config.bat
diff -c emacs/config.bat:1.36 emacs/config.bat:1.37
*** emacs/config.bat:1.36       Sat Jul 31 09:23:20 2004
--- emacs/config.bat    Fri Nov 12 16:10:03 2004
***************
*** 121,127 ****
  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
--- 121,129 ----
  set djgpp_ver=1
  If ErrorLevel 20 set djgpp_ver=2
  rm -f junk.c junk junk.exe
! 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]