Remove support for Mac Carbon.
[bpt/emacs.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 88b499e..4bbf2d7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -139,10 +139,7 @@ can be found:
                       Get version 6b -- 6a is reported to fail in
                       Emacs.
   . libtiff for TIFF: http://www.libtiff.org/
-  . libungif for GIF:
-      http://sourceforge.net/projects/libungif
-      Ensure you get version 4.1.0b1 or higher of libungif -- a bug in
-      4.1.0 can crash Emacs.
+  . libgif for GIF:   http://sourceforge.net/projects/giflib/
 
 Emacs will configure itself to build with these libraries if the
 `configure' script finds them on your system, unless you supply the
@@ -154,16 +151,16 @@ configure should avoid such old versions.  If that happens, use the
 * Complex Text Layout support libraries
 
 Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf"
-to display correctly such complext scripts as Indic and Khmer
-correclty.  On some systems, particularly on GNU/Linux, these
-libraries may already be present or available as additional packages.
-Note that if there is a separate `dev' or `devel' package, for use at
-compilation time rather than run time, you will need that as well as
-the corresponding run time package; typically the dev package will
-contain header files and a library archive.  Otherwise, you can
-download and build libraries from sources.
+to correctly display such complex scripts as Indic and Khmer.
+On some systems, particularly GNU/Linux, these libraries may be
+already present or available as additional packages.  Note that if
+there is a separate `dev' or `devel' package, for use at compilation
+time rather than run time, you will need that as well as the
+corresponding run time package; typically the dev package will contain
+header files and a library archive.  Otherwise, you can download and
+build libraries from sources.
 
-The sources of those libraries are available by anonyous CVS from
+The sources of these libraries are available by anonymous CVS from
 cvs.m17n.org.
 
     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
@@ -171,16 +168,9 @@ cvs.m17n.org.
     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib
     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
 
-The installation procedure is the same for them as below:
-
-    % cd CVC_WORKING_DIR (m17n-db, m17n-lib, or libotf)
-    % ./autogeh.sh
-    % ./configure
-    % make
-    % make install  (you may have to run this after "su root")
-
-Please note that Emacs is configured with the arg
-"--enable-font-backend" to get the benefit of those libraries.
+For m17n-lib, if you have problems with making the whole package
+because you lack some other packages on which m17n-lib depends, try to
+configure it with the option "--without-gui".
 
 * Extra fonts
 
@@ -233,8 +223,7 @@ DETAILED BUILDING AND INSTALLATION:
 
 (This is for a Unix or Unix-like system.  For MS-DOS and Windows 3.X,
 see below; search for MSDOG.  For Windows 9X, Windows ME, Windows NT,
-and Windows 2000, see the file nt/INSTALL.  For the Mac, see the file
-mac/INSTALL.)
+and Windows 2000, see the file nt/INSTALL.)
 
 1) Make sure your system has enough swapping space allocated to handle
 a program whose pure code is 1.5 MB and whose data area is at
@@ -301,11 +290,6 @@ to search for GTK by specifying `--with-pkg-config-prog=PATH' where
 PATH is the pathname to pkg-config.  Note that GTK version 2.4 or
 newer is required for Emacs.
 
-The `--with-gcc' option specifies that the build process should
-compile Emacs using GCC.  If you don't want to use GCC, specify
-`--with-gcc=no'.  If you omit this option, `configure' will search
-for GCC in your path, and use it if present.
-
 The Emacs mail reader RMAIL is configured to be able to read mail from
 a POP3 server by default.  Versions of the POP protocol older than
 POP3 are not supported.  For Kerberos-authenticated POP add
@@ -400,7 +384,7 @@ before running `configure'.  CPP is the command which invokes the
 preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
 compilation options, LDFLAGS are options used when linking, LIBS are
 libraries to link against, and CC is the command which invokes the
-compiler.
+compiler.  By default, gcc is used if available.
 
 Here's an example of a `configure' invocation, assuming a Bourne-like
 shell such as Bash, which uses these variables:
@@ -940,10 +924,10 @@ these bugs fixed, so upgrade if you can before building Emacs.
 \f
 This file is part of GNU Emacs.
 
-GNU Emacs is free software; you can redistribute it and/or modify
+GNU Emacs is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -951,6 +935,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU Emacs; see the file COPYING.  If not, write to the
-Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.