From 06613f716b226350001b8d9379d1a08503d3a6c3 Mon Sep 17 00:00:00 2001 From: Aleksandar Totic Date: Wed, 13 Feb 2013 14:30:48 -0800 Subject: [PATCH] Fix missing dependency in brew MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needed automake to get beyond  ./configure: line 409: aclocal: command not found XCode 4.6, pretty virgin setup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d01bdf97f3b..3bce58aeca6 100644 --- a/README.md +++ b/README.md @@ -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):