blob: fc90d33ca1d5c1a95eb33a160dcfe06bd07a643b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## 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
## basic check of system kpathsea
KPSE_TRY_LIB([kpathsea],
[#include <kpathsea/kpathsea.h>
#include <kpathsea/version.h>],
[const char *version = kpathsea_version_string;
kpse_set_program_name("prog", "name");])
|