diff options
author | SVN Migration <svn@php.net> | 2003-08-24 19:44:48 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-08-24 19:44:48 +0000 |
commit | 8b1e9acd2eef54c5c156387f52792efdbfec7677 (patch) | |
tree | 739290025c70f7a7f9cbc01fdd248f84f273ae38 /scripts/phpize.in | |
parent | d702e37902570890ff686573c23800209abe5f73 (diff) | |
download | php-git-php-4.3.3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_3'.php-4.3.3
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r-- | scripts/phpize.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in index ce20a6d228..b8ff5623b1 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -57,8 +57,7 @@ touch install-sh mkinstalldirs missing aclocal || exit 1 autoconf || exit 1 autoheader || exit 1 -libtoolize=`$phpdir/shtool path glibtoolize libtoolize` -$libtoolize -f -c || exit 1 +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//'` |