From: Karl Berry Date: Sun, 10 Dec 2023 18:06:03 +0000 (-0700) Subject: libtool.texi: Update tagging documentation X-Git-Tag: v2.6.0~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dc108c32456ca20f0775eca180e67b6333705f7;p=thirdparty%2Flibtool.git libtool.texi: Update tagging documentation * doc/libtool.texi: Failure to infer a tag results in a fatal error, not in defaulting to tag CC. --- diff --git a/doc/libtool.texi b/doc/libtool.texi index 6db39346a..ce0212ed7 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -3009,7 +3009,7 @@ correspondence between language names and tags names. @command{libtool} tries to automatically infer what tag to use from the compiler command being used to compile or link. If it can't infer -a tag, then it defaults to the configuration for the @code{C} language. +a tag, then it exits immediately with a fatal error. The tag can also be specified using @command{libtool}'s @option{--tag=@var{tag}} option (@pxref{Invoking libtool}). It is a good