On 2017/08/27 17:02, Jeremy Evans wrote: > This makes vim use the default ruby version instead of ruby 1.8. > > Briefly tested on amd64 using examples on > http://vimdoc.sourceforge.net/htmldoc/if_ruby.html
Makes sense, ok with me. > All of the following still build: > > SUBDIR += vim,gtk2,perl,python,ruby > SUBDIR += vim,gtk2,perl,python3,ruby > SUBDIR += vim,no_x11,perl,python,ruby > SUBDIR += vim,no_x11,perl,python3,ruby > > This also changes autoconf to run during pre-configure instead of > post-patch, since I think that is the current recommended place as > it allows you to run make patch, modify configure.ac, and then > run make configure. I normally use post-patch because that's where CONFIGURE_STHLE=autoconf runs it.
