diff options
Diffstat (limited to 'Build/source/utils/biber/m4/kpse-tl-platform.m4')
-rw-r--r-- | Build/source/utils/biber/m4/kpse-tl-platform.m4 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/utils/biber/m4/kpse-tl-platform.m4 b/Build/source/utils/biber/m4/kpse-tl-platform.m4 index f822807f7b4..445e6c88ad5 100644 --- a/Build/source/utils/biber/m4/kpse-tl-platform.m4 +++ b/Build/source/utils/biber/m4/kpse-tl-platform.m4 @@ -16,12 +16,8 @@ AC_ARG_VAR([TL_PLATFORM], [TeX Live platform name [autodetected]]) AC_MSG_CHECKING([for TeX Live platform name]) if test "X$TL_PLATFORM" = X; then if test "x$kpse_cv_have_win32" = xno; then - # we need this variable in the Perl (current). - export ac_aux_dir - # we need this variable in the Perl (future). - export ac_cv_host TL_PLATFORM=`$PERL -I"$srcdir" -MTeXLive::TLUtils -e ' - print TeXLive::TLUtils::platform();'` + print TeXLive::TLUtils::platform_name("'"$ac_cv_host"'");'` if test -z "$TL_PLATFORM"; then AC_MSG_ERROR([cannot determine TeX Live platform name]) fi |