File: withenable.ac

package info (click to toggle)
tetex-bin 0.9-7
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 31,840 kB
  • ctags: 20,484
  • sloc: ansic: 183,676; sh: 7,743; perl: 3,431; makefile: 2,891; pascal: 1,546; yacc: 1,507; cpp: 608; awk: 522; asm: 500; lex: 323; sed: 322; csh: 47
file content (32 lines) | stat: -rw-r--r-- 1,441 bytes parent folder | download | duplicates (4)
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
dnl withenable.ac: --with and --enable options.

AC_ARG_WITH(dtl,
        [  --without-dtl              do not build the dtl package])
AC_ARG_WITH(dvidvi,
        [  --without-dvidvi           do not build the dvidvi package])
AC_ARG_WITH(dviljk,
        [  --without-dviljk           do not build the dviljk package])
AC_ARG_WITH(dvipsk,
        [  --without-dvipsk           do not build the dvipsk package])
AC_ARG_WITH(gsftopk,
        [  --without-gsftopk          do not build the gsftopk package])
AC_ARG_WITH(lacheck,
        [  --without-lacheck          do not build the lacheck package])
AC_ARG_WITH(makeindexk,
        [  --without-makeindexk       do not build the makeindexk package])
AC_ARG_WITH(musixflx,
        [  --without-musixflx         do not build the musixflx package])
AC_ARG_WITH(odvipsk,
        [  --without-odvipsk          do not build the odvipsk package])
AC_ARG_WITH(oxdvik,
        [  --without-oxdvik           do not build the oxdvik package])
AC_ARG_WITH(ps2pkm,
        [  --without-ps2pkm           do not build the ps2pkm package])
AC_ARG_WITH(seetexk,
        [  --without-seetexk          do not build the seetexk package])
AC_ARG_WITH(tetex,
        [  --without-tetex            do not build the tetex package])
AC_ARG_WITH(tex4htk,
        [  --without-tex4htk          do not build the tex4htk package])
AC_ARG_WITH(xdvik,
        [  --without-xdvik            do not build the xdvik package])