Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created December 28, 2009 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BanzaiMan/264558 to your computer and use it in GitHub Desktop.
Save BanzaiMan/264558 to your computer and use it in GitHub Desktop.
Index: tool/install-sh
===================================================================
--- tool/install-sh (revision 26186)
+++ tool/install-sh (working copy)
@@ -4,12 +4,12 @@
# 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.
+Ruby uses a BSD-compatible install(1) if possible. If not, Ruby
+provides 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 script a place holder for AC_PROG_INSTALL in configure.in.
+
+Please report a bug in Ruby to http://redmine.ruby-lang.org if you see
this message.
Thank you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment