From caadf64d9aafcbd391f2322049b662e35e87d79b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 17 Oct 2011 14:54:59 -0500 Subject: [PATCH] libmp3splt: look for m4 macros in the correct location Signed-off-by: Jack Nagel --- Formula/libmp3splt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libmp3splt.rb b/Formula/libmp3splt.rb index c0a469b8a90..7f6a8abc3f3 100644 --- a/Formula/libmp3splt.rb +++ b/Formula/libmp3splt.rb @@ -18,7 +18,7 @@ class Libmp3splt < Formula end def install - ENV.append 'ACLOCAL_FLAGS', '-I/usr/local/share/aclocal' + ENV.append 'ACLOCAL_FLAGS', "-I#{HOMEBREW_PREFIX}/share/aclocal" system "./autogen.sh" system "autoconf" system "automake"