Point Thrift bootrapping code to compiler/py instead of compiler
authorMark Slee <mcslee@apache.org>
Fri, 1 Sep 2006 22:20:32 +0000 (22:20 +0000)
committerMark Slee <mcslee@apache.org>
Fri, 1 Sep 2006 22:20:32 +0000 (22:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664774 13f79535-47bb-0310-9956-ffa450edef68

bootstrap.sh
configure.ac

index 17f0e87..9d8ac58 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-subdirs="compiler lib/cpp lib/php"
+subdirs="compiler/py lib/cpp lib/php"
 
 rm -rf \
 AUTHORS \
index 54f1960..468cf61 100644 (file)
@@ -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