summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-10 17:44:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-10 21:11:53 +0900
commite271a3d4afc47e812b50fc9c50f6bf34d2d723a6 (patch)
tree0e4814ed1f9ac2c4ffc1194d56faedaceb329846
parent4b6347ab3907850769aa8e93674a4c0a4a18c668 (diff)
downloadruby-e271a3d4afc47e812b50fc9c50f6bf34d2d723a6.tar.gz
[DOC] Update README files to use autoreconf [ci skip]
-rw-r--r--README.ja.md3
-rw-r--r--README.md3
2 files changed, 2 insertions, 4 deletions
diff --git a/README.ja.md b/README.ja.md
index a1dba33b43..ebde628fcf 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -94,8 +94,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
以下の手順で行ってください.
-1. もし `configure` ファイルが見つからない,もしくは `configure.ac` より古いようなら, `autoconf` を実行して
- 新しく `configure` を生成する
+1. `autoreconf -i` を実行して新しく `configure` を生成する
2. `configure` を実行して `Makefile` などを生成する
diff --git a/README.md b/README.md
index dd7ca3327b..642787cfe1 100644
--- a/README.md
+++ b/README.md
@@ -79,8 +79,7 @@ in the mail body (not subject) to the address
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.ac`, run
- `autoconf` to (re)generate configure.
+2. Run `autoreconf -i` to (re)generate configure.
3. Run `./configure`, which will generate `config.h` and `Makefile`.