[SCM] GNU M4 source repository branch, branch-1.6, updated. v1.4.10b-27-g14840bc
"Eric Blake" <[email protected]>
| 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=14840bcf0e8fd964aaec8459441d8b5d5b791624
The branch, branch-1.6 has been updated
via 14840bcf0e8fd964aaec8459441d8b5d5b791624 (commit)
from 6b67f52903f191b8e0b9c295182a8e6504fb4f96 (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 14840bcf0e8fd964aaec8459441d8b5d5b791624
Author: Eric Blake <[email protected]>
Date: Tue Apr 15 14:27:54 2008 -0600
Another 'make installcheck' fix.
* doc/m4.texinfo (Diversions): s/m4/__program__/ in case
--program-prefix was active.
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 a9fc7f5..a98deb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-15 Eric Blake <[email protected]>
+
+ Another 'make installcheck' fix.
+ * doc/m4.texinfo (Diversions): s/m4/__program__/ in case
+ --program-prefix was active.
+
2008-04-14 Eric Blake <[email protected]>
Stage 21: $@ concatenates builtins, m4wrap takes builtins.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 52fc77b..4572e79 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -4960,7 +4960,7 @@ ifdef(`__unix__', ,
')m4exit(`77')')dnl
changequote(`[', `]')dnl
syscmd([echo 'divert(1)hi
-format(%1000000d, 1)' | m4 | sed 1q])dnl
+format(%1000000d, 1)' | ]__program__[ | sed 1q])dnl
@result{}hi
sysval
@result{}0
hooks/post-receive
--
GNU M4 source repository