diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-05-06 08:26:54 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-05-06 08:26:54 +0000 |
commit | 45604db830beef9914992cd568908275987cc0f5 (patch) | |
tree | a9f0430f723984851995423e6a8a81a0bcc5b9d0 /Build/source/utils/biber/m4/kpse-tl-platform.m4 | |
parent | 526582da8c8fabccfebea407a9da54822daa4f88 (diff) |
texk/xdvik: Change default to disable smooth scrolling for native TeX Live builds
utils/biber: Removed from source tree
git-svn-id: svn://tug.org/texlive/trunk@33877 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 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Build/source/utils/biber/m4/kpse-tl-platform.m4 b/Build/source/utils/biber/m4/kpse-tl-platform.m4 deleted file mode 100644 index 09f4bee28e7..00000000000 --- a/Build/source/utils/biber/m4/kpse-tl-platform.m4 +++ /dev/null @@ -1,27 +0,0 @@ -# Public macros for the TeX Live (TL) tree. -# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org> -# -# This file is free software; the copyright holder -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# KPSE_TL_PLATFORM -# ---------------- -# Determine the TeX Live platform name. -AC_DEFUN([KPSE_TL_PLATFORM], [dnl -AC_REQUIRE([AC_CANONICAL_HOST])[]dnl -AC_REQUIRE([KPSE_CHECK_WIN32])[]dnl -AC_REQUIRE([KPSE_CHECK_PERL])[]dnl -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 - TL_PLATFORM=`$PERL -I"$srcdir/../../texk/tests" -MTeXLive::TLUtils -e ' - print TeXLive::TLUtils::platform_name("'"$ac_cv_host"'");'` - else - TL_PLATFORM=win32 - fi -fi -AC_MSG_RESULT([$TL_PLATFORM]) -]) # KPSE_TL_PLATFORM - |