autoconf-patches
[Top][All Lists]
Advanced

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

FYI: Another bash bug workaround.


From: Ralf Wildenhues
Subject: FYI: Another bash bug workaround.
Date: Sun, 4 Nov 2007 17:05:29 +0100
User-agent: Mutt/1.5.17 (2007-11-02)

    * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.

diff --git a/lib/m4sugar/Makefile.am b/lib/m4sugar/Makefile.am
index c983286..de32907 100644
--- a/lib/m4sugar/Makefile.am
+++ b/lib/m4sugar/Makefile.am
@@ -24,7 +24,9 @@ CLEANFILES = $(nodist_m4sugarlib_DATA)
 ## version.m4.  ##
 ## ------------ ##
 
+# The `:;' works around a redirected compound command bash exit status bug.
 version.m4: $(top_srcdir)/configure.ac
+       :; \
        {                                       \
          echo '# This file is part of -*- Autoconf -*-.'; \
          echo '# Version of Autoconf.'; \




reply via email to

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