This is an automated email from the git hooks/post-receive script.
ildumi pushed a commit to branch development
in repository libtool.
The following commit(s) were added to refs/heads/development by this push:
new fd591c8a libtool.texi: Update tagging documentation
fd591c8a is described below
commit fd591c8a634ea4fba03578a6936e4d0576e58a1c
Author: Karl Berry <[email protected]>
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