From: Eric Blake Date: Mon, 21 Dec 2009 23:47:57 +0000 (-0700) Subject: Fix comment in AC_CHECK_DECLS. X-Git-Tag: v2.66~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b562e95c9e1b27fb22a7aa6526747f170c038678;p=thirdparty%2Fautoconf.git Fix comment in AC_CHECK_DECLS. * lib/autoconf/general.m4 (AC_CHECK_DECL): Document the includes argument to the shell function. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 64a499e5..ad432456 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-12-29 Eric Blake + + Fix comment in AC_CHECK_DECLS. + * lib/autoconf/general.m4 (AC_CHECK_DECL): Document the includes + argument to the shell function. + 2009-12-15 Ralf Wildenhues Add testsuite exposure for shtool usage. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index e41c2c99..6580e7ff 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -2811,8 +2811,9 @@ m4_define([_AC_CHECK_DECL_BODY], AC_DEFUN([AC_CHECK_DECL], [AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_decl], [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_decl], - [LINENO SYMBOL VAR], - [Tests whether SYMBOL is declared, setting cache variable VAR accordingly.])], + [LINENO SYMBOL VAR INCLUDES], + [Tests whether SYMBOL is declared in INCLUDES, setting cache variable + VAR accordingly.])], [_$0_BODY])]dnl [AS_VAR_PUSHDEF([ac_Symbol], [ac_cv_have_decl_$1])]dnl [ac_fn_[]_AC_LANG_ABBREV[]_check_decl ]dnl