summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-26 12:32:29 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-26 12:32:29 +0000
commitc00c8298eb6913b74270a36c1f1018f1e9946f7b (patch)
tree0626d89e0bf74a988ddca1422070ecc5d529f75a /Build/source/texk/configure
parent4b8ae4eaaafdf1d834cafb73275b51b1578f6f47 (diff)
dvisvgm: Add configure option '--without-libgs'
git-svn-id: svn://tug.org/texlive/trunk@32488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index e24598c8bea..e51f73d5f92 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -774,6 +774,7 @@ with_gs
enable_dvipos
enable_dvipsk
enable_dvisvgm
+with_libgs
with_system_libgs
with_libgs_includes
with_libgs_libdir
@@ -1655,6 +1656,7 @@ Optional Packages:
[texworks --position=%d "%s"]
--without-mf-x-toolkit do not use X toolkit for METAFONT
--with-gs=/PATH/TO/gs Hard-wire the location of GhostScript
+ --without-libgs build dvisvgm without PostScript support
--with-system-libgs build dvisvgm with installed gs headers and library
[default: no]
--with-libgs-includes=DIR
@@ -4387,6 +4389,12 @@ test "x$enable_dvisvgm" = xno || {
## texk/dvisvgm/ac/dvisvgm.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
## configure options for dvisvgm
+# Check whether --with-libgs was given.
+if test "${with_libgs+set}" = set; then :
+ withval=$with_libgs;
+fi
+
+
# Check whether --with-system-libgs was given.
if test "${with_system_libgs+set}" = set; then :
withval=$with_system_libgs;