summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-11-30 10:42:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-11-30 10:42:45 +0000
commitcdae43322cc315a65b9bee9f62b2e28934fefa6a (patch)
tree18a8ae660cb1dc7d1136962b4e8dcbccad5b873d /Build/source/libs/harfbuzz/ac
parent156b1ea47fd003feee19afbb34c0e85e596b54dc (diff)
libs/harfbuzz: Added for future XeTeX
git-svn-id: svn://tug.org/texlive/trunk@28390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/ac')
-rw-r--r--Build/source/libs/harfbuzz/ac/harfbuzz.ac9
-rw-r--r--Build/source/libs/harfbuzz/ac/withenable.ac7
2 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/ac/harfbuzz.ac b/Build/source/libs/harfbuzz/ac/harfbuzz.ac
new file mode 100644
index 00000000000..8e1a17c3a3f
--- /dev/null
+++ b/Build/source/libs/harfbuzz/ac/harfbuzz.ac
@@ -0,0 +1,9 @@
+## libs/harfbuzz/ac/harfbuzz.ac: configure.ac fragment for the TeX Live subdirectory libs/harfbuzz/
+dnl
+dnl Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+## basic check of system harfbuzz
+KPSE_TRY_LIB([harfbuzz],
+ [#include <hb.h>],
+ [const char *v = hb_version_string();])
diff --git a/Build/source/libs/harfbuzz/ac/withenable.ac b/Build/source/libs/harfbuzz/ac/withenable.ac
new file mode 100644
index 00000000000..bf2af85732a
--- /dev/null
+++ b/Build/source/libs/harfbuzz/ac/withenable.ac
@@ -0,0 +1,7 @@
+## libs/harfbuzz/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/harfbuzz/
+dnl
+dnl Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+## configure options and TL libraries required for harfbuzz
+KPSE_WITH_LIB([harfbuzz], [freetyp2 icu])