mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Fixed bug #25163 (OSX: phpize has to use glibtoolize instead)
This commit is contained in:
parent
5649b2ca2a
commit
0985b0726f
@ -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//'`
|
||||
|
Loading…
Reference in New Issue
Block a user