rbenvでautoconfのエラー?

ひさびさにrbenvをつかってRuby 2.2.0-devをインストールしようとしたら、

.rbenv/plugins/ruby-build/bin/ruby-build: line 482: autoconf: command not found

とエラーでてしまいました。

sudo brew install autoconf
Warning: autoconf-2.69 already installed

なに? もうはいってるって?

じゃあ、いっかいアンインストールしてみる。

sudo brew remove autoconf
Uninstalling /usr/local/Cellar/autoconf/2.69…

そして再インストール

sudo brew install autoconf
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/autoconf-2.
######################################################################## 100.0%
==> Pouring autoconf-2.69.mavericks.bottle.1.tar.gz
???? /usr/local/Cellar/autoconf/2.69: 69 files, 2.0M

ぶりぶりっと

sudo rbenv install 2.2.0-dev

成功!

sudo gem install rails

でRubyOnRailsいれたら、rbenv rehashもわすれずに。