home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / dbmalloc-1.14-src.tgz / tar.out / contrib / dbmalloc / configure.in < prev    next >
Text File  |  1996-09-28  |  262b  |  14 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(malloc.h)
  3.  
  4. AC_PROG_CC
  5. AC_GCC_TRADITIONAL
  6. AC_PROG_INSTALL
  7. AC_PROG_RANLIB
  8.  
  9. AC_HAVE_HEADERS(stdlib.h string.h unistd.h X11/Intrinsic.h sys/wait.h)
  10.  
  11. AC_CHECK_FUNCS(sbrk)
  12.  
  13. AC_OUTPUT(Makefile)
  14.