aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-06-25 17:08:47 +0200
committerJuanma Barranquero2013-06-25 17:08:47 +0200
commit341881c044bae8941443901e0884ef23ab51213d (patch)
treee38669c99e06c7755524aa580c86114ec779705c
parente82b0991003249cbd21f47ec98227d5cb8c7a81f (diff)
downloademacs-341881c044bae8941443901e0884ef23ab51213d.tar.gz
emacs-341881c044bae8941443901e0884ef23ab51213d.zip
nt/configure.bat: Warn about deprecation status.
-rw-r--r--nt/ChangeLog5
-rwxr-xr-xnt/configure.bat5
2 files changed, 10 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index baa7003f5ae..1a0746b3181 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12013-06-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * configure.bat: Add warning to the help text about using the
4 MSYS/MinGW building procedure.
5
12013-06-07 Eli Zaretskii <eliz@gnu.org> 62013-06-07 Eli Zaretskii <eliz@gnu.org>
2 7
3 * INSTALL.MSYS: mingw-get is not a GUI program (yet). 8 * INSTALL.MSYS: mingw-get is not a GUI program (yet).
diff --git a/nt/configure.bat b/nt/configure.bat
index f833da72269..484fb83d901 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -174,6 +174,11 @@ echo. Note that this capability of processing parameters that include the =
174echo. character depends on command extensions. This batch file attempts to 174echo. character depends on command extensions. This batch file attempts to
175echo. enable command extensions. If command extensions cannot be enabled, a 175echo. enable command extensions. If command extensions cannot be enabled, a
176echo. warning message will be displayed. 176echo. warning message will be displayed.
177echo.
178echo. IMPORTANT: This method of building Emacs for MS-Windows is deprecated,
179echo. and could be removed in a future version of Emacs. The preferred way
180echo to build Emacs for MS-Windows from now on is using the MSYS environment
181echo. and MinGW development tools. Please see nt/INSTALL.MSYS for details.
177goto end 182goto end
178 183
179rem ---------------------------------------------------------------------- 184rem ----------------------------------------------------------------------