aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-03-17 21:23:35 +0200
committerEli Zaretskii2017-03-17 21:23:35 +0200
commitd2458e5f1c003a85eb2de70ecb08d8951d5a3c3e (patch)
treee7fabab726316e6369faacedbc9d548e89418ff2
parent2f8935099c680f5e25afdf290d351180ee42fa39 (diff)
downloademacs-d2458e5f1c003a85eb2de70ecb08d8951d5a3c3e.tar.gz
emacs-d2458e5f1c003a85eb2de70ecb08d8951d5a3c3e.zip
MS-Windows followup for switch from Automake
* nt/INSTALL: * nt/INSTALL.W64: Remove references to Automake. (Bug#26100)
-rw-r--r--nt/INSTALL30
-rw-r--r--nt/INSTALL.W646
2 files changed, 15 insertions, 21 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index 553ca5e1cb0..b7f47a5d7c2 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -182,8 +182,8 @@ build will run on Windows 9X and newer systems).
182 removal in the mingw-get GUI, then select Installation->Apply Changes.) 182 removal in the mingw-get GUI, then select Installation->Apply Changes.)
183 183
184 (Similarly, we recommend to refrain from installing the MinGW 184 (Similarly, we recommend to refrain from installing the MinGW
185 Automake and Autoconf packages; instead, install their MSYS builds 185 Autoconf package; instead, install its MSYS build available from the
186 available from the ezwinports site, see below.) 186 ezwinports site, see below.)
187 187
188 At this point, you should be ready to configure and build Emacs in 188 At this point, you should be ready to configure and build Emacs in
189 its basic configuration. Skip to the "Generating the configure 189 its basic configuration. Skip to the "Generating the configure
@@ -290,11 +290,9 @@ build will run on Windows 9X and newer systems).
290 These should only be needed if you intend to build development 290 These should only be needed if you intend to build development
291 versions of Emacs from the repository. 291 versions of Emacs from the repository.
292 292
293 . Additional packages (needed only if building from the 293 . Additional package (needed only if building from the repository):
294 repository): Automake and Autoconf. They are available from 294 Autoconf. It is available from here:
295 here:
296 295
297 http://sourceforge.net/projects/ezwinports/files/automake-1.11.6-msys-bin.zip/download
298 http://sourceforge.net/projects/ezwinports/files/autoconf-2.65-msys-bin.zip/download 296 http://sourceforge.net/projects/ezwinports/files/autoconf-2.65-msys-bin.zip/download
299 297
300 MSYS packages are distributed as .tar.lzma compressed archives. To 298 MSYS packages are distributed as .tar.lzma compressed archives. To
@@ -305,11 +303,10 @@ build will run on Windows 9X and newer systems).
305 For example, use D:\MSYS or D:\usr\MSYS as the top-level directory 303 For example, use D:\MSYS or D:\usr\MSYS as the top-level directory
306 from which you unpack all of the MSYS packages. 304 from which you unpack all of the MSYS packages.
307 305
308 After installing Automake and Autoconf, make sure any of the *.m4 306 After installing Autoconf, make sure any of the *.m4 files you might
309 files you might have in your MinGW installation also exist in the 307 have in your MinGW installation also exist in the MSYS installation
310 MSYS installation tree, in the share/aclocal directory. Those *.m4 308 tree, in the share/aclocal directory. Those *.m4 files which exist
311 files which exist in the MinGW tree, but not in the MSYS tree should 309 in the MinGW tree, but not in the MSYS tree should be copied there.
312 be copied there.
313 310
314 If/when you are confident in your MinGW/MSYS installation, and want 311 If/when you are confident in your MinGW/MSYS installation, and want
315 to speed up the builds, we recommend installing a pre-release 312 to speed up the builds, we recommend installing a pre-release
@@ -382,13 +379,10 @@ build will run on Windows 9X and newer systems).
382 $ ./autogen.sh 379 $ ./autogen.sh
383 Checking whether you have the necessary tools... 380 Checking whether you have the necessary tools...
384 (Read INSTALL.REPO for more details on building Emacs) 381 (Read INSTALL.REPO for more details on building Emacs)
385 382 Checking for autoconf (need at least version 2.65) ... ok
386 Checking for autoconf (need at least version 2.65)... 383 Your system has the required tools.
387 ok 384 Building aclocal.m4 ...
388 Checking for automake (need at least version 1.11)... 385 Running 'autoreconf -fi -I m4' ...
389 ok
390 Your system has the required tools, running autoreconf...
391 Installing git hooks...
392 You can now run './configure'. 386 You can now run './configure'.
393 387
394 If the script fails because it cannot find Git, you will need to 388 If the script fails because it cannot find Git, you will need to
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64
index a12b7fc1773..b40f2238b5e 100644
--- a/nt/INSTALL.W64
+++ b/nt/INSTALL.W64
@@ -67,9 +67,9 @@ packages (you can copy and paste it into the shell with Shift + Insert):
67 mingw-w64-x86_64-gnutls \ 67 mingw-w64-x86_64-gnutls \
68 mingw-w64-x86_64-zlib 68 mingw-w64-x86_64-zlib
69 69
70The packages include the base developer tools (autoconf, automake, grep, make, 70The packages include the base developer tools (autoconf, grep, make, etc.),
71etc.), the compiler toolchain (gcc, gdb, etc.), several image libraries, an 71the compiler toolchain (gcc, gdb, etc.), several image libraries, an XML
72XML library, the GnuTLS (transport layer security) library, and zlib for 72library, the GnuTLS (transport layer security) library, and zlib for
73decompressing text. Only the first three packages are required (base-devel, 73decompressing text. Only the first three packages are required (base-devel,
74toolchain, xpm-nox); the rest are optional. You can select only part of the 74toolchain, xpm-nox); the rest are optional. You can select only part of the
75libraries if you don't need them all. 75libraries if you don't need them all.