emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/configure.bat,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/nt/configure.bat,v
Date: Mon, 21 Apr 2008 21:31:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/04/21 21:31:20

Index: configure.bat
===================================================================
RCS file: /sources/emacs/emacs/nt/configure.bat,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- configure.bat       5 Apr 2008 08:16:58 -0000       1.51
+++ configure.bat       21 Apr 2008 21:31:20 -0000      1.52
@@ -24,11 +24,11 @@
 rem   YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
 rem
 rem   + MS Windows 95/98/Me or NT/2000/XP
-rem   + either MSVC 2.x or later, or gcc-2.95 or later (with gmake 3.75
+rem   + either MSVC 2.x or later, or gcc-2.95 or later (with GNU make 3.75
 rem     or later) and the Mingw32 and W32 API headers and libraries.
 rem   + Visual Studio 2005 is not supported at this time.
 rem
-rem For reference, here is a list of which builds of gmake are known to
+rem For reference, here is a list of which builds of GNU make are known to
 rem work or not, and whether they work in the presence and/or absence of
 rem sh.exe.
 rem
@@ -601,6 +601,7 @@
 :success
 echo Emacs successfully configured.
 echo Emacs successfully configured. >>config.log
+if (%MAKECMD%) == (gmake) set MAKECMD=make
 echo Run `%MAKECMD%' to build, then run `%MAKECMD% install' to install.
 goto end
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]