Mercurial > emacs
changeset 24018:b918e6330d6e
Support configuring with leim.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 07 Jan 1999 12:27:19 +0000 |
parents | d6ab8dbc44f2 |
children | 4946582b4411 |
files | config.bat |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/config.bat Wed Jan 06 23:58:41 1999 +0000 +++ b/config.bat Thu Jan 07 12:27:19 1999 +0000 @@ -204,6 +204,13 @@ sed -f ../msdos/sed6.inp < Makefile.in > Makefile cd .. rem ---------------------------------------------------------------------- +If not Exist leim\quail\latin-pre.el goto maindir +Echo Configuring the leim directory... +cd leim +sed -f ../msdos/sedleim.inp < Makefile.in > Makefile +cd .. +rem ---------------------------------------------------------------------- +:maindir Echo Configuring the main directory... If "%DJGPP_VER%" == "1" goto mainv1 Echo Looking for the GDB init file...