Improve installation instructions.
authorBen Pfaff <blp@gnu.org>
Sun, 30 Sep 2007 18:11:07 +0000 (18:11 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 30 Sep 2007 18:11:07 +0000 (18:11 +0000)
ChangeLog
INSTALL

index 5b4cd9024e84bb8da5033bd17a07b7d985a3c8f8..665efcfa869502010823816d2576e7bea04ed8bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * configure.ac: Print a message indicating success at the end of
        the run.
 
+       * INSTALL: Improve instructions.
+
 2007-09-22  Ben Pfaff  <blp@gnu.org>
 
        Bug #21128.  Reviewed by John Darrington.
diff --git a/INSTALL b/INSTALL
index a7f2f88fec364aa3a098d561a05baf2b897f009a..822fe77d8d00cc999f62089df375950170b0170a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -92,17 +92,20 @@ release.
      Running `configure' takes awhile.  While running, it prints some
      messages telling which features it is checking for.
 
-     When `configure' completes, it may print a list of packages that
-     you must install before PSPP.  If it does, you need to install
-     those packages, then re-run this step.  Some prerequisites may be
+     If `configure' completes successfully, it prints the message
+     "PSPP configured successfully." at the end of its run.
+     Otherwise, it may stop with a list of packages that you must
+     install before PSPP.  If it does, you need to install those
+     packages, then re-run this step.  Some prerequisites may be
      omitted by passing a --without-<feature> flag to `configure' (see
      "Optional Features", below).  If you use one of these flags, then
      the feature that it disables will not be available in your PSPP
      installation.
 
      `configure' may also print a list of packages that you should
-     consider installing.  If you install them, additional features
-     will be available in your PSPP installation.
+     consider installing.  If you install them, then re-run
+     `configure', additional features will be available in your PSPP
+     installation.
 
   2. Type `make' to compile the package.