diff options
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/kpathsea/xt.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/texk/kpathsea/xt.ac b/Build/source/texk/kpathsea/xt.ac deleted file mode 100644 index c1f8217ee17..00000000000 --- a/Build/source/texk/kpathsea/xt.ac +++ /dev/null @@ -1,13 +0,0 @@ -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. |