home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / dviljk / configure.in < prev    next >
Text File  |  1996-09-28  |  240b  |  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.