From 8285f302a95021670d733a59ee690a56edb8a5b0 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 22 Sep 2020 15:45:10 -0400 Subject: [PATCH] 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. --- doc/autoconf.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}, @ -- 2.47.2