summaryrefslogtreecommitdiff
path: root/Build/source/libs/t1lib
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/t1lib
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/t1lib')
-rw-r--r--Build/source/libs/t1lib/Makefile.am6
-rw-r--r--Build/source/libs/t1lib/Makefile.in1
-rw-r--r--Build/source/libs/t1lib/ac/t1lib.ac6
-rw-r--r--Build/source/libs/t1lib/ac/withenable.ac6
4 files changed, 12 insertions, 7 deletions
diff --git a/Build/source/libs/t1lib/Makefile.am b/Build/source/libs/t1lib/Makefile.am
index 5a644c78636..28f158968c8 100644
--- a/Build/source/libs/t1lib/Makefile.am
+++ b/Build/source/libs/t1lib/Makefile.am
@@ -29,10 +29,9 @@ AM_CFLAGS = $(T1LIB_CFLAGS)
LDADD = libt1.a
if build
-
noinst_LIBRARIES = libt1.a
-
endif build
+EXTRA_LIBRARIES = libt1.a
nodist_libt1_a_SOURCES = $(lib_t1lib_sources) $(lib_type1_sources)
@@ -71,12 +70,9 @@ lib_type1_sources = \
$(T1LIB_TREE)/lib/type1/util.c
if build
-
check_PROGRAMS = type1afm
dist_check_SCRIPTS = type1afm.test
-
TESTS = type1afm.test
-
endif build
nodist_type1afm_SOURCES = $(T1LIB_TREE)/type1afm/type1afm.c
diff --git a/Build/source/libs/t1lib/Makefile.in b/Build/source/libs/t1lib/Makefile.in
index c01f53a4b37..569b9351530 100644
--- a/Build/source/libs/t1lib/Makefile.in
+++ b/Build/source/libs/t1lib/Makefile.in
@@ -202,6 +202,7 @@ AM_CPPFLAGS = $(T1LIB_DEFINES) -DT1LIB_IDENT=\"@T1LIB_VERSIONSTRING@\" \
AM_CFLAGS = $(T1LIB_CFLAGS)
LDADD = libt1.a
@build_TRUE@noinst_LIBRARIES = libt1.a
+EXTRA_LIBRARIES = libt1.a
nodist_libt1_a_SOURCES = $(lib_t1lib_sources) $(lib_type1_sources)
lib_t1lib_sources = \
$(T1LIB_TREE)/lib/t1lib/parseAFM.c \
diff --git a/Build/source/libs/t1lib/ac/t1lib.ac b/Build/source/libs/t1lib/ac/t1lib.ac
index 1e8d0bcdc66..5d7290b909e 100644
--- a/Build/source/libs/t1lib/ac/t1lib.ac
+++ b/Build/source/libs/t1lib/ac/t1lib.ac
@@ -1,4 +1,8 @@
-## libs/t1lib/ac/t1lib.ac
+## libs/t1lib/ac/t1lib.ac: configure.ac fragment for the TeX Live subdirectory libs/t1lib/
+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 t1lib
KPSE_CHECK_LIB([t1lib], [T1_AddFont T1_CheckForInit],
[t1lib.h])
diff --git a/Build/source/libs/t1lib/ac/withenable.ac b/Build/source/libs/t1lib/ac/withenable.ac
index c67aca06b4c..cb53db398bb 100644
--- a/Build/source/libs/t1lib/ac/withenable.ac
+++ b/Build/source/libs/t1lib/ac/withenable.ac
@@ -1,3 +1,7 @@
-## libs/t1lib/ac/withenable.ac
+## libs/t1lib/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory libs/t1lib/
+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 t1lib
KPSE_WITH_LIB([t1lib])