summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-09-22 15:45:10 -0400
committerZack Weinberg <zackw@panix.com>2020-09-22 15:45:10 -0400
commit8285f302a95021670d733a59ee690a56edb8a5b0 (patch)
tree738e5cbe6d6580ba8838f9c08793d9de2dda7b7e
parentf1dd88da012e415f6a4e0c6eb7af54689ae85464 (diff)
downloadautoconf-8285f302a95021670d733a59ee690a56edb8a5b0.tar.gz
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.
-rw-r--r--doc/autoconf.texi4
1 files 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}, @