summaryrefslogtreecommitdiff
path: root/Build/source/texk/mendexk/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/mendexk/configure.ac')
-rw-r--r--Build/source/texk/mendexk/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/mendexk/configure.ac b/Build/source/texk/mendexk/configure.ac
index 63d76c1a2a3..70587df4e64 100644
--- a/Build/source/texk/mendexk/configure.ac
+++ b/Build/source/texk/mendexk/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2010-2013 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2010-2014 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -17,6 +17,10 @@ KPSE_COMMON([mendexk], [no-define])
AC_CONFIG_HEADERS([c-auto.h:c-auto.in])
+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_CACHE_CHECK([if C99 variadic macros are supported],
[kpse_cv_have___VA_ARGS__],
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>