blob: 690443a3fc303e5efd0cd6fa0c231d74e105b213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
dnl withenable.ac: --with and --enable options.
dnl
dnl list of optional packages in texk/, i.e., subdirs of texk/
dnl
m4_define([kpse_texk_pkglist], [
afm2pl
bibtex8
cjkutils
detex
devnag
dtl
dvi2tty
dvidvi
dviljk
dvipdfmx
dvipng
dvipos
dvipsk
gsftopk
lacheck
lcdf-typetools
makeindexk
musixflx
ps2pkm
seetexk
tetex
tex4htk
texlive
ttf2pk
xdv2pdf
xdvik
xdvipdfmx
])dnl
# Options to avoid/include the packages in texk/.
#
KPSE_WITH_SUBDIRS(kpse_texk_pkglist)
|