summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.