home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / System / MorphOS / Developer / emultools / fd2inline / configure.in < prev    next >
Encoding:
Text File  |  2000-11-02  |  177 b   |  10 lines

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