Infrastructure for excluding language libraries from the build.
authorDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 07:00:19 +0000 (07:00 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 07:00:19 +0000 (07:00 +0000)
commitbe5ee7c191ec125c80f4221c3231b254b3bcb145
tree9a1b87dc4d2bf00536018adb1216b7ea4ab7a77d
parentb3483d0b2c7fbf923a63d6f138ada8d2fc53cbab
Infrastructure for excluding language libraries from the build.

Add a new autoconf macro (a thin wrapper around AC_ARG_WITH) that
makes it pretty easy to include or exclude specific language libraries.

This will be tested along with future changes that use it.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665544 13f79535-47bb-0310-9956-ffa450edef68
aclocal/ax_thrift_gen.m4