blob: 0f0a0adaf51f7663f0b0f8f9bf1665486458cb5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
dnl Public domain.
dnl Process this file with autoconf to produce a configure script.
AC_INIT(dvi2tty.c)
AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto])
sinclude(../kpathsea/withenable.ac)
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_LN_S
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT
|