From e6a9c88ada2f11dd61e4c4e39dff84944bed5787 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Nov 2009 10:26:52 +0000 Subject: towards TL2010: texk/kpathsea git-svn-id: svn://tug.org/texlive/trunk@15963 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ac/kpathsea.ac | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/kpathsea/ac') diff --git a/Build/source/texk/kpathsea/ac/kpathsea.ac b/Build/source/texk/kpathsea/ac/kpathsea.ac index 73e38ba2391..fc90d33ca1d 100644 --- a/Build/source/texk/kpathsea/ac/kpathsea.ac +++ b/Build/source/texk/kpathsea/ac/kpathsea.ac @@ -3,6 +3,9 @@ dnl dnl Copyright (C) 2009 Peter Breitenlohner dnl You may freely use, modify and/or distribute this file. dnl -## define required functions and headers from system kpathsea -KPSE_CHECK_LIB([kpathsea], [kpse_set_program_name], - [kpathsea/kpathsea.h kpathsea/tex-file.h]) +## basic check of system kpathsea +KPSE_TRY_LIB([kpathsea], + [#include +#include ], + [const char *version = kpathsea_version_string; +kpse_set_program_name("prog", "name");]) -- cgit v1.2.3