Re: Zutils vs single compressor utilities

2012-01-16 Thread Antonio Diaz Diaz
Hello again Paul, Paul Eggert wrote: If memory serves, we were going to add a configure-time flag to change the program names from z* to gz*, which sounds reasonable, when someone gets around to it. Exactly. Is that a change you could write? That would help move things along, I expect. Ro

Re: Zutils vs single compressor utilities

2012-01-16 Thread Antonio Diaz Diaz
Hello again. Rob noticed the test for ^g was not needed in his patch. So here is a better patch which will work with ./configure --program-transform-name='s/^z/gz/' Thanks and regards, Antonio. diff --git a/Makefile.am b/Makefile.am index 86a0297..ebc0cb7 100644 --- a/Makefile.am +++ b/Mak

Re: Zutils vs single compressor utilities

2012-01-16 Thread Paul Eggert
On 01/16/12 10:59, Antonio Diaz Diaz wrote: > So here is a better patch I don't see why either patch is needed. Without the patches, for example, "./configure --program-transform-name='s/^z/gz/'" followed by "make install" installs gzcat.1, not zcat.1. Isn't that what you want?