universal-ctags / homebrew-universal-ctags

Homebrew Tap for Universal Ctags on OSX
https://ctags.io
GNU General Public License v2.0
326 stars 19 forks source link

Fix deprecation message from homebrew #10

Closed delphinus closed 8 years ago

delphinus commented 8 years ago

The latest homebrew says below, so fixed it.

Warning: Calling 'depends_on :autoconf' is deprecated! Use 'depends_on "autoconf"' instead.

cweagans commented 8 years ago

I merged #8 instead of this one because it was open first. Thanks anyway for fixing this!