aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-16 23:34:38 -0500
committerJack Nagel2014-05-16 23:40:10 -0500
commit9cd18863e236a312b3c63672e152c242bee1f4b6 (patch)
treec08a82290166783d46e4d143705c4b80999ce9f6 /Library/Formula
parentd4301866f2b7c12ad75e85696d3a91b88016017f (diff)
downloadhomebrew-9cd18863e236a312b3c63672e152c242bee1f4b6.tar.bz2
libnet: remove old automake hack
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libnet.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/Library/Formula/libnet.rb b/Library/Formula/libnet.rb
index 6bd2b107b..cc8e85742 100644
--- a/Library/Formula/libnet.rb
+++ b/Library/Formula/libnet.rb
@@ -24,14 +24,7 @@ class Libnet < Formula
end
def install
- # Compatibility with Automake 1.13 and newer.
- # Reported upstream:
- # https://github.com/sam-github/libnet/issues/28
- mv 'configure.in', 'configure.ac'
- inreplace 'configure.ac', 'AM_CONFIG_HEADER', 'AC_CONFIG_HEADERS'
- (buildpath/'m4').mkpath
-
- system "autoreconf --force --install"
+ system "autoreconf", "-fvi"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
inreplace "src/libnet_link_bpf.c", "#include <net/bpf.h>", "" # Per MacPorts