You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
236 B

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.3)dnl
AC_INIT(mmalloc.c)
CC=${CC-cc}
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_FUNC_MMAP
AC_HEADER_STDC
AC_CHECK_HEADERS(stddef.h)
AC_OUTPUT(Makefile)