home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / dvipsk / configure.in < prev    next >
Encoding:
Text File  |  1994-11-07  |  160 b   |  9 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(dvips.c)
  3.  
  4. sinclude(../kpathsea/common.ac)
  5.  
  6. AC_CHECK_SIZEOF(int)
  7.  
  8. AC_OUTPUT(Makefile)
  9.