summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-05-09 12:27:20 +0000
committerDerick Rethans <derick@php.net>2002-05-09 12:27:20 +0000
commit24e96213ff69c144d8db7ba98c5f633c2e284ba4 (patch)
tree3e1ccd863628c76bb660b0677c2fc499d4c30519
parentf0d18c63be8366d36a7171c683ef60698365718d (diff)
downloadphp-git-24e96213ff69c144d8db7ba98c5f633c2e284ba4.tar.gz
- Fix phpize
-rw-r--r--pear/scripts/phpize.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/scripts/phpize.in b/pear/scripts/phpize.in
index fc6dec1b86..daf22c9cd5 100644
--- a/pear/scripts/phpize.in
+++ b/pear/scripts/phpize.in
@@ -2,6 +2,7 @@
prefix='@prefix@'
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"