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:
parent
9f60d8421c
commit
632ed84cf1
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ else
|
||||||
fi
|
fi
|
||||||
AC_SUBST(BASERUBY)
|
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],
|
AC_DEFUN([RUBY_MINGW32],
|
||||||
[AS_CASE(["$host_os"],
|
[AS_CASE(["$host_os"],
|
||||||
[cygwin*], [
|
[cygwin*], [
|
||||||
|
|
Loading…
Add table
Reference in a new issue