~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/m4/kpse-ptexenc-flags.m4

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Public macros for the TeX Live (TL) tree.
 
2
# Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org>
 
3
#
 
4
# This file is free software; the copyright holder
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# serial 0
 
9
 
 
10
# KPSE_PTEXENC_FLAGS
 
11
# ------------------
 
12
# Provide the configure options '--with-system-ptexenc' (if in the TL tree),
 
13
# '--with-ptexenc-includes', and '--with-ptexenc-libdir'.
 
14
#
 
15
# Set the make variables PTEXENC_INCLUDES and PTEXENC_LIBS to the CPPFLAGS and
 
16
# LIBS required for the `-lptexenc' library in texk/ptexenc/ of the TL tree.
 
17
AC_DEFUN([KPSE_PTEXENC_FLAGS],
 
18
[_KPSE_TEXLIB_FLAGS([ptexenc], [ptexenc], [lt],
 
19
                    [-IBLD/texk -ISRC/texk], [BLD/texk/ptexenc/libptexenc.la], [],
 
20
                    [${top_srcdir}/../ptexenc/*.[ch]],
 
21
                    [${top_builddir}/../ptexenc/ptexenc.h])[]dnl
 
22
]) # KPSE_PTEXENC_FLAGS
 
23
 
 
24
# KPSE_PTEXENC_OPTIONS([WITH-SYSTEM])
 
25
# -----------------------------------
 
26
AC_DEFUN([KPSE_PTEXENC_OPTIONS], [_KPSE_LIB_OPTIONS([ptexenc], [$1])])
 
27
 
 
28
# KPSE_PTEXENC_SYSTEM_FLAGS
 
29
# -------------------------
 
30
AC_DEFUN([KPSE_PTEXENC_SYSTEM_FLAGS], [_KPSE_LIB_FLAGS_SYSTEM([ptexenc], [ptexenc])])