diff options
author | Glenn Morris <rgm@gnu.org> | 2013-08-25 12:44:59 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-08-25 12:44:59 -0700 |
commit | b1dc1905623f3efd80620eaf510b4165e43f5b10 (patch) | |
tree | b2afccaa5580f26b7eb50b7ec6f3f70ffef500c6 /nt/configure.bat | |
parent | 869455d4321f936935fd74753d0fa2c17ec7870e (diff) | |
download | emacs-b1dc1905623f3efd80620eaf510b4165e43f5b10.tar.gz |
* nt/configure.bat: Disable it.
Ref http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00705.html
Diffstat (limited to 'nt/configure.bat')
-rwxr-xr-x | nt/configure.bat | 3 |
1 files changed, 3 insertions, 0 deletions
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. 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
|