autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-272


From: Benoit Sigoure
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-272-g6d8cbe2
Date: Mon, 12 Nov 2007 08:43:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=6d8cbe20d4ddfa4a1f631fc2615625d5b60294bc

The branch, master has been updated
       via  6d8cbe20d4ddfa4a1f631fc2615625d5b60294bc (commit)
      from  00865ec8426eed430d9a36c906d6ce7d307f8cf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d8cbe20d4ddfa4a1f631fc2615625d5b60294bc
Author: Benoit Sigoure <address@hidden>
Date:   Sun Nov 11 18:41:58 2007 +0100

    Document that $((expression)) is not portable.
    
        * doc/autoconf.texi (Shell Substitutions): Here.
    
    Signed-off-by: Benoit Sigoure <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 doc/autoconf.texi |    8 ++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 69e6990..d8c5b94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-11  Benoit Sigoure  <address@hidden>
+
+       Document that $((expression)) is not portable.
+       * doc/autoconf.texi (Shell Substitutions): Here.
+
 2007-11-10  Ralf Wildenhues  <address@hidden>
 
        Ignore configure --help* errors due to LINENO-impaired shells.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 421056e..acc80cf 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -13061,6 +13061,14 @@ mishandle them.  For example, Bash 3.1, @samp{ksh88}, 
@command{pdksh}
 echo $(case x in x) echo hello;; esac)
 @end example
 
+
address@hidden $((@var{expression}))
address@hidden $((@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


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]