emacs: HEAD build no longer requires automake

As of 65faa7bcb5

Closes #11215.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Alex Dunn 2017-03-17 14:00:40 -07:00 committed by Tomasz Pajor
parent 8cb36f4270
commit d1548d9896

View file

@ -21,7 +21,6 @@ class Emacs < Formula
url "https://github.com/emacs-mirror/emacs.git"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "gnu-sed" => :build
depends_on "texinfo" => :build
end