geoip: always use newer autotools

Closes Homebrew/homebrew#24662.
This commit is contained in:
Adam Vandenberg 2013-11-26 21:31:20 -08:00
parent d70473b65a
commit 2631577442

View file

@ -6,10 +6,9 @@ class Geoip < Formula
sha1 '41ed21fb2d40e54648cae2a1f73e8a5210676def'
head 'https://github.com/maxmind/geoip-api-c.git'
# These are needed for the autoreconf it always tries to run.
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
option :universal