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

SCSI/ASPI

开发平台:

MultiPlatform

  1. dnl $Id: configure.in,v 1.5 1997/12/15 12:47:57 eric Exp $
  2. dnl Process this file with autoconf to produce a configure script.
  3. AC_INIT(mkisofs.c)
  4. AC_CONFIG_HEADER(config.h)
  5. AC_PROG_CC
  6. AC_CONST
  7. AC_HEADER_MAJOR
  8. AC_HEADER_DIRENT
  9. if test -z "$ac_header_dirent"; then
  10.   AC_DEFINE(NODIR)
  11. fi
  12. AC_CHECK_FUNCS(memmove sbrk strdup)
  13. AC_CHECK_HEADERS(sys/mkdev.h sys/sysmacros.h malloc.h termios.h sys/types.h)
  14. AC_CHECK_HEADERS(unistd.h string.h strings.h sys/stat.h sys/fcntl.h)
  15. AC_PROG_INSTALL
  16. AC_OUTPUT(Makefile diag/Makefile)