mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8010126721
* README: ditto * common.mk: ditto * ext/bigdecimal/README: ditto * man/erb.1: ditto * man/irb.1: ditto * man/ri.1: ditto * man/ruby.1: ditto * man/ruby.1: ditto * sparc.c: ditto * tool/install-sh: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
17 lines
395 B
Bash
17 lines
395 B
Bash
#!/bin/sh
|
|
|
|
# Just only for using AC_PROG_INSTALL in configure.in.
|
|
# See autoconf.info for more detail.
|
|
|
|
cat <<EOF >&2
|
|
Ruby uses a BSD-compatible install(1) if possible. If not, Ruby
|
|
provides its own install(1) alternative.
|
|
|
|
This script a place holder for AC_PROG_INSTALL in configure.in.
|
|
|
|
Please report a bug in Ruby to http://bugs.ruby-lang.org if you see
|
|
this message.
|
|
|
|
Thank you.
|
|
EOF
|
|
exit 1
|