今天執行:autoreconf -fvi的時候出現如下錯誤:
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326.
解決辦法: 只需要下載了automake之后,編譯、安裝,在執行就正常了