summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d6cf881dd..b33f492ef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -309,6 +309,15 @@ configure and install the Mailman software.
NOTE: any aliases newaliases spits out will need to be
adjusted to point to the secure link to the wrapper.
+ Problem: I messed up when I called configure. How do I clean
+ things up and re-install?
+
+ Solution: % make clean
+ % ./configure --with-the-right-options
+ % make install
+
+
+
Local Variables:
mode: indented-text