summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk/configure.in.orig
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-07 14:33:48 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-07 14:33:48 +0000
commit8243edfca0be6770fa56b9bc220b05ae505d1082 (patch)
tree0fc8b06d0c1ffdc32b1184c2e0815fe5359fcb35 /Build/source/texk/dviljk/configure.in.orig
parent47a56b5dc7f17f502aee404c912490f135ca3c52 (diff)
build system: remove --enable-fmtutil, fix option defaults, general cleanup
git-svn-id: svn://tug.org/texlive/trunk@12986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviljk/configure.in.orig')
-rw-r--r--Build/source/texk/dviljk/configure.in.orig20
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/texk/dviljk/configure.in.orig b/Build/source/texk/dviljk/configure.in.orig
deleted file mode 100644
index 32c3066d897..00000000000
--- a/Build/source/texk/dviljk/configure.in.orig
+++ /dev/null
@@ -1,20 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(dvi2xx.c)
-
-AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto])
-
-AC_PROG_CC
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
-AC_PROG_LN_S
-
-sinclude(../kpathsea/withenable.ac)
-
-dnl These tests prevent reliable cross-compilation. Sigh.
-AC_C_CHAR_UNSIGNED
-AC_CHECK_SIZEOF(long)
-
-AC_CHECK_FUNCS(rmdir unlink mkdtemp mktemp)
-
-KPSE_CONFIG_FILES([Makefile])
-AC_OUTPUT