diff options
Diffstat (limited to 'Build/source/texk/seetexk/configure.in')
-rw-r--r-- | Build/source/texk/seetexk/configure.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/texk/seetexk/configure.in b/Build/source/texk/seetexk/configure.in deleted file mode 100644 index 0a493e9857a..00000000000 --- a/Build/source/texk/seetexk/configure.in +++ /dev/null @@ -1,14 +0,0 @@ -dnl Public domain. -dnl Process this file with autoconf to produce a configure script. - -AC_INIT(dviselect.c) -AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto]) - -sinclude(../kpathsea/common.ac) - -AC_CHECK_SIZEOF(int) -AC_CHECK_FUNCS(strerror) -AC_CHECK_HEADERS(errno.h) - -KPSE_CONFIG_FILES([Makefile]) -AC_OUTPUT |