Fix missing dependency in brew

Needed automake to get beyond 
./configure: line 409: aclocal: command not found
XCode 4.6, pretty virgin setup
This commit is contained in:
Aleksandar Totic 2013-02-13 14:30:48 -08:00
parent 68af9bf6b9
commit 06613f716b

View file

@ -8,6 +8,7 @@ language. It is currently developed on OS X and Linux.
On OS X (homebrew):
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
brew install automake
On OS X (MacPorts):