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 deprecated autoconf/automake usage #8

Closed jenshnielsen closed 8 years ago

jenshnielsen commented 8 years ago

Fix warnings when running various brew commands

Warning: Calling 'depends_on :autoconf' is deprecated!
Use 'depends_on "autoconf"' instead.
/usr/local/Library/Taps/universal-ctags/homebrew-universal-ctags/universal-ctags.rb:4:in `<class:UniversalCtags>'
Please report this to the universal-ctags/universal-ctags tap!

Warning: Calling 'depends_on :automake' is deprecated!
Use 'depends_on "automake"' instead.
/usr/local/Library/Taps/universal-ctags/homebrew-universal-ctags/universal-ctags.rb:5:in `<class:UniversalCtags>'
Please report this to the universal-ctags/universal-ctags tap!
jenshnielsen commented 8 years ago

@cweagans Any change of merging this or any of the other prs that fixes these warnings.

cweagans commented 8 years ago

Thanks! Sorry for the delay on this. Been crazy busy.