From 8a8e0756756e0981d8b33c63ff55cd08182b3d67 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 7 Aug 2014 16:08:49 -0700 Subject: [PATCH] doc: Solaris 11 supports $(...) * doc/autoconf.texi (Shell Substitutions): Say that $(...) isn't working in Solaris 10 and earlier, not in "recent releases". --- doc/autoconf.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2