Re: [PATCH] dist: add dist-zstd option

2019-11-17 Thread Jim Meyering
On Sat, Nov 16, 2019 at 12:23 PM Giuseppe Scrivano wrote: > Jim Meyering writes: > > On Mon, Nov 11, 2019 at 12:35 PM Giuseppe Scrivano > > wrote: > >> Hi Jim, > >> > >> Jim Meyering writes: > >> > >> > On Fri, Oct 4, 2019 at 8:03 AM Giuseppe Scrivano > >> > wrote: > >> >> add support for

Re: [PATCH] dist: add dist-zstd option

2019-11-16 Thread Giuseppe Scrivano
Jim Meyering writes: > On Mon, Nov 11, 2019 at 12:35 PM Giuseppe Scrivano > wrote: >> Hi Jim, >> >> Jim Meyering writes: >> >> > On Fri, Oct 4, 2019 at 8:03 AM Giuseppe Scrivano >> > wrote: >> >> add support for using the zstd compression algorithm. >> > >> > Hi Giuseppe, >> > Thank you for

Re: [PATCH] dist: add dist-zstd option

2019-11-16 Thread Jim Meyering
On Mon, Nov 11, 2019 at 12:35 PM Giuseppe Scrivano wrote: > Hi Jim, > > Jim Meyering writes: > > > On Fri, Oct 4, 2019 at 8:03 AM Giuseppe Scrivano > > wrote: > >> add support for using the zstd compression algorithm. > > > > Hi Giuseppe, > > Thank you for that patch. > > I've adjusted it and

Re: [PATCH] dist: add dist-zstd option

2019-11-11 Thread Giuseppe Scrivano
Hi Jim, Jim Meyering writes: > On Fri, Oct 4, 2019 at 8:03 AM Giuseppe Scrivano wrote: >> add support for using the zstd compression algorithm. > > Hi Giuseppe, > Thank you for that patch. > I've adjusted it and propose the attached, which makes these changes: > - add tests > - that exposed

Re: [PATCH] dist: add dist-zstd option

2019-10-14 Thread Giuseppe Scrivano
Hi Jim, Jim Meyering writes: > On Fri, Oct 4, 2019 at 8:03 AM Giuseppe Scrivano wrote: >> add support for using the zstd compression algorithm. > > Hi Giuseppe, > Thank you for that patch. > I've adjusted it and propose the attached, which makes these changes: > - add tests > - that exposed

Re: [PATCH] dist: add dist-zstd option

2019-10-13 Thread Jim Meyering
On Fri, Oct 4, 2019 at 8:03 AM Giuseppe Scrivano wrote: > add support for using the zstd compression algorithm. Hi Giuseppe, Thank you for that patch. I've adjusted it and propose the attached, which makes these changes: - add tests - that exposed the need for a correction, s/-d/-dc/ in

[PATCH] dist: add dist-zstd option

2019-10-04 Thread Giuseppe Scrivano
add support for using the zstd compression algorithm. * bin/automake.in (handle_dist): add zstd to the list of known dist- suffixes. (preprocess_file): transform ZSTD to option dist-zstd. * doc/automake.texi: document the new option. * lib/Automake/Options.pm (_is_valid_easy_option): add