aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorRagi Yaser Burhum2013-02-08 18:11:22 -0800
committerJack Nagel2013-02-08 21:17:54 -0600
commit0574b944c5a82df9978a8eee4ff4e2ac2ce04be7 (patch)
tree6a7dac7ec58f6fc3026886d80499a62ec3948fe1 /Library/Formula
parent28a71d9aca825ee9ddcadc67d567834634b3b119 (diff)
downloadhomebrew-0574b944c5a82df9978a8eee4ff4e2ac2ce04be7.tar.bz2
libkml: automake 1.13 compatibility
Closes #17707. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libkml.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/libkml.rb b/Library/Formula/libkml.rb
index b1d185416..785358378 100644
--- a/Library/Formula/libkml.rb
+++ b/Library/Formula/libkml.rb
@@ -20,6 +20,10 @@ class Libkml < Formula
# If the patch is applied, this find and replace will be unnecessary, but also
# harmless
inreplace 'configure.ac', '-Werror', ''
+
+ # Compatibility with Automake 1.13 and newer.
+ inreplace 'configure.ac', 'AM_CONFIG_HEADER', 'AC_CONFIG_HEADER'
+
system "./autogen.sh"
end