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.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/m4/kpse-ptexenc-flags.m4 b/Build/source/m4/kpse-ptexenc-flags.m4
index 32b467bdabe..1ecd0703451 100644
--- a/Build/source/m4/kpse-ptexenc-flags.m4
+++ b/Build/source/m4/kpse-ptexenc-flags.m4
@@ -8,23 +8,23 @@
# serial 0
# KPSE_PTEXENC_FLAGS
-# -------------------
+# ------------------
# Provide the configure options '--with-system-ptexenc' (if in the TL tree),
# '--with-ptexenc-includes', and '--with-ptexenc-libdir'.
#
# 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_LIB_FLAGS([ptexenc], [ptexenc], [tree],
- [-IBLD/texk -ISRC/texk], [BLD/texk/ptexenc/libptexenc.la], [],
- [${top_srcdir}/../ptexenc/*.[ch]],
- [${top_builddir}/../ptexenc/ptexenc.h])[]dnl
+[_KPSE_TEXLIB_FLAGS([ptexenc], [ptexenc], [lt],
+ [-IBLD/texk -ISRC/texk], [BLD/texk/ptexenc/libptexenc.la], [],
+ [${top_srcdir}/../ptexenc/*.[ch]],
+ [${top_builddir}/../ptexenc/ptexenc.h])[]dnl
]) # KPSE_PTEXENC_FLAGS
# KPSE_PTEXENC_OPTIONS([WITH-SYSTEM])
-# ------------------------------------
+# -----------------------------------
AC_DEFUN([KPSE_PTEXENC_OPTIONS], [_KPSE_LIB_OPTIONS([ptexenc], [$1])])
# KPSE_PTEXENC_SYSTEM_FLAGS
-# --------------------------
+# -------------------------
AC_DEFUN([KPSE_PTEXENC_SYSTEM_FLAGS], [_KPSE_LIB_FLAGS_SYSTEM([ptexenc], [ptexenc])])