summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-21 09:44:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-21 09:44:45 +0000
commitb77e78eaf3652b80e78ae80f770bd3bdf721363d (patch)
treed3c67296e30534c63d02c5bb5e5790b1d9150cd0 /Build/source/libs/freetype
parentad04e2284cbf8d1a4b268636c7451f89d29c4d0a (diff)
new build system: mode texk/xdvik and general update
git-svn-id: svn://tug.org/texlive/trunk@12771 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype')
-rw-r--r--Build/source/libs/freetype/Makefile.am4
-rw-r--r--Build/source/libs/freetype/ac/freetype.ac6
-rw-r--r--Build/source/libs/freetype/ac/withenable.ac6
3 files changed, 11 insertions, 5 deletions
diff --git a/Build/source/libs/freetype/Makefile.am b/Build/source/libs/freetype/Makefile.am
index 50cb2b7e83f..0dd6397767a 100644
--- a/Build/source/libs/freetype/Makefile.am
+++ b/Build/source/libs/freetype/Makefile.am
@@ -19,9 +19,7 @@ dist-hook:
rm -rf `find $(distdir)/$(FREETYPE_TREE) -name .svn`
if build
-
noinst_DATA = libttf.a
-
endif build
ft-build/Makefile:
@@ -34,7 +32,7 @@ ft-build/Makefile:
--includedir=$(abs_builddir)
## Unfortunately the FreeType build system installs the headers after the library;
-## get our dependencies right we wait for a second and then touch the library.
+## to get our dependencies right we wait for a second and then touch the library.
libttf.a: ft-build/Makefile
rm -rf ft-install
cd ft-build/lib \
diff --git a/Build/source/libs/freetype/ac/freetype.ac b/Build/source/libs/freetype/ac/freetype.ac
index 90c43ce4ed3..f5d7e28c131 100644
--- a/Build/source/libs/freetype/ac/freetype.ac
+++ b/Build/source/libs/freetype/ac/freetype.ac
@@ -1,3 +1,7 @@
-## libs/freetype/ac/freetype.ac
+## libs/freetype/ac/freetype.ac: configure.ac fragment for the TeX Live subdirectory libs/freetype/
+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 freetype
KPSE_CHECK_LIB([freetype], [TT_Init_FreeType], [freetype.h])
diff --git a/Build/source/libs/freetype/ac/withenable.ac b/Build/source/libs/freetype/ac/withenable.ac
index 55cb676e47a..cd0abc14983 100644
--- a/Build/source/libs/freetype/ac/withenable.ac
+++ b/Build/source/libs/freetype/ac/withenable.ac
@@ -1,3 +1,7 @@
-## libs/freetype/ac/withenable.ac
+## libs/freetype/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/freetype/
+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 freetype
KPSE_WITH_LIB([freetype])