* doc/autoconf.texi (Shell Substitutions): Here.
Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
+2007-11-11 Benoit Sigoure <tsuna@lrde.epita.fr>
+
+ Document that $((expression)) is not portable.
+ * doc/autoconf.texi (Shell Substitutions): Here.
+
2007-11-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Ignore configure --help* errors due to LINENO-impaired shells.
echo $(case x in x) echo hello;; esac)
@end example
+
+@item $((@var{expression}))
+@cindex $((@var{expression}))
+Arithmetic expansion is not portable as some shells (most
+notably Solaris 10 @command{/bin/sh}) don't support it.
+
+
+
@item ^
@cindex ^ quoting
Always quote @samp{^}, otherwise traditional shells such as