home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / libg++-2.6.2.lha / libg++-2.6.2 / librx / configure.in < prev    next >
Text File  |  1994-08-26  |  209b  |  13 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(rx.c)
  3.  
  4. AC_PROG_CC
  5. AC_PROG_CPP
  6. AC_PROG_RANLIB
  7. AC_PROG_INSTALL
  8.  
  9. AC_ALLOCA
  10. AC_STDC_HEADERS
  11. AC_HAVE_HEADERS(string.h)
  12. AC_OUTPUT(Makefile)
  13.