Macにrvmでruby入れようとしたらautoreconfが無いって怒られた話

前提としてhomebrew、rvmがインストール済である。

$ rvm install 1.9.3
(いろいろ省略)
rvm requires autoreconf to install the selected ruby interpreter however autoreconf was not found in the PATH.

「は?autoreconfが必要なんですけど?」って言われるのでイラッとする。
仕方がないのでハイハイと言いながら、autoreconfを入れる。

$ brew install automake
$ rvm install 1.9.3

ありがたい。