From ca44a30bdd14b07a37515bcfaa5ed85cd3188360 Mon Sep 17 00:00:00 2001 From: Eric Blake 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 --- ChangeLog | 6 ++++++ tests/mktests.sh | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5007d8cf..f150c5fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-22 Eric Blake + + Fix testsuite failure. + * tests/mktests.sh (ac_exclude_list): Don't generate test for + AC_REQUIRE_SHELL_FN. + 2008-10-21 Eric Blake Improve wording related to automake and autotest. diff --git a/tests/mktests.sh b/tests/mktests.sh index 04c6d60c..0b9da0fe 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} -- 2.47.2