summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/ac/graphite2.ac
blob: c48cdc1f5e2b0cb6d31eb5e09141db0f86b42755 (plain)
1
2
3
4
5
6
7
8
9
10
## libs/graphite2/ac/graphite2.ac: configure.ac fragment for the TeX Live subdirectory libs/graphite2/
dnl
dnl Copyright (C) 2012, 2013 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, *nMinor, *nBugFix;
gr_engine_version(nMajor, nMinor, nBugFix);])