diff options
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 17f1b7b25c5..7103915c6ed 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -697,6 +697,8 @@ enable_dvipos enable_dvipsk enable_dvisvgm with_system_libgs +with_libgs_includes +with_libgs_libdir enable_gsftopk enable_lacheck enable_lcdf_typetools @@ -1527,7 +1529,10 @@ Optional Packages: --without-mf-x-toolkit do not use X toolkit for METAFONT --with-gs=/PATH/TO/gs Hard-wire the location of GhostScript --with-system-libgs build dvisvgm with installed gs headers and library - [default: no, may require CPPFLAGS and LDFLAGS] + [default: no] + --with-libgs-includes=DIR + libgs headers installed in DIR + --with-libgs-libdir=DIR libgs library installed in DIR --with-xdvi-x-toolkit=KIT Use toolkit KIT (motif/xaw/xaw3d/neXtaw) for xdvi [default: Motif if available, else Xaw] @@ -2961,6 +2966,18 @@ if test "${with_system_libgs+set}" = set; then : fi +# Check whether --with-libgs-includes was given. +if test "${with_libgs_includes+set}" = set; then : + withval=$with_libgs_includes; +fi + + +# Check whether --with-libgs-libdir was given. +if test "${with_libgs_libdir+set}" = set; then : + withval=$with_libgs_libdir; +fi + + ## texk/dvisvgm/ac/libgs.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/ ## configure checks for dvisvgm and libgs if test "x$enable_native_texlive_build:$with_system_libgs" = xyes:yes; then |