autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.69-65-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-65-g93ed0f1
Date: Wed, 16 Jan 2013 21:55:07 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=93ed0f152487f069b68e772bf2e0c48e3ce0f8d5

The branch, master has been updated
       via  93ed0f152487f069b68e772bf2e0c48e3ce0f8d5 (commit)
      from  33545d77b236dc4a49e91745ecf63d2de92163c5 (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 93ed0f152487f069b68e772bf2e0c48e3ce0f8d5
Author: Eric Blake <address@hidden>
Date:   Thu Jan 3 16:56:59 2013 -0700

    AT_TESTED: fix regression in word splitting
    
    Regression introduced in commit 851ef51.
    
    * lib/autotest/general.m4 (AT_TESTED): Rework loop to quote each
    element, not the entire argument.

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

Summary of changes:
 lib/autotest/general.m4 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index fff6f61..06d7546 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -1794,7 +1794,8 @@ 
m4_defun([AT_ARG_OPTION_ARG],[_AT_ARG_OPTION([$1],[$2],1,[$3],[$4])])
 # must correspond to the version of the package.  PATH should be
 # already preset so the proper executable will be selected.
 m4_define([AT_TESTED],
-[m4_append_uniq_w([AT_tested], ["$1"])])
+[m4_foreach_w([AT_test], [$1],
+  [m4_append_uniq([AT_tested], "m4_defn([AT_test])", [ ])])])
 
 
 # AT_COPYRIGHT(TEXT, [FILTER = m4_newline])


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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