summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-pkgs.m4
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/m4/kpse-pkgs.m4
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/kpse-pkgs.m4')
-rw-r--r--Build/source/m4/kpse-pkgs.m4155
1 files changed, 0 insertions, 155 deletions
diff --git a/Build/source/m4/kpse-pkgs.m4 b/Build/source/m4/kpse-pkgs.m4
deleted file mode 100644
index 5cba46b6bb1..00000000000
--- a/Build/source/m4/kpse-pkgs.m4
+++ /dev/null
@@ -1,155 +0,0 @@
-# $Id$
-# Private Autoconf macros for the TeX Live (TL) tree.
-# Copyright 2016-2020 Karl Berry <tex-live@tug.org>
-# Copyright 2009-2015 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.
-
-# ------------------------------ #
-# Define lists of sub-packages. #
-# ------------------------------ #
-
-# Hopefully these lists are defined here and nowhere else.
-# Note: directories in these lists need not exist.
-
-# KPSE_LIBS_PKGS()
-# ----------------
-# Define two lists of library sub-packages:
-# generic libraries, i.e., subdirs 'libs/*', that can be used by
-# utility and TeXk sub-packages
-# and
-# TeX specific libraries, i.e., subdirs 'texk/*', that can only
-# be used by TeXk sub-packages and can't use generic libraries
-# Each library must precede required other libraries (if any).
-AC_DEFUN([KPSE_LIBS_PKGS], [dnl
-m4_define([kpse_libs_pkgs], [dnl
-pplib
-harfbuzz
-icu
-teckit
-graphite2
-zziplib
-xpdf
-mpfr
-gmp
-cairo
-pixman
-gd
-freetype2
-libpng
-libpaper
-luajit
-lua53
-zlib
-])[]dnl
-m4_define([kpse_texlibs_pkgs], [dnl
-ptexenc
-kpathsea
-])]) # KPSE_LIBS_PKGS
-
-# KPSE_ALL_SYSTEM_FLAGS()
-# -----------------------
-# Generate flags for all potential system libraries available,
-# only used at top-level.
-AC_DEFUN([KPSE_ALL_SYSTEM_FLAGS], [dnl
-AC_REQUIRE([KPSE_LIBS_PREPARE])[]dnl
-AC_REQUIRE([KPSE_KPATHSEA_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_PTEXENC_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_ZLIB_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_PPLIB_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_LIBPAPER_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_LIBPNG_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_FREETYPE2_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_GD_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_PIXMAN_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_CAIRO_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_GMP_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_MPFR_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_XPDF_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_ZZIPLIB_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_GRAPHITE2_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_TECKIT_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_ICU_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_HARFBUZZ_SYSTEM_FLAGS])[]dnl
-]) # KPSE_ALL_SYSTEM_FLAGS
-
-# KPSE_UTILS_PKGS()
-# -----------------
-# Define the list of utility sub-packages, i.e., subdirs 'utils/*'.
-AC_DEFUN([KPSE_UTILS_PKGS], [dnl
-m4_define([kpse_utils_pkgs], [dnl
-autosp
-axodraw2
-devnag
-lacheck
-m-tx
-pmx
-ps2eps
-t1utils
-texdoctk
-tpic2pdftex
-vlna
-xindy
-xml2pmx
-xpdfopen
-])]) # KPSE_UTILS_PKGS
-
-# KPSE_TEXK_PKGS()
-# ----------------
-# Define the list of TeXk sub-packages, i.e., subdirs 'texk/*',
-# excluding 'texk/kpathsea'.
-AC_DEFUN([KPSE_TEXK_PKGS], [dnl
-m4_define([kpse_texk_pkgs], [dnl
-web2c
-afm2pl
-bibtex-x
-chktex
-cjkutils
-detex
-dtl
-dvi2tty
-dvidvi
-dviljk
-dviout-util
-dvipdfm-x
-dvipng
-dvipos
-dvipsk
-dvisvgm
-gregorio
-gsftopk
-lcdf-typetools
-makeindexk
-makejvf
-mendexk
-musixtnt
-ps2pk
-psutils
-seetexk
-tex4htk
-ttf2pk2
-ttfdump
-upmendex
-xdvik
-texlive
-])]) # KPSE_TEXK_PKGS
-
-# ------------------------------- #
-# Loop over one of these lists. #
-# ------------------------------- #
-
-# KPSE_FOR_PKGS(LIST, ACTION)
-# ---------------------------
-# Run the shell code ACTION for each element Kpse_Pkg in kpse_LIST_pkgs,
-# with Kpse_pkg a sanitized version of Kpse_Pkg for shell variables and
-# Kpse_PKG a sanitized (upper case) version for make variables.
-AC_DEFUN([KPSE_FOR_PKGS],
-[AC_REQUIRE([KPSE_LIBS_PKGS])AC_REQUIRE([KPSE_UTILS_PKGS])AC_REQUIRE([KPSE_TEXK_PKGS])[]dnl
-AC_FOREACH([Kpse_Pkg], kpse_$1_pkgs,
-[m4_pushdef([Kpse_pkg], AS_TR_SH(Kpse_Pkg))[]dnl
-m4_pushdef([Kpse_PKG], AS_TR_CPP(Kpse_Pkg))[]dnl
-$2[]dnl
-m4_popdef([Kpse_pkg])m4_popdef([Kpse_PKG])[]dnl
-])]) # KPSE_FOR_PKGS