diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-07 14:18:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-07 14:18:46 +0000 |
commit | f785455ebebdd1cf51563d3e9c4a13c2ed8c1c5e (patch) | |
tree | 9e32022a0d6e3cbf9f20148d97c6cf49e0ce9c09 /Build/source/utils/configure | |
parent | 552be2c4d81e17332a2f47148c46269c37f85afd (diff) |
new build system: more xdvik
git-svn-id: svn://tug.org/texlive/trunk@12651 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-x | Build/source/utils/configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 2043603e812..cb1655e2678 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -758,6 +758,7 @@ enable_ttf2pk enable_ttfdump enable_xdv2pdf enable_xdvik +with_xdvi_x_toolkit enable_xdvipdfmx enable_tetex enable_texlive @@ -1535,6 +1536,9 @@ Optional Packages: --with-editor=CMD invoke CMD from the `e' option [vi +%d %s] --with-mf-x-toolkit Use X toolkit for METAFONT --with-gs=/PATH/TO/gs Hard-wire the location of GhostScript + --with-xdvi-x-toolkit=KIT + Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi + [default: Motif if available, else Xaw] --with-system-kpathsea use installed kpathsea headers and library --with-kpathsea-includes=DIR kpathsea headers installed in DIR @@ -3044,6 +3048,15 @@ test "x$enable_xdvik" = xno || { need_t1lib=yes } +## texk/xdvik/ac/xdvik.ac +## configure options for xdvik + +# Check whether --with-xdvi-x-toolkit was given. +if test "${with_xdvi_x_toolkit+set}" = set; then + withval=$with_xdvi_x_toolkit; +fi + + ## texk/xdvipdfmx/ac/withenable.ac ## configure options and TL libraries required for xdvipdfmx |