Full automake/autoconf compliance for thrift
authorMark Slee <mcslee@apache.org>
Thu, 25 Jan 2007 07:58:55 +0000 (07:58 +0000)
committerMark Slee <mcslee@apache.org>
Thu, 25 Jan 2007 07:58:55 +0000 (07:58 +0000)
commiteb0d024ee1ca1cf55b813d4890d6eef388b5ef94
tree6aa5dc3f4e441fb9a4c70d3c7ec02b8dac766d5c
parent79e025b3e8710cbee50db83f84cce153a230f6ea
Full automake/autoconf compliance for thrift

Summary: Including the compiler!!!

Reviewed By: automake

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664949 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
bootstrap.sh
cleanup.sh [new file with mode: 0755]
compiler/cpp/Makefile.am [new file with mode: 0644]
compiler/cpp/Makefile.mcslee [deleted file]
compiler/cpp/bootstrap.sh [new file with mode: 0755]
compiler/cpp/cleanup.sh [new file with mode: 0755]
compiler/cpp/configure.ac [new file with mode: 0644]
compiler/cpp/src/thriftl.ll
lib/cpp/bootstrap.sh
lib/cpp/cleanup.sh [new file with mode: 0755]
lib/cpp/configure.ac
lib/cpp/src/server/TThreadPoolServer.cpp
lib/java/src/transport/TTransport.java
lib/php/bootstrap.sh
lib/php/cleanup.sh [new file with mode: 0755]
lib/py/bootstrap.sh
lib/py/cleanup.sh [new file with mode: 0755]