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

2018-04-29 Thread Paul Smith
On Sat, 2018-04-28 at 16:41 -0700, Paul Eggert wrote: > That email was empty, so I attempted to repair Evolution's damage in the > patch > you originally sent, and installed the attached into the Gnulib master on > Savannah. Please give a try. Thanks. As you saw I did get it right, finally... j

[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 to

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

2018-04-28 Thread Paul Eggert
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 $use_gnulib to fal

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 black

[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 >

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

2018-04-28 Thread Paul Eggert
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 attachments.

[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 to