diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-17 12:17:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-17 12:17:15 +0000 |
commit | f9db3b35171fe2e4b9caf2389b311e23769ec4e4 (patch) | |
tree | ce9d8e816d92d432621143ec4d7bc480cc1bd6e3 /Build/source/utils/biber/m4/kpse-tl-platform.m4 | |
parent | 3dc31d2d22a09c9391f876e4ae7f8bf6b8cc3b7c (diff) |
biber: TeX Live platform names
git-svn-id: svn://tug.org/texlive/trunk@21746 c570f23f-e606-0410-a88d-b1316a301751
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 |