1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in: download missing config files.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-06-14 05:10:17 +00:00
parent 9f60d8421c
commit 632ed84cf1

View file

@ -50,6 +50,11 @@ else
fi
AC_SUBST(BASERUBY)
for conf in config.guess config.sub; do
test -f "$srcdir/tool/$conf" && continue
$BASERUBY -C "$srcdir/tool" get-config_files $conf
done
AC_DEFUN([RUBY_MINGW32],
[AS_CASE(["$host_os"],
[cygwin*], [