2009-12-28 04:20:19 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2017-09-29 13:21:17 +00:00
|
|
|
# Just only for using AC_PROG_INSTALL in configure.ac.
|
2009-12-28 04:20:19 +00:00
|
|
|
# See autoconf.info for more detail.
|
|
|
|
|
|
|
|
cat <<EOF >&2
|
2017-09-29 13:21:17 +00:00
|
|
|
Ruby uses a BSD-compatible install(1) if possible. If not, Ruby
|
2009-12-28 08:21:30 +00:00
|
|
|
provides its own install(1) alternative.
|
2009-12-28 04:20:19 +00:00
|
|
|
|
2017-09-29 13:21:17 +00:00
|
|
|
This script is a place holder for AC_PROG_INSTALL in configure.ac.
|
2009-12-28 08:21:30 +00:00
|
|
|
|
2011-12-19 21:07:09 +00:00
|
|
|
Please report a bug in Ruby to http://bugs.ruby-lang.org if you see
|
2009-12-28 04:20:19 +00:00
|
|
|
this message.
|
|
|
|
|
|
|
|
Thank you.
|
|
|
|
EOF
|
|
|
|
exit 1
|