blob: 73e38ba23917a88b2db1a1a05fbe675ddeede26e (
plain)
1
2
3
4
5
6
7
8
|
## texk/kpathsea/ac/kpathsea.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/
dnl
dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## define required functions and headers from system kpathsea
KPSE_CHECK_LIB([kpathsea], [kpse_set_program_name],
[kpathsea/kpathsea.h kpathsea/tex-file.h])
|