summaryrefslogtreecommitdiff
path: root/Build/source/utils
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-16 18:45:03 +0000
committerKarl Berry <karl@freefriends.org>2017-02-16 18:45:03 +0000
commit6c0bd2fb0dfa05fbf7235dbc3ed72f7f853f2569 (patch)
treef28f6a2ed0b820e17e9731bf79010be3636ada9d /Build/source/utils
parent2a4f1bc899571ddfa9e44dd9d0a2a2e9e6100cc9 (diff)
eliminate extra dvisvgm.ac and libgs.ac from configure; peb email -> tex-live@tug.org
git-svn-id: svn://tug.org/texlive/trunk@43246 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rw-r--r--Build/source/utils/Makefile.in13
-rwxr-xr-xBuild/source/utils/configure46
2 files changed, 8 insertions, 51 deletions
diff --git a/Build/source/utils/Makefile.in b/Build/source/utils/Makefile.in
index 2806a397426..aa8cc57c84e 100644
--- a/Build/source/utils/Makefile.in
+++ b/Build/source/utils/Makefile.in
@@ -151,8 +151,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cairo-flags.m4 \
$(top_srcdir)/../texk/dvipos/ac/withenable.ac \
$(top_srcdir)/../texk/dvipsk/ac/withenable.ac \
$(top_srcdir)/../texk/dvisvgm/ac/withenable.ac \
- $(top_srcdir)/../texk/dvisvgm/ac/dvisvgm.ac \
- $(top_srcdir)/../texk/dvisvgm/ac/libgs.ac \
$(top_srcdir)/../texk/gregorio/ac/withenable.ac \
$(top_srcdir)/../texk/gsftopk/ac/withenable.ac \
$(top_srcdir)/../texk/lcdf-typetools/ac/withenable.ac \
@@ -265,11 +263,12 @@ am__DIST_COMMON = $(srcdir)/../am/dist_hook.am \
$(top_srcdir)/../build-aux/config.guess \
$(top_srcdir)/../build-aux/config.sub \
$(top_srcdir)/../build-aux/install-sh \
- $(top_srcdir)/../build-aux/missing ../build-aux/compile \
- ../build-aux/config.guess ../build-aux/config.sub \
- ../build-aux/depcomp ../build-aux/install-sh \
- ../build-aux/ltmain.sh ../build-aux/missing \
- ../build-aux/texinfo.tex ../build-aux/ylwrap ChangeLog README
+ $(top_srcdir)/../build-aux/missing ../build-aux/ar-lib \
+ ../build-aux/compile ../build-aux/config.guess \
+ ../build-aux/config.sub ../build-aux/depcomp \
+ ../build-aux/install-sh ../build-aux/ltmain.sh \
+ ../build-aux/missing ../build-aux/texinfo.tex \
+ ../build-aux/ylwrap ChangeLog README
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index e71bc876f39..e58b2ce5900 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -775,10 +775,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
@@ -1641,12 +1637,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]
@@ -4412,7 +4402,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 :
@@ -4437,39 +4428,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.