From 865efd821e9db20419bd869d2574500fc90aeb2d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 May 2006 14:52:10 +0000 Subject: * 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 --- ChangeLog | 7 ++++++- configure.in | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d905a3f57..b13c8487ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 24 23:52:11 2006 nobuyoshi nakada + + * configure.in (ac_install_sh): ignore dummy install-sh. + [ruby-talk:193876] + Wed May 24 03:10:44 2006 GOTOU Yuuzou * ext/openssl/lib/openssl/ssl.rb @@ -30,7 +35,7 @@ Thu May 18 22:37:20 2006 GOTOU Yuuzou * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters, :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 timeout.rb and faster than timeout.rb. diff --git a/configure.in b/configure.in index 2de678d3a5..a37e8e981c 100644 --- a/configure.in +++ b/configure.in @@ -73,6 +73,7 @@ if test "$program_prefix" = NONE; then fi AC_CANONICAL_TARGET 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 AC_ARG_ENABLE(fat-binary, -- cgit v1.2.3