mobile-shell: add build dependency for automake
Closes Homebrew/homebrew#15333. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0489b1b5bf
commit
8ffc3838e7
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue