Improvements to autoconf build to make support for python, web service etc and relevant test cases optional and generate ac_defines used in ifdefs to check for debug and multithreading. Moved some optional code and test cases around to run them only when the tested features are built.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2010-01-11 08:30:15 +00:00
commit e22bdc0f95
57 changed files with 1341 additions and 935 deletions

View file

@ -15,5 +15,8 @@
# specific language governing permissions and limitations
# under the License.
if WANT_PYTHON
TESTS = server-test
endif