]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix testsuite failure.
authorEric Blake <ebb9@byu.net>
Wed, 22 Oct 2008 11:16:58 +0000 (05:16 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 22 Oct 2008 11:16:58 +0000 (05:16 -0600)
* tests/mktests.sh (ac_exclude_list): Don't generate test for
AC_REQUIRE_SHELL_FN.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
tests/mktests.sh

index 5007d8cf1bf23c10dadbc89d65abc82ef08bf56f..f150c5fe0e2ab6bbd0994bfac451979a9cf0c01e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-22  Eric Blake  <ebb9@byu.net>
+
+       Fix testsuite failure.
+       * tests/mktests.sh (ac_exclude_list): Don't generate test for
+       AC_REQUIRE_SHELL_FN.
+
 2008-10-21  Eric Blake  <ebb9@byu.net>
 
        Improve wording related to automake and autotest.
index 04c6d60c0a73ec3bae92a43b5ffa37c9b319dc86..0b9da0fe9c7aab6d6bede46ea3daeb5a2c19a208 100755 (executable)
@@ -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}