summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure16
1 files changed, 14 insertions, 2 deletions
diff --git a/configure b/configure
index ec6a898b..44dda579 100755
--- a/configure
+++ b/configure
@@ -460,5 +460,17 @@ TXR_DBG_OPTS := $txr_dbg_opts
#
# Parting message#
#
-printf "Configuration seems to have been successful.\n"
-printf "Now \"make install\".\n"
+cat <<!
+Configuration seems to have been successful. The next
+step is one of these two.
+
+Method 1: if you have permissions to the installation directories:
+ make install
+
+Method 2: if you have to or want to be another user such as root to install:
+ make
+ su <userid>
+ (give password, if asked)
+ make install
+
+!