home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ade-misc-src.tgz / ade-misc-src.tar / configure.in < prev    next >
Text File  |  1996-09-28  |  484b  |  16 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. AC_PROG_INSTALL
  11.  
  12. # configure the subdirectories too
  13. AC_CONFIG_SUBDIRS(bsd contrib docs fsf)
  14.  
  15. AC_OUTPUT(Makefile)
  16.