1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Update README files to use autoreconf [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-02-10 17:44:02 +09:00
parent 4b6347ab39
commit e271a3d4af
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 4 deletions

View file

@ -94,8 +94,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
以下の手順で行ってください.
1. もし `configure` ファイルが見つからない,もしくは `configure.ac` より古いようなら, `autoconf` を実行して
新しく `configure` を生成する
1. `autoreconf -i` を実行して新しく `configure` を生成する
2. `configure` を実行して `Makefile` などを生成する

View file

@ -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`.