From d95abdd9183be7e0d895d19818dad8d8ad263e52 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Tue, 16 Jan 2007 22:20:19 +0000 Subject: Added autoconf/automake glue to run lib/py/setup.py as part of make install Reviewed by mslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664914 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 e994cc177..c6a973bc9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -subdirs="compiler/py lib/cpp lib/php" +subdirs="compiler/py lib/cpp lib/php lib/py" rm -rf \ AUTHORS \ -- cgit v1.2.1