summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvidvi/configure.in
blob: b22a16b366fe8522b09bb817c3222d1494442509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
dnl Public domain.
dnl Process this file with autoconf to produce a configure script.

AC_INIT(dvidvi.c)
AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto])

sinclude(../kpathsea/common.ac)

dnl These tests prevent reliable cross-compilation.  Sigh.
AC_C_CHAR_UNSIGNED
AC_CHECK_SIZEOF(long)

KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT