aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-29 13:21:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-29 13:21:17 +0000
commit3133a5c971f77531aa33887c1d180d5bfdde0c33 (patch)
tree1a2fa6a49314eec17a888841a6f7cb9caad2aab4 /README.md
parent5723d9fd347f4a3e309cfbae93979ae70577aa28 (diff)
downloadruby-3133a5c971f77531aa33887c1d180d5bfdde0c33.tar.gz
configure.ac
* configure.ac: renamed configure.in. [Feature #13946] * Makefile.in, common.mk, ext/rbconfig/sizeof/depend: use configure.ac. * README.ja.md, README.md: update document for configure.ac. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50da64dd7e..5667c811f0 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ This is what you need to do to compile and install Ruby:
1. If you want to use Microsoft Visual C++ to compile ruby, read
[win32/README.win32](win32/README.win32) instead of this document.
-2. If `./configure` does not exist or is older than configure.in, run
+2. If `./configure` does not exist or is older than `configure.ac`, run
`autoconf` to (re)generate configure.
3. Run `./configure`, which will generate `config.h` and `Makefile`.