From: foobar Date: Wed, 20 Aug 2003 08:16:18 +0000 (+0000) Subject: MFH: - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) X-Git-Tag: php-4.3.3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72f98037f4c918cda27fbe674abd98023e1d09e3;p=php MFH: - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) --- diff --git a/scripts/phpize.in b/scripts/phpize.in index b8ff5623b1..ce20a6d228 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -57,7 +57,8 @@ touch install-sh mkinstalldirs missing aclocal || exit 1 autoconf || exit 1 autoheader || exit 1 -libtoolize -f -c || exit 1 +libtoolize=`$phpdir/shtool path glibtoolize libtoolize` +$libtoolize -f -c || exit 1 # dumping API NOs: PHP_API_VERSION=`egrep '#define PHP_API_VERSION' $includedir/main/php.h|sed 's/#define PHP_API_VERSION//'`