thrift/compiler/py/configure.ac
Mark Slee 6e1555f36e Make separate dirs for CPP and Python versions of Thrift compiler
Summary: Keep source files in separate dirs to avoid confusion





git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664769 13f79535-47bb-0310-9956-ffa450edef68
2006-08-30 17:09:05 +00:00

14 lines
151 B
Plaintext

AC_PREREQ(2.59)
AC_INIT([compiler], [1.0])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE
AM_PATH_PYTHON(2.4,, :)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT