blob: 54f19603c8be33056740c59fe3c27cd184164af6 [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 lib/cpp lib/php])
AC_OUTPUT