sniper          Wed Aug 20 04:16:19 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/scripts    phpize.in 
  Log:
  MFH: - Fixed bug #25163 (OSX: phpize has to use glibtoolize instead)
  
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.1.2.5 php-src/scripts/phpize.in:1.1.2.6
--- php-src/scripts/phpize.in:1.1.2.5   Tue Jul  8 01:35:48 2003
+++ php-src/scripts/phpize.in   Wed Aug 20 04:16:18 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

Reply via email to