1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
2008-05-28 Karl Berry <karl@tug.org>
* Makefile.in (world): invoke new run-texlinks target
in texk/tetex.
* Makefile.in (install-extra): do not go to omfonts, the omega.mk
targets take care of that.
Do not try to install release-tetex-src.txt.
Do not try to run fmtutil, updmap, mktexlsr, texlinks or anything else.
(world): since strip already depends on install, omit install.
Add echo's for when targets are finished.
2008-04-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.in: respect library dependencies.
2008-03-25 Karl Berry <karl@tug.org>
* withenable.ac: enable xindy; rebuild configure.
* README,
* utils/README: document clisp & libffcall prerequisites.
2008-03-24 Karl Berry <karl@tug.org>
* Build: exit with appropriate status
2008-03-09 Karl Berry <karl@tug.org>
* Build: exit if no binaries.
2008-03-08 Karl Berry <karl@tug.org>
* Build: --debug
2008-03-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* reautoconf: run first autoheader, then autoconf.
2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.in: update (AC_SET_MAKE -> AC_PROG_MAKE_SET).
* tetex.ac: append --enable-tetex-build to args in addition
to exporting enable_tetex_build=yes (for maintainer mode).
* reautoconf: add autoheader, allow subdir selection.
2008-02-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* reautoconf: major rewrite.
2008-02-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* tetex.ac: --enable-muliplatform modifies libdir.
* withenable.ac (kpse_utils_pkglist): m4_defined list of all
optional packages, used to generate --without-PKG options.
* configure.in: use kpse_utils_pkglist to select subdirs.
2008-02-02 Peter Breitenlohner <peb@mppmu.mpg.de>
Convert from autoconf-2.13 to autoconf-2.59+:
* configure.in: Use KPSE_CONFIG_SUBDIRS.
* Makefile.in: Add @configure_input@ line.
* aclocal.m4 (new): Generated (aclocal -I texk/m4).
* configure: Regenerated (autoconf).
2007-10-06 Karl Berry <karl@tug.org>
* Build (TL_WORKDIR): allow override of "Work".
2007-10-02 Karl Berry <karl@tug.org>
* configure.in: remove sam2p special case, since we omitted the
program.
2007-08-14 Joachim Schrod <jschrod@acm.org>
* configure.in: dvipdfm and dvipdfmx need pnglib and zlib, too.
2007-07-16 Karl Berry <karl@tug.org>
* Makefile.in (lib): new target, depends on @LIBSDEP@.
(all): do not depend on @LIBSDEP@, redundant since we already
descend and build.
From Joachim, 28 Jun 2007 11:47:10.
2007-03-21 Karl Berry <karl@tug.org>
* Makefile.in (distclean): remove mention of klibtool.
2006-12-14 Karl Berry <karl@tug.org>
* Build: allow invoking from anywhere, and more overrides.
2006-12-11 Karl Berry <karl@tug.org>
* Makefile.in (world, install): hmm, maybe better as a dependency
than a submake.
* Makefile.in (install): reinstate strip.
(strip): actually strip.
2006-12-08 Karl Berry <karl@tug.org>
* Build: set GNUMAKE to TL_MAKE for freetype2/configure, and
export it. Reported by Manfred and Vladimir.
2006-12-05 Karl Berry <karl@tug.org>
* Build: no tlbuild.log, since then the exit status is always
successful.
2006-11-08 Karl Berry <karl@tug.org>
* configure.in (PKGS): remove sam2p after all.
2006-07-12 Karl Berry <karl@tug.org>
* utils/sam2p/Makefile (install): use cp -p, not -a.
2006-06-02 Karl Berry <karl@tug.org>
* texk/web2c/omegadir/com16bit.ch, alephdir/com16bit-rc2.ch
(sup_main_memory, sup_save_size): increase per tex.ch.
From Akira.
|