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

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(dumphunks.c)
  3.  
  4. AC_PROG_CC
  5. AC_GCC_TRADITIONAL
  6. AC_PROG_INSTALL
  7.  
  8. AC_CHECK_FUNCS(getopt)
  9.  
  10. AC_OUTPUT(Makefile)
  11.