Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / mmalloc / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.12.1)dnl
3 AC_INIT(mmalloc.c)
4
5 AC_PROG_CC
6 AC_PROG_INSTALL
7 AC_CHECK_TOOL(AR, ar)
8 AC_CHECK_TOOL(RANLIB, ranlib, :)
9
10 AC_FUNC_MMAP
11 AC_CHECK_HEADERS(limits.h stddef.h)
12
13 AC_OUTPUT(Makefile)
This page took 0.03102 seconds and 4 git commands to generate.