From d6b68e58217ed2971ab581a9c0e4db84b70d0fd6 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 18 Nov 2009 10:31:12 +0000 Subject: dvisvgm: enable support for PostScript specials git-svn-id: svn://tug.org/texlive/trunk@16063 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/configure | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'Build/source/utils/configure') diff --git a/Build/source/utils/configure b/Build/source/utils/configure index b613d69d3c9..4ddee186c9b 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/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 @@ -1504,7 +1506,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] @@ -2938,6 +2943,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 -- cgit v1.2.3