Thrift: Python installation.
authorDavid Reiss <dreiss@apache.org>
Wed, 5 Sep 2007 00:47:32 +0000 (00:47 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 5 Sep 2007 00:47:32 +0000 (00:47 +0000)
commitd683219966237417297e8f0b24e6c8fce166c490
tree4ee1acb0947e05461d05a9196b45c6b9824f699b
parent4e7530d4e5eaee2ba54d67d2b096c7e705bb53ce
Thrift: Python installation.

Summary:
Added the configure script variable PY_PREFIX which serves the same purpose
for Python as --prefix does for C/C++.  We chose to do this because Python
has different conventions for where to install libraries.

Reviewed By: mcslee

Test Plan:
Full clean builds and installs of Thrift from the Thrift root,
with and without PY_PREFIX.  Watched output of make install.

Ran configure from lib/py without PY_PREFIX, with PY_PREFIX and with
PY_PREFIX in the environment.  Checked config.status for each.

Revert Plan: okay

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665248 13f79535-47bb-0310-9956-ffa450edef68
README
configure.ac
lib/py/Makefile.am
lib/py/README
lib/py/configure.ac