1dnl $Id: configure.in,v 1.1 2000/10/10 20:40:13 beck Exp $ 2dnl Modified for mkhybrid James Pearson 22/1/98 3dnl Process this file with autoconf to produce a configure script. 4AC_INIT(mkisofs.c) 5AC_CONFIG_HEADER(config.h) 6AC_PROG_CC 7AC_CONST 8AC_HEADER_MAJOR 9AC_HEADER_DIRENT 10if test -z "$ac_header_dirent"; then 11 AC_DEFINE(NODIR) 12fi 13AC_CHECK_FUNCS(memmove sbrk strdup) 14AC_CHECK_HEADERS(sys/mkdev.h sys/sysmacros.h malloc.h termios.h sys/types.h) 15AC_CHECK_HEADERS(unistd.h string.h strings.h sys/stat.h sys/fcntl.h) 16AC_PROG_INSTALL 17AC_PROG_RANLIB 18AC_OUTPUT(Makefile diag/Makefile) 19