summaryrefslogtreecommitdiff
path: root/nt/configure.bat
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-08-31 11:26:59 -0700
committerGlenn Morris <rgm@gnu.org>2013-08-31 11:26:59 -0700
commit7605d081badfac6890d5f34966967bffdc18d715 (patch)
tree32bb02836856485ecc9599e893a028d262843dbf /nt/configure.bat
parent0a357e98dc7fec92b5d3a69b044497dba452701c (diff)
downloademacs-7605d081badfac6890d5f34966967bffdc18d715.tar.gz
Update nt installation instructions to point to supported method
* nt/INSTALL: Rename from INSTALL.MSYS. * nt/INSTALL.OLD: Rename from INSTALL. * nt/configure.bat: Update for INSTALL name changes. * make-dist: Update for nt/INSTALL* changes.
Diffstat (limited to 'nt/configure.bat')
-rwxr-xr-xnt/configure.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/configure.bat b/nt/configure.bat
index 8f717fd4168..f98396bb81e 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -60,7 +60,7 @@ rem [8] tested only on Windows XP.
rem
echo ****************************************************************
echo *** THIS METHOD OF BUILDING EMACS IS NO LONGER SUPPORTED. **
-echo *** INSTEAD, FOLLOW THE INSTRUCTIONS FROM INSTALL.MSYS. **
+echo *** INSTEAD, FOLLOW THE INSTRUCTIONS FROM INSTALL. **
echo ****************************************************************
:confirm_continue
set /p answer=Continue running this script at your own risks ? (Y/N)
@@ -191,7 +191,7 @@ echo.
echo. IMPORTANT: This method of building Emacs for MS-Windows is deprecated,
echo. and could be removed in a future version of Emacs. The preferred way
echo to build Emacs for MS-Windows from now on is using the MSYS environment
-echo. and MinGW development tools. Please see nt/INSTALL.MSYS for details.
+echo. and MinGW development tools. Please see nt/INSTALL for details.
goto end
rem ----------------------------------------------------------------------