home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gcc / ixemulsrc.lha / ixemul / configure.in < prev    next >
Text File  |  1996-12-11  |  389b  |  14 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl
  3. AC_INIT(libsrc/crt0.c)
  4.  
  5. AC_PROG_INSTALL
  6. AC_PROG_CC
  7. AC_PROG_AWK
  8. AC_PROG_RANLIB
  9.  
  10. AC_OUTPUT(Makefile general/Makefile library/Makefile libsrc/Makefile
  11.       static/Makefile stdio/Makefile stdlib/Makefile string/Makefile
  12.       ixnet/Makefile stack/Makefile net/Makefile db/Makefile glue/Makefile
  13.       utils/Makefile man/Makefile)
  14.