summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-ptexenc-flags.m4
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-12 14:42:02 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-12 14:42:02 +0000
commite96d533771de7ceeb155f9e2a093e67e0dc40ab1 (patch)
treee307e1ae0d17abcb640c37be30b7bdf5e370e074 /Build/source/m4/kpse-ptexenc-flags.m4
parent43053489cfb1957b1779be81ba6bd1ac96f71165 (diff)
Build system: Reorganize flags for system (installed) libraries
git-svn-id: svn://tug.org/texlive/trunk@36495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/kpse-ptexenc-flags.m4')
-rw-r--r--Build/source/m4/kpse-ptexenc-flags.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/m4/kpse-ptexenc-flags.m4 b/Build/source/m4/kpse-ptexenc-flags.m4
index 8d151660bdb..12e374e3e3a 100644
--- a/Build/source/m4/kpse-ptexenc-flags.m4
+++ b/Build/source/m4/kpse-ptexenc-flags.m4
@@ -1,5 +1,5 @@
# Public macros for the TeX Live (TL) tree.
-# Copyright (C) 2010-2014 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2010-2015 Peter Breitenlohner <tex-live@tug.org>
#
# This file is free software; the copyright holder
# gives unlimited permission to copy and/or distribute it,
@@ -7,8 +7,7 @@
# KPSE_PTEXENC_FLAGS
# ------------------
-# Provide the configure options '--with-system-ptexenc' (if in the TL tree),
-# '--with-ptexenc-includes', and '--with-ptexenc-libdir'.
+# Provide the configure options '--with-system-ptexenc' (if in the TL tree).
#
# Set the make variables PTEXENC_INCLUDES and PTEXENC_LIBS to the CPPFLAGS and
# LIBS required for the `-lptexenc' library in texk/ptexenc/ of the TL tree.
@@ -21,8 +20,9 @@ _KPSE_TEXLIB_FLAGS([ptexenc], [ptexenc], [lt],
# KPSE_PTEXENC_OPTIONS([WITH-SYSTEM])
# -----------------------------------
-AC_DEFUN([KPSE_PTEXENC_OPTIONS], [_KPSE_LIB_OPTIONS([ptexenc], [$1])])
+AC_DEFUN([KPSE_PTEXENC_OPTIONS], [_KPSE_LIB_OPTIONS([ptexenc], [$1], [pkg-config])])
# KPSE_PTEXENC_SYSTEM_FLAGS
# -------------------------
-AC_DEFUN([KPSE_PTEXENC_SYSTEM_FLAGS], [_KPSE_LIB_FLAGS_SYSTEM([ptexenc], [ptexenc])])
+AC_DEFUN([KPSE_PTEXENC_SYSTEM_FLAGS], [dnl
+_KPSE_PKG_CONFIG_FLAGS([ptexenc], [ptexenc])])