From d6617dc23da840c5f99acf932f2fa022b7dc0247 Mon Sep 17 00:00:00 2001 From: Joonas Kuorilehto Date: Sat, 6 Oct 2012 12:06:56 -0700 Subject: mobile-shell: add build dependency for automake Closes #15333. Signed-off-by: Adam Vandenberg --- Library/Formula/mobile-shell.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/mobile-shell.rb') diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb index bafd9148c..79c7f7c1c 100644 --- a/Library/Formula/mobile-shell.rb +++ b/Library/Formula/mobile-shell.rb @@ -10,6 +10,7 @@ class MobileShell < Formula # Needs new autoconf for correct AC_C_RESTRICT macro # See: https://github.com/keithw/mosh/issues/241 depends_on 'autoconf' => :build if build.head? + depends_on 'automake' => :build if build.head? depends_on 'pkg-config' => :build depends_on 'protobuf' -- cgit v1.2.3