diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-01 00:02:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-01 00:02:12 +0000 |
commit | 97a29d13d5e099d869530f85b700f7f24bcc7289 (patch) | |
tree | f5e4d8c456f50352f37e9f7176a9a0f7b1f03c6b /Build/source/texk/dvisvgm/configure | |
parent | 1bc7ef9216c09cbfd464893aea6226ca6fa4849c (diff) |
remove libgs configure options, no longer implemented
git-svn-id: svn://tug.org/texlive/trunk@43111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/configure')
-rwxr-xr-x | Build/source/texk/dvisvgm/configure | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/Build/source/texk/dvisvgm/configure b/Build/source/texk/dvisvgm/configure index ce48db40190..88ca3801db3 100755 --- a/Build/source/texk/dvisvgm/configure +++ b/Build/source/texk/dvisvgm/configure @@ -810,10 +810,6 @@ with_gnu_ld with_sysroot enable_libtool_lock enable_largefile -with_libgs -with_system_libgs -with_libgs_includes -with_libgs_libdir enable_cxx_runtime_hack with_system_kpathsea with_system_potrace @@ -1490,12 +1486,6 @@ Optional Packages: --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). - --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-system-kpathsea use installed kpathsea headers and library (requires pkg-config) --with-system-potrace use installed potrace headers and library @@ -13758,34 +13748,6 @@ fi -## 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 - - - ac_config_headers="$ac_config_headers config.h" |