From 0574b944c5a82df9978a8eee4ff4e2ac2ce04be7 Mon Sep 17 00:00:00 2001 From: Ragi Yaser Burhum Date: Fri, 8 Feb 2013 18:11:22 -0800 Subject: libkml: automake 1.13 compatibility Closes #17707. Signed-off-by: Jack Nagel --- Library/Formula/libkml.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula/libkml.rb') 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 -- cgit v1.2.3