From efe709390b4449cb90786e89605f482b18d71ecd Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Tue, 18 Jun 2024 19:46:26 +0300 Subject: [PATCH] libtool: Update pxref to remove texinfo warning Building the documentation contains this warning: libtool.texi:1333: warning: @pxref node name should not contain `.' Now, users will be linked to the top of the autoconf manual and need to manually scroll to the section specified. * doc/libtool.texi: Specify section header instead of duplicating autoconf manual name. --- doc/libtool.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/libtool.texi b/doc/libtool.texi index 9da9f7063..b212b24cf 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1330,10 +1330,10 @@ category is @command{all}. To disable warnings, use the category The current @command{libtool} implementation is done with a shell script that needs to be invoked by the shell that @command{configure} chose for -configuring @command{libtool} (@pxref{config.status Invocation, , The -Autoconf Manual, autoconf, The Autoconf Manual}). This shell is set in -the she-bang (@samp{#!}) line of the @command{libtool} script. Using a -different shell may cause undefined behavior. +configuring @command{libtool} (@pxref{, , config.status Invocation, +autoconf, The Autoconf Manual}). This shell is set in the she-bang +(@samp{#!}) line of the @command{libtool} script. Using a different +shell may cause undefined behavior. The @var{mode-args} are a variable number of arguments, depending on the selected operation mode. In general, each @var{mode-arg} is interpreted -- 2.47.3