projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915af1f
)
bootstrap.sh: Make po/Makevars from po/Makevars.template.
author
handa
<handa>
Fri, 27 Aug 2010 01:14:08 +0000
(
01:14
+0000)
committer
handa
<handa>
Fri, 27 Aug 2010 01:14:08 +0000
(
01:14
+0000)
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index
bbc2cb8
..
c8584cf
100755
(executable)
--- a/
bootstrap.sh
+++ b/
bootstrap.sh
@@
-23,6
+23,10
@@
echo "Running autoreconf -v -f -i"
autoreconf -v -f -i
+if [ ! -f po/Makevars ] ; then
+ echo "Copying po/Makevars.template to po/Makevars"
+ cp po/Makevars.template po/Makevars
+fi
echo "The remaining steps to install this library are:"
echo " % ./configure"
echo " % make"