m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-12-


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-12-g67f198b
Date: Tue, 06 Nov 2007 13:16:02 +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 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 <address@hidden>
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 <address@hidden>

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

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  <address@hidden>
+
+       * Makefile.am (tests/package.m4): Work around bash bug.
+       Reported by Ralf Wildenhues.
+
 2007-11-05  Eric Blake  <address@hidden>
 
        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 address@hidden address@hidden
        mv address@hidden $@
 
+# 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],      address@hidden@])'; \
          echo 'm4_define([AT_PACKAGE_TARNAME],   address@hidden@])'; \


hooks/post-receive
--
GNU M4 source repository




reply via email to

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