summaryrefslogtreecommitdiff
path: root/Build/source/m4
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-31 23:11:41 +0000
committerKarl Berry <karl@freefriends.org>2018-08-31 23:11:41 +0000
commit8ba2cf02688200d56e4fe0839a451ef832ce15b6 (patch)
treefcec1a50903a6e5b939859a1f92e15342636f290 /Build/source/m4
parent5d0960aa5419651a9c9b6503e44be2f098831ef1 (diff)
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
Diffstat (limited to 'Build/source/m4')
-rw-r--r--Build/source/m4/ChangeLog6
-rw-r--r--Build/source/m4/kpse-pkgs.m42
-rw-r--r--Build/source/m4/kpse-potrace-flags.m427
3 files changed, 6 insertions, 29 deletions
diff --git a/Build/source/m4/ChangeLog b/Build/source/m4/ChangeLog
index 30153cae36f..3879271b2ae 100644
--- a/Build/source/m4/ChangeLog
+++ b/Build/source/m4/ChangeLog
@@ -1,3 +1,9 @@
+2018-08-27 Karl Berry <karl@freefriends.org>
+
+ * kpse-potrace-flags.m4: remove file, again bundled with dvisvgm.
+ * kpse-pkgs.m4 (KPSE_ALL_SYSTEM_FLAGS),
+ (kpse_libs_pkgs): no more potrace.
+
2018-02-09 Karl Berry <karl@freefriends.org>
* kpse-pkgs.m4 (kpse_utils_pkgs): add axodraw2.
diff --git a/Build/source/m4/kpse-pkgs.m4 b/Build/source/m4/kpse-pkgs.m4
index 1403e29a1a5..02994905f2a 100644
--- a/Build/source/m4/kpse-pkgs.m4
+++ b/Build/source/m4/kpse-pkgs.m4
@@ -36,7 +36,6 @@ mpfr
gmp
cairo
pixman
-potrace
gd
freetype2
libpng
@@ -64,7 +63,6 @@ AC_REQUIRE([KPSE_LIBPAPER_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_LIBPNG_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_FREETYPE2_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_GD_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_POTRACE_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_PIXMAN_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_CAIRO_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_GMP_SYSTEM_FLAGS])[]dnl
diff --git a/Build/source/m4/kpse-potrace-flags.m4 b/Build/source/m4/kpse-potrace-flags.m4
deleted file mode 100644
index 161a90613d3..00000000000
--- a/Build/source/m4/kpse-potrace-flags.m4
+++ /dev/null
@@ -1,27 +0,0 @@
-# Public macros for the TeX Live (TL) tree.
-# Copyright (C) 2013, 2014 Peter Breitenlohner <tex-live@tug.org>
-#
-# This file is free software; the copyright holder
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# KPSE_POTRACE_FLAGS
-# ------------------
-# Provide the configure options '--with-system-potrace' (if in the TL tree),
-# '--with-potrace-includes', and '--with-potrace-libdir'.
-#
-# Set the make variables POTRACE_INCLUDES and POTRACE_LIBS to the CPPFLAGS and
-# LIBS required for the `-lpotrace' library in libs/potrace/ of the TL tree.
-AC_DEFUN([KPSE_POTRACE_FLAGS], [dnl
-_KPSE_LIB_FLAGS([potrace], [potrace], [],
- [-IBLD/libs/potrace/include], [BLD/libs/potrace/libpotrace.a], [],
- [], [${top_builddir}/../../libs/potrace/include/potracelib.h])[]dnl
-]) # KPSE_POTRACE_FLAGS
-
-# KPSE_POTRACE_OPTIONS([WITH-SYSTEM])
-# -----------------------------------
-AC_DEFUN([KPSE_POTRACE_OPTIONS], [_KPSE_LIB_OPTIONS([potrace], [$1])])
-
-# KPSE_POTRACE_SYSTEM_FLAGS
-# -------------------------
-AC_DEFUN([KPSE_POTRACE_SYSTEM_FLAGS], [_KPSE_LIB_FLAGS_SYSTEM([potrace], [potrace])])