* configure.in: add AC_HEADER_STDC check.
[deliverable/binutils-gdb.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
13 AC_OUTPUT(Makefile)
This page took 0.03311 seconds and 5 git commands to generate.