configure.in
上传用户:psq1974
上传日期:2007-01-06
资源大小:1195k
文件大小:0k
- dnl Process this file with autoconf to produce a configure script.
- AC_INIT(src/vpusher.cc)
- AM_INIT_AUTOMAKE(vpusher, 0.9)
- dnl Checks for programs.
- AC_PROG_CXX
- AC_PROG_CC
- AC_PROG_CPP
- AC_PROG_INSTALL
- AC_PROG_LN_S
- AC_PROG_MAKE_SET
- AC_PROG_RANLIB
- dnl Checks for libraries.
- dnl Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS(unistd.h)
- dnl Checks for typedefs, structures, and compiler characteristics.
- dnl Checks for library functions.
- AC_LANG_CPLUSPLUS
- AC_OUTPUT(build/Makefile Makefile)