summaryrefslogtreecommitdiff
path: root/Build/source/texk/dtl/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dtl/configure.in')
-rw-r--r--Build/source/texk/dtl/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/dtl/configure.in b/Build/source/texk/dtl/configure.in
index 1fe68d75677..01f61d8a8a2 100644
--- a/Build/source/texk/dtl/configure.in
+++ b/Build/source/texk/dtl/configure.in
@@ -1,8 +1,10 @@
dnl Public domain.
dnl Process this file with autoconf to produce a configure script.
+
AC_INIT(dv2dt.c)
-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
@@ -10,5 +12,3 @@ AC_CHECK_SIZEOF(long)
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT
-dnl Update stamp-auto, since we just remade `c-auto.h'.
-date >stamp-auto