https://superuser.com/questions/383580/how-to-install-autoconf-automake-and-related-tools-on-mac-os-x-from-sourceInstall Homebrew and just install the autoconf, automake and libtool packages like this:$ brew install autoconf automake libtool