summaryrefslogtreecommitdiff
path: root/Build/source/m4
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-09-11 08:08:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-09-11 08:08:07 +0000
commit1daa0129101f69c77a1c7047b598e223125e72a1 (patch)
treed9ce0ff50f463f3399fb03a9a35e8aa84ed64c62 /Build/source/m4
parent2aa6f38d4ea012223970ea9cffb748410c16e76c (diff)
lcdf-typetools: W32TeX uodate (from Akira)
Prepare for SELFAUTOGRANDPARENT (for stanalone build) git-svn-id: svn://tug.org/texlive/trunk@31630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4')
-rw-r--r--Build/source/m4/kpse-freetype-flags.m429
-rw-r--r--Build/source/m4/kpse-pkgs.m41
2 files changed, 0 insertions, 30 deletions
diff --git a/Build/source/m4/kpse-freetype-flags.m4 b/Build/source/m4/kpse-freetype-flags.m4
deleted file mode 100644
index ed28c506d6d..00000000000
--- a/Build/source/m4/kpse-freetype-flags.m4
+++ /dev/null
@@ -1,29 +0,0 @@
-# Public macros for the TeX Live (TL) tree.
-# Copyright (C) 2009 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.
-
-# serial 0
-
-# KPSE_FREETYPE_FLAGS
-# -------------------
-# Provide the configure options '--with-system-freetype' (if in the TL tree),
-# '--with-freetype-includes', and '--with-freetype-libdir'.
-#
-# Set the make variables FREETYPE_INCLUDES and FREETYPE_LIBS to the CPPFLAGS and
-# LIBS required for the `-lttf' library in libs/freetype/ of the TL tree.
-AC_DEFUN([KPSE_FREETYPE_FLAGS],
-[_KPSE_LIB_FLAGS([freetype], [ttf], [],
- [-IBLD/libs/freetype/freetype], [BLD/libs/freetype/libttf.a], [],
- [], [${top_builddir}/../../libs/freetype/freetype/freetype.h])[]dnl
-]) # KPSE_FREETYPE_FLAGS
-
-# KPSE_FREETYPE_OPTIONS([WITH-SYSTEM])
-# ------------------------------------
-AC_DEFUN([KPSE_FREETYPE_OPTIONS], [_KPSE_LIB_OPTIONS([freetype], [$1])])
-
-# KPSE_FREETYPE_SYSTEM_FLAGS
-# --------------------------
-AC_DEFUN([KPSE_FREETYPE_SYSTEM_FLAGS], [_KPSE_LIB_FLAGS_SYSTEM([freetype], [ttf])])
diff --git a/Build/source/m4/kpse-pkgs.m4 b/Build/source/m4/kpse-pkgs.m4
index 2fb6883dfb2..c226076eaa4 100644
--- a/Build/source/m4/kpse-pkgs.m4
+++ b/Build/source/m4/kpse-pkgs.m4
@@ -54,7 +54,6 @@ AC_REQUIRE([KPSE_KPATHSEA_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_PTEXENC_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_ZLIB_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_LIBPNG_SYSTEM_FLAGS])[]dnl
-AC_REQUIRE([KPSE_FREETYPE_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_FREETYPE2_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_GD_SYSTEM_FLAGS])[]dnl
AC_REQUIRE([KPSE_POTRACE_SYSTEM_FLAGS])[]dnl