Code style: Fixed indent and comment style.
[mmh] / INSTALL
diff --git a/INSTALL b/INSTALL
index e6a7e17..78e1390 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -55,7 +55,7 @@ need an ANSI C compiler such as gcc.
    mhlist/mhstore/mhshow.  The syntax of this file is described in section
    9.4 of the book "MH & xmh: Email for Users and Programmers", 3rd edition,
    by Jerry Peek, on the Internet at
-   <http://www.ics.uci.edu/~mh/book/mh/confmhn.htm>.
+   <http://rand-mh.sourceforge.net/book/mh/confmhn.html>.
 
 5) Add the bindir to your PATH variable.
 
@@ -71,18 +71,16 @@ By default, configure will use the "gcc" compiler if found.  You can use a
 different compiler, or add unusual options for compiling or linking that
 the "configure" script does not know about, by either editing the user
 configuration section of the top level Makefile (after running configure)
-or giving "configure" initial values for these variables by setting them
-in the environment.  Using a Bourne-compatible shell (such as sh,ksh,zsh),
+or giving "configure" initial values for these in its command line or in
+its environment. For example:
 
-you can do that on the command line like this:
-    CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
+    ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
 
 Or on systems that have the "env" program, you can do it like this:
     env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
 
-If you want to add to, not replace, compile flags, you can use
-OURDEFS with env or like this:
-    OURDEFS='-Wextra -Wno-sign-compare' ./configure
+If you want to add to, not replace, compile flags, you can use OURDEFS:
+    ./configure OURDEFS='-Wextra -Wno-sign-compare'
 
 ----------------------------------------
 Building mmh on additional architectures