mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixed bug #25163 (OSX: phpize has to use glibtoolize instead)
This commit is contained in:
parent
5649b2ca2a
commit
0985b0726f
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ touch install-sh mkinstalldirs missing
|
||||||
aclocal || exit 1
|
aclocal || exit 1
|
||||||
autoconf || exit 1
|
autoconf || exit 1
|
||||||
autoheader || exit 1
|
autoheader || exit 1
|
||||||
libtoolize -f -c || exit 1
|
libtoolize=`$phpdir/shtool path glibtoolize libtoolize`
|
||||||
|
$libtoolize -f -c || exit 1
|
||||||
|
|
||||||
# dumping API NOs:
|
# dumping API NOs:
|
||||||
PHP_API_VERSION=`egrep '#define PHP_API_VERSION' $includedir/main/php.h|sed 's/#define PHP_API_VERSION//'`
|
PHP_API_VERSION=`egrep '#define PHP_API_VERSION' $includedir/main/php.h|sed 's/#define PHP_API_VERSION//'`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue