From: Jonathan Wakely Date: Tue, 22 Sep 2020 19:45:10 +0000 (-0400) Subject: doc: Fix cross-reference for AC_TRY_LINK X-Git-Tag: v2.69c~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8285f302a95021670d733a59ee690a56edb8a5b0;p=thirdparty%2Fautoconf.git doc: Fix cross-reference for AC_TRY_LINK The documentation for AC_TRY_LINK has a cross-reference to "Running the Compiler". This should be "Running the Linker" instead. Also make the link in AC_TRY_LINK_FUNC consistent. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 38646a16..60407fc2 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -24294,7 +24294,7 @@ AC_LINK_IFELSE( @end example @noindent -@xref{Running the Compiler}. +@xref{Running the Linker}. This macro double quotes both @var{includes} and @var{function-body}. @@ -24323,7 +24323,7 @@ AC_LINK_IFELSE([AC_LANG_CALL([], [@var{function}])], [@var{action-if-found}], [@var{action-if-not-found}]) @end example @noindent -@xref{AC_LINK_IFELSE}. +@xref{Running the Linker}. @end defmac @defmac AC_TRY_RUN (@var{program}, @ovar{action-if-true}, @