From 3ba06bc5a98bfc651ab7ec896205727f7373045d Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 16 Apr 2010 09:43:14 +0000 Subject: build system update git-svn-id: svn://tug.org/texlive/trunk@17891 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/ptexenc/ac/ptexenc.ac | 10 ++++++++++ Build/source/texk/ptexenc/ac/withenable.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 Build/source/texk/ptexenc/ac/ptexenc.ac (limited to 'Build/source/texk/ptexenc/ac') 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 +dnl You may freely use, modify and/or distribute this file. +dnl +## basic check of system ptexenc +KPSE_TRY_LIB([ptexenc], + [#include ], + [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 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]) -- cgit v1.2.3