THRIFT-770. build: Get 'make dist' to work without first compiling source code
authorBryan Duxbury <bryanduxbury@apache.org>
Mon, 3 May 2010 21:33:00 +0000 (21:33 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Mon, 3 May 2010 21:33:00 +0000 (21:33 +0000)
commita1e268c54b6702dc9223623fd51a8c96df8335d2
treec99c9af01178e054c9e920e15b4369e71407cc40
parentf7d9f8e4899ac9b126a4ed3cd11a949fd476a066
THRIFT-770. build:  Get 'make dist' to work without first compiling source code

This patch ditches the old print_version.sh method and instead generates the compiler's version.h via the Makefile.

Patch: Anthony Molinaro

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@940630 13f79535-47bb-0310-9956-ffa450edef68
Makefile.am
compiler/cpp/Makefile.am
compiler/cpp/src/main.cc
compiler/cpp/version.h.in [new file with mode: 0644]
configure.ac
print_version.sh [deleted file]
test/Makefile.am