[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/nt/configure.bat
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/nt/configure.bat |
Date: |
Thu, 28 Jul 2005 18:40:55 -0400 |
Index: emacs/nt/configure.bat
diff -c emacs/nt/configure.bat:1.31 emacs/nt/configure.bat:1.32
*** emacs/nt/configure.bat:1.31 Sat Jul 16 12:37:06 2005
--- emacs/nt/configure.bat Thu Jul 28 22:40:55 2005
***************
*** 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 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
--- 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 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
***************
*** 499,505 ****
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.
--- 499,504 ----