summaryrefslogtreecommitdiff
path: root/Build/source/texk/lacheck/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lacheck/configure.in')
-rw-r--r--Build/source/texk/lacheck/configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/lacheck/configure.in b/Build/source/texk/lacheck/configure.in
index c5afc0247e1..bd41d94bfc4 100644
--- a/Build/source/texk/lacheck/configure.in
+++ b/Build/source/texk/lacheck/configure.in
@@ -1,15 +1,17 @@
dnl Public domain.
dnl Process this file with autoconf to produce a configure script.
+
AC_INIT(lacheck.lex)
-sinclude(../kpathsea/common.ac)
+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)
+
AC_PROG_YACC
AC_PROG_LEX
+
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT
-dnl Update stamp-auto, since we just remade `c-auto.h'.
-date >stamp-auto