From 5d06feab210f1175bc95d2ea435fd59a82b76024 Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Mon, 5 Mar 2007 22:18:18 +0000 Subject: 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 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') 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 -- cgit v1.2.1