summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 05:17:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 05:17:32 +0000
commit4ae67d876a6bd3e1bd9126f46e96ef7395b18293 (patch)
tree161d2ad530d5090b6579ff882caf3ebf2b53e596 /configure.in
parentcde7ae1c15e2332d227acb92b5635bcd2b931f71 (diff)
common.mk: after-configure
* common.mk (after-configure): update Unicode files after configure run. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 8cc7c8904e..d153523101 100644
--- a/configure.in
+++ b/configure.in
@@ -46,9 +46,6 @@ 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
@@ -4234,4 +4231,5 @@ AC_CONFIG_FILES($ruby_pc:template/ruby.pc.in,
AC_OUTPUT
}
+${MAKE-make} after-configure
}