branch: master
commit 8b9ce14af04de13b817b752ebdc9bb26867dc79d
Author: Julien ÉLIE <jul...@trigofacile.com>
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)

Reply via email to