summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-27 17:57:32 +0000
committerfoobar <sniper@php.net>2003-08-27 17:57:32 +0000
commitb21f1582dd33b99ec6c44244a61b71ddb51cc91b (patch)
tree547766f8559ebe44088eff5d9b1a5bec29e4ce2f /scripts/phpize.in
parentf8f72bd52e02268b9c87015633c204c79909313f (diff)
downloadphp-git-b21f1582dd33b99ec6c44244a61b71ddb51cc91b.tar.gz
- Backported several improvements/cleanups for the build/configure stuff.
. PEAR dependancies checked during configure . OpenSSL config moved from configure.in to ext/openssl/config0.m4 (and also improved the PHP_OPENSSL_SETUP macro a bit) + Some other minor issues
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r--scripts/phpize.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in
index ce20a6d228..a2e3631303 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -5,8 +5,8 @@ phpdir="$prefix/lib/php/build"
includedir="$prefix/include/php"
builddir="`pwd`"
-FILES_BUILD="mkdep.awk shtool"
-FILES="acinclude.m4 Makefile.global scan_makefile_in.awk"
+FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool"
+FILES="acinclude.m4 Makefile.global"
CLEAN_FILES="$FILES *.lo *.la *.o .deps .libs/ build/ include/ modules/ install-sh \
mkinstalldirs missing config.nice config.sub config.guess configure configure.in \
aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache \
@@ -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: