From: Eric Blake Date: Wed, 22 Oct 2008 11:16:58 +0000 (-0600) Subject: Fix testsuite failure. X-Git-Tag: v2.63b~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca44a30bdd14b07a37515bcfaa5ed85cd3188360;p=thirdparty%2Fautoconf.git Fix testsuite failure. * tests/mktests.sh (ac_exclude_list): Don't generate test for AC_REQUIRE_SHELL_FN. Signed-off-by: Eric Blake --- 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}