diff options
| author | Glenn Morris | 2013-08-25 12:44:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-25 12:44:59 -0700 |
| commit | b1dc1905623f3efd80620eaf510b4165e43f5b10 (patch) | |
| tree | b2afccaa5580f26b7eb50b7ec6f3f70ffef500c6 | |
| parent | 869455d4321f936935fd74753d0fa2c17ec7870e (diff) | |
| download | emacs-b1dc1905623f3efd80620eaf510b4165e43f5b10.tar.gz emacs-b1dc1905623f3efd80620eaf510b4165e43f5b10.zip | |
* nt/configure.bat: Disable it.
Ref http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00705.html
| -rw-r--r-- | nt/ChangeLog | 7 | ||||
| -rwxr-xr-x | nt/configure.bat | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 8ed5caa4aab..ceac49e7376 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | 2013-08-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.bat: Disable it. | ||
| 4 | |||
| 1 | 2013-08-04 Eli Zaretskii <eliz@gnu.org> | 5 | 2013-08-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of | 7 | * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes". |
| 4 | "yes". | ||
| 5 | 8 | ||
| 6 | * inc/ms-w32.h (mkostemp): Declare prototype. | 9 | * inc/ms-w32.h (mkostemp): Declare prototype. |
| 7 | (mktemp): Don't redirect to sys_mktemp. | 10 | (mktemp): Don't redirect to sys_mktemp. |
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. | |||
| 58 | rem [7] not recommended; please report if you try this combination. | 58 | rem [7] not recommended; please report if you try this combination. |
| 59 | rem [8] tested only on Windows XP. | 59 | rem [8] tested only on Windows XP. |
| 60 | rem | 60 | rem |
| 61 | echo This method of building Emacs is no longer supported. | ||
| 62 | echo Instead, follow the instructions from INSTALL.MSYS. | ||
| 63 | goto end | ||
| 61 | 64 | ||
| 62 | if exist config.log del config.log | 65 | if exist config.log del config.log |
| 63 | 66 | ||