summaryrefslogtreecommitdiff
path: root/Build/source/texk/mendexk/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-25 08:48:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-25 08:48:18 +0000
commit1e32b9a2242334c5c43b6709a38dd02a21191d63 (patch)
tree0bb7099371b26ff7ec0a9646ff6850a751ac7faa /Build/source/texk/mendexk/configure.ac
parent5f7316e16d4b9f77069399e2499c266dd37335b5 (diff)
texk/mendexk: Derive TL_VERSION from top-level version.ac
git-svn-id: svn://tug.org/texlive/trunk@34402 c570f23f-e606-0410-a88d-b1316a301751
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>