## libs/freetype2/ac/freetype2.ac: configure.ac fragment for the TeX Live subdirectory libs/freetype2/ dnl dnl Copyright (C) 2009 Peter Breitenlohner dnl You may freely use, modify and/or distribute this file. dnl ## basic check of system freetype2 KPSE_TRY_LIB([freetype2], [#include #include FT_FREETYPE_H], [FT_Library library; FT_Init_FreeType(&library);])