Re: doc: Fix cross-reference for AC_TRY_LINK
Zack Weinberg <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <CAKCAbMixyi_fUAD8qkPptC-_KhK5mKuH++gKZ2SWtG3H3KAFHw@mail.gmail.com> |
On Tue, Sep 22, 2020 at 8:40 AM Jonathan Wakely <[email protected]> wrote: > > The documentation for AC_TRY_LINK at > https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html > has a cross-reference to "Running the Compiler". Presumably this > should be "Running the Linker" instead. > > Patch attached to fix it, and also make the link in AC_TRY_LINK_FUNC > consistent. Merged, thank you. zw