1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/install-sh

18 lines
469 B
Text
Raw Normal View History

#!/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