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