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 a83ba2ff ltmain.in: Supporting -S and -t flags from install-sh
a83ba2ff is described below
commit a83ba2ff5ed1c0c0ee10957b4faf8d06dca27a6d
Author: Julien ÉLIE <[email protected]>
AuthorDate: Fri Mar 21 00:15:45 2025 +0200
ltmain.in: Supporting -S and -t flags from install-sh
Libtool silently discards options for install-sh that have not been
specified. Now the install directory and a suffix for backing up
files can be specified to be passed through libtool.
Reported: https://savannah.gnu.org/patch/index.php?10510
* build-aux/ltmain.in: Recognize -S and -t flags from install-sh.
---
build-aux/ltmain.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 36a85b9e..aaf48f14 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -2396,7 +2396,7 @@ func_mode_install ()
prev=$arg
fi
;;
- -g | -m | -o)
+ -g | -m | -o | -S | -t)
prev=$arg
;;
-s)