diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 08:42:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 08:42:30 +0000 |
commit | 298c183c634c96bfde3fad20b8e7ec16268dd1d8 (patch) | |
tree | 2db0347c9531647960a8fdad50b10b126e68f264 /Build/source/texk/dviljk/configure.in | |
parent | bd3bd7693bdf5937625a58fd1b1fa9638d0de60b (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12453 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviljk/configure.in')
-rw-r--r-- | Build/source/texk/dviljk/configure.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/texk/dviljk/configure.in b/Build/source/texk/dviljk/configure.in deleted file mode 100644 index 32c3066d897..00000000000 --- a/Build/source/texk/dviljk/configure.in +++ /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 |