libmp3splt: look for m4 macros in the correct location

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2011-10-17 14:54:59 -05:00
parent 5afd2e4c27
commit caadf64d9a
1 changed files with 1 additions and 1 deletions

View File

@ -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"