summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-graphite2-flags.m4
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 11:12:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 11:12:01 +0000
commit0c2f0333a4e539325da80cdf3fb182cd17134665 (patch)
treede5daa66b5595292a33c25110aa58ff8bff75543 /Build/source/m4/kpse-graphite2-flags.m4
parentdb612d5045ef55da386a2c3350d4811d1da1a858 (diff)
Add libs/gmp and libs/mpfr in preparation for MetaPost 2.0
git-svn-id: svn://tug.org/texlive/trunk@34274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/kpse-graphite2-flags.m4')
-rw-r--r--Build/source/m4/kpse-graphite2-flags.m410
1 files changed, 2 insertions, 8 deletions
diff --git a/Build/source/m4/kpse-graphite2-flags.m4 b/Build/source/m4/kpse-graphite2-flags.m4
index d408dfd4d6c..7c853707458 100644
--- a/Build/source/m4/kpse-graphite2-flags.m4
+++ b/Build/source/m4/kpse-graphite2-flags.m4
@@ -1,5 +1,5 @@
# Public macros for the TeX Live (TL) tree.
-# Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2012-2014 Peter Breitenlohner <tex-live@tug.org>
#
# This file is free software; the copyright holder
# gives unlimited permission to copy and/or distribute it,
@@ -22,13 +22,7 @@ _KPSE_LIB_FLAGS([graphite2], [graphite2], [],
# KPSE_GRAPHITE2_OPTIONS([WITH-SYSTEM])
# -------------------------------------
-AC_DEFUN([KPSE_GRAPHITE2_OPTIONS],
-[m4_ifval([$1],
- [AC_ARG_WITH([system-graphite2],
- AS_HELP_STRING([--with-system-graphite2],
- [use installed graphite2 headers and library
- (requires pkg-config)]))])[]dnl
-]) # KPSE_GRAPHITE2_OPTIONS
+AC_DEFUN([KPSE_GRAPHITE2_OPTIONS], [_KPSE_LIB_OPTIONS([graphite2], [$1], [pkg-config])])
# KPSE_GRAPHITE2_SYSTEM_FLAGS
# ---------------------------