summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2010-08-25 17:09:02 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2010-08-25 17:09:02 +0000
commit89200e1c9df54bd90a240a61849842e7584304e4 (patch)
tree02972b68416ee4139b4ab665b9947d4bd449eb05 /bootstrap.sh
parent82c73194df27be0874092b92271575ae23820bc3 (diff)
downloadthrift-89200e1c9df54bd90a240a61849842e7584304e4.tar.gz
THRIFT-854. php: Provide configure option and make rules to build/install php extension
This patch adds a make target in lib/php that builds the php extension. By default configure will attempt to build this, but it can be disabled with --without-php_extension. Patch: Anthony Molinaro git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@989226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 74ecdb8d1..52d5a5173 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -20,6 +20,7 @@
#
./cleanup.sh
+(cd lib/php/src/ext/thrift_protocol && phpize)
autoscan || exit 1
aclocal -I ./aclocal || exit 1