projects
/
m17n
/
m17n-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c032adc
)
Call aclocal with "-I m4". Produce
author
handa
<handa>
Fri, 22 Sep 2006 02:22:09 +0000
(
02:22
+0000)
committer
handa
<handa>
Fri, 22 Sep 2006 02:22:09 +0000
(
02:22
+0000)
po/POTFILES.in.
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index
0a47abe
..
f12635a
100755
(executable)
--- a/
bootstrap.sh
+++ b/
bootstrap.sh
@@
-22,11
+22,13
@@
# 02111-1307, USA.
echo "Running aclocal..."
-aclocal
+aclocal -I m4
echo "Running automake..."
automake -a
echo "Running autoconf..."
autoconf
+echo "Producing po/POTFILES.in"
+ls *.mim > po/POTFILES.in
echo "The remaining steps to install this packge are:"
echo " % ./configure"
echo " % make"