summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviout-util/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dviout-util/configure.ac')
-rw-r--r--Build/source/texk/dviout-util/configure.ac29
1 files changed, 29 insertions, 0 deletions
diff --git a/Build/source/texk/dviout-util/configure.ac b/Build/source/texk/dviout-util/configure.ac
new file mode 100644
index 00000000000..afb5a893605
--- /dev/null
+++ b/Build/source/texk/dviout-util/configure.ac
@@ -0,0 +1,29 @@
+dnl Process this file with autoconf to produce a configure script.
+dnl
+dnl Copyright 2018-2020 Japanese TeX Development Community <issue@texjp.org>
+dnl
+dnl This file is free software; the copyright holder
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+AC_INIT([dviout-util (TeX Live)], [20200501], [tex-k@tug.org])
+AC_PREREQ([2.65])
+AC_CONFIG_SRCDIR([dvispc.c])
+AC_CONFIG_AUX_DIR([../../build-aux])
+AC_CONFIG_MACRO_DIR([../../m4])
+
+dnl Common code for all programs using libkpathsea.
+KPSE_COMMON([dviout-util])
+
+AC_CONFIG_HEADERS([config.h])
+
+m4_include([../../version.ac])[] dnl define tex_live_version
+AC_DEFINE([TL_VERSION], ["TeX Live tex_live_version()"],
+ [Define to the current TeX Live version string.])
+
+KPSE_KPATHSEA_FLAGS
+KPSE_PTEXENC_FLAGS
+
+AC_CONFIG_FILES([Makefile])
+
+AC_OUTPUT