blob: 8591d087aee868fd7f834374929843818adc9c2d [file] [log] [blame]
Marc Slemkob09f5882006-08-23 22:03:34 +00001AC_PREREQ(2.59)
2
David Reissb72d19f2007-09-18 19:46:00 +00003AC_INIT([thrift], [20070917])
Marc Slemkob09f5882006-08-23 22:03:34 +00004
5AC_CONFIG_AUX_DIR([.])
6
7AM_INIT_AUTOMAKE
8
David Reissd6832192007-09-05 00:47:32 +00009AC_ARG_VAR([PY_PREFIX], [Prefix for installing Python modules.
10 (Normal --prefix is ignored for Python because
11 Python has different conventions.)
12 Default = "/usr"])
13AS_IF([test "x$PY_PREFIX" == x], [PY_PREFIX="/usr"])
14
Marc Slemkob09f5882006-08-23 22:03:34 +000015AC_CONFIG_FILES([Makefile])
16
David Reiss1ac120f2007-08-29 00:58:14 +000017AC_CONFIG_SUBDIRS([compiler/cpp lib/cpp lib/py if])
Marc Slemkob09f5882006-08-23 22:03:34 +000018
19AC_OUTPUT