From: Alexandre Oliva Date: Mon, 24 Jul 2000 05:42:55 +0000 (+0000) Subject: * ltmain.in: Support GNU shtool's install. X-Git-Tag: release-1-3d~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073255d71855e5da1891b36dd433a4acf2863dcf;p=thirdparty%2Flibtool.git * ltmain.in: Support GNU shtool's install. --- diff --git a/ChangeLog b/ChangeLog index 75248903c..e14e97e9f 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-24 Alexandre Oliva * ltconfig.in (linkopts): Don't set for test. diff --git a/ltmain.in b/ltmain.in index 64e1f320c..118ae9683 100644 --- a/ltmain.in +++ b/ltmain.in @@ -3823,7 +3823,9 @@ relink_command=\"$relink_command\"" # 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