sniper Wed Aug 20 04:13:41 2003 EDT Modified files: /php-src/scripts phpize.in Log: - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead) Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.6 php-src/scripts/phpize.in:1.7 --- php-src/scripts/phpize.in:1.6 Tue Jul 8 01:37:06 2003 +++ php-src/scripts/phpize.in Wed Aug 20 04:13:41 2003 @@ -57,7 +57,8 @@ 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//'`
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php