summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite2/ac')
-rw-r--r--Build/source/libs/graphite2/ac/graphite2.ac10
-rw-r--r--Build/source/libs/graphite2/ac/withenable.ac7
2 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/libs/graphite2/ac/graphite2.ac b/Build/source/libs/graphite2/ac/graphite2.ac
new file mode 100644
index 00000000000..712a81ad974
--- /dev/null
+++ b/Build/source/libs/graphite2/ac/graphite2.ac
@@ -0,0 +1,10 @@
+## libs/graphite2/ac/graphite2.ac: configure.ac fragment for the TeX Live subdirectory libs/graphite2/
+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 graphite2
+KPSE_TRY_LIB([graphite2],
+ [#include <graphite2/Font.h>],
+ [int *nMajor, int *nMinor, int *nBugFix;
+gr_engine_version(nMajor, nMinor, nBugFix);])
diff --git a/Build/source/libs/graphite2/ac/withenable.ac b/Build/source/libs/graphite2/ac/withenable.ac
new file mode 100644
index 00000000000..7d276b58a45
--- /dev/null
+++ b/Build/source/libs/graphite2/ac/withenable.ac
@@ -0,0 +1,7 @@
+## libs/graphite2/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/graphite2/
+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 graphite2
+KPSE_WITH_LIB([graphite2])