From: Julien ÉLIE Date: Thu, 20 Mar 2025 22:15:45 +0000 (+0200) Subject: ltmain.in: Supporting -S and -t flags from install-sh X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a83ba2ff5ed1c0c0ee10957b4faf8d06dca27a6d;p=thirdparty%2Flibtool.git 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. --- diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index 36a85b9e1..aaf48f14b 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)