home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / brik-2.0-src.lha / brik-2.0 / configure.in < prev    next >
Text File  |  1994-12-25  |  136b  |  9 lines

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