summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-18 10:31:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-18 10:31:12 +0000
commitd6b68e58217ed2971ab581a9c0e4db84b70d0fd6 (patch)
treee9e8ab39b54ef6912f63ab6dbdcadf62d77eca38 /Build/source/libs
parenta5201d5f8e0880143756513c42537aecc4e98814 (diff)
dvisvgm: enable support for PostScript specials
git-svn-id: svn://tug.org/texlive/trunk@16063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-xBuild/source/libs/configure19
1 files changed, 18 insertions, 1 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index ea3a06465b7..c77ea1e019e 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/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
@@ -1507,7 +1509,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]
@@ -2941,6 +2946,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