[PATCH] bootstrap: Avoid gnulib operations if not needed.

2018-04-28 Thread Paul Smith
* build-aux/bootstrap: Remove unused variable gnulib_mk. Set $gnulib_extra_files early so it can be overridden in .conf. Remove redundant --import flag from $gnulib_tool_options. Set $use_gnulib to false if no gnulib modules or files are needed. If $use_gnulib is false, don't do anything related

Re: [PATCH] bootstrap: Avoid gnulib operations if not needed

2018-04-28 Thread Paul Eggert
nu.org> Date: Sat, 28 Apr 2018 16:37:50 -0700 Subject: [PATCH] bootstrap: Avoid gnulib operations if not needed * build-aux/bootstrap: Remove unused variable gnulib_mk. Set $gnulib_extra_files early so it can be overridden in .conf. Remove redundant --import flag from $gnulib_tool_options. Set $u

Re: [PATCH] bootstrap: Avoid gnulib operations if not needed

2018-04-28 Thread Paul Eggert
Paul Smith wrote: I've never figured out how to use git send-email with SMTP servers which require secure connections. To get that to work, I put something like the following into my ~/.gitconfig file (I used my own info of course, with UCLA-CS's SMTP server). Admittedly it's a bit of a

[PATCH] bootstrap: Avoid gnulib operations if not needed

2018-04-28 Thread Paul Smith

Re: [PATCH] bootstrap: Avoid gnulib operations if not needed

2018-04-28 Thread Paul Smith
On Sat, 2018-04-28 at 14:00 -0700, Paul Eggert wrote: > Thanks, but it looks like Evolution broke the patch by folding lines; could > you > please resend it as an attachment? "git format-patch" is a good way to format > patches, and I use "git send-email" to send them if you prefer not to use

[PATCH] bootstrap: Avoid gnulib operations if not needed

2018-04-28 Thread Paul Smith
* build-aux/bootstrap: Remove unused variable gnulib_mk. Set $gnulib_extra_files early so it can be overridden in .conf. Remove redundant --import flag from $gnulib_tool_options. Set $use_gnulib to false if no gnulib modules or files are needed. If $use_gnulib is false, don't do anything related