projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.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)