diff options
| author | Jack Nagel | 2013-01-19 21:13:16 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-01-19 21:13:16 -0600 |
| commit | 423a714ffc05587b25af812b580f4af72d6bb90b (patch) | |
| tree | dab9ff035a5091598483f80505eaca8f207e1bd9 /Library/Formula | |
| parent | 5114ab8409cd831d88e1d3250b2d8a740f8ae0e0 (diff) | |
| download | homebrew-423a714ffc05587b25af812b580f4af72d6bb90b.tar.bz2 | |
libaacs: fix for automake 1.13
Fixes #17202.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libaacs.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libaacs.rb b/Library/Formula/libaacs.rb index 407897112..388fd1fb4 100644 --- a/Library/Formula/libaacs.rb +++ b/Library/Formula/libaacs.rb @@ -11,6 +11,7 @@ class Libaacs < Formula depends_on 'libgcrypt' def install + inreplace 'configure.ac', 'AM_CONFIG_HEADER', 'AC_CONFIG_HEADERS' system './bootstrap' system "./configure", "--disable-dependency-tracking", "--disable-debug", |
