From: Sascha Schumann Date: Wed, 23 May 2001 19:10:06 +0000 (+0000) Subject: $libtool already contains the full path to libtool. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19a285419a1404d058654501a0f906cea06e8571;p=php $libtool already contains the full path to libtool. --- diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 3f5f6d40e7..9833eb3c9e 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -16,7 +16,7 @@ # | Sascha Schumann | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.8 2001-05-06 18:51:21 sas Exp $ +# $Id: buildcheck.sh,v 1.9 2001-05-23 19:10:06 sas Exp $ # echo "buildconf: checking installation..." @@ -81,7 +81,7 @@ exit 1 fi am_prefix=`which automake | sed -e 's#/[^/]*/[^/]*$##'` -lt_prefix=`which $libtool | sed -e 's#/[^/]*/[^/]*$##'` +lt_prefix=`echo $libtool | sed -e 's#/[^/]*/[^/]*$##'` if test "$am_prefix" != "$lt_prefix"; then echo "WARNING: automake and libtool are installed in different" echo " directories. This may cause aclocal to fail."