summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ac
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/texk/kpathsea/ac
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/texk/kpathsea/ac')
-rw-r--r--Build/source/texk/kpathsea/ac/kpathsea.ac11
-rw-r--r--Build/source/texk/kpathsea/ac/mktex.ac20
-rw-r--r--Build/source/texk/kpathsea/ac/withenable.ac8
3 files changed, 0 insertions, 39 deletions
diff --git a/Build/source/texk/kpathsea/ac/kpathsea.ac b/Build/source/texk/kpathsea/ac/kpathsea.ac
deleted file mode 100644
index fc90d33ca1d..00000000000
--- a/Build/source/texk/kpathsea/ac/kpathsea.ac
+++ /dev/null
@@ -1,11 +0,0 @@
-## texk/kpathsea/ac/kpathsea.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/
-dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-## basic check of system kpathsea
-KPSE_TRY_LIB([kpathsea],
- [#include <kpathsea/kpathsea.h>
-#include <kpathsea/version.h>],
- [const char *version = kpathsea_version_string;
-kpse_set_program_name("prog", "name");])
diff --git a/Build/source/texk/kpathsea/ac/mktex.ac b/Build/source/texk/kpathsea/ac/mktex.ac
deleted file mode 100644
index fe8deeb9dbd..00000000000
--- a/Build/source/texk/kpathsea/ac/mktex.ac
+++ /dev/null
@@ -1,20 +0,0 @@
-## texk/kpathsea/ac/mktex.ac: configure.ac fragment for the TeX Live
-## subdirectory texk/kpathsea.
-dnl
-dnl Copyright (C) 2009, 2011 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-## configure defaults for mktexfmt & Co.
-m4_define_default([kpse_indent_26], [26])[]dnl
-m4_define([kpse_mktex_opts], [dnl
-[[mktexmf], [yes], [MF source], [TEX_MF]],
-[[mktexpk], [yes], [PK font], [TEX_PK]],
-[[mktextfm], [yes], [TFM file], [TEX_TFM]],
-[[mkocp], [yes], [OCP file], [OMEGA_OCP]],
-[[mkofm], [yes], [OFM file], [OMEGA_OFM]],
-[[mktexfmt], [yes], [format file], [TEX_FMT]],
-[[mktextex], [no], [TeX source], [TEX_TEX]],
-])[]dnl
-m4_foreach([Kpse_Mktex], [kpse_mktex_opts],
- [m4_ifset([Kpse_Mktex],
- [KPSE_WITH_MKTEX(Kpse_Mktex)])])[]dnl
diff --git a/Build/source/texk/kpathsea/ac/withenable.ac b/Build/source/texk/kpathsea/ac/withenable.ac
deleted file mode 100644
index 1dfc28533bc..00000000000
--- a/Build/source/texk/kpathsea/ac/withenable.ac
+++ /dev/null
@@ -1,8 +0,0 @@
-## texk/kpathsea/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/
-dnl
-dnl Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-## configure options and TL libraries required for kpathsea
-KPSE_WITH_TEXLIB([kpathsea])
-m4_include(kpse_TL[texk/kpathsea/ac/mktex.ac])