diff options
Diffstat (limited to 'Build/source/m4/kpse-potrace-flags.m4')
-rw-r--r-- | Build/source/m4/kpse-potrace-flags.m4 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/m4/kpse-potrace-flags.m4 b/Build/source/m4/kpse-potrace-flags.m4 new file mode 100644 index 00000000000..f88936996d2 --- /dev/null +++ b/Build/source/m4/kpse-potrace-flags.m4 @@ -0,0 +1,27 @@ +# Public macros for the TeX Live (TL) tree. +# Copyright (C) 2013 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], +[_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])]) |