[SCM] GNU Autoconf source repository branch, master, updated. v2.67-48-gd468042

"Eric Blake" <[email protected]> Tue, 07 Sep 2010 14:41:47 +0000
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
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=d46804252a9f00b94f22a185811301331064805c

The branch, master has been updated
       via  d46804252a9f00b94f22a185811301331064805c (commit)
      from  35b14d5e356df7bbec5d748381805eebd09e0c9b (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 d46804252a9f00b94f22a185811301331064805c
Author: Eric Blake <[email protected]>
Date:   Tue Sep 7 08:40:46 2010 -0600

    docs: enhance recommendations on test usage
    
    * doc/autoconf.texi (Limitations of Builtins) <test (strings)>:
    Mention yet another Solaris issue.
    Reported by Stefano Lattarini.
    
    Signed-off-by: Eric Blake <[email protected]>

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

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

diff --git a/ChangeLog b/ChangeLog
index 0c3e5d4..d43f681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-07  Eric Blake  <[email protected]>
+
+	docs: enhance recommendations on test usage
+	* doc/autoconf.texi (Limitations of Builtins) <test (strings)>:
+	Mention yet another Solaris issue.
+	Reported by Stefano Lattarini.
+
 2010-08-30  Eric Blake  <[email protected]>
 
 	tests: avoid trashing /
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 923fff6..4d62bf3 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -17505,6 +17505,8 @@ $ @kbd{test -n =}
 test: argument expected
 $ @kbd{test ! -n}
 test: argument expected
+$ @kbd{test -z ")"; echo $?}
+0
 @end example
 
 Similarly, Posix says that both @samp{test "@var{string1}" = "@var{string2"}}


hooks/post-receive
-- 
GNU Autoconf source repository