diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-20 18:13:48 +0000 |
commit | e5786f530f9555469c01435f86039b06aa53feba (patch) | |
tree | c868e8d32282422d7d445b729db95c3fcdafb6d0 /Build/source/texk/Makefile.in | |
parent | ebaa1768b43c8606d923d2e861b5286b74207b3e (diff) |
new build system: build icu libs and xetex plus misc updates
git-svn-id: svn://tug.org/texlive/trunk@12759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/Makefile.in')
-rw-r--r-- | Build/source/texk/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in index 803ae867140..6fb5f028f74 100644 --- a/Build/source/texk/Makefile.in +++ b/Build/source/texk/Makefile.in @@ -61,7 +61,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cxx-hack.m4 \ $(top_srcdir)/../texk/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/withenable.ac \ $(top_srcdir)/../texk/web2c/ac/web2c.ac \ - $(top_srcdir)/../texk/one/ac/withenable.ac \ $(top_srcdir)/../texk/afm2pl/ac/withenable.ac \ $(top_srcdir)/../texk/bibtex8/ac/withenable.ac \ $(top_srcdir)/../texk/cjkutils/ac/withenable.ac \ @@ -97,6 +96,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../m4/kpse-cxx-hack.m4 \ $(top_srcdir)/../texk/kpathsea/ac/withenable.ac \ $(top_srcdir)/../texk/kpathsea/ac/web2c.ac \ $(top_srcdir)/../libs/ac/withenable.ac \ + $(top_srcdir)/../libs/icu/ac/withenable.ac \ $(top_srcdir)/../libs/teckit/ac/withenable.ac \ $(top_srcdir)/../libs/graphite/ac/withenable.ac \ $(top_srcdir)/../libs/xpdf/ac/withenable.ac \ @@ -225,7 +225,6 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../m4 SUBDIRS = dummy . $(SUBTEXK) DIST_SUBDIRS = dummy $(DIST_SUBTEXK) -EXTRA_DIST = README.orig SUBTEXK_AUX = subtexkdir-configure subtexkdir-conf.args noinst_DATA = $(SUBTEXK_AUX) DISTCLEANFILES = $(noinst_DATA) |