Index: INSTALL
===================================================================
--- INSTALL	(revision 51b734528489f81a5af985bfee9aa3b6625b9774)
+++ INSTALL	(revision b87a5edee8b2aa6c36e184150ebd60baf4c64251)
@@ -2,8 +2,7 @@
 ======================================
 
-Cforall is built using GNU Make and the GNU Autoconf system.  It also
-requires g++ version 3, bison and flex.  On systems where GNU Make is
-the default make it may suffice to build the system by entering the
-commands
+Cforall is built using GNU Make and the GNU Autoconf system.  It also requires
+g++ version 3, bison and flex.  On systems where GNU Make is the default make
+it may suffice to build the system by entering the commands
 
 	./configure
@@ -13,18 +12,16 @@
 Options for 'configure'
 -----------------------
-The script 'configure' accepts many command line arguments.  Run
-'./configure --help' to see a list of all of them.  This document
-attempts to summarize the most useful arguments.
+The script 'configure' accepts many command line arguments.  Run './configure
+--help' to see a list of all of them.  This document attempts to summarize the
+most useful arguments.
 
---prefix=/some/directory controls the path prefix common to all
-installed cfa-cc components.  Some components will be installed in
-/some/directory/bin, others in /some/directory/lib.  If unspecified,
-this defaults to /usr/local.
+--prefix=/some/directory controls the path prefix common to all installed
+cfa-cc components.  Some components will be installed in /some/directory/bin,
+others in /some/directory/lib.  If unspecified, this defaults to /usr/local.
 
---with-backend-compiler=PROGRAM specifies the installed path of gcc
-3.2.  It defaults to the first command named 'gcc' in the current
-PATH.
+--with-backend-compiler=PROGRAM specifies the installed path of gcc 3.2.  It
+defaults to the first command named 'gcc' in the current PATH.
 
-cfa-cc itself is built with the version of g++ specified by the
-environment variable CXX.  If CXX is unset, cfa-cc is built using the
-first command named 'g++' in the current PATH.
+cfa-cc itself is built with the version of g++ specified by the environment
+variable CXX.  If CXX is unset, cfa-cc is built using the first command named
+'g++' in the current PATH.
