mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
06098d7586
Summary: This keeps confusing people when they try to do make and make install, we always have it around in the svn repo, so we can take it out of current trunk. Reviewed By: martin git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664926 13f79535-47bb-0310-9956-ffa450edef68
14 lines
169 B
Plaintext
14 lines
169 B
Plaintext
AC_PREREQ(2.59)
|
|
|
|
AC_INIT([thrift], [1.0])
|
|
|
|
AC_CONFIG_AUX_DIR([.])
|
|
|
|
AM_INIT_AUTOMAKE
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
|
|
AC_CONFIG_SUBDIRS([lib/cpp lib/php lib/py])
|
|
|
|
AC_OUTPUT
|