This commit was generated by cvs2svn to track changes on a CVS vendor
[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.03384 seconds and 5 git commands to generate.