branch: master commit 7dc108c32456ca20f0775eca180e67b6333705f7 Author: Karl Berry <k...@freefriends.org> AuthorDate: Sun Dec 10 11:06:03 2023 -0700
libtool.texi: Update tagging documentation * doc/libtool.texi: Failure to infer a tag results in a fatal error, not in defaulting to tag CC. --- doc/libtool.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libtool.texi b/doc/libtool.texi index 6db39346..ce0212ed 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