Trying to install brew on a last generation Macbook Pro and keep getting the following error:
Error running \'requirements_osx_brew_libs_install autoconf
The log file that this error tells you to check has this info:
There were package installation errors, make sure to read the log.
Try
brew tap --repairand make surebrew doctorlooks reasonable.Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation
After running brew tap --repair, rvm was able to auto install the missing dependencies via homebrew and install my ruby without problems. no need to manually install each package or anything else.