/[emacs]/emacs/config.bat
ViewVC logotype

Diff of /emacs/config.bat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by eliz, Sat Jul 31 09:23:20 2004 UTC revision 1.37 by eliz, Fri Nov 12 16:10:03 2004 UTC
# Line 121  Goto End Line 121  Goto End
121  set djgpp_ver=1  set djgpp_ver=1
122  If ErrorLevel 20 set djgpp_ver=2  If ErrorLevel 20 set djgpp_ver=2
123  rm -f junk.c junk junk.exe  rm -f junk.c junk junk.exe
124  rem DJECHO is used by the top-level Makefile  rem The v1.x build does not need djecho
125    if "%DJGPP_VER%" == "1" Goto djechoOk
126    rem DJECHO is used by the top-level Makefile in the v2.x build
127  Echo Checking whether 'djecho' is available...  Echo Checking whether 'djecho' is available...
128  redir -o Nul -eo djecho -o junk.$$$ foo  redir -o Nul -eo djecho -o junk.$$$ foo
129  If Exist junk.$$$ Goto djechoOk  If Exist junk.$$$ Goto djechoOk

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26