Message improved.
[m17n/m17n-docs.git] / bootstrap.sh
index bd62260..cb6aa46 100755 (executable)
@@ -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"