aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-06-27 09:31:00 -0700
committerAdam Vandenberg2012-06-27 09:31:00 -0700
commit66a773b180b014bdfbeb9eede584d3f323989068 (patch)
tree829e555458520130b29653ea95459b6afac6828a /Library/Formula
parentca356ff6f5a549f23c6d604d4bcfb245540edff6 (diff)
downloadhomebrew-66a773b180b014bdfbeb9eede584d3f323989068.tar.bz2
mdbtools: remove extra flag
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mdbtools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mdbtools.rb b/Library/Formula/mdbtools.rb
index 15d9b0421..2b2c77d20 100644
--- a/Library/Formula/mdbtools.rb
+++ b/Library/Formula/mdbtools.rb
@@ -20,7 +20,7 @@ class Mdbtools < Formula
end
def install
- system "NOCONFIGURE='yes' ACLOCAL_FLAGS='-I#{HOMEBREW_PREFIX}/share/aclocal' ./autogen.sh"
+ system "NOCONFIGURE='yes' ./autogen.sh"
system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}",
"--disable-glibtest"