[SCM] GNU M4 source repository branch, branch-1.4, updated. v1.4.11-35-gdf04f5e

"Eric Blake" <[email protected]> Mon, 11 Aug 2008 13:14:38 +0000
Newsgroups gmane.comp.gnu.m4.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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=df04f5efba69c99f154009d19fdb9f9205dbc4e0

The branch, branch-1.4 has been updated
       via  df04f5efba69c99f154009d19fdb9f9205dbc4e0 (commit)
      from  9ecd0adb27f532b798618730bbdccc336554a0fd (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 df04f5efba69c99f154009d19fdb9f9205dbc4e0
Author: Eric Blake <[email protected]>
Date:   Mon Aug 11 07:11:32 2008 -0600

    Avoid triggering OS/2 bug in testsuite.
    
    * doc/m4.texinfo (Mkstemp): Don't assume test(1) status is 1.
    Reported by Elbert Pol.
    
    Signed-off-by: Eric Blake <[email protected]>

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

Summary of changes:
 ChangeLog      |    6 ++++++
 doc/m4.texinfo |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7d1c5f3..431d637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-11  Eric Blake  <[email protected]>
+
+	Avoid triggering OS/2 bug in testsuite.
+	* doc/m4.texinfo (Mkstemp): Don't assume test(1) status is 1.
+	Reported by Elbert Pol.
+
 2008-08-03  Eric Blake  <[email protected]>
 
 	Increase ulimit stack value to be larger than SIGSTKSZ.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 300fb79..1166ff8 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -6420,7 +6420,7 @@ define(`abc', `def')
 maketemp(`foo-abc')
 @result{}foo-def
 @error{}m4:stdin:4: recommend using mkstemp instead
-syscmd(`test -f foo-*')sysval
+syscmd(`test -f foo-*')ifelse(sysval, `0', `0', `1')
 @result{}1
 @end example
 @end ignore


hooks/post-receive
--
GNU M4 source repository