From e35b7c17b75cf3d3457f3a61c2c107a43bcff4c3 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 24 Jul 2000 05:43:31 +0000 Subject: [PATCH] * ltmain.in: Support GNU shtool's install. --- ChangeLog | 4 ++++ ltmain.in | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index de7a81b17..e426c88f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-24 Alexandre Oliva , Ralf S. Engelschall + + * ltmain.in: Support GNU shtool's install. + 2000-07-10 Mo DeJong * libtool.m4 (AC_PROG_NM): Fix macro so that it diff --git a/ltmain.in b/ltmain.in index 6011207d0..946e26cb1 100644 --- a/ltmain.in +++ b/ltmain.in @@ -3140,7 +3140,9 @@ libdir='$install_libdir'\ # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). - if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh; then + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + expr "X$nonopt" : "X.*shtool.*" > /dev/null; then # Aesthetically quote it. arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` case "$arg" in -- 2.47.2