summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit')
-rw-r--r--Build/source/libs/teckit/Makefile.am8
-rw-r--r--Build/source/libs/teckit/Makefile.in2
-rw-r--r--Build/source/libs/teckit/ac/teckit.ac6
-rw-r--r--Build/source/libs/teckit/ac/withenable.ac6
4 files changed, 17 insertions, 5 deletions
diff --git a/Build/source/libs/teckit/Makefile.am b/Build/source/libs/teckit/Makefile.am
index d6db6f345e2..84b1ed618e5 100644
--- a/Build/source/libs/teckit/Makefile.am
+++ b/Build/source/libs/teckit/Makefile.am
@@ -1,3 +1,7 @@
+## Makefile.am for the TeX Live subdirectory libs/teckit/
+##
+## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
@@ -5,9 +9,9 @@ INCLUDES = -I$(top_srcdir)/source/Public-headers $(ZLIB_INCLUDES)
AM_CPPFLAGS = -DNDEBUG
if build
-EXTRA_LIBRARIES = libTECkit_Compiler.a
noinst_LIBRARIES = libTECkit.a
endif
+EXTRA_LIBRARIES = libTECkit_Compiler.a libTECkit.a
libTECkit_Compiler_a_SOURCES = \
source/Compiler.cpp \
@@ -80,7 +84,7 @@ EXTRA_DIST += \
dist-hook:
rm -rf `find $(distdir) -name .svn`
-## Eventually delete these files
+## Original files
##
EXTRA_DIST += Makefile.am.orig configure.ac.orig
diff --git a/Build/source/libs/teckit/Makefile.in b/Build/source/libs/teckit/Makefile.in
index 9a3b691bda7..d12f9c33853 100644
--- a/Build/source/libs/teckit/Makefile.in
+++ b/Build/source/libs/teckit/Makefile.in
@@ -187,8 +187,8 @@ top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I ../../m4
INCLUDES = -I$(top_srcdir)/source/Public-headers $(ZLIB_INCLUDES)
AM_CPPFLAGS = -DNDEBUG
-@build_TRUE@EXTRA_LIBRARIES = libTECkit_Compiler.a
@build_TRUE@noinst_LIBRARIES = libTECkit.a
+EXTRA_LIBRARIES = libTECkit_Compiler.a libTECkit.a
libTECkit_Compiler_a_SOURCES = \
source/Compiler.cpp \
source/UnicodeNames.cpp
diff --git a/Build/source/libs/teckit/ac/teckit.ac b/Build/source/libs/teckit/ac/teckit.ac
index 490becdb5a2..cd866e9040d 100644
--- a/Build/source/libs/teckit/ac/teckit.ac
+++ b/Build/source/libs/teckit/ac/teckit.ac
@@ -1,3 +1,7 @@
-## libs/teckit/ac/teckit.ac
+## 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
## 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
index 536220e52ce..0d910ae81b2 100644
--- a/Build/source/libs/teckit/ac/withenable.ac
+++ b/Build/source/libs/teckit/ac/withenable.ac
@@ -1,3 +1,7 @@
-## libs/teckit/ac/withenable.ac
+## 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])