dnl Process this file with autoconf to produce a configure script. AC_INIT(src/rename_unlink.c) AM_INIT_AUTOMAKE(srm, 1.2.7/Apple) AM_CONFIG_HEADER(config.h) dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL AC_PROG_RANLIB dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(linux/ext2_fs.h sys/vfs.h sys/param.h sys/mount.h varargs.h stdarg.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_STRUCT_ST_BLKSIZE dnl Checks for library functions. AC_CHECK_FUNCS(fts_open nftw fdatasync chflags snprintf vsnprintf) AC_OUTPUT(Makefile doc/Makefile src/Makefile lib/Makefile srm.spec)