[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building JavaHL on OS X

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2005-12-08 10:02:25 CET

On Wed, Dec 07, 2005 at 11:52:38PM -0600, Peter Samuelson wrote:
>
> [David James]
> > Perhaps use this test instead, to be consistant with the test for
> > /Library/Java/Home?
> > if test "$os_arch" = "Darwin" -a "$JDK" = "/Library/Java/Home"; then
>
> If this is going into a configure file, you shouldn't use test -a.
> It's not POSIX, let alone classic Bourne compatible. (Many modern
> shells do accept it.)
>
> "&& test" works fine, though.

That's not the only place in configure.in or build/ac-macros that uses
test -a. Care to work up a patch?

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 8 10:03:37 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.