OSDN Git Service

branch: yandytex with kpathsea.
[putex/putex.git] / src / texsourc / kpathsea / kpathsea / ac / kpathsea.ac
1 ## texk/kpathsea/ac/kpathsea.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/
2 dnl
3 dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
4 dnl You may freely use, modify and/or distribute this file.
5 dnl
6 ## basic check of system kpathsea
7 KPSE_TRY_LIB([kpathsea],
8              [#include <kpathsea/kpathsea.h>
9 #include <kpathsea/version.h>],
10              [const char *version = kpathsea_version_string;
11 kpse_set_program_name("prog", "name");])