summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-28 08:21:30 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-28 08:21:30 +0000
commita8d5e779987187788a27f9f7e3f0541ae7f072fa (patch)
tree89f070f90f1ae6ceacf0437a4eab09f4e9ed10f5
parente649c0cd2a1947eae50ee14b3b594236b0a0011b (diff)
downloadruby-a8d5e779987187788a27f9f7e3f0541ae7f072fa.tar.gz
ruby-a8d5e779987187788a27f9f7e3f0541ae7f072fa.tar.xz
ruby-a8d5e779987187788a27f9f7e3f0541ae7f072fa.zip
* tool/install-sh: correction by Hiro Asari.
https://gist.github.com/264558/58ad1cae45cde49600bbb39286af2aae23e639d5 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--tool/install-sh10
2 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 73f23f1e2..8a91ea0f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 28 17:19:37 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * tool/install-sh: correction by Hiro Asari.
+ https://gist.github.com/264558/58ad1cae45cde49600bbb39286af2aae23e639d5
+
Mon Dec 28 13:18:52 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* tool/install-sh: wrote the intention. [ruby-dev:39928]
diff --git a/tool/install-sh b/tool/install-sh
index a5d118598..427d38dfe 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.