diff options
| author | Adam Vandenberg | 2013-01-06 17:27:25 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-06 17:27:25 -0800 |
| commit | 7b2b43ad5e2d8ddb27777d44c1d4e0d7237ac4b7 (patch) | |
| tree | a4b0ce56e5429f8e6dede4934fa4a82b3a9fe220 /Library/Formula | |
| parent | ca13843428f062d911ed50b2dac8efbfc77997be (diff) | |
| download | homebrew-7b2b43ad5e2d8ddb27777d44c1d4e0d7237ac4b7.tar.bz2 | |
curlftpfs: Restore compatibility with automake
Closes #16934.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/curlftpfs.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/curlftpfs.rb b/Library/Formula/curlftpfs.rb index 2257ec01f..c5c466780 100644 --- a/Library/Formula/curlftpfs.rb +++ b/Library/Formula/curlftpfs.rb @@ -16,6 +16,9 @@ class Curlftpfs < Formula depends_on 'glib' def install + # Compatibility with Automake 1.13 and newer. + inreplace 'configure.ac', 'AM_CONFIG_HEADER', 'AC_CONFIG_HEADERS' + system "autoreconf", "--force", "--install" ENV.append 'CPPFLAGS', '-D__off_t=off_t' system "./configure", "--disable-dependency-tracking", |
