Fix if/else scope in yow.c from Rudi
[sxemacs] / INSTALL
diff --git a/INSTALL b/INSTALL
index 62c5220..0897915 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,10 +1,10 @@
 SXEmacs Installation Guide
-Copyright (C) 2005 - 2008 Steve Youngs
+Copyright (C) 2005 - 2011 Steve Youngs
 
 
 Building from tarball release: 
 -----------------------------
-(See "Building from arch source" below if you got SXEmacs that way)
+(See "Building from git source" below if you got SXEmacs that way)
 
 In a nutshell:
 -------------
@@ -256,7 +256,7 @@ install them and incorporate them into SXEmacs.
     http://www.mpfr.org
 
   - MPC (Multi-Precision Complex numbers):
-    http://www.lix.polytechnique.fr/Labo/Andreas.Enge/mpc/mpc.html
+    http://www.multiprecision.org/index.php?prog=mpc
 
   The configure option to control ENT libraries is --with-ent.  It
   defaults to `all'.
@@ -352,14 +352,18 @@ particular that is:
 - your OS and machine architecture
 - the steps you have done
 
+There is a script under contrib called tar-build-failure.sh that
+will attempt to gather this information and create a tar file with
+helpful logs.
+
 Before submitting a report at http://issues.sxemacs.org/, please show
 up either on the mailing list or the IRC channel.  The developers can
 tell you in much greater detail what they need and how you can get the
 files and information you need.
 
 
-Building from arch source:
--------------------------
+Building from git source:
+------------------------
 This is identical to building from the tarball sources, with the
 addition of an extra step, and some extra requirements (that are most
 likely already on your system).
@@ -372,7 +376,7 @@ likely already on your system).
 
 Extra requirements:
 ------------------
-The SXEmacs sources in the arch repo do not contain _any_ generated
+The SXEmacs sources in the git repo do not contain _any_ generated
 files.  You will need recent versions of the GNU autotools (automake,
 autoconf).
 
@@ -380,6 +384,7 @@ You need at least...
 
   automake 1.9.4
   autoconf 2.60
+  texinfo 4.8
 
 Warnings from autogen.sh:
 ------------------------
@@ -395,7 +400,7 @@ The two most common warnings seen are...
     about quoting and you have some older style macros defined like:
     AC_DEFUN(NAME, ...) instead of AC_DEFUN([NAME], ...).
 
-  Warnings about ETAGS variable being redifined
+  Warnings about ETAGS variable being redefined
 
     These are because automake has a pre-defined ETAGS target that
     projects can use, unfortunately it doesn't fit in with our needs,