diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-28 08:21:30 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-28 08:21:30 +0000 |
commit | 55a70a94b4eab152a9a0c3b43ebee6b02aca3a38 (patch) | |
tree | 89f070f90f1ae6ceacf0437a4eab09f4e9ed10f5 /tool/install-sh | |
parent | fbc79104a2a6c59d4a52d2f8123be7962e6b8851 (diff) |
* tool/install-sh: correction by Hiro Asari.
https://gist.github.com/264558/58ad1cae45cde49600bbb39286af2aae23e639d5
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/install-sh')
-rw-r--r-- | tool/install-sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tool/install-sh b/tool/install-sh index a5d118598f..427d38dfed 100644 --- a/tool/install-sh +++ b/tool/install-sh @@ -4,12 +4,12 @@ # See autoconf.info for more detail. cat <<EOF >&2 -Ruby tries to use a BSD-compatible install(1) if possible. However Ruby -has its own install(1) alternative. +Ruby uses a BSD-compatible install(1) if possible. If not, Ruby +provides its own install(1) alternative. -This script is necessary just for using AC_PROG_INSTALL in configure.in, -however, it will not executed. So this script just fails. -Please report a bug of Ruby to http://redmine.ruby-lang.org if you meet +This script a place holder for AC_PROG_INSTALL in configure.in. + +Please report a bug in Ruby to http://redmine.ruby-lang.org if you see this message. Thank you. |