summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-12-28 16:24:26 +0100
committerJuanma Barranquero <lekktu@gmail.com>2009-12-28 16:24:26 +0100
commit6d96d18fcfacb795a970e6978354d76603f08ee3 (patch)
treec1385335b0b2d17b2031c449f4eb759bff662cd7
parent90412b21b1aec0ab1ba88632c7f932f56e3fc554 (diff)
downloademacs-6d96d18fcfacb795a970e6978354d76603f08ee3.tar.gz
INSTALL: Remove obsolete notes about line endings, and fix some typos.
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/INSTALL31
2 files changed, 7 insertions, 28 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index aea9ff50cd0..12c952722ec 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-28 Juanma Barranquero <lekktu@gmail.com>
+
+ * INSTALL: Remove obsolete notes about line endings, and fix some typos.
+
2009-12-27 Karl Fogel <kfogel@red-bean.com>
* INSTALL: Update for CVS->Bazaar switchover.
diff --git a/nt/INSTALL b/nt/INSTALL
index b28e642885c..66022670981 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -90,32 +90,6 @@
directories, etc. We suggest to use djtarnt.exe from the GNU FTP
site.
- If you are building out of Bazaar, then some files in this directory
- (.bat files, nmake.defs and makefile.w32-in) may need the line-ends
- fixing first. The easiest way to do this and avoid future conflicts
- is to run the following command in this (emacs/nt) directory:
-
- ### FIXME: Not sure if Bazaar needs line-ending fixing the ###
- ### way CVS did. Will someone who knows please update this? ###
-
- Alternatively, use programs that convert end-of-line format, such as
- dos2unix and unix2dos available from GnuWin32 or dtou and utod from
- the DJGPP project.
-
- Additionally, the files lisp/international/uni-*.el and
- lisp/ldefs-boot.el need Unix line ends due to some embedded ^M
- characters that are not at the end of the line. So in the
- lisp/international directory you should run the following command, or
- use dos2unix on those files.
-
- ### FIXME: Not sure if Bazaar needs line-ending fixing the ###
- ### way CVS did. Will someone who knows please update this? ###
-
- and in the lisp directory, use the command:
-
- ### FIXME: Not sure if Bazaar needs line-ending fixing the ###
- ### way CVS did. Will someone who knows please update this? ###
-
In addition to this file, you should also read INSTALL.BZR in the
parent directory, and make sure that you have a version of
"touch.exe" in your path, and that it will create files that do not
@@ -146,11 +120,11 @@
If you use the MinGW port of GCC and GNU Make to build Emacs, there
are some compatibility issues wrt Make and the shell that is run by
Make, either the standard COMMAND.COM/CMD.EXE supplied with Windows
- or sh.exe., a port of a Unixy shell. For reference, below is a list
+ or sh.exe, a port of a Unixy shell. For reference, below is a list
of which builds of GNU Make are known to work or not, and whether
they work in the presence and/or absence of sh.exe, the Cygwin port
of Bash. Note that any version of Make that is compiled with Cygwin
- will only work with Cygwin tools, due to the use of cygwin style
+ will only work with Cygwin tools, due to the use of Cygwin style
paths. This means Cygwin Make is unsuitable for building parts of
Emacs that need to invoke Emacs itself (leim and "make bootstrap",
for example). Also see the Trouble-shooting section below if you
@@ -263,6 +237,7 @@
In addition to its "native" image formats (pbm and xbm), Emacs can
handle other image types: xpm, tiff, gif, png, jpeg and experimental
support for svg.
+
To build Emacs with support for them, the corresponding headers must
be in the include path when the configure script is run. This can
be setup using environment variables, or by specifying --cflags