From c29613f7ada3733fdc88fc5b5c61bfc82e0f2b70 Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Fri, 1 Sep 2006 22:20:32 +0000 Subject: [PATCH] Point Thrift bootrapping code to compiler/py instead of compiler git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664774 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.sh | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 17f0e87c..9d8ac58b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -subdirs="compiler lib/cpp lib/php" +subdirs="compiler/py lib/cpp lib/php" rm -rf \ AUTHORS \ diff --git a/configure.ac b/configure.ac index 54f19603..468cf61e 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,6 @@ AM_INIT_AUTOMAKE AC_CONFIG_FILES([Makefile]) -AC_CONFIG_SUBDIRS([compiler lib/cpp lib/php]) +AC_CONFIG_SUBDIRS([compiler/py lib/cpp lib/php]) AC_OUTPUT -- 2.17.1