Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
632f323f6cad820d622ebfbea4ab3ed54966d2d5
/
.
/
configure.ac
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