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=67f198b7abacaa5e7958ad8892b82de32d7c75cd

The branch, master has been updated
       via  67f198b7abacaa5e7958ad8892b82de32d7c75cd (commit)
      from  639eaea0351edb82552a5ddce2103207b5e40e08 (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 67f198b7abacaa5e7958ad8892b82de32d7c75cd
Author: Eric Blake <[EMAIL PROTECTED]>
Date:   Tue Nov 6 06:14:37 2007 -0700

    * Makefile.am (tests/package.m4): Work around bash bug.
    
    Reported by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <[EMAIL PROTECTED]>

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

Summary of changes:
 ChangeLog   |    5 +++++
 Makefile.am |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1526687..0a986c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-06  Eric Blake  <[EMAIL PROTECTED]>
+
+       * Makefile.am (tests/package.m4): Work around bash bug.
+       Reported by Ralf Wildenhues.
+
 2007-11-05  Eric Blake  <[EMAIL PROTECTED]>
 
        For consistency with other GNU projects, use build-aux directory.
diff --git a/Makefile.am b/Makefile.am
index a2e67d9..20fc3c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -394,8 +394,10 @@ $(TESTSUITE): tests/package.m4 $(TESTSUITE_AT)
        $(AUTOTEST) -I '$(srcdir)/tests' -o [EMAIL PROTECTED] [EMAIL PROTECTED]
        mv [EMAIL PROTECTED] $@
 
+# The leading :; works around a bug in {}>f in some bash versions.
 $(srcdir)/tests/package.m4: configure.ac
-       {                                       \
+       :; \
+       { \
          echo '# Signature of the current package.'; \
          echo 'm4_define([AT_PACKAGE_NAME],      [EMAIL PROTECTED]@])'; \
          echo 'm4_define([AT_PACKAGE_TARNAME],   [EMAIL PROTECTED]@])'; \


hooks/post-receive
--
GNU M4 source repository


Reply via email to