summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/seetexk/configure.ac')
-rw-r--r--Build/source/texk/seetexk/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/seetexk/configure.ac b/Build/source/texk/seetexk/configure.ac
index 2e4175f5179..4d9bd7e65ce 100644
--- a/Build/source/texk/seetexk/configure.ac
+++ b/Build/source/texk/seetexk/configure.ac
@@ -6,7 +6,7 @@ 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([SeeTeX (TeX Live)], [1.1], [tex-k@tug.org])
+AC_INIT([SeeTeX (TeX Live)], [20200501], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([dviselect.c])
AC_CONFIG_AUX_DIR([../../build-aux])
@@ -17,6 +17,10 @@ KPSE_COMMON([seetexk])
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.])
+
AC_CHECK_FUNCS([strerror])
AC_CHECK_HEADERS([errno.h])