OSDN Git Service

9a1b0c9d7fce71caadea5f47f67d2edd62c84633
[putex/putex.git] / src / texsourc / libtoua / ptexenc / ac / ptexenc.ac
1 ## texk/ptexenc/ac/ptexenc.ac: configure.ac fragment for the TeX Live subdirectory texk/ptexenc/
2 dnl
3 dnl Copyright (C) 2010 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 ptexenc
7 KPSE_TRY_LIB([ptexenc],
8              [#include <ptexenc/ptexenc.h>],
9              [const char *version = ptexenc_version_string;
10 set_enc_string("prog", "name");])