diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-22 09:10:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-22 09:10:45 +0000 |
commit | 27cd5f76629a2601557c868c5c701cbd38ca99b4 (patch) | |
tree | a2ac87160d28808f5952babbea6e37a99f206453 /Build/source/Makefile.in | |
parent | 81fb2544161bdba1881473560bf39d6c5695c8fe (diff) |
build system: cleanup, remove unused files, regenerate
git-svn-id: svn://tug.org/texlive/trunk@13371 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index c918c2a1579..e2a5201244f 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -55,8 +55,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-common.m4 \ $(top_srcdir)/m4/kpse-zlib-flags.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ - $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/ac/withenable.ac \ - $(top_srcdir)/utils/ac/withenable.ac \ + $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/utils/dialog/ac/withenable.ac \ $(top_srcdir)/utils/pdfopen/ac/withenable.ac \ $(top_srcdir)/utils/ps2eps/ac/withenable.ac \ @@ -66,7 +65,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-common.m4 \ $(top_srcdir)/utils/vlna/ac/withenable.ac \ $(top_srcdir)/utils/xindy/ac/withenable.ac \ $(top_srcdir)/utils/xindy/ac/xindy.ac \ - $(top_srcdir)/texk/ac/withenable.ac \ $(top_srcdir)/texk/web2c/ac/withenable.ac \ $(top_srcdir)/texk/web2c/ac/web2c.ac \ $(top_srcdir)/texk/afm2pl/ac/withenable.ac \ @@ -103,7 +101,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-common.m4 \ $(top_srcdir)/texk/texlive/ac/withenable.ac \ $(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 \ @@ -290,7 +287,8 @@ EXTRA_DIST = \ README.layout \ build-aux/README.TL \ build-aux/mkinstalldirs \ - m4/README + m4/README \ + reautoconf @build_kpathsea_FALSE@SUBDIRS = libs utils texk @build_kpathsea_TRUE@SUBDIRS = texk/kpathsea libs utils texk |