home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ecc-1.2.1-src.tgz / tar.out / fsf / ecc / configure.in < prev    next >
Text File  |  1996-09-28  |  154b  |  8 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(ecc.c)
  3. AC_PREFIX_DEFAULT(/ade)
  4. AC_PROG_CC
  5. AC_PROG_INSTALL
  6. AC_OUTPUT(Makefile)
  7.  
  8.