]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Support GNU shtool's install.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Mon, 24 Jul 2000 05:43:00 +0000 (05:43 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 24 Jul 2000 05:43:00 +0000 (05:43 +0000)
ChangeLog
ltmain.in

index b12d3255503cf3666d1bb0f6b9a1582e63e0c3aa..aecf4f5f1dcb4dc2f34893318f9eb380090af9d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>, Ralf S. Engelschall  <rse@engelschall.com>
+
+       * ltmain.in: Support GNU shtool's install.
+
 2000-07-24  Raja R Harinath  <harinath@cs.umn.edu>
 
        * tests/Makefile.am (COMMON_TESTS): New variable.
index 79eb9a50c62e14ba8babd8c3321f4a9f1461058e..ba17358e3ed875d8b93eb9d0e13b2ecd76c56e3c 100644 (file)
--- 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