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

* configure.in (ac_install_sh): ignore dummy install-sh.

[ruby-talk:193876]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2006-05-24 14:52:10 +00:00
parent 31328e55fe
commit 865efd821e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed May 24 23:52:11 2006 nobuyoshi nakada <nobu@ruby-lang.org>
* configure.in (ac_install_sh): ignore dummy install-sh.
[ruby-talk:193876]
Wed May 24 03:10:44 2006 GOTOU Yuuzou <gotoyuzo@notwork.org> Wed May 24 03:10:44 2006 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/lib/openssl/ssl.rb * ext/openssl/lib/openssl/ssl.rb
@ -30,7 +35,7 @@ Thu May 18 22:37:20 2006 GOTOU Yuuzou <gotoyuzo@notwork.org>
* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters, * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,
:InputBufferSize and :OutputBufferSize. :InputBufferSize and :OutputBufferSize.
* lib/webrick/utils.rb (WEBrick::Utils.timeout): add new timeout * lib/webrick/utils.rb (WEBrick::Utils.timeout): add new timeout
method. this implementation is expected to be compatible with method. this implementation is expected to be compatible with
timeout.rb and faster than timeout.rb. timeout.rb and faster than timeout.rb.

View file

@ -73,6 +73,7 @@ if test "$program_prefix" = NONE; then
fi fi
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
target_os=`echo $target_os | sed 's/linux-gnu$/linux/;s/linux-gnu/linux-/'` target_os=`echo $target_os | sed 's/linux-gnu$/linux/;s/linux-gnu/linux-/'`
ac_install_sh='' # unusable for extension libraries.
dnl checks for fat-binary dnl checks for fat-binary
AC_ARG_ENABLE(fat-binary, AC_ARG_ENABLE(fat-binary,