summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-10 14:23:39 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-10 14:23:39 +0000
commitbf215142653f26451bd3f6a0fe7216b056ad3c96 (patch)
tree376bbf99c7ff9284274619e3ffa261231e50f8e5 /Build/source/libs/graphite
parentfb208458531f4362d2b794f246c70ccb126c403c (diff)
build system: remove some unused files
git-svn-id: svn://tug.org/texlive/trunk@13030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite')
-rw-r--r--Build/source/libs/graphite/ChangeLog4
-rw-r--r--Build/source/libs/graphite/Makefile.am9
-rw-r--r--Build/source/libs/graphite/Makefile.in5
-rw-r--r--Build/source/libs/graphite/graphite-engine.ac13
-rw-r--r--Build/source/libs/graphite/withenable.ac4
5 files changed, 10 insertions, 25 deletions
diff --git a/Build/source/libs/graphite/ChangeLog b/Build/source/libs/graphite/ChangeLog
new file mode 100644
index 00000000000..d261a3bba12
--- /dev/null
+++ b/Build/source/libs/graphite/ChangeLog
@@ -0,0 +1,4 @@
+2009-03-20 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Adapt to TL2009 build system.
+
diff --git a/Build/source/libs/graphite/Makefile.am b/Build/source/libs/graphite/Makefile.am
index e0b04f74115..5427a58b5df 100644
--- a/Build/source/libs/graphite/Makefile.am
+++ b/Build/source/libs/graphite/Makefile.am
@@ -8,6 +8,7 @@ AM_CPPFLAGS = -DNDEBUG
if build
noinst_LIBRARIES = libgraphite.a
endif build
+EXTRA_LIBRARIES = libgraphite.a
noinst_HEADERS = \
include/graphite/FileFont.h \
@@ -119,11 +120,7 @@ EXTRA_DIST += \
src/segment/Makefile.am \
src/segment/XmlTransductionLog.cpp
-## Eventually delete these files
+## Original files
##
-EXTRA_DIST += \
- Makefile.am.orig \
- configure.ac.orig \
- graphite-engine.ac \
- withenable.ac
+EXTRA_DIST += Makefile.am.orig configure.ac.orig
diff --git a/Build/source/libs/graphite/Makefile.in b/Build/source/libs/graphite/Makefile.in
index e48b277315e..4754a361908 100644
--- a/Build/source/libs/graphite/Makefile.in
+++ b/Build/source/libs/graphite/Makefile.in
@@ -45,7 +45,7 @@ DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \
../../build-aux/depcomp ../../build-aux/install-sh \
../../build-aux/ltmain.sh ../../build-aux/missing \
../../build-aux/texinfo.tex ../../build-aux/ylwrap COPYING \
- INSTALL TODO
+ ChangeLog INSTALL TODO
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -206,6 +206,7 @@ INCLUDES = -I$(top_srcdir)/include/graphite \
-I$(top_srcdir)/src/segment
AM_CPPFLAGS = -DNDEBUG
@build_TRUE@noinst_LIBRARIES = libgraphite.a
+EXTRA_LIBRARIES = libgraphite.a
noinst_HEADERS = \
include/graphite/FileFont.h \
include/graphite/Font.h \
@@ -241,7 +242,7 @@ EXTRA_DIST = build.bat build_d.bat debian doc installed-top.pc.in \
src/generic/HashMap_i.cpp src/generic/Makefile.am \
src/painter/Makefile.am src/segment/Makefile.am \
src/segment/XmlTransductionLog.cpp Makefile.am.orig \
- configure.ac.orig graphite-engine.ac withenable.ac
+ configure.ac.orig
libgraphite_a_SOURCES = \
src/font/FileFont.cpp \
src/font/Font.cpp \
diff --git a/Build/source/libs/graphite/graphite-engine.ac b/Build/source/libs/graphite/graphite-engine.ac
deleted file mode 100644
index dddbe63cb82..00000000000
--- a/Build/source/libs/graphite/graphite-engine.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-if test "$needs_graphite" = no; then
- GRAPHITECPPFLAGS=
- LDGRAPHITE=
- GRAPHITEDEP=
-else
- GRAPHITECPPFLAGS='-I$(GRAPHITESRCDIR)/include'
- LDGRAPHITE='$(GRAPHITEDIR)/src/.libs/libgraphite.a'
- GRAPHITEDEP='$(GRAPHITEDIR)/src/.libs/libgraphite.a'
-fi
-
-AC_SUBST(GRAPHITECPPFLAGS)
-AC_SUBST(LDGRAPHITE)
-AC_SUBST(GRAPHITEDEP)
diff --git a/Build/source/libs/graphite/withenable.ac b/Build/source/libs/graphite/withenable.ac
deleted file mode 100644
index 83db7006d82..00000000000
--- a/Build/source/libs/graphite/withenable.ac
+++ /dev/null
@@ -1,4 +0,0 @@
-# we don't currently support use of an installed graphite lib
-
-AC_ARG_WITH([graphite],
- [ --without-graphite build xetex without graphite support])