summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure46
1 files changed, 2 insertions, 44 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 488cfd4fe14..9115056dbb6 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -864,10 +864,6 @@ with_gs
enable_dvipos
enable_dvipsk
enable_dvisvgm
-with_libgs
-with_system_libgs
-with_libgs_includes
-with_libgs_libdir
enable_gregorio
enable_gsftopk
enable_lcdf_typetools
@@ -1749,12 +1745,6 @@ Optional Packages:
[texworks --position=%d "%s"]
--with-mf-x-toolkit 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
- 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]
@@ -5221,7 +5211,8 @@ test "x$enable_dvipsk" = xno || {
need_kpathsea=yes
}
-## texk/dvisvgm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/dvisvgm/
+# $Id$
+# texk/dvisvgm/ac/withenable.ac: configure.ac fragment
## configure options and TL libraries required for dvisvgm
# Check whether --enable-dvisvgm was given.
if test "${enable_dvisvgm+set}" = set; then :
@@ -5246,39 +5237,6 @@ test "x$enable_dvisvgm" = xno || {
need_zlib=yes
}
-## 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;
-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
- as_fn_error $? "you can not use system libraries for a native TeX Live build" "$LINENO" 5
-fi
-
## texk/gregorio/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/gregorio/
## configure options and TL libraries required for gregorio
# Check whether --enable-gregorio was given.