aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/configure.in
blob: 0c07e6783d6293b97a5d784ada3251f1f9dfcd74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_HEADER(stddef.h)

AC_OUTPUT(Makefile)