Fixes Homebrew/homebrew#751; Force autoconf213 to use awk

master
Max Howell 2010-02-23 13:20:19 +00:00
parent 82cd418503
commit 65765a37e2
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ class Autoconf213 <Formula
end
def install
inreplace 'configure', 'for ac_prog in mawk gawk nawk awk', 'for ac_prog in awk'
system "./configure", "--disable-debug",
"--program-suffix=213",
"--prefix=#{prefix}",