[前][次][番号順一覧][スレッド一覧]

ruby-changes:14357

From: yugui <ko1@a...>
Date: Mon, 28 Dec 2009 17:21:49 +0900 (JST)
Subject: [ruby-changes:14357] Ruby:r26187 (trunk): * tool/install-sh: correction by Hiro Asari.

yugui	2009-12-28 17:21:30 +0900 (Mon, 28 Dec 2009)

  New Revision: 26187

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26187

  Log:
    * tool/install-sh: correction by Hiro Asari.
      https://gist.github.com/264558/58ad1cae45cde49600bbb39286af2aae23e639d5

  Modified files:
    trunk/ChangeLog
    trunk/tool/install-sh

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 26186)
+++ ChangeLog	(revision 26187)
@@ -1,3 +1,8 @@
+Mon Dec 28 17:19:37 2009  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* tool/install-sh: correction by Hiro Asari.
+	  https://gist.github.com/264558/58ad1cae45cde49600bbb39286af2aae23e639d5
+
 Mon Dec 28 13:18:52 2009  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* tool/install-sh: wrote the intention. [ruby-dev:39928]
Index: tool/install-sh
===================================================================
--- tool/install-sh	(revision 26186)
+++ tool/install-sh	(revision 26187)
@@ -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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]