configure.in
上传用户:psq1974
上传日期:2007-01-06
资源大小:1195k
文件大小:0k
源码类别:

mpeg/mp3

开发平台:

C/C++

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(src/vpusher.cc)
  3. AM_INIT_AUTOMAKE(vpusher, 0.9)
  4. dnl Checks for programs.
  5. AC_PROG_CXX
  6. AC_PROG_CC
  7. AC_PROG_CPP
  8. AC_PROG_INSTALL
  9. AC_PROG_LN_S
  10. AC_PROG_MAKE_SET
  11. AC_PROG_RANLIB
  12. dnl Checks for libraries.
  13. dnl Checks for header files.
  14. AC_HEADER_STDC
  15. AC_CHECK_HEADERS(unistd.h)
  16. dnl Checks for typedefs, structures, and compiler characteristics.
  17. dnl Checks for library functions.
  18. AC_LANG_CPLUSPLUS
  19. AC_OUTPUT(build/Makefile Makefile)