summaryrefslogtreecommitdiff
path: root/tool/install-sh
blob: a5d118598f0cffe672d4627e8d48ad8c4c75734d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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