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 33be3e96 ltmain: Error message improvement
33be3e96 is described below
commit 33be3e965345ffeb49f22190243ea523c637a1bf
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Sat Jun 29 15:28:49 2024 +0300
ltmain: Error message improvement
* build-aux/ltmain.in: Append argument to error message to make it
easier to understand.
---
build-aux/ltmain.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 5221b87f..87bea8e1 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -4938,7 +4938,7 @@ func_mode_link ()
case $arg in
[\\/]* | [A-Za-z]:[\\/]*) ;;
*)
- func_fatal_error "only absolute run-paths are allowed"
+ func_fatal_error "only absolute run-paths are allowed: \"$arg\""
;;
esac
if test rpath = "$prev"; then
@@ -5289,7 +5289,7 @@ func_mode_link ()
dir=$lt_sysroot$func_stripname_result
;;
*)
- func_fatal_error "only absolute run-paths are allowed"
+ func_fatal_error "only absolute run-paths are allowed: \"$dir\""
;;
esac
case "$xrpath " in