summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/configure.in
blob: 761824f6e877e731715d08808a16e572c58e9aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_DECL_YYTEXT
AC_HEADER_TIME

sinclude(../kpathsea/withenable.ac)

KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT