home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ade-misc-src.tgz / ade-misc-src.tar / bsd / configure.in < prev    next >
Text File  |  1996-09-28  |  461b  |  15 lines

  1. dnl Process this file file with autoconf to produce a configure script.
  2. dnl This file is a shell script fragment that supplies the information
  3. dnl necessary to tailor a template configure script into the configure
  4. dnl script appropriate for this directory.  For more information, check
  5. dnl any existing configure script.
  6.  
  7. AC_PREREQ(1.118)
  8. AC_INIT(Makefile.in)
  9. AC_PROG_CC
  10.  
  11. # configure the subdirectories too
  12. AC_CONFIG_SUBDIRS(jove libm man)
  13.  
  14. AC_OUTPUT(Makefile)
  15.