summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ac/kpathsea.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/ac/kpathsea.ac')
-rw-r--r--Build/source/texk/kpathsea/ac/kpathsea.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ac/kpathsea.ac b/Build/source/texk/kpathsea/ac/kpathsea.ac
new file mode 100644
index 00000000000..fc90d33ca1d
--- /dev/null
+++ b/Build/source/texk/kpathsea/ac/kpathsea.ac
@@ -0,0 +1,11 @@
+## texk/kpathsea/ac/kpathsea.ac: configure.ac fragment for the TeX Live subdirectory texk/kpathsea/
+dnl
+dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl You may freely use, modify and/or distribute this file.
+dnl
+## basic check of system kpathsea
+KPSE_TRY_LIB([kpathsea],
+ [#include <kpathsea/kpathsea.h>
+#include <kpathsea/version.h>],
+ [const char *version = kpathsea_version_string;
+kpse_set_program_name("prog", "name");])