]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
doc: Fix cross-reference for AC_TRY_LINK
authorJonathan Wakely <jwakely@redhat.com>
Tue, 22 Sep 2020 19:45:10 +0000 (15:45 -0400)
committerZack Weinberg <zackw@panix.com>
Tue, 22 Sep 2020 19:45:10 +0000 (15:45 -0400)
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

index 38646a16fff1de51c4622bfb3df95470b675c9f0..60407fc2abcbc9ebc7d84e5ad93e224015df5a97 100644 (file)
@@ -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}, @