summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-ptexenc-flags.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/m4/kpse-ptexenc-flags.m4')
-rw-r--r--Build/source/m4/kpse-ptexenc-flags.m413
1 files changed, 6 insertions, 7 deletions
diff --git a/Build/source/m4/kpse-ptexenc-flags.m4 b/Build/source/m4/kpse-ptexenc-flags.m4
index a7532dda44a..8d151660bdb 100644
--- a/Build/source/m4/kpse-ptexenc-flags.m4
+++ b/Build/source/m4/kpse-ptexenc-flags.m4
@@ -1,12 +1,10 @@
# Public macros for the TeX Live (TL) tree.
-# Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2010-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.
-# serial 0
-
# KPSE_PTEXENC_FLAGS
# ------------------
# Provide the configure options '--with-system-ptexenc' (if in the TL tree),
@@ -14,10 +12,11 @@
#
# 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.
-AC_DEFUN([KPSE_PTEXENC_FLAGS],
-[_KPSE_TEXLIB_FLAGS([ptexenc], [ptexenc], [lt],
- [-IBLD/texk/ptexenc -ISRC/texk/ptexenc], [BLD/texk/ptexenc/libptexenc.la], [],
- [${top_srcdir}/../ptexenc/*.c ${top_srcdir}/../ptexenc/ptexenc/*.h])[]dnl
+AC_DEFUN([KPSE_PTEXENC_FLAGS], [dnl
+AC_REQUIRE([KPSE_KPATHSEA_FLAGS])[]dnl
+_KPSE_TEXLIB_FLAGS([ptexenc], [ptexenc], [lt],
+ [-IBLD/texk/ptexenc -ISRC/texk/ptexenc], [BLD/texk/ptexenc/libptexenc.la], [],
+ [${top_srcdir}/../ptexenc/*.c ${top_srcdir}/../ptexenc/ptexenc/*.h])[]dnl
]) # KPSE_PTEXENC_FLAGS
# KPSE_PTEXENC_OPTIONS([WITH-SYSTEM])