diff options
Diffstat (limited to 'Build/source/texk/tex4htk/configure.in')
-rw-r--r-- | Build/source/texk/tex4htk/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/tex4htk/configure.in b/Build/source/texk/tex4htk/configure.in index 0c7ef81640c..4a988f8dab2 100644 --- a/Build/source/texk/tex4htk/configure.in +++ b/Build/source/texk/tex4htk/configure.in @@ -1,5 +1,7 @@ dnl Process this file with autoconf to produce a configure script. + AC_INIT(tex4ht.c) +AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto]) sinclude(../kpathsea/common.ac) @@ -7,5 +9,3 @@ AC_CHECK_SIZEOF(int) KPSE_CONFIG_FILES([Makefile]) AC_OUTPUT -dnl Update stamp-auto, since we just remade `c-auto.h'. -date >stamp-auto |