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

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(dvi2xx.c)
  3.  
  4. sinclude(../kpathsea/common.ac)
  5.  
  6. dnl These tests prevent reliable cross-compilation.  Sigh.
  7. AC_C_CHAR_UNSIGNED
  8. AC_CHECK_SIZEOF(long)
  9.  
  10. AC_OUTPUT(Makefile)
  11.