From: Roland McGrath Date: Sat, 25 Feb 1995 06:46:06 +0000 (+0000) Subject: (AC_CHECK_FUNC): Remove quotes in comment in test program. X-Git-Tag: fsf-origin~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0c84d4f0a96f706fc4f90e06ff39530b0db04f9;p=thirdparty%2Fautoconf.git (AC_CHECK_FUNC): Remove quotes in comment in test program. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 109cba181..15fbd40ad 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1472,7 +1472,7 @@ AC_DEFUN(AC_CHECK_FUNC, AC_CACHE_VAL(ac_cv_func_$1, [AC_TRY_LINK( [/* This header should be one that does not declare any functions. - Such declarations can conflict with `char $1();' below. */ + Such declarations can conflict with char $1(); below. */ #include /* Arbitrary system header to define __stub macros. */ /* Override any gcc2 internal prototype to avoid an error. */ ]ifelse(AC_LANG, CPLUSPLUS, [#ifdef __cplusplus diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 109cba181..15fbd40ad 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1472,7 +1472,7 @@ AC_DEFUN(AC_CHECK_FUNC, AC_CACHE_VAL(ac_cv_func_$1, [AC_TRY_LINK( [/* This header should be one that does not declare any functions. - Such declarations can conflict with `char $1();' below. */ + Such declarations can conflict with char $1(); below. */ #include /* Arbitrary system header to define __stub macros. */ /* Override any gcc2 internal prototype to avoid an error. */ ]ifelse(AC_LANG, CPLUSPLUS, [#ifdef __cplusplus