summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 01:04:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 01:04:37 +0000
commitb3943565791c1c6a5d4dc3a311ac09a6bad3f9a1 (patch)
treeffa3918a11957275beaef657c9127ee92889e936 /configure.in
parent622f31be31b43429dfebe85e8f5bc5c92af5dd1f (diff)
* configure.in: download unicode files beofre build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3a0d9971cb..8cc7c8904e 100644
--- a/configure.in
+++ b/configure.in
@@ -46,6 +46,9 @@ if test "`RUBYOPT=- $BASERUBY -e 'p 42' 2>/dev/null`" = 42; then
BASERUBY="$BASERUBY --disable=gems"
fi
$BASERUBY -C "$srcdir/tool" downloader.rb -e gnu config.guess config.sub
+ $BASERUBY -C "$srcdir/enc/unicode/data" \
+ ../../../tool/downloader.rb -e ${ALWAYS_UPDATE_UNICODE+-a} unicode \
+ UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
else
BASERUBY="echo executable host ruby is required. use --with-baseruby option.; false"
fi