blob: 9a4aeb5d3605126d9e4d8d1a7bab2aac15b0a168 [file] [log] [blame]
AC_PREREQ(2.59)
AC_INIT([thrift], [1.0])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile])
AC_CONFIG_SUBDIRS([compiler/cpp lib/cpp lib/py if])
AC_OUTPUT