[Top][All Lists]
[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: |
Tue, 16 Apr 2002 13:39:08 -0400 |
Index: emacs/config.bat
diff -c emacs/config.bat:1.31 emacs/config.bat:1.32
*** emacs/config.bat:1.31 Sat Nov 24 06:41:08 2001
--- emacs/config.bat Tue Apr 16 13:39:08 2002
***************
*** 152,158 ****
--- 152,163 ----
if "%X11%" == "" goto src4
sed -f ../msdos/sed2x.inp <config.in >config.tmp
:src4
+ if "%DJGPP_VER%" == "2" Goto src41
sed -f ../msdos/sed2.inp <config.tmp >config.h2
+ goto src42
+ :src41
+ sed -f ../msdos/sed2v2.inp <config.tmp >config.h2
+ :src42
update config.h2 config.h >nul
rm -f config.tmp config.h2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/config.bat,
Eli Zaretskii <=