]> granicus.if.org Git - php/commitdiff
$libtool already contains the full path to libtool.
authorSascha Schumann <sas@php.net>
Wed, 23 May 2001 19:10:06 +0000 (19:10 +0000)
committerSascha Schumann <sas@php.net>
Wed, 23 May 2001 19:10:06 +0000 (19:10 +0000)
build/buildcheck.sh

index 3f5f6d40e7b80099273acd3a306c18b8fcd999f5..9833eb3c9ee2365f320f7adcf8f846cdb021581b 100755 (executable)
@@ -16,7 +16,7 @@
 #  |          Sascha Schumann <sascha@schumann.cx>                        |
 #  +----------------------------------------------------------------------+
 #
-# $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."