This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake 1.5 fails 4 tests on Solaris
- To: Lars Hecking <lhecking at nmrc dot ie>
- Subject: Re: automake 1.5 fails 4 tests on Solaris
- From: Richard Boulton <richard at tartarus dot org>
- Date: 26 Aug 2001 11:37:51 +0100
- Cc: Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <20010825191417.A6911@nmrc.ie>
On 25 Aug 2001 19:14:17 +0100, Lars Hecking wrote:
> yacc7.test fails, too. The reason is that the builtin test in Solaris'
> /bin/sh does not recognise -e. /bin/test OTOH does.
Oops. That can best be fixed by changing to "test -f", I think.
--
Richard