Trying to install brew on a last generation Macbook Pro and keep getting the following error:
Error running \'requirements_osx_brew_libs_install autoconf
You have to install these dependences manually, try
brew install automake
if it gives you error of missing link of automake something like this
You must `brew link autoconf' before automake can be installed
then try these commands
brew link --overwrite --dry-run autoconf
brew link --overwrite autoconf
brew install automake
it will install automake and then you can try again to install ruby.