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

mpeg/mp3

开发平台:

Visual C++

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(Makefile.am)
  3. AM_CONFIG_HEADER(config.h)
  4. AM_INIT_AUTOMAKE(bladeenc,0.90.0)
  5. dnl Checks for programs.
  6. AC_PROG_CC
  7. AC_PROG_RANLIB
  8. dnl Checks for libraries.
  9. dnl Checks for header files.
  10. dnl Checks for typedefs, structures, and compiler characteristics.
  11. dnl Checks for library functions.
  12. AC_OUTPUT(Makefile bladeenc/Makefile bladeenc/docs/Makefile bladeenc/docs/en/Makefile )