~ubuntu-branches/ubuntu/jaunty/luatex/jaunty

« back to all changes in this revision

Viewing changes to src/withenable.ac

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-09-24 12:56:11 UTC
  • Revision ID: james.westby@ubuntu.com-20070924125611-a8ge689azbptxvla
Tags: upstream-0.11.2
ImportĀ upstreamĀ versionĀ 0.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz.
 
2
# Public domain.
 
3
AC_ARG_ENABLE([multiplatform],
 
4
        [  --enable-multiplatform  put executables in bin/PLATFORM])
 
5
 
 
6
AC_ARG_WITH([dialog],
 
7
        [  --without-dialog        do not build the dialog package])
 
8
 
 
9
AC_ARG_WITH([lcdf-typetools],
 
10
        [  --without-lcdf-typetools    do not build the lcdf-typetools package])
 
11
 
 
12
AC_ARG_WITH([pdfopen],
 
13
        [  --without-pdfopen       do not build the pdfopen package])
 
14
 
 
15
AC_ARG_WITH([psutils],
 
16
        [  --without-psutils       do not build the psutils package])
 
17
 
 
18
AC_ARG_WITH([sam2p],
 
19
        [  --without-sam2p       do not build the sam2p package])
 
20
 
 
21
AC_ARG_WITH([t1utils],
 
22
        [  --without-t1utils       do not build the t1utils package])
 
23
 
 
24
AC_ARG_WITH([texi2html],
 
25
        [  --without-texi2html     do not build the texi2html package])
 
26
 
 
27
AC_ARG_WITH([texinfo],
 
28
        [  --without-texinfo       do not build the texinfo package])