Skip to content

Commit

Permalink
Replace autoconf in JA doc with autoreconf
Browse files Browse the repository at this point in the history
Since now `autogen.sh` uses `autoreconf`, not `autoconf`.
  • Loading branch information
okuramasafumi authored and mame committed Jun 5, 2021
1 parent 9dc4cab commit a68e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JA/2_mri_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $ sudo apt-get install git ruby autoconf bison gcc make zlib1g-dev libffi-dev li
上記手順では、主に次のことをしています。

* `autoconf` による `configure` スクリプトの生成
* `autoreconf` による `configure` スクリプトの生成
* `configure` による `Makefile` の生成
* `make` による `./ruby` の生成(`make` 単体での実行は `make all` の意味になります)。これは、いくつかの生成が含まれています。
* `make miniruby` による `./miniruby` の生成
Expand Down

0 comments on commit a68e20d

Please sign in to comment.