aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs.rb
diff options
context:
space:
mode:
authorMarten Veldthuis2013-11-05 14:24:12 +0100
committerAdam Vandenberg2013-11-06 07:19:04 -0800
commit520293857f5ae861bf3a6155e57b8ab2b077ea9c (patch)
tree5405e2d50c10eacdbc6931a8e6422b615741cb81 /Library/Formula/emacs.rb
parente18b18d3413cd6becb4d938c225f47824ed2ada7 (diff)
downloadhomebrew-520293857f5ae861bf3a6155e57b8ab2b077ea9c.tar.bz2
emacs: fix head build
Emacs HEAD no longer provides autogen/copy_autogen Closes #23994. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/emacs.rb')
-rw-r--r--Library/Formula/emacs.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index f941d9983..c0caf804f 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -63,10 +63,7 @@ class Emacs < Formula
args << '--without-gnutls'
end
- # See: https://github.com/mxcl/homebrew/issues/4852
- if build.head? and File.exists? "./autogen/copy_autogen"
- system "autogen/copy_autogen"
- end
+ system "./autogen.sh" if build.head?
if build.include? "cocoa"
# Patch for color issues described here: