From 8ba2cf02688200d56e4fe0839a451ef832ce15b6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 31 Aug 2018 23:11:41 +0000 Subject: dvisvgm 2.5, including potrace now bundled with dvisvgm instead of under libs/ git-svn-id: svn://tug.org/texlive/trunk@48527 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/configure | 42 ------------------------------------------ 1 file changed, 42 deletions(-) (limited to 'Build/source/libs/configure') diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 1b52af91567..10051f841a5 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -820,9 +820,6 @@ with_gmp_includes with_gmp_libdir with_system_cairo with_system_pixman -with_system_potrace -with_potrace_includes -with_potrace_libdir with_system_gd with_gd_includes with_gd_libdir @@ -1656,11 +1653,6 @@ Optional Packages: pkg-config) --with-system-pixman use installed pixman headers and library (requires pkg-config) - --with-system-potrace use installed potrace headers and library - --with-potrace-includes=DIR - potrace headers installed in DIR - --with-potrace-libdir=DIR - potrace library installed in DIR --with-system-gd use installed gd headers and library --with-gd-includes=DIR gd headers installed in DIR --with-gd-libdir=DIR gd library installed in DIR @@ -5234,36 +5226,6 @@ $as_echo "$as_me: Assuming installed \`pixman' headers and library" >&6;} ac_configure_args="$ac_configure_args '--with-system-pixman=$with_system_pixman'" fi -## libs/potrace/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/potrace/ -## configure options and TL libraries required for potrace - -# Check whether --with-system-potrace was given. -if test "${with_system_potrace+set}" = set; then : - withval=$with_system_potrace; -fi - -# Check whether --with-potrace-includes was given. -if test "${with_potrace_includes+set}" = set; then : - withval=$with_potrace_includes; -fi - -# Check whether --with-potrace-libdir was given. -if test "${with_potrace_libdir+set}" = set; then : - withval=$with_potrace_libdir; -fi -if test "x$with_system_potrace" = x; then - if test -f $srcdir/../libs/potrace/configure; then - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`potrace' headers and library from TL tree" >&5 -$as_echo "$as_me: Assuming \`potrace' headers and library from TL tree" >&6;} - with_system_potrace=no - else - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming installed \`potrace' headers and library" >&5 -$as_echo "$as_me: Assuming installed \`potrace' headers and library" >&6;} - with_system_potrace=yes - fi - ac_configure_args="$ac_configure_args '--with-system-potrace=$with_system_potrace'" -fi - ## libs/gd/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/gd/ ## configure options and TL libraries required for gd @@ -6486,10 +6448,6 @@ if test -x $srcdir/pixman/configure; then test "x$with_system_pixman" != xyes && test "x$need_pixman" = xyes && MAKE_SUBDIRS="pixman $MAKE_SUBDIRS" CONF_SUBDIRS="pixman $CONF_SUBDIRS" fi -if test -x $srcdir/potrace/configure; then - test "x$with_system_potrace" != xyes && test "x$need_potrace" = xyes && MAKE_SUBDIRS="potrace $MAKE_SUBDIRS" - CONF_SUBDIRS="potrace $CONF_SUBDIRS" -fi if test -x $srcdir/gd/configure; then test "x$with_system_gd" != xyes && test "x$need_gd" = xyes && MAKE_SUBDIRS="gd $MAKE_SUBDIRS" CONF_SUBDIRS="gd $CONF_SUBDIRS" -- cgit v1.2.3