]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
ltmain.in: Supporting -S and -t flags from install-sh
authorJulien ÉLIE <julien@trigofacile.com>
Thu, 20 Mar 2025 22:15:45 +0000 (00:15 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 24 Mar 2025 16:46:29 +0000 (18:46 +0200)
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

index 36a85b9e1257ef5db182a072452199455d9a9105..aaf48f14b5761bb4e3aa9dc0af3e0fb05a2c739a 100644 (file)
@@ -2396,7 +2396,7 @@ func_mode_install ()
          prev=$arg
        fi
        ;;
-      -g | -m | -o)
+      -g | -m | -o | -S | -t)
        prev=$arg
        ;;
       -s)