home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / configure.in < prev    next >
Text File  |  1997-04-09  |  468b  |  17 lines

  1. dnl    $Id: configure.in,v 1.4 1997/03/22 02:54:09 eric Rel $    
  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)
  13. AC_CHECK_HEADERS(sys/mkdev.h sys/sysmacros.h malloc.h termios.h sys/types.h)
  14. AC_CHECK_HEADERS(unistd.h)
  15. AC_PROG_INSTALL
  16. AC_OUTPUT(Makefile diag/Makefile)
  17.