autoconf-patches
[Top][All Lists]
Advanced

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

Re: AS_IF whitespace cleanup


From: Eric Blake
Subject: Re: AS_IF whitespace cleanup
Date: Wed, 22 Oct 2008 05:17:47 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Paolo Bonzini on 10/21/2008 8:36 PM:
>> I'll apply this tomorrow unless I get feedback first.
> 
> Seems a good idea...

Committed.

>  Commit the AC_PREPROC_IFELSE functionization too

already done earlier today, but I just now did 2/12

> so that I'll rebase my other function patches (by the way, are you going
> to frob all the other 11 patches 11, to split the function body, too?).

Yes, I've been (slowly) visiting them one at a time; we might as well be
consistent splitting out the function body.

Also, we need this patch (the buildbot caught it a while ago, but I'm just
now catching up).  AC_REQUIRE_SHELL_FN requires arguments, and is
implicitly tested by other tests, so it should be exempted from the
generated tests.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkj/C9sACgkQ84KuGfSFAYCSQgCdEt3HsjCHkhXcKu3E60wvOLNv
zjgAnAwGo3QIHOcA+ChjQY0eYb2E93FH
=iCgP
-----END PGP SIGNATURE-----
>From ca44a30bdd14b07a37515bcfaa5ed85cd3188360 Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Wed, 22 Oct 2008 05:16:58 -0600
Subject: [PATCH] Fix testsuite failure.

* tests/mktests.sh (ac_exclude_list): Don't generate test for
AC_REQUIRE_SHELL_FN.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog        |    6 ++++++
 tests/mktests.sh |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5007d8c..f150c5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-22  Eric Blake  <address@hidden>
+
+       Fix testsuite failure.
+       * tests/mktests.sh (ac_exclude_list): Don't generate test for
+       AC_REQUIRE_SHELL_FN.
+
 2008-10-21  Eric Blake  <address@hidden>
 
        Improve wording related to automake and autotest.
diff --git a/tests/mktests.sh b/tests/mktests.sh
index 04c6d60..0b9da0f 100755
--- a/tests/mktests.sh
+++ b/tests/mktests.sh
@@ -2,8 +2,8 @@
 
 # Build some of the Autoconf test files.
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+# Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -88,6 +88,7 @@ ac_exclude_list='
        /^AC_(SEARCH_LIBS|REPLACE_FUNCS)$/ {next}
        /^AC_(CACHE_CHECK|COMPUTE)_INT$/ {next}
        /^AC_ARG_VAR$/ {next}
+       /^AC_REQUIRE_SHELL_FN$/ {next}
 
        # Performed in the semantics tests.
        
/^AC_CHECK_(ALIGNOF|DECL|FILE|FUNC|HEADER|LIB|MEMBER|PROG|SIZEOF|(TARGET_)?TOOL|TYPE)S?$/
 {next}
-- 
1.6.0.2


reply via email to

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