File: xt.ac

package info (click to toggle)
dvipsk-ja 5.95a%2Bjp1.7a-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,976 kB
  • ctags: 3,113
  • sloc: ansic: 28,084; sh: 10,210; makefile: 565; perl: 365; csh: 47; awk: 35
file content (13 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl Included by web2c and xdvik to handle the obsolete --with-x-toolkit option.

AC_ARG_WITH(x-toolkit,
[  --with-x-toolkit=KIT    OBSOLETE: use --with-mf-x-toolkit and/or
                          --with-xdvi-x-toolkit instead.],
[
    AC_MSG_WARN(dnl
[the --with-x-toolkit option is obsolete; please use --with-mf-x-toolkit
and/or --with-xdvi-x-toolkit instead. (Assuming default toolkit.)])
    with_xdvi_x_toolkit=yes
    with_mf_x_toolkit=yes
])
dnl Included by web2c and xdvik to handle --with-x-toolkit.