* nt/configure.bat: Disable it.
Ref http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00705.html
This commit is contained in:
parent
869455d432
commit
b1dc190562
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
2013-08-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.bat: Disable it.
|
||||
|
||||
2013-08-04 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* mingw-cfg.site (ac_cv_func_mkostemp): New var with value of
|
||||
"yes".
|
||||
* mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
|
||||
|
||||
* inc/ms-w32.h (mkostemp): Declare prototype.
|
||||
(mktemp): Don't redirect to sys_mktemp.
|
||||
|
|
|
@ -58,6 +58,9 @@ rem look for "cygpath" near line 85 of gmake.defs.
|
|||
rem [7] not recommended; please report if you try this combination.
|
||||
rem [8] tested only on Windows XP.
|
||||
rem
|
||||
echo This method of building Emacs is no longer supported.
|
||||
echo Instead, follow the instructions from INSTALL.MSYS.
|
||||
goto end
|
||||
|
||||
if exist config.log del config.log
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue