summaryrefslogtreecommitdiff
path: root/Build/source/withenable.ac
blob: 5608ea996e61c7f293e899cd1669696785995339 (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
# withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz.
# Public domain.

AC_ARG_ENABLE([multiplatform],
  [AS_HELP_STRING([--enable-multiplatform],
     [put executables into bin/PLATFORM and libraries into lib/PLATFORM])])dnl

dnl list of optional packages in utils/, i.e., subdirs of utils/
dnl
m4_define([kpse_utils_pkglist], [
dialog
mkjobtexmf
pdfopen
ps2eps
psutils
t1utils
texcount 
texi2html
texinfo
tpic2pdftex
])

# Options to avoid/include the packages in utils/.
# 
KPSE_WITH_SUBDIRS(kpse_utils_pkglist)