dvitomp fix from Akira
[mplib] / src / texk / kpathsea / xt.ac
1 dnl Included by web2c and xdvik to handle the obsolete --with-x-toolkit option.
2
3 AC_ARG_WITH([x-toolkit],
4 [  --with-x-toolkit=KIT    OBSOLETE: use --with-mf-x-toolkit and/or
5                           --with-xdvi-x-toolkit instead.],
6 [
7     AC_MSG_WARN(dnl
8 [the --with-x-toolkit option is obsolete; please use --with-mf-x-toolkit
9 and/or --with-xdvi-x-toolkit instead. (Assuming default toolkit.)])
10     with_xdvi_x_toolkit=yes
11     with_mf_x_toolkit=yes
12 ])
13 dnl Included by web2c and xdvik to handle --with-x-toolkit.