summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMark Slee <mcslee@apache.org>2007-03-05 22:18:18 +0000
committerMark Slee <mcslee@apache.org>2007-03-05 22:18:18 +0000
commit5d06feab210f1175bc95d2ea435fd59a82b76024 (patch)
tree1acd7c92789d1871397e76eda2fcdff09460e360 /bootstrap.sh
parent3303f360818aa39fc197f1f73ce3f7d578fbc2b1 (diff)
downloadthrift-5d06feab210f1175bc95d2ea435fd59a82b76024.tar.gz
Thrift build cleanup stuff
Summary: Get rid of autoconf stuff for lib/php, it doesn't do anything git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d88319ac7..f5d5c4e63 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-subdirs="compiler/cpp lib/cpp lib/php lib/py"
+subdirs="compiler/cpp lib/cpp lib/py"
./cleanup.sh
echo "SUBDIRS = ${subdirs}" > Makefile.am