projects
/
m17n
/
m17n-contrib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d1b34
)
Generate po/POTFILES.in.
author
handa
<handa>
Wed, 29 Nov 2006 01:17:01 +0000
(
01:17
+0000)
committer
handa
<handa>
Wed, 29 Nov 2006 01:17:01 +0000
(
01:17
+0000)
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index
63dcce6
..
1e047dd
100755
(executable)
--- a/
bootstrap.sh
+++ b/
bootstrap.sh
@@
-22,11
+22,13
@@
# Boston, MA 02110-1301, USA.
echo "Running aclocal..."
-aclocal
+aclocal -I m4
echo "Running automake..."
automake -a
echo "Running autoconf..."
autoconf
+echo "Producing po/POTFILES.in"
+ls im/*.mim > po/POTFILES.in
echo "The remaining steps to install this packge are:"
echo " % ./configure"
echo " % make"