summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk/configure.in
blob: 0a493e9857a31ffaff21189d6b79b40995cce285 (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(dviselect.c)
AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto])

sinclude(../kpathsea/common.ac)

AC_CHECK_SIZEOF(int)
AC_CHECK_FUNCS(strerror)
AC_CHECK_HEADERS(errno.h)

KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT