]> Git Repo - binutils.git/blob - mmalloc/configure.in
Wed Jan 21 21:20:32 1998 Manfred Hollstein <[email protected]>
[binutils.git] / mmalloc / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.3)dnl
3 AC_INIT(mmalloc.c)
4
5 CC=${CC-cc}
6 AC_PROG_CC
7 AC_PROG_INSTALL
8 AC_PROG_RANLIB
9
10 AC_FUNC_MMAP
11 AC_HEADER_STDC
12 AC_CHECK_HEADERS(stddef.h)
13
14 AC_OUTPUT(Makefile)
This page took 0.024633 seconds and 4 git commands to generate.