diff options
| author | foobar <sniper@php.net> | 2003-08-27 18:00:06 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-08-27 18:00:06 +0000 |
| commit | d14eba34075999cfa3a0cc44f46962f2e59c6488 (patch) | |
| tree | adf1be25373c79cc250c8c30fb590d0dc268578a | |
| parent | d1d823b0a30fd19e12bd1386d105a67b71398b5e (diff) | |
| download | php-git-d14eba34075999cfa3a0cc44f46962f2e59c6488.tar.gz | |
- Use the shtool in $builddir/build instead
| -rw-r--r-- | scripts/phpize.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in index 8f29e0c00e..a2e3631303 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -57,7 +57,7 @@ touch install-sh mkinstalldirs missing aclocal || exit 1 autoconf || exit 1 autoheader || exit 1 -libtoolize=`$phpdir/shtool path glibtoolize libtoolize` +libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` $libtoolize -f -c || exit 1 # dumping API NOs: |
