summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/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/web2c/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/web2c/ac')
-rw-r--r--Build/source/texk/web2c/ac/web2c.ac88
-rw-r--r--Build/source/texk/web2c/ac/withenable.ac10
2 files changed, 0 insertions, 98 deletions
diff --git a/Build/source/texk/web2c/ac/web2c.ac b/Build/source/texk/web2c/ac/web2c.ac
deleted file mode 100644
index 40afc44f3d6..00000000000
--- a/Build/source/texk/web2c/ac/web2c.ac
+++ /dev/null
@@ -1,88 +0,0 @@
-dnl $Id$
-# texk/web2c/ac/web2c.ac: configure.ac fragment for TL subdir
-dnl
-dnl Copyright 2015-2020 Karl Berry <tex-live@tug.org>
-dnl Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-# configure options for TeX and MF
-m4_define_default([kpse_indent_26], [26])[]dnl
-AC_ARG_WITH([banner-add],
- AS_HELP_STRING([--with-banner-add=STR],
- [add STR to version string appended to banner lines]))[]dnl
-AC_ARG_WITH([editor],
- AS_HELP_STRING([--with-editor=CMD],
- [invoke CMD from the `e' option @<:@vi +%d '%s'@:>@
- or @<:@texworks --position=%d "%s"@:>@]))[]dnl
-AC_ARG_ENABLE([auto-core],
- AS_HELP_STRING([--enable-auto-core],
- [cause TeX&MF to dump core, given a certain filename],
- kpse_indent_26))[]dnl
-AC_ARG_ENABLE([dump-share],
- AS_HELP_STRING([--disable-dump-share],
- [make fmt/base files architecture-dependent],
- kpse_indent_26))[]dnl
-## configure options for TeX
-AC_ARG_ENABLE([ipc],
- AS_HELP_STRING([--disable-ipc],
- [disable TeX's --ipc option, i.e., pipe to a program],
- kpse_indent_26))[]dnl
-dnl [PROG, BUILD-OR-NO, SYNC-OR-NO, TEXT, REQUIRED-LIBS]
-m4_define([kpse_tex_progs], [dnl
-[[tex], [yes], [no], [TeX], []],
-[[etex], [no], [yes], [e-TeX], [zlib]],
-[[ptex], [yes], [yes], [pTeX], [ptexenc zlib]],
-[[eptex], [yes], [yes], [e-pTeX], [ptexenc zlib]],
-[[uptex], [yes], [yes], [upTeX], [ptexenc zlib]],
-[[euptex], [yes], [yes], [e-upTeX], [ptexenc zlib]],
-[[aleph], [yes], [], [Aleph], []],
-[[pdftex], [yes], [yes], [pdfTeX], [xpdf libpng zlib]],
-[[luatex], [yes], [], [LuaTeX], [pplib libpng zziplib lua53]],
-[[luajittex], [yes], [], [LuaJITTeX], [pplib libpng zziplib luajit]],
-[[luahbtex], [yes], [], [LuaHBTeX], [pplib libpng zziplib lua53 harfbuzz]],
-[[luajithbtex], [yes], [], [LuaHBJITTeX], [pplib libpng zziplib luajit harfbuzz]],
-[[mp], [yes], [], [MetaPost], [mpfr cairo libpng]],
-[[pmp], [yes], [], [pMetaPost], [mpfr cairo libpng ptexenc]],
-[[upmp], [yes], [], [upMetaPost], [mpfr cairo libpng ptexenc]],
-[[xetex], [yes], [yes], [XeTeX], [pplib libpng freetype2 teckit harfbuzz]],
-])[]dnl
-m4_foreach([Kpse_Prog], [kpse_tex_progs],
- [m4_ifset([Kpse_Prog],
- [KPSE_WITH_XTEX(Kpse_Prog)])])[]dnl
-## configure options for MF
-dnl [PROG, BUILD-OR-NO, NOWIN-OR-NO, TEXT, REQUIRED-LIBS]
-m4_define([kpse_mf_progs], [dnl
-[[mf], [yes], [yes], [METAFONT], []],
-[[mflua], [yes], [no], [MFLua], [lua53]],
-[[mfluajit], [yes], [no], [MFLuaJIT], [luajit]],
-])[]dnl
-m4_foreach([Kpse_Prog], [kpse_mf_progs],
- [m4_ifset([Kpse_Prog],
- [KPSE_WITH_XMF(Kpse_Prog)])])[]dnl
-AC_ARG_WITH([mf-x-toolkit],
- AS_HELP_STRING([--with-mf-x-toolkit],
- [use X toolkit for METAFONT]))[]dnl
-m4_define([kpse_mf_win], [dnl
-[[epsf], [EPSF], [EPSF pseudo]],
-[[hp2627], [HP2627], [HP 2627]],
-[[mftalk], [MFTALK], [mftalk (generic server)]],
-[[next], [NEXT], [NeXT]],
-[[regis], [REGIS], [Regis]],
-[[suntools], [SUN], [old Suntools (not X)]],
-[[tektronix], [TEKTRONIX], [Tektronix]],
-[[uniterm], [UNITERM], [Uniterm]],
-])[]dnl
-m4_foreach([Kpse_Win], [kpse_mf_win],
- [m4_ifset([Kpse_Win],
- [KPSE_WITH_MFWIN(Kpse_Win)])])[]dnl
-## configure options for WEB programs
-AC_ARG_ENABLE([web-progs],
- AS_HELP_STRING([--disable-web-progs],
- [do not build WEB programs bibtex ... weave],
- kpse_indent_26))[]dnl
-## configure option for the SyncTeX library and tool
-AC_ARG_ENABLE([synctex],
- AS_HELP_STRING([--disable-synctex],
- [do not build the SyncTeX library and tool],
- kpse_indent_26))[]dnl
-
diff --git a/Build/source/texk/web2c/ac/withenable.ac b/Build/source/texk/web2c/ac/withenable.ac
deleted file mode 100644
index 67667f016a5..00000000000
--- a/Build/source/texk/web2c/ac/withenable.ac
+++ /dev/null
@@ -1,10 +0,0 @@
-## texk/web2c/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
-dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
-dnl You may freely use, modify and/or distribute this file.
-dnl
-dnl extra_dirs = texk/web2c/web2c
-dnl
-## configure options and TL libraries required for web2c
-KPSE_ENABLE_PROG([web2c], [kpathsea zlib], , [TeX & Co.])
-m4_include(kpse_TL[texk/web2c/ac/web2c.ac])