LoginSignup
47
18

More than 5 years have passed since last update.

Can't exec "aclocal": No such file or directoryの対処法

Last updated at Posted at 2014-11-09

OSXでjson-cをビルドしようとしたらエラーが出ました。

$  json-c [master] ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal  --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/local/Cellar/autoconf/2.69/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory

"aclocal"というのは、"automake"パッケージに含まれているそうです。
なのでautomakeをインストールすればOKです。

brew instal automake
47
18
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
47
18