From: handa Date: Tue, 24 Jul 2007 06:37:33 +0000 (+0000) Subject: Message improved. X-Git-Tag: XML-base~14 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=69ed172bf7a9a188ca68e0cf18a924c33bed29fe;hp=97c1890ea3a48c75d275896babac07cfbe7da01c Message improved. --- 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"