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