kikukawa's diary

都内で活動するシステムエンジニアが書いてます。 興味を持った技術やハマったポイント、自分用メモをつけてます。 最近はweb中心

berkshelfのインストールでエラー(autoconf not found)

berkshelfをインストールしてた時に下記エラーが出たのでその対処法です。
環境はUbuntu 14.04です。

Building native extensions.  This could take a while...
ERROR:  Error installing berkshelf:
  ERROR: Failed to build gem native extension.
  〜略〜
(cd . && autoconf)
/bin/sh: 1: autoconf: not found
make: *** [configure] エラー 127
extconf.rb:98:in `block in run': Failed to build gecode library. (GecodeBuild::BuildError)
  from extconf.rb:97:in `chdir'
  from extconf.rb:97:in `run'
  from extconf.rb:104:in `<main>'
  〜略〜

対処法と言っても、autoconfをインストールするだけですが。

sudo apt-get install autoconf