summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-16 09:43:14 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-16 09:43:14 +0000
commit3ba06bc5a98bfc651ab7ec896205727f7373045d (patch)
treea656831d5fc8b8fc2714314c2908b7bea55a72cc /Build/source/texk/ptexenc/ac
parent900bee30486216b7356a1f3756f00277318c18a7 (diff)
build system update
git-svn-id: svn://tug.org/texlive/trunk@17891 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/ac')
-rw-r--r--Build/source/texk/ptexenc/ac/ptexenc.ac10
-rw-r--r--Build/source/texk/ptexenc/ac/withenable.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/ac/ptexenc.ac b/Build/source/texk/ptexenc/ac/ptexenc.ac
new file mode 100644
index 00000000000..9a1b0c9d7fc
--- /dev/null
+++ b/Build/source/texk/ptexenc/ac/ptexenc.ac
@@ -0,0 +1,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");])
diff --git a/Build/source/texk/ptexenc/ac/withenable.ac b/Build/source/texk/ptexenc/ac/withenable.ac
index 38d9a4152bd..1649eaf65be 100644
--- a/Build/source/texk/ptexenc/ac/withenable.ac
+++ b/Build/source/texk/ptexenc/ac/withenable.ac
@@ -4,4 +4,4 @@ dnl Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure options and TL libraries required for ptexenc
-KPSE_WITH_LIB([ptexenc], [kpathsea], [tree])
+KPSE_WITH_TEXLIB([ptexenc], [kpathsea])