diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-19 13:59:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-19 13:59:30 +0000 |
commit | 0b7b2c69ec83497d9accab064da0f4ad07662d42 (patch) | |
tree | e8f22a2acecbf3035850f56beb1c8161c53cdf2d /Build/source/libs/teckit | |
parent | ee507bbd1fc483c58acb33cca25509a4dd81df9b (diff) |
prepare for new build system
git-svn-id: svn://tug.org/texlive/trunk@12429 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit')
-rw-r--r-- | Build/source/libs/teckit/Makefile.am.orig | 7 | ||||
-rw-r--r-- | Build/source/libs/teckit/ac/teckit.ac | 3 | ||||
-rw-r--r-- | Build/source/libs/teckit/ac/withenable.ac | 3 |
3 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/Makefile.am.orig b/Build/source/libs/teckit/Makefile.am.orig new file mode 100644 index 00000000000..fef026304ce --- /dev/null +++ b/Build/source/libs/teckit/Makefile.am.orig @@ -0,0 +1,7 @@ +AUTOMAKE_OPTIONS = 1.6 + +SUBDIRS = lib bin docs test + +EXTRA_DIST = license/License_CPLv05.txt +EXTRA_DIST += license/License_LGPLv21.txt +EXTRA_DIST += license/LICENSING.txt diff --git a/Build/source/libs/teckit/ac/teckit.ac b/Build/source/libs/teckit/ac/teckit.ac new file mode 100644 index 00000000000..490becdb5a2 --- /dev/null +++ b/Build/source/libs/teckit/ac/teckit.ac @@ -0,0 +1,3 @@ +## libs/teckit/ac/teckit.ac +## define required functions and headers from system teckit +KPSE_CHECK_LIB([teckit], [TECkit_CreateConverter], [TECkit_Engine.h]) diff --git a/Build/source/libs/teckit/ac/withenable.ac b/Build/source/libs/teckit/ac/withenable.ac new file mode 100644 index 00000000000..536220e52ce --- /dev/null +++ b/Build/source/libs/teckit/ac/withenable.ac @@ -0,0 +1,3 @@ +## libs/teckit/ac/withenable.ac +## configure options and TL libraries required for teckit +KPSE_WITH_LIB([teckit], [zlib]) |