blob: 9a1b0c9d7fce71caadea5f47f67d2edd62c84633 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## texk/ptexenc/ac/ptexenc.ac: configure.ac fragment for the TeX Live subdirectory texk/ptexenc/
dnl
dnl Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## basic check of system ptexenc
KPSE_TRY_LIB([ptexenc],
[#include <ptexenc/ptexenc.h>],
[const char *version = ptexenc_version_string;
set_enc_string("prog", "name");])
|