mobile-shell: add build dependency for automake

Closes Homebrew/homebrew#15333.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Joonas Kuorilehto 2012-10-06 12:06:56 -07:00 committed by Adam Vandenberg
parent 0489b1b5bf
commit 8ffc3838e7

View file

@ -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'