Infrastructure for excluding code generators from the Thrift compiler.
authorDavid Reiss <dreiss@apache.org>
Wed, 27 Feb 2008 01:55:30 +0000 (01:55 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 27 Feb 2008 01:55:30 +0000 (01:55 +0000)
commitadd584d8f957347c0b5394a9562181a87d4eb468
treec66147a661b539bc0cbbff933e75e8e69b7f46a4
parent771f8c797b1920919aadcb63d9e1dab3cd1905f6
Infrastructure for excluding code generators from the Thrift compiler.

Add a new autoconf macro (a thin wrapper around AC_ARG_ENABLE) that
makes it pretty easy to include or exclude specific code genreators.

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

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665515 13f79535-47bb-0310-9956-ffa450edef68
aclocal/ax_thrift_gen.m4 [new file with mode: 0644]