]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (shtool): Actually check in 2000-08-01's patch.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Sat, 2 Sep 2000 23:06:52 +0000 (23:06 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 2 Sep 2000 23:06:52 +0000 (23:06 +0000)
ChangeLog
ltmain.in

index 00d9768f2e645ac0d9e2182372aa52acf7089ae7..1a2dea37739daba9548ef61e6300121d1e6339ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * ltmain.in (shtool): Actually check in 2000-08-01's patch.
+
 2000-09-02  Tom Kacvinsky  <tjk@ams.org>, Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
 
        * libtool.m4: Ignore Tru64's nm's complaint.
index 03bb58cedac3d3e943d3474a5e2d12136842edc6..4d27ad639c499f1b113569c687459a329e5c349e 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -3152,7 +3152,7 @@ libdir='$install_libdir'\
     # install_prog (especially on Windows NT).
     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
+       $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then
       # Aesthetically quote it.
       arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
       case "$arg" in