From 69ed172bf7a9a188ca68e0cf18a924c33bed29fe Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 24 Jul 2007 06:37:33 +0000 Subject: [PATCH] Message improved. --- bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index bd62260..cb6aa46 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,6 +6,8 @@ automake -a echo "Running autoconf..." autoconf echo "The remaining steps to install this packge are:" -echo " % ./configure --enable-maintainer-mode" +echo " % ./configure" echo " % make" echo " % make install" +echo "If you are going to maintain it, call ./configure with the arg:" +echo " --enable-maintainer-mode" -- 1.7.10.4