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

ruby-changes:14356

From: yugui <ko1@a...>
Date: Mon, 28 Dec 2009 13:20:37 +0900 (JST)
Subject: [ruby-changes:14356] Ruby:r26185 (trunk): * tool/install-sh: wrote the intention.

yugui	2009-12-28 13:20:19 +0900 (Mon, 28 Dec 2009)

  New Revision: 26185

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

  Log:
    * tool/install-sh: wrote the intention. [ruby-dev:39928]

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 26184)
+++ ChangeLog	(revision 26185)
@@ -1,3 +1,7 @@
+Mon Dec 28 13:18:52 2009  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* tool/install-sh: wrote the intention. [ruby-dev:39928]
+
 Sun Dec 27 10:45:00 2009  Masaki Suketa <masaki.suketa@n...>
 
 	* ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initialize
Index: tool/install-sh
===================================================================
--- tool/install-sh	(revision 26184)
+++ tool/install-sh	(revision 26185)
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Just only for using AC_PROG_INSTALL in configure.in.
+# 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.
+
+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 message.
+
+Thank you.
+EOF
+exit 1

Property changes on: tool/install-sh
___________________________________________________________________
Name: svn:executable
   - *


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

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