From 8a21a84ff9e01ab2b73b3ba5068d65caf55d09f9 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Sat, 6 Jul 2013 01:43:29 +0200 Subject: htop-osx: fix build Closes #21030. Signed-off-by: Adam Vandenberg --- Library/Formula/htop-osx.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula') 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 .'" -- cgit v1.2.3