Project

General

Profile

Actions

Bug #2534

closed

Re: making install-sh more descriptive

Bug #2534: Re: making install-sh more descriptive

Added by yugui (Yuki Sonoda) almost 16 years ago. Updated over 14 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
Backport:
[ruby-dev:39928]

Description

=begin
Yuguiです。

Redmineに登録されておらず、忘れされられているっぽいトピックなので再送します。
まつもとさん、本件ってどうでしょうか。コミットしても良いですか?

2009/5/5 Yugui (Yuki Sonoda) :

install-shが空になって久しい(r520)です。

configureを使う環境でかつBSD互換のinstall(1)がない場合、RbConfig::CONFIG
['INSTALL'] が利用できず、拡張ライブラリなどで差し支えるので、撥ねる、と
いうことで良いんでしょうか。

つまり、$INSTALLが必要で、そのためにAC_PROG_INSTALLが必要で、そのために
install-shが必要ということで合ってますでしょうか。もしくは、何か他の理由
でAC_PROG_INSTALLが必要なんでしょうか。

もし前者であれば次のように明確に記述しておきたいんですが、どうでしょうか。

diff --git a/install-sh b/install-sh
index e69de29..93ad001 100644
--- a/install-sh
+++ b/install-sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Just only for using AC_PROG_INSTALL in configure.in.
+# This script is called when BSD compatible install(1) is not available.
+
+echo "Ruby requires BSD compatible install(1) for installing extensions."
+exit 1

--
Yugui
http://yugui.jp
私は私をDumpする

--
Yuki Sonoda (Yugui)

http://yugui.jp
=end

Updated by matz (Yukihiro Matsumoto) almost 16 years ago Actions #1

=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39928] [BUG:trunk] Re: making install-sh more descriptive"
on Sun, 27 Dec 2009 09:58:45 +0900, Yugui writes:

|Redmineに登録されておらず、忘れされられているっぽいトピックなので再送します。
|まつもとさん、本件ってどうでしょうか。コミットしても良いですか?

いいんじゃないでしょうか。

=end

Updated by yugui (Yuki Sonoda) almost 16 years ago Actions #2

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
This issue was solved with changeset r26185.
Yuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

=end

Actions

Also available in: PDF Atom