From: Paul Eggert Date: Thu, 7 Aug 2014 23:08:49 +0000 (-0700) Subject: doc: Solaris 11 supports $(...) X-Git-Tag: v2.69b~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8e0756756e0981d8b33c63ff55cd08182b3d67;p=thirdparty%2Fautoconf.git doc: Solaris 11 supports $(...) * doc/autoconf.texi (Shell Substitutions): Say that $(...) isn't working in Solaris 10 and earlier, not in "recent releases". --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 9dce2960..791436bf 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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