Mercurial > emacs
diff nt/configure.bat @ 83353:532e0a9335a9
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Patches applied:
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--base-0
tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-1
Add CVS metadata files.
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-2
Update from CVS.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-393
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 04 Sep 2005 03:48:17 +0000 |
parents | aadc8043fb43 |
children | 067115a6e738 890cc78a5a24 |
line wrap: on
line diff
--- a/nt/configure.bat Thu Aug 25 12:03:34 2005 +0000 +++ b/nt/configure.bat Sun Sep 04 03:48:17 2005 +0000 @@ -1,7 +1,7 @@ @echo off rem ---------------------------------------------------------------------- rem Configuration script for MS Windows 95/98/Me and NT/2000/XP -rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +rem Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 rem Free Software Foundation, Inc. rem This file is part of GNU Emacs. @@ -499,7 +499,6 @@ copy /b config.settings+%MAKECMD%.defs+..\man\makefile.w32-in ..\man\makefile copy /b config.settings+%MAKECMD%.defs+..\lispref\makefile.w32-in ..\lispref\makefile copy /b config.settings+%MAKECMD%.defs+..\lispintro\makefile.w32-in ..\lispintro\makefile -if not exist ..\lisp\Makefile.unix rename ..\lisp\Makefile.in Makefile.unix if exist ..\lisp\makefile rm -f ../lisp/[Mm]akefile copy /b config.settings+%MAKECMD%.defs+..\lisp\makefile.w32-in ..\lisp\makefile rem Use the default (no-op) Makefile.in if the nt version is not present. @@ -513,6 +512,7 @@ echo. echo Emacs successfully configured. +echo Emacs successfully configured. >>config.log echo Run `%MAKECMD%' to build, then run `%MAKECMD% install' to install. goto end