import gdb-2000-02-04 snapshot
[deliverable/binutils-gdb.git] / mmalloc / configure.in
CommitLineData
c906108c
SS
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.12.1)dnl
3AC_INIT(mmalloc.c)
4
5AC_PROG_CC
6AC_PROG_INSTALL
7AC_CHECK_TOOL(AR, ar)
8AC_CHECK_TOOL(RANLIB, ranlib, :)
9
10AC_FUNC_MMAP
11AC_CHECK_HEADERS(limits.h stddef.h)
12
dfcd3bfb
JM
13BFD_NEED_DECLARATION(sbrk)
14
c906108c 15AC_OUTPUT(Makefile)
This page took 0.040772 seconds and 4 git commands to generate.