summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/install-sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tool/install-sh b/tool/install-sh
index af97fa6af1..11e502f56d 100644
--- a/tool/install-sh
+++ b/tool/install-sh
@@ -1,13 +1,13 @@
#!/bin/sh
-# Just only for using AC_PROG_INSTALL in configure.in.
+# Just only for using AC_PROG_INSTALL in configure.ac.
# See autoconf.info for more detail.
cat <<EOF >&2
-Ruby uses a BSD-compatible install(1) if possible. If not, Ruby
+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.
+This script is a place holder for AC_PROG_INSTALL in configure.ac.
Please report a bug in Ruby to http://bugs.ruby-lang.org if you see
this message.