* m32r/tm-m32r.h (TARGET_M32R): Define, for wingdb.
[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 AC_CHECK_HEADERS(stddef.h)
13
14 AC_OUTPUT(Makefile)
This page took 0.042396 seconds and 4 git commands to generate.