summaryrefslogtreecommitdiff
path: root/Build/source/withenable.ac
blob: 2fef00eab5f2d07925347cd15fd47716fe333ede (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
# withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz.
# Public domain.
# Options to avoid/include the packages in utils/.
# 
AC_ARG_ENABLE([multiplatform],
	[  --enable-multiplatform  put executables in bin/PLATFORM])

AC_ARG_WITH([dialog],
        [  --without-dialog        do not build the dialog package])

AC_ARG_WITH([lcdf-typetools],
        [  --without-lcdf-typetools do not build the lcdf-typetools package])

AC_ARG_WITH([mkjobtexmf],
        [  --without-mkjobtexmf    do not build the mkjobtexmf package])

AC_ARG_WITH([pdfopen],
        [  --without-pdfopen       do not build the pdfopen package])

AC_ARG_WITH([ps2eps],
        [  --without-ps2eps        do not build the ps2eps package])

AC_ARG_WITH([psutils],
        [  --without-psutils       do not build the psutils package])

AC_ARG_WITH([sam2p],
        [  --without-sam2p         do not build the sam2p package])

AC_ARG_WITH([t1utils],
        [  --without-t1utils       do not build the t1utils package])

AC_ARG_WITH([texi2html],
        [  --without-texi2html     do not build the texi2html package])

AC_ARG_WITH([texinfo],
        [  --without-texinfo       do not build the texinfo package])