From 7dc108c32456ca20f0775eca180e67b6333705f7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 10 Dec 2023 11:06:03 -0700 Subject: [PATCH] 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 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 -- 2.47.3