home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ixemul-45.0-src.tgz / tar.out / contrib / ixemul / configure.in < prev    next >
Text File  |  1996-10-01  |  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.