diff options
| author | Max Howell | 2010-02-23 13:20:19 +0000 |
|---|---|---|
| committer | Max Howell | 2010-02-23 13:22:01 +0000 |
| commit | d688e35a649c5805b3e48b10f83ad19cb7e847c4 (patch) | |
| tree | 5670005e5f2325a46637a3c82597388b70c11cf3 /Library/Formula | |
| parent | 4645bfdc83c8bf1dea55a2747318eacf7957f5f5 (diff) | |
| download | homebrew-d688e35a649c5805b3e48b10f83ad19cb7e847c4.tar.bz2 | |
Fixes #751; Force autoconf213 to use awk
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/autoconf213.rb | 2 |
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}", |
