]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
doc: Solaris 11 supports $(...)
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Aug 2014 23:08:49 +0000 (16:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Aug 2014 00:17:25 +0000 (17:17 -0700)
* doc/autoconf.texi (Shell Substitutions): Say that $(...) isn't
working in Solaris 10 and earlier, not in "recent releases".

doc/autoconf.texi

index 9dce29600312390872ece68eb92d1308b2f02ef8..791436bf380b204870e963756bc4accc0f375fd2 100644 (file)
@@ -16379,12 +16379,12 @@ and it has most of the problems listed under @code{`@var{commands}`}.
 
 This construct can be
 nested while this is impossible to do portably with back quotes.
-Unfortunately it is not yet universally supported.  Most notably, even recent
-releases of Solaris don't support it:
+Although it is almost universally supported, unfortunately Solaris 10
+and earlier releases lack it:
 
 @example
 $ @kbd{showrev -c /bin/sh | grep version}
-Command version: SunOS 5.10 Generic 121005-03 Oct 2006
+Command version: SunOS 5.10 Generic 142251-02 Sep 2010
 $ @kbd{echo $(echo blah)}
 syntax error: `(' unexpected
 @end example