diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-20 23:47:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-20 23:47:28 +0000 |
commit | 19b6b47d179f7b2c660db6143ffe15458f111ef5 (patch) | |
tree | f9760649dfb90bd534f65507f4a810b6fe55477e /Build/source/texk/web2c/configure | |
parent | d7cef2e3b00fb109d35da34a7ae12974e1b1860d (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')
-rwxr-xr-x | Build/source/texk/web2c/configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index faabb6bc4ee..4c213987146 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -18374,6 +18374,14 @@ if test -z "$WIN32_TRUE"; then : fi +# A compilation variable for doing a TL build so we can +# adjust the luatex banner, maybe others. +if test "x$enable_native_texlive_build" = xyes; then : + +$as_echo "#define NATIVE_TEXLIVE_BUILD 1" >>confdefs.h + +fi + case $with_editor in #( ''|yes|no) : if test "x$kpse_cv_have_win32" = xno; then : |