summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/configure.in
blob: c90812c25ea64d0a7553ed85defd27605e9e3528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dnl configure.in for detex. Thomas Esser, 2002. Public domain.

AC_INIT(detex.l)

AC_CONFIG_HEADERS([c-auto.h:c-auto.in])

AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_LN_S

AC_PROG_LEX
AC_HEADER_TIME

sinclude(../kpathsea/withenable.ac)

KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT