From 19b6b47d179f7b2c660db6143ffe15458f111ef5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 20 Sep 2013 23:47:28 +0000 Subject: mpost, luatex: consistently use TL version, not datestamps git-svn-id: svn://tug.org/texlive/trunk@31709 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Build/source/texk/web2c/configure.ac') diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index 460728f3542..0464fc66479 100644 --- a/Build/source/texk/web2c/configure.ac +++ b/Build/source/texk/web2c/configure.ac @@ -61,6 +61,12 @@ KPSE_ASM_UNDERSCORE KPSE_COND_MINGW32 KPSE_WIN32_CALL +# A compilation variable for doing a TL build so we can +# adjust the luatex banner, maybe others. +AS_IF([test "x$enable_native_texlive_build" = xyes], + [AC_DEFINE([NATIVE_TEXLIVE_BUILD], 1, + [Define to 1 if building binaries for TeX Live, else 0.])]) + AS_CASE([$with_editor], [''|yes|no], [AS_IF([test "x$kpse_cv_have_win32" = xno], [with_editor="vi +%d '%s'"], -- cgit v1.2.3