[Zlib-devel] zlib-1.2.5 configure script issues

Mike Frysinger vapier at gentoo.org
Wed Jul 7 15:52:54 EDT 2010


On Friday, April 23, 2010 16:06:00 Mark Adler wrote:
> On Apr 23, 2010, at 12:49 PM, Fabian Groffen wrote:
> > 1) Solaris /bin/sh doesn't grok $(...)
> 
> I have changed that to ${...}, which is what I am assuming the Solaris sh
> is expecting.

i cant find the scm repo zlib uses (cvs/svn/git/whatever), so i cant check if 
this has been fixed, but $(...) and ${...} are not the same thing.  the former 
is command substitution while the latter is variable substitution.  they are 
not equivalent by any stretch.  if Solaris sucks and doesnt support $(...), 
then you can use `...` assuming you dont nest things.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20100707/9be0739f/attachment.sig>


More information about the Zlib-devel mailing list