summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-20 23:47:28 +0000
committerKarl Berry <karl@freefriends.org>2013-09-20 23:47:28 +0000
commit19b6b47d179f7b2c660db6143ffe15458f111ef5 (patch)
treef9760649dfb90bd534f65507f4a810b6fe55477e /Build/source/texk/web2c/configure.ac
parentd7cef2e3b00fb109d35da34a7ae12974e1b1860d (diff)
mpost, luatex: consistently use TL version, not datestamps
git-svn-id: svn://tug.org/texlive/trunk@31709 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r--Build/source/texk/web2c/configure.ac6
1 files changed, 6 insertions, 0 deletions
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'"],