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:
parent
4b6347ab39
commit
e271a3d4af
2 changed files with 2 additions and 4 deletions
|
@ -94,8 +94,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
|
|||
|
||||
以下の手順で行ってください.
|
||||
|
||||
1. もし `configure` ファイルが見つからない,もしくは `configure.ac` より古いようなら, `autoconf` を実行して
|
||||
新しく `configure` を生成する
|
||||
1. `autoreconf -i` を実行して新しく `configure` を生成する
|
||||
|
||||
2. `configure` を実行して `Makefile` などを生成する
|
||||
|
||||
|
|
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue