projects
/
m17n
/
m17n-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c1890
)
Message improved.
author
handa
<handa>
Tue, 24 Jul 2007 06:37:33 +0000
(06:37 +0000)
committer
handa
<handa>
Tue, 24 Jul 2007 06:37:33 +0000
(06:37 +0000)
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index
bd62260
..
cb6aa46
100755
(executable)
--- 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"