diff options
| author | Jack Nagel | 2014-05-16 23:34:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-16 23:40:24 -0500 |
| commit | 01754fd15e80c0cf3e4d59341141692e0a4b1306 (patch) | |
| tree | 9b5463b301009fafc9f444cc6d63a6990cab13ee | |
| parent | 9cd18863e236a312b3c63672e152c242bee1f4b6 (diff) | |
| download | homebrew-01754fd15e80c0cf3e4d59341141692e0a4b1306.tar.bz2 | |
lrdf: remove old automake hack
| -rw-r--r-- | Library/Formula/lrdf.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Library/Formula/lrdf.rb b/Library/Formula/lrdf.rb index 5370a53e1..db1c7e346 100644 --- a/Library/Formula/lrdf.rb +++ b/Library/Formula/lrdf.rb @@ -11,9 +11,6 @@ class Lrdf < Formula depends_on "libtool" => :build depends_on "raptor" - # Fix for newer autotools - patch :DATA - def install system "glibtoolize" system "aclocal", "-I", "m4" @@ -24,17 +21,3 @@ class Lrdf < Formula system "make install" end end - -__END__ -diff -ur LRDF-0.5.0-o/configure.ac LRDF-0.5.0/configure.ac ---- LRDF-0.5.0-o/configure.ac 2013-03-16 16:52:58.000000000 -0400 -+++ LRDF-0.5.0/configure.ac 2013-03-16 16:53:18.000000000 -0400 -@@ -1,7 +1,7 @@ - # Process this file with autoconf to produce a configure script. - AC_INIT(src/lrdf.c) - AC_CONFIG_MACRO_DIR([m4]) --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS([config.h]) - AM_INIT_AUTOMAKE(liblrdf, 0.5.0) - - LRDF_LIBTOOL_VERSION=2:0:0 |
