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 comp

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

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

[PATCH] dist: add dist-zstd option

2019-10-04 Thread Giuseppe Scrivano
-zstd. * lib/am/distdir.am (dist-zstd): new rule. (?ZSTD?DIST_TARGETS): add definition. (distcheck): test *.tar.zstd*. * NEWS: Mention the change Signed-off-by: Giuseppe Scrivano --- NEWS| 5 + bin/automake.in | 3 ++- doc/automake.texi | 7 +++ lib