old-cross-binutils/mmalloc/configure.in
Jason Molenda 68bfaddafe * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER.
Sigh.  It's one of those days.
1995-11-05 08:28:20 +00:00

14 lines
236 B
Text

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.3)dnl
AC_INIT(mmalloc.c)
CC=${CC-cc}
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_FUNC_MMAP
AC_HEADER_STDC
AC_CHECK_HEADERS(stddef.h)
AC_OUTPUT(Makefile)