Message improved.
authorhanda <handa>
Tue, 24 Jul 2007 06:37:33 +0000 (06:37 +0000)
committerhanda <handa>
Tue, 24 Jul 2007 06:37:33 +0000 (06:37 +0000)
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"