From d5021783b3305a8264bc02e5a5b07156923fd679 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 24 Jul 2000 05:43:00 +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 b12d32555..aecf4f5f1 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 Raja R Harinath * tests/Makefile.am (COMMON_TESTS): New variable. diff --git a/ltmain.in b/ltmain.in index 79eb9a50c..ba17358e3 100644 --- a/ltmain.in +++ b/ltmain.in @@ -3990,7 +3990,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 -- 2.47.3