Re: make check calls zgrep from zutils

2013-04-10 Thread Antonio Diaz Diaz
Paul Eggert wrote: For the PATH problem, one possibility is that your shell is buggy, and isn't respecting PATH properly. You might be able to debug this with sh -x. My shell is bash, and it seems to respect PATH. I have received a confirmation from Matias Fonzo that the check fails for him

[PATCH 1/3] tests: port to Solaris 10 /bin/sh

2013-04-10 Thread Paul Eggert
* tests/Makefile.am (TESTS_ENVIRONMENT): Use "FOO=val; export FOO" rather than "export FOO=val", as the latter form doesn't work with Solaris /bin/sh. --- tests/Makefile.am | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/tests/Makefile.am b

[PATCH 2/3] maint: adjust to Gnulib, Automake changes

2013-04-10 Thread Paul Eggert
* .gitignore: Add *.trs. * lib/.gitignore: Add unused-parameter.h. --- .gitignore | 1 + lib/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 69ae342..955ceb4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.lineno *.log *.o +*.trs *~

[PATCH 3/3] tests: work even if non-GNU gzip is installed in /usr/local/bin

2013-04-10 Thread Paul Eggert
On 04/10/13 09:29, Antonio Diaz Diaz wrote: > I think the problem is in the way gzip scripts try to locate executables. Thanks for tracking it down. I see the problem now. Gzip uses a different style of finding executables, where one can copy an executable to a different directory without chang