aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog8
-rw-r--r--nt/INSTALL3
-rwxr-xr-xnt/configure.bat3
3 files changed, 12 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 8ed5caa4aab..3fffa106c89 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,7 +1,11 @@
12013-08-25 Glenn Morris <rgm@gnu.org>
2
3 * INSTALL: Refer to INSTALL.MSYS.
4 * configure.bat: Disable it.
5
12013-08-04 Eli Zaretskii <eliz@gnu.org> 62013-08-04 Eli Zaretskii <eliz@gnu.org>
2 7
3 * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of 8 * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
4 "yes".
5 9
6 * inc/ms-w32.h (mkostemp): Declare prototype. 10 * inc/ms-w32.h (mkostemp): Declare prototype.
7 (mktemp): Don't redirect to sys_mktemp. 11 (mktemp): Don't redirect to sys_mktemp.
diff --git a/nt/INSTALL b/nt/INSTALL
index 8abd8aff920..594ff9ff752 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -4,6 +4,9 @@
4 Copyright (C) 2001-2013 Free Software Foundation, Inc. 4 Copyright (C) 2001-2013 Free Software Foundation, Inc.
5 See the end of the file for license conditions. 5 See the end of the file for license conditions.
6 6
7*** This method of building Emacs is no longer supported. ***
8 Instead, see INSTALL.MSYS.
9
7* For the impatient 10* For the impatient
8 11
9 Here are the concise instructions for configuring and building the 12 Here are the concise instructions for configuring and building the
diff --git a/nt/configure.bat b/nt/configure.bat
index 484fb83d901..74ecbc7fd7e 100755
--- a/nt/configure.bat
+++ b/nt/configure.bat
@@ -58,6 +58,9 @@ rem look for "cygpath" near line 85 of gmake.defs.
58rem [7] not recommended; please report if you try this combination. 58rem [7] not recommended; please report if you try this combination.
59rem [8] tested only on Windows XP. 59rem [8] tested only on Windows XP.
60rem 60rem
61echo This method of building Emacs is no longer supported.
62echo Instead, follow the instructions from INSTALL.MSYS.
63goto end
61 64
62if exist config.log del config.log 65if exist config.log del config.log
63 66