From: Alexandre Oliva Date: Sat, 2 Sep 2000 23:06:52 +0000 (+0000) Subject: * ltmain.in (shtool): Actually check in 2000-08-01's patch. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5fb246d97a106c432bfdaec7568eff48d4b056c9;p=thirdparty%2Flibtool.git * ltmain.in (shtool): Actually check in 2000-08-01's patch. --- diff --git a/ChangeLog b/ChangeLog index 00d9768f2..1a2dea377 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-09-02 Alexandre Oliva + + * ltmain.in (shtool): Actually check in 2000-08-01's patch. + 2000-09-02 Tom Kacvinsky , Tim Mooney * libtool.m4: Ignore Tru64's nm's complaint. diff --git a/ltmain.in b/ltmain.in index 03bb58ced..4d27ad639 100644 --- 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