mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/install-sh: wrote the intention. [ruby-dev:39928]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b3c318bffd
commit
d4c2172e02
2 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 28 13:18:52 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* tool/install-sh: wrote the intention. [ruby-dev:39928]
|
||||
|
||||
Sun Dec 27 10:45:00 2009 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initialize
|
||||
|
|
17
tool/install-sh
Executable file → Normal file
17
tool/install-sh
Executable file → Normal file
|
@ -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
|
Loading…
Reference in a new issue