summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/ac')
-rw-r--r--Build/source/libs/teckit/ac/teckit.ac9
-rw-r--r--Build/source/libs/teckit/ac/withenable.ac7
2 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/ac/teckit.ac b/Build/source/libs/teckit/ac/teckit.ac
new file mode 100644
index 00000000000..8655196b761
--- /dev/null
+++ b/Build/source/libs/teckit/ac/teckit.ac
@@ -0,0 +1,9 @@
+## libs/teckit/ac/teckit.ac: configure.ac fragment for the TeX Live subdirectory libs/teckit/
+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 teckit
+KPSE_TRY_LIBXX([teckit],
+ [#include <teckit/TECkit_Engine.h>],
+ [TECkit_Converter converter; TECkit_DisposeConverter(converter);])
diff --git a/Build/source/libs/teckit/ac/withenable.ac b/Build/source/libs/teckit/ac/withenable.ac
new file mode 100644
index 00000000000..0d910ae81b2
--- /dev/null
+++ b/Build/source/libs/teckit/ac/withenable.ac
@@ -0,0 +1,7 @@
+## libs/teckit/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/teckit/
+dnl
+dnl Copyright (C) 2009 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 teckit
+KPSE_WITH_LIB([teckit], [zlib])