aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2010-02-23 13:20:19 +0000
committerMax Howell2010-02-23 13:22:01 +0000
commitd688e35a649c5805b3e48b10f83ad19cb7e847c4 (patch)
tree5670005e5f2325a46637a3c82597388b70c11cf3 /Library
parent4645bfdc83c8bf1dea55a2747318eacf7957f5f5 (diff)
downloadhomebrew-d688e35a649c5805b3e48b10f83ad19cb7e847c4.tar.bz2
Fixes #751; Force autoconf213 to use awk
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/autoconf213.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/autoconf213.rb b/Library/Formula/autoconf213.rb
index a4049c2a3..865240717 100644
--- a/Library/Formula/autoconf213.rb
+++ b/Library/Formula/autoconf213.rb
@@ -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}",