# HG changeset patch # User Jason Rumney # Date 1208813480 0 # Node ID fbf666581e4d3eca15af30824f48f12da2c59b99 # Parent 47134e6f8c9ba141cf0dd1151a788bf30e1f5eb8 (success): Print "make" rather than "gmake", as that is what MingW uses. diff -r 47134e6f8c9b -r fbf666581e4d nt/configure.bat --- a/nt/configure.bat Mon Apr 21 21:26:02 2008 +0000 +++ b/nt/configure.bat Mon Apr 21 21:31:20 2008 +0000 @@ -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