X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=bootstrap.sh;h=cb6aa46f6a0b8b2e21599adadb5f4a6fdd239d2e;hp=bd6226026b135221e41c3d8614388ab531cf15e2;hb=69ed172bf7a9a188ca68e0cf18a924c33bed29fe;hpb=97c1890ea3a48c75d275896babac07cfbe7da01c 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"