aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorClemens Gruber2013-07-06 01:43:29 +0200
committerAdam Vandenberg2013-07-05 20:28:07 -0700
commit8a21a84ff9e01ab2b73b3ba5068d65caf55d09f9 (patch)
tree84b7af7809b0964f48ae585c284f750b7be3c57f /Library
parent365c20562495f57c84c6ba1325338451a0162a58 (diff)
downloadhomebrew-8a21a84ff9e01ab2b73b3ba5068d65caf55d09f9.tar.bz2
htop-osx: fix build
Closes #21030. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/htop-osx.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/htop-osx.rb b/Library/Formula/htop-osx.rb
index 94c18a9ea..9e44a0035 100644
--- a/Library/Formula/htop-osx.rb
+++ b/Library/Formula/htop-osx.rb
@@ -14,7 +14,6 @@ class HtopOsx < Formula
# Otherwise htop will segfault when resizing the terminal
ENV.no_optimization if ENV.compiler == :clang
- (buildpath/'m4').mkpath # or autogen fails
system "./autogen.sh"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make", "install", "DEFAULT_INCLUDES='-iquote .'"