forked from TeX-Live/texlive-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
731 lines (424 loc) · 19.7 KB
/
ChangeLog
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
2023-12-31 Karl Berry <[email protected]>
* reautoconf: add -f / --force option to pass to autoreconf.
2023-12-26 Karl Berry <[email protected]>
* reautoconf: don't bother with environment variables;
because the autotools have many subprograms, setting PATH
is what makes sense.
2023-12-23 Karl Berry <[email protected]>
* reautoconf with autoconf-2.72.
2023-12-21 Karl Berry <[email protected]>
* reautoconf (do_it): abort the run if any command fails.
2023-02-25 Karl Berry <[email protected]>
* Build: show full uname -a.
2023-02-09 Karl Berry <[email protected]>
* version.ac: 2023, no more /dev.
2022-03-21 Karl Berry <[email protected]>
* tardate.ac (tex_live_tardate): 2022-03-21 for TL'22.
2022-01-18 Karl Berry <[email protected]>
* version.ac: 2022, no more /dev.
2021-10-04 Karl Berry <[email protected]>
* reautoconf with automake-1.16.5.
2021-06-27 Karl Berry <[email protected]>
* reautoconf: pass -Wno-obsolete by default, since Autoconf 2.70
and later obsoletes many common macros. See m4/README for more.
Also standardize shell usage, etc., but no other functional changes.
2021-04-17 Karl Berry <[email protected]>
* version.ac: now 2022/dev since TL'21 is released.
2021-03-23 Karl Berry <[email protected]>
* tardate.ac (tex_live_tardate): 2020-03-23 for TL'21.
2021-02-17 Karl Berry <[email protected]>
* version.ac: 2021, no more /dev.
2020-05-28 Karl Berry <[email protected]>
* Makefile.am (world): do not descend into $(texlinks_dir) if it
doesn't exist. Report from Andreas Scherer,
https://tug.org/pipermail/tlbuild/2020q1/004614.html.
2020-05-14 Karl Berry <[email protected]>
* reautoconf for removal of poppler support.
2020-04-10 Karl Berry <[email protected]>
* version.ac: 2020/dev.
2020-03-27 Karl Berry <[email protected]>
* tardate.ac (tex_live_tardate): 2020-03-27 for TL'20.
2020-03-06 Karl Berry <[email protected]>
* .travis.yml: attempt to reenable musl build on github.
2020-01-31 Karl Berry <[email protected]>
* Makefile.am (texlinks_dir): now texk/texlive/tl_support
(instead of tl_scripts).
2020-01-16 Karl Berry <[email protected]>
* version.ac (tex_live_version): remove /dev, preparing for TL'20.
2019-06-25 Karl Berry <[email protected]>
* Build: don't call buildinfo from here, the output when the CC
etc. envvars are not set is too misleading. Just write UNAME.
2019-06-24 Karl Berry <[email protected]>
* doc/buildinfo.sh (compiler_version): new shell function;
ignore useless first "Configured:" line for gcc->cc on Macs.
2019-06-23 Karl Berry <[email protected]>
* doc/buildinfo.sh: output the compiler/other names
that we pass from the buildinfo target.
* Makefile.am (buildinfo): pass OBJCXX, not OBJC.
* Build: more maintainable exports of TL_*.
2019-06-22 Karl Berry <[email protected]>
* doc/buildinfo.sh: rename from build-info.sh;
forget /etc/issue;
allow option to omit config.status output;
do not dump environment;
run lsb_release -a. We'll see ...
* Build: use buildinfo.sh instead of inline commands (mostly).
* Makefile.am (buildinfo): make dependency of all-recursive
so that it runs first; rename from build-info; remove from world.
2019-06-06 Karl Berry <[email protected]>
* Makefile.am (world): make build-info.
(build-info): new target to invoke doc/build-info.sh.
(build_info_target): new variable.
* Build: export TL_* variables so build-info.sh can report them.
* doc/build-info.sh: new script to report compiler versions,
dump environment, config.status, etc.
2019-05-03 Karl Berry <[email protected]>
* version.ac: 2020/dev.
2019-04-07 Karl Berry <[email protected]>
* tardate.ac (tex_live_tardate): let's hope for 2019-04-07.
2018-10-02 Karl Berry <[email protected]>
* Build: TL_MAKE_VERBOSE=VERBOSE=1 by default,
so that test-suite.log will be shown on failure.
https://lists.gnu.org/archive/html/automake/2018-09/msg00015.html
2018-04-28 Karl Berry <[email protected]>
* version.ac: 2019/dev.
2018-04-10 Karl Berry <[email protected]>
* README.*: update from new tlbuild.
2017-11-15 Karl Berry <[email protected]>
* *.test: use #!/bin/sh -vx. Add
2017-03-21 Karl Berry <[email protected]>
* everywhere: use EXTRA_DIST=TLpatches instead of <pkgname>-PATCHES.
2017-03-18 Karl Berry <[email protected]>
* version.ac (tex_live_version): 2017/dev => 2017 for TL17.
2016-11-16 Karl Berry <[email protected]>
* Makefile.am (install-exec-hook): warn that the
result of make install is not in itself usable.
2016-06-30 Karl Berry <[email protected]>
* version.ac (tex_live_version): 2016 => 2017/dev.
* tardate.ac (tex_live_tardate): 2015-05-12 => 2016-05-23.
(Though this is not used for any release.)
2016-03-16 Karl Berry <[email protected]>
* Build: check for exitstatus.txt not having an exit status.
2016-03-06 Karl Berry <[email protected]>
* version.ac: remove /dev to prepare for 2016.
2015-06-12 Peter Breitenlohner <[email protected]>
* version.ac: Switch 2015 => 2016/dev.
* tardate.ac: Switch to 2015-06-12.
2015-05-28 Peter Breitenlohner <[email protected]>
* README.solaris (removed): Moved from here to doc/.
* Makefile.am: Adapted.
2015-04-14 Peter Breitenlohner <[email protected]>
* README.solaris: New file from Mojca (without very long lines).
* Makefile.am: Add the new file.
2015-04-12 Peter Breitenlohner <[email protected]>
* version.ac (tex_live_version): starting pretest, no more /dev.
2015-03-07 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2015-03-07.
2014-11-24 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2014-11-24.
2014-10-21 Karl Berry <[email protected]>
* configure.ac: report CC/CXX values, with --version output
if available.
* Build: no need for objc any more.
2014-08-22 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2014-08-22.
2014-06-16 Peter Breitenlohner <[email protected]>
* version.ac: Switch 2014 => 2015/dev.
* tardate.ac: Switch to 2014-06-16.
2014-04-28 Peter Breitenlohner <[email protected]>
Makefile.am: New names for README.* files.
2014-04-17 Karl Berry <[email protected]>
* version.ac (tex_live_version): starting pretest, no more /dev.
2014-04-04 Karl Berry <[email protected]>
* Build (TL_MAKE,MAKE): set both in all cases.
(buildenv.log): include pwd, and use .log instead of .txt.
2014-04-01 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2014-04-01.
2014-01-01 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2014-01-01.
2013-12-26 Peter Breitenlohner <[email protected]>
* Makefile.am (ACLOCAL): Ensure aclocal.m4 is up to date.
2013-10-08 Peter Breitenlohner <[email protected]>
* doc: New directory for texlive.info & Co.
* Makefile.am, configure.ac: Adapted.
2013-10-05 Karl Berry <[email protected]>
* Build: reorder variables and settings for clarity.
(TL_CONF_BANNER): restore variable, default is empty string.
(TL_POSTCONFIGURE): new variable, default true.
2013-09-03 Peter Breitenlohner <[email protected]>
* Makefile.am: Drop ACLOCAL_AMFLAGS.
* configure.ac: Use AC_CONFIG_MACRO_DIRS.
Use KPSE_RECURSE_LIBS in m4/kpse-setup.m4 to recurse into all
TeX specific libraries.
2013-09-01 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2013-09-01.
* Makefile.am: Moved definition of cf_silent* from here ...
* am/recurse.am: ... to here
2013-08-24 Peter Breitenlohner <[email protected]>
* Makefile.am: Add the make target 'texlinks'.
2013-07-06 Peter Breitenlohner <[email protected]>
* am: new subdirectory.
* Makefile.am, configure.ac: Use am/recurse.am.
2013-06-24 Peter Breitenlohner <[email protected]>
* configure.ac: Added Automake options 'tar-pax' for paths
longer than 100 chars and 'no-dist-gzip'.
* version.ac: Switch 2013 => 2014/dev'
* tardate.ac: Switch to 2013-06-24.
2013-03-26 Karl Berry <[email protected]>
* Build: use $MAKE rather than $TL_MAKE for the make clean
in the unlikely event of a local Makefile.
2013-03-21 Mojca Miklavec <[email protected]>
* Build: Remove GNUMAKE variable (after freetype2 as the only library
which needed it has been fixed).
2013-03-01 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2013-03-01.
2013-02-15 Peter Breitenlohner <[email protected]>
* configure.ac: Building for Windows does not require 'ln -s'.
* README.config: Document '--without-ln-s'.
2013-02-08 Peter Breitenlohner <[email protected]>
* Makefile.am (mandir, infodir): Change texmf => texmf-dist.
2013-01-24 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2013-01-24.
* Makefile.am: Running texlinks in texk/texlive/tl_scripts.
2013-01-18 Karl Berry <[email protected]>
* Build: remove use of time.
2012-12-17 Peter Breitenlohner <[email protected]>
* Makefile.am: Enable silent rules.
2012-11-16 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2012-11-16.
2012-10-24 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2012-10-24.
2012-08-19 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2012-08-19.
2012-08-08 Peter Breitenlohner <[email protected]>
* Makefile.am: Running texlinks in texk/texlive/linked_scripts.
2012-07-10 Peter Breitenlohner <[email protected]>
* Build: Add TL_COMPILER_GFLAGS also to OBJCXXFLAGS.
2012-07-09 Peter Breitenlohner <[email protected]>
* version.ac: Switch 2012 => 2013/dev.
2012-06-15 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2012-06-15.
2012-05-21 Peter Breitenlohner <[email protected]>
* configure.ac: Test for GNU make before creating Makefile,
required for FreeBSD make and perhaps others.
2012-05-04 Peter Breitenlohner <[email protected]>
* README: Update the list of prerequisites.
* README.config: Mention configure options for biber.
2012-04-12 Karl Berry <[email protected]>
* Build (TL_COMPILER_GFLAGS): new envvar, used to override -g
for all three compilers, with Build -g.
2012-04-03 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2012-04-03.
2012-03-31 Karl Berry <[email protected]>
* Build (TL_CONF_LARGEFILE): switch default to --enable-largefile.
More info in README.config.
2012-03-12 Karl Berry <[email protected]>
* README.config: 32-bit rather than 32Bit
2012-03-11 Karl Berry <[email protected]>
* README.config: text tweaks for poppler/libxpdf/luatex/etc.
2012-01-16 Peter Breitenlohner <[email protected]>
* configure.ac: Report `$enable_largefile'.
2012-01-13 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2012-01-13.
2011-12-22 Peter Breitenlohner <[email protected]>
* Makefile.am: Replace DISTCHECK_CONFIGURE_FLAGS by
AM_DISTCHECK_CONFIGURE_FLAGS (for automake-1.11.2).
2011-12-06 Peter Breitenlohner <[email protected]>
* configure.ac: Use TL specific installation directories only
for $enable_native_texlive_build=yes (also datarootdir).
Display the installation directories.
* README.config, README.distro: Adapted.
2011-10-05 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2011-10-05.
2011-08-10 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2011-08-10.
2011-07-12 Peter Breitenlohner <[email protected]>
* Makefile.am [EXTRA_DIST]: Add m4/ChangeLog.
2011-07-04 Peter Breitenlohner <[email protected]>
* version.ac: Switch 2011 => 2012/dev.
2011-06-21 Karl Berry <[email protected]>
* Build: report final exit status.
2011-04-15 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2011-06-15.
2011-04-14 Peter Breitenlohner <[email protected]>
* Makefile.am, configure.ac: Conditional 'cross_compiling' =>
'cross' as in libs/icu, texk/dvipng, and texk/web2c.
* version.ac: Switch 2011/dev => 2011.
2011-04-12 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2011-04-12.
2011-04-09 Karl Berry <[email protected]>
* Build (MACOSX_DEPLOYMENT_TARGET): no longer needed per koch.
2011-03-03 Peter Breitenlohner <[email protected]>
* tardate.ac: Switch to 2011-03-03.
2011-02-16 Karl Berry <[email protected]>
* Build: include uname -a in log, mention log if failure.
2011-01-19 Karl Berry <[email protected]>
* Build: don't try to count binaries if no bindir.
2010-10-24 Peter Breitenlohner <[email protected]>
* tardate.ac (new): Define the current TeX Live tarball version.
* version.ac: Switch to 2011/dev.
2010-07-06 Peter Breitenlohner <[email protected]>
* version.ac (new): Define the current TeX Live version.
2010-05-18 Karl Berry <[email protected]>
* Build (TL_CONF_BANNER): switch ident to /pretest.
2010-03-24 Peter Breitenlohner <[email protected]>
* Build (TL_CONF_THREADS): Removed, now in libs/icu/configure.
2010-03-05 Peter Breitenlohner <[email protected]>
* Makefile.am (triptrap): Run intermediate triptrap target in
texk/, texk/web2c/Makefile might not yet exist.
2010-03-04 Peter Breitenlohner <[email protected]>
* Makefile.am (triptrap): New target to run TRIP and TRAP tests.
Do not automatically run 'make check' when cross compiling.
2010-03-03 Peter Breitenlohner <[email protected]>
* Makefile.am, configure.ac: Do not automatically run tests as
part of 'make world' when cross compiling.
2010-02-22 Karl Berry <[email protected]>
* Build (TL_CONF_BANNER): 2010/dev.
2009-12-24 Karl Berry <[email protected]>
* Makefile.am (world): also run make check.
(check_target): new variable.
(skip): new target, to do nothing.
* Build (TL_CONF_BANNER): add /dev.
2009-12-22 Karl Berry <[email protected]>
* build-aux/ylwrap: update from current automake (no real changes).
2009-11-12 Peter Breitenlohner <[email protected]>
* configure.ac: Disable cross compilation of xindy.
* configure.ac: Report absolute build and source dir; reject
paths with embedded spaces.
2009-09-17 Karl Berry <[email protected]>
* Build: show Build command itself in build.log.
2009-09-01 Peter Breitenlohner <[email protected]>
* configure.ac: Report level of compiler warnings used.
2009-08-19 Peter Breitenlohner <[email protected]>
* Makefile.am (dist*check_listfiles): Stricter checking for
'make distcheck': check for leftover files and symlinks.
This really ought to be the Automake default.
2009-06-18 Karl Berry <[email protected]>
* Build: eradicate -Wdecl stuff, peb has implemented something
more general.
2009-06-01 Karl Berry <[email protected]>
* Makefile.am (world): don't echo the echo.
2009-05-22 Peter Breitenlohner <[email protected]>
* Makefile.am (world): serialize to avoid parallel build problems.
2009-05-21 Peter Breitenlohner <[email protected]>
* Build (TL_CONF_MAC_FONTS, TL_CONF_XINDY): removed,
no longer required.
2009-05-18 Karl Berry <[email protected]>
* Build (-Wdecl): allow with -g, to do -Wdeclaration-after-statement.
2009-05-16 Karl Berry <[email protected]>
* Build (TL_CONF_XINDY): default to disabling latex-requiring stuff.
2009-04-29 Karl Berry <[email protected]>
* Build (MACOSX_DEPLOYMENT_TARGET): set to 10.3 on powerpc-darwin
(but not i386-darwin).
2009-04-11 Karl Berry <[email protected]>
* Makefile.am (world): do the run-texlinks target in texk/tetex
to make the per-format links to binaries.
2009-03-14 Karl Berry <[email protected]>
* Build: include timestamps in output.
(TL_BUILD_ENV): include OBJCFLAGS for xdv2pdf.
2009-03-13 Karl Berry <[email protected]>
* Build (bindir): call them executables, not binaries.
Use set -vx, not +vx.
2009-03-08 Karl Berry <[email protected]>
* Build (TL_CONF_SHARED): new variable, --disable-shared by default.
(-g): alias for --debug.
use set -vx to see configure && make commands in the log.
2009-01-24 Karl Berry <[email protected]>
* utils/texinfo: remove, we will no longer include Texinfo in TeX Live
(except for texinfo.tex).
In practice it is more easily available separately,
and the (n)curses build dependency is a useless pain.
* utils/README,
* configure.in,
* Makefile.in,
* README,
* tetex.ac,
* withenable.ac: remove traces of texinfo.
2008-06-26 Peter Breitenlohner <[email protected]>
* withenable.ac (kpse_utils_pkglist): add vlna.
2008-06-09 Karl Berry <[email protected]>
* Build: try using find instead of ls, to avoid short param list
on hp (Tim tlbuild mail, 6 Jun 2008 10:24:41).
2008-06-08 Karl Berry <[email protected]>
* utils/README: warn about nohup specifically.
2008-05-29 Karl Berry <[email protected]>
* Makefile.in (install): do not call selfautofix, we now keep
kpathsea/texmf.cnf as a slave copy of Master/texmf/web2c.
* selfautofix: remove file.
2008-05-28 Karl Berry <[email protected]>
* Makefile.in (install): 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 <[email protected]>
* configure.in: respect library dependencies.
2008-03-25 Karl Berry <[email protected]>
* withenable.ac: enable xindy; rebuild configure.
* README,
* utils/README: document clisp & libffcall prerequisites.
2008-03-24 Karl Berry <[email protected]>
* Build: exit with appropriate status
2008-03-09 Karl Berry <[email protected]>
* Build: exit if no binaries.
2008-03-08 Karl Berry <[email protected]>
* Build: --debug
2008-03-03 Peter Breitenlohner <[email protected]>
* reautoconf: run first autoheader, then autoconf.
2008-02-29 Peter Breitenlohner <[email protected]>
* 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 <[email protected]>
* reautoconf: major rewrite.
2008-02-21 Peter Breitenlohner <[email protected]>
* 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 <[email protected]>
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 <[email protected]>
* Build (TL_WORKDIR): allow override of "Work".
2007-10-02 Karl Berry <[email protected]>
* configure.in: remove sam2p special case, since we omitted the
program.
2007-08-14 Joachim Schrod <[email protected]>
* configure.in: dvipdfm and dvipdfmx need pnglib and zlib, too.
2007-07-16 Karl Berry <[email protected]>
* 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 <[email protected]>
* Makefile.in (distclean): remove mention of klibtool.
2006-12-14 Karl Berry <[email protected]>
* Build: allow invoking from anywhere, and more overrides.
2006-12-11 Karl Berry <[email protected]>
* 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 <[email protected]>
* Build: set GNUMAKE to TL_MAKE for freetype2/configure, and
export it. Reported by Manfred and Vladimir.
2006-12-05 Karl Berry <[email protected]>
* Build: no tlbuild.log, since then the exit status is always
successful.
2006-11-08 Karl Berry <[email protected]>
* configure.in (PKGS): remove sam2p after all.
2006-07-12 Karl Berry <[email protected]>
* utils/sam2p/Makefile (install): use cp -p, not -a.
2006-06-02 Karl Berry <[email protected]>
* texk/web2c/omegadir/com16bit.ch, alephdir/com16bit-rc2.ch
(sup_main_memory, sup_save_size): increase per tex.ch.
From Akira.
(This file public domain.)