From 3133a5c971f77531aa33887c1d180d5bfdde0c33 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Sep 2017 13:21:17 +0000 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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`. -- cgit v1.2.3